<?php

// autoload_classmap.php @generated by Composer

$vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname($vendorDir);

return array(
    'App\\Console\\Kernel' => $baseDir . '/app/Console/Kernel.php',
    'App\\Exceptions\\Handler' => $baseDir . '/app/Exceptions/Handler.php',
    'App\\Http\\Controllers\\AdminController' => $baseDir . '/app/Http/Controllers/AdminController.php',
    'App\\Http\\Controllers\\ContactController' => $baseDir . '/app/Http/Controllers/ContactController.php',
    'App\\Http\\Controllers\\Controller' => $baseDir . '/app/Http/Controllers/Controller.php',
    'App\\Http\\Controllers\\HomeController' => $baseDir . '/app/Http/Controllers/HomeController.php',
    'App\\Http\\Controllers\\PagesController' => $baseDir . '/app/Http/Controllers/PagesController.php',
    'App\\Http\\Kernel' => $baseDir . '/app/Http/Kernel.php',
    'App\\Http\\Middleware\\Authenticate' => $baseDir . '/app/Http/Middleware/Authenticate.php',
    'App\\Http\\Middleware\\EncryptCookies' => $baseDir . '/app/Http/Middleware/EncryptCookies.php',
    'App\\Http\\Middleware\\PreventRequestsDuringMaintenance' => $baseDir . '/app/Http/Middleware/PreventRequestsDuringMaintenance.php',
    'App\\Http\\Middleware\\RedirectIfAuthenticated' => $baseDir . '/app/Http/Middleware/RedirectIfAuthenticated.php',
    'App\\Http\\Middleware\\RedirectToNonWwwMiddleware' => $baseDir . '/app/Http/Middleware/RedirectToNonWwwMiddleware.php',
    'App\\Http\\Middleware\\TrimStrings' => $baseDir . '/app/Http/Middleware/TrimStrings.php',
    'App\\Http\\Middleware\\TrustHosts' => $baseDir . '/app/Http/Middleware/TrustHosts.php',
    'App\\Http\\Middleware\\TrustProxies' => $baseDir . '/app/Http/Middleware/TrustProxies.php',
    'App\\Http\\Middleware\\VerifyCsrfToken' => $baseDir . '/app/Http/Middleware/VerifyCsrfToken.php',
    'App\\Lib\\GoogleRecaptchaValidator' => $baseDir . '/app/Lib/GoogleRecaptchaValidator.php',
    'App\\Mail\\ContactFormSubmitted' => $baseDir . '/app/Mail/ContactFormSubmitted.php',
    'App\\Models\\User' => $baseDir . '/app/Models/User.php',
    'App\\Providers\\AppServiceProvider' => $baseDir . '/app/Providers/AppServiceProvider.php',
    'App\\Providers\\AuthServiceProvider' => $baseDir . '/app/Providers/AuthServiceProvider.php',
    'App\\Providers\\BroadcastServiceProvider' => $baseDir . '/app/Providers/BroadcastServiceProvider.php',
    'App\\Providers\\EventServiceProvider' => $baseDir . '/app/Providers/EventServiceProvider.php',
    'App\\Providers\\RouteServiceProvider' => $baseDir . '/app/Providers/RouteServiceProvider.php',
    'Asm89\\Stack\\Cors' => $vendorDir . '/asm89/stack-cors/src/Cors.php',
    'Asm89\\Stack\\CorsService' => $vendorDir . '/asm89/stack-cors/src/CorsService.php',
    'Attribute' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/Attribute.php',
    'Brevo\\Client\\ApiException' => $vendorDir . '/getbrevo/brevo-php/lib/ApiException.php',
    'Brevo\\Client\\Api\\AccountApi' => $vendorDir . '/getbrevo/brevo-php/lib/Api/AccountApi.php',
    'Brevo\\Client\\Api\\AttributesApi' => $vendorDir . '/getbrevo/brevo-php/lib/Api/AttributesApi.php',
    'Brevo\\Client\\Api\\CRMApi' => $vendorDir . '/getbrevo/brevo-php/lib/Api/CRMApi.php',
    'Brevo\\Client\\Api\\CompaniesApi' => $vendorDir . '/getbrevo/brevo-php/lib/Api/CompaniesApi.php',
    'Brevo\\Client\\Api\\ContactsApi' => $vendorDir . '/getbrevo/brevo-php/lib/Api/ContactsApi.php',
    'Brevo\\Client\\Api\\ConversationsApi' => $vendorDir . '/getbrevo/brevo-php/lib/Api/ConversationsApi.php',
    'Brevo\\Client\\Api\\CouponsApi' => $vendorDir . '/getbrevo/brevo-php/lib/Api/CouponsApi.php',
    'Brevo\\Client\\Api\\DealsApi' => $vendorDir . '/getbrevo/brevo-php/lib/Api/DealsApi.php',
    'Brevo\\Client\\Api\\DomainsApi' => $vendorDir . '/getbrevo/brevo-php/lib/Api/DomainsApi.php',
    'Brevo\\Client\\Api\\EcommerceApi' => $vendorDir . '/getbrevo/brevo-php/lib/Api/EcommerceApi.php',
    'Brevo\\Client\\Api\\EmailCampaignsApi' => $vendorDir . '/getbrevo/brevo-php/lib/Api/EmailCampaignsApi.php',
    'Brevo\\Client\\Api\\EventsApi' => $vendorDir . '/getbrevo/brevo-php/lib/Api/EventsApi.php',
    'Brevo\\Client\\Api\\ExternalFeedsApi' => $vendorDir . '/getbrevo/brevo-php/lib/Api/ExternalFeedsApi.php',
    'Brevo\\Client\\Api\\FilesApi' => $vendorDir . '/getbrevo/brevo-php/lib/Api/FilesApi.php',
    'Brevo\\Client\\Api\\FoldersApi' => $vendorDir . '/getbrevo/brevo-php/lib/Api/FoldersApi.php',
    'Brevo\\Client\\Api\\InboundParsingApi' => $vendorDir . '/getbrevo/brevo-php/lib/Api/InboundParsingApi.php',
    'Brevo\\Client\\Api\\ListsApi' => $vendorDir . '/getbrevo/brevo-php/lib/Api/ListsApi.php',
    'Brevo\\Client\\Api\\MasterAccountApi' => $vendorDir . '/getbrevo/brevo-php/lib/Api/MasterAccountApi.php',
    'Brevo\\Client\\Api\\NotesApi' => $vendorDir . '/getbrevo/brevo-php/lib/Api/NotesApi.php',
    'Brevo\\Client\\Api\\ProcessApi' => $vendorDir . '/getbrevo/brevo-php/lib/Api/ProcessApi.php',
    'Brevo\\Client\\Api\\ResellerApi' => $vendorDir . '/getbrevo/brevo-php/lib/Api/ResellerApi.php',
    'Brevo\\Client\\Api\\SMSCampaignsApi' => $vendorDir . '/getbrevo/brevo-php/lib/Api/SMSCampaignsApi.php',
    'Brevo\\Client\\Api\\SendersApi' => $vendorDir . '/getbrevo/brevo-php/lib/Api/SendersApi.php',
    'Brevo\\Client\\Api\\TasksApi' => $vendorDir . '/getbrevo/brevo-php/lib/Api/TasksApi.php',
    'Brevo\\Client\\Api\\TransactionalEmailsApi' => $vendorDir . '/getbrevo/brevo-php/lib/Api/TransactionalEmailsApi.php',
    'Brevo\\Client\\Api\\TransactionalSMSApi' => $vendorDir . '/getbrevo/brevo-php/lib/Api/TransactionalSMSApi.php',
    'Brevo\\Client\\Api\\TransactionalWhatsAppApi' => $vendorDir . '/getbrevo/brevo-php/lib/Api/TransactionalWhatsAppApi.php',
    'Brevo\\Client\\Api\\UserApi' => $vendorDir . '/getbrevo/brevo-php/lib/Api/UserApi.php',
    'Brevo\\Client\\Api\\WebhooksApi' => $vendorDir . '/getbrevo/brevo-php/lib/Api/WebhooksApi.php',
    'Brevo\\Client\\Api\\WhatsAppCampaignsApi' => $vendorDir . '/getbrevo/brevo-php/lib/Api/WhatsAppCampaignsApi.php',
    'Brevo\\Client\\Configuration' => $vendorDir . '/getbrevo/brevo-php/lib/Configuration.php',
    'Brevo\\Client\\HeaderSelector' => $vendorDir . '/getbrevo/brevo-php/lib/HeaderSelector.php',
    'Brevo\\Client\\Model\\AbTestCampaignResult' => $vendorDir . '/getbrevo/brevo-php/lib/Model/AbTestCampaignResult.php',
    'Brevo\\Client\\Model\\AbTestCampaignResultClickedLinks' => $vendorDir . '/getbrevo/brevo-php/lib/Model/AbTestCampaignResultClickedLinks.php',
    'Brevo\\Client\\Model\\AbTestCampaignResultStatistics' => $vendorDir . '/getbrevo/brevo-php/lib/Model/AbTestCampaignResultStatistics.php',
    'Brevo\\Client\\Model\\AbTestVersionClicks' => $vendorDir . '/getbrevo/brevo-php/lib/Model/AbTestVersionClicks.php',
    'Brevo\\Client\\Model\\AbTestVersionClicksInner' => $vendorDir . '/getbrevo/brevo-php/lib/Model/AbTestVersionClicksInner.php',
    'Brevo\\Client\\Model\\AbTestVersionStats' => $vendorDir . '/getbrevo/brevo-php/lib/Model/AbTestVersionStats.php',
    'Brevo\\Client\\Model\\AddChildDomain' => $vendorDir . '/getbrevo/brevo-php/lib/Model/AddChildDomain.php',
    'Brevo\\Client\\Model\\AddContactToList' => $vendorDir . '/getbrevo/brevo-php/lib/Model/AddContactToList.php',
    'Brevo\\Client\\Model\\AddCredits' => $vendorDir . '/getbrevo/brevo-php/lib/Model/AddCredits.php',
    'Brevo\\Client\\Model\\AuthenticateDomainModel' => $vendorDir . '/getbrevo/brevo-php/lib/Model/AuthenticateDomainModel.php',
    'Brevo\\Client\\Model\\BlockDomain' => $vendorDir . '/getbrevo/brevo-php/lib/Model/BlockDomain.php',
    'Brevo\\Client\\Model\\Body' => $vendorDir . '/getbrevo/brevo-php/lib/Model/Body.php',
    'Brevo\\Client\\Model\\Body1' => $vendorDir . '/getbrevo/brevo-php/lib/Model/Body1.php',
    'Brevo\\Client\\Model\\Body10' => $vendorDir . '/getbrevo/brevo-php/lib/Model/Body10.php',
    'Brevo\\Client\\Model\\Body11' => $vendorDir . '/getbrevo/brevo-php/lib/Model/Body11.php',
    'Brevo\\Client\\Model\\Body12' => $vendorDir . '/getbrevo/brevo-php/lib/Model/Body12.php',
    'Brevo\\Client\\Model\\Body13' => $vendorDir . '/getbrevo/brevo-php/lib/Model/Body13.php',
    'Brevo\\Client\\Model\\Body14' => $vendorDir . '/getbrevo/brevo-php/lib/Model/Body14.php',
    'Brevo\\Client\\Model\\Body2' => $vendorDir . '/getbrevo/brevo-php/lib/Model/Body2.php',
    'Brevo\\Client\\Model\\Body3' => $vendorDir . '/getbrevo/brevo-php/lib/Model/Body3.php',
    'Brevo\\Client\\Model\\Body4' => $vendorDir . '/getbrevo/brevo-php/lib/Model/Body4.php',
    'Brevo\\Client\\Model\\Body5' => $vendorDir . '/getbrevo/brevo-php/lib/Model/Body5.php',
    'Brevo\\Client\\Model\\Body6' => $vendorDir . '/getbrevo/brevo-php/lib/Model/Body6.php',
    'Brevo\\Client\\Model\\Body7' => $vendorDir . '/getbrevo/brevo-php/lib/Model/Body7.php',
    'Brevo\\Client\\Model\\Body8' => $vendorDir . '/getbrevo/brevo-php/lib/Model/Body8.php',
    'Brevo\\Client\\Model\\Body9' => $vendorDir . '/getbrevo/brevo-php/lib/Model/Body9.php',
    'Brevo\\Client\\Model\\BodyVariablesItems' => $vendorDir . '/getbrevo/brevo-php/lib/Model/BodyVariablesItems.php',
    'Brevo\\Client\\Model\\CompaniesList' => $vendorDir . '/getbrevo/brevo-php/lib/Model/CompaniesList.php',
    'Brevo\\Client\\Model\\Company' => $vendorDir . '/getbrevo/brevo-php/lib/Model/Company.php',
    'Brevo\\Client\\Model\\CompanyAttributes' => $vendorDir . '/getbrevo/brevo-php/lib/Model/CompanyAttributes.php',
    'Brevo\\Client\\Model\\CompanyAttributesInner' => $vendorDir . '/getbrevo/brevo-php/lib/Model/CompanyAttributesInner.php',
    'Brevo\\Client\\Model\\ComponentItems' => $vendorDir . '/getbrevo/brevo-php/lib/Model/ComponentItems.php',
    'Brevo\\Client\\Model\\Contact' => $vendorDir . '/getbrevo/brevo-php/lib/Model/Contact.php',
    'Brevo\\Client\\Model\\ContactErrorModel' => $vendorDir . '/getbrevo/brevo-php/lib/Model/ContactErrorModel.php',
    'Brevo\\Client\\Model\\ConversationsMessage' => $vendorDir . '/getbrevo/brevo-php/lib/Model/ConversationsMessage.php',
    'Brevo\\Client\\Model\\ConversationsMessageFile' => $vendorDir . '/getbrevo/brevo-php/lib/Model/ConversationsMessageFile.php',
    'Brevo\\Client\\Model\\ConversationsMessageFileImageInfo' => $vendorDir . '/getbrevo/brevo-php/lib/Model/ConversationsMessageFileImageInfo.php',
    'Brevo\\Client\\Model\\CreateApiKeyRequest' => $vendorDir . '/getbrevo/brevo-php/lib/Model/CreateApiKeyRequest.php',
    'Brevo\\Client\\Model\\CreateApiKeyResponse' => $vendorDir . '/getbrevo/brevo-php/lib/Model/CreateApiKeyResponse.php',
    'Brevo\\Client\\Model\\CreateAttribute' => $vendorDir . '/getbrevo/brevo-php/lib/Model/CreateAttribute.php',
    'Brevo\\Client\\Model\\CreateAttributeEnumeration' => $vendorDir . '/getbrevo/brevo-php/lib/Model/CreateAttributeEnumeration.php',
    'Brevo\\Client\\Model\\CreateCategoryModel' => $vendorDir . '/getbrevo/brevo-php/lib/Model/CreateCategoryModel.php',
    'Brevo\\Client\\Model\\CreateChild' => $vendorDir . '/getbrevo/brevo-php/lib/Model/CreateChild.php',
    'Brevo\\Client\\Model\\CreateContact' => $vendorDir . '/getbrevo/brevo-php/lib/Model/CreateContact.php',
    'Brevo\\Client\\Model\\CreateCouponCollection' => $vendorDir . '/getbrevo/brevo-php/lib/Model/CreateCouponCollection.php',
    'Brevo\\Client\\Model\\CreateCoupons' => $vendorDir . '/getbrevo/brevo-php/lib/Model/CreateCoupons.php',
    'Brevo\\Client\\Model\\CreateDoiContact' => $vendorDir . '/getbrevo/brevo-php/lib/Model/CreateDoiContact.php',
    'Brevo\\Client\\Model\\CreateDomain' => $vendorDir . '/getbrevo/brevo-php/lib/Model/CreateDomain.php',
    'Brevo\\Client\\Model\\CreateDomainModel' => $vendorDir . '/getbrevo/brevo-php/lib/Model/CreateDomainModel.php',
    'Brevo\\Client\\Model\\CreateDomainModelDnsRecords' => $vendorDir . '/getbrevo/brevo-php/lib/Model/CreateDomainModelDnsRecords.php',
    'Brevo\\Client\\Model\\CreateDomainModelDnsRecordsDkimRecord' => $vendorDir . '/getbrevo/brevo-php/lib/Model/CreateDomainModelDnsRecordsDkimRecord.php',
    'Brevo\\Client\\Model\\CreateEmailCampaign' => $vendorDir . '/getbrevo/brevo-php/lib/Model/CreateEmailCampaign.php',
    'Brevo\\Client\\Model\\CreateEmailCampaignRecipients' => $vendorDir . '/getbrevo/brevo-php/lib/Model/CreateEmailCampaignRecipients.php',
    'Brevo\\Client\\Model\\CreateEmailCampaignSender' => $vendorDir . '/getbrevo/brevo-php/lib/Model/CreateEmailCampaignSender.php',
    'Brevo\\Client\\Model\\CreateExternalFeed' => $vendorDir . '/getbrevo/brevo-php/lib/Model/CreateExternalFeed.php',
    'Brevo\\Client\\Model\\CreateList' => $vendorDir . '/getbrevo/brevo-php/lib/Model/CreateList.php',
    'Brevo\\Client\\Model\\CreateModel' => $vendorDir . '/getbrevo/brevo-php/lib/Model/CreateModel.php',
    'Brevo\\Client\\Model\\CreateProductModel' => $vendorDir . '/getbrevo/brevo-php/lib/Model/CreateProductModel.php',
    'Brevo\\Client\\Model\\CreateReseller' => $vendorDir . '/getbrevo/brevo-php/lib/Model/CreateReseller.php',
    'Brevo\\Client\\Model\\CreateSender' => $vendorDir . '/getbrevo/brevo-php/lib/Model/CreateSender.php',
    'Brevo\\Client\\Model\\CreateSenderIps' => $vendorDir . '/getbrevo/brevo-php/lib/Model/CreateSenderIps.php',
    'Brevo\\Client\\Model\\CreateSenderModel' => $vendorDir . '/getbrevo/brevo-php/lib/Model/CreateSenderModel.php',
    'Brevo\\Client\\Model\\CreateSmsCampaign' => $vendorDir . '/getbrevo/brevo-php/lib/Model/CreateSmsCampaign.php',
    'Brevo\\Client\\Model\\CreateSmsCampaignRecipients' => $vendorDir . '/getbrevo/brevo-php/lib/Model/CreateSmsCampaignRecipients.php',
    'Brevo\\Client\\Model\\CreateSmtpEmail' => $vendorDir . '/getbrevo/brevo-php/lib/Model/CreateSmtpEmail.php',
    'Brevo\\Client\\Model\\CreateSmtpTemplate' => $vendorDir . '/getbrevo/brevo-php/lib/Model/CreateSmtpTemplate.php',
    'Brevo\\Client\\Model\\CreateSmtpTemplateSender' => $vendorDir . '/getbrevo/brevo-php/lib/Model/CreateSmtpTemplateSender.php',
    'Brevo\\Client\\Model\\CreateSubAccount' => $vendorDir . '/getbrevo/brevo-php/lib/Model/CreateSubAccount.php',
    'Brevo\\Client\\Model\\CreateSubAccountResponse' => $vendorDir . '/getbrevo/brevo-php/lib/Model/CreateSubAccountResponse.php',
    'Brevo\\Client\\Model\\CreateUpdateBatchCategory' => $vendorDir . '/getbrevo/brevo-php/lib/Model/CreateUpdateBatchCategory.php',
    'Brevo\\Client\\Model\\CreateUpdateBatchCategoryModel' => $vendorDir . '/getbrevo/brevo-php/lib/Model/CreateUpdateBatchCategoryModel.php',
    'Brevo\\Client\\Model\\CreateUpdateBatchProducts' => $vendorDir . '/getbrevo/brevo-php/lib/Model/CreateUpdateBatchProducts.php',
    'Brevo\\Client\\Model\\CreateUpdateBatchProductsModel' => $vendorDir . '/getbrevo/brevo-php/lib/Model/CreateUpdateBatchProductsModel.php',
    'Brevo\\Client\\Model\\CreateUpdateCategories' => $vendorDir . '/getbrevo/brevo-php/lib/Model/CreateUpdateCategories.php',
    'Brevo\\Client\\Model\\CreateUpdateCategory' => $vendorDir . '/getbrevo/brevo-php/lib/Model/CreateUpdateCategory.php',
    'Brevo\\Client\\Model\\CreateUpdateContactModel' => $vendorDir . '/getbrevo/brevo-php/lib/Model/CreateUpdateContactModel.php',
    'Brevo\\Client\\Model\\CreateUpdateFolder' => $vendorDir . '/getbrevo/brevo-php/lib/Model/CreateUpdateFolder.php',
    'Brevo\\Client\\Model\\CreateUpdateProduct' => $vendorDir . '/getbrevo/brevo-php/lib/Model/CreateUpdateProduct.php',
    'Brevo\\Client\\Model\\CreateUpdateProducts' => $vendorDir . '/getbrevo/brevo-php/lib/Model/CreateUpdateProducts.php',
    'Brevo\\Client\\Model\\CreateWebhook' => $vendorDir . '/getbrevo/brevo-php/lib/Model/CreateWebhook.php',
    'Brevo\\Client\\Model\\CreateWhatsAppCampaign' => $vendorDir . '/getbrevo/brevo-php/lib/Model/CreateWhatsAppCampaign.php',
    'Brevo\\Client\\Model\\CreateWhatsAppCampaignRecipients' => $vendorDir . '/getbrevo/brevo-php/lib/Model/CreateWhatsAppCampaignRecipients.php',
    'Brevo\\Client\\Model\\CreateWhatsAppTemplate' => $vendorDir . '/getbrevo/brevo-php/lib/Model/CreateWhatsAppTemplate.php',
    'Brevo\\Client\\Model\\CreatedBatchId' => $vendorDir . '/getbrevo/brevo-php/lib/Model/CreatedBatchId.php',
    'Brevo\\Client\\Model\\CreatedProcessId' => $vendorDir . '/getbrevo/brevo-php/lib/Model/CreatedProcessId.php',
    'Brevo\\Client\\Model\\Deal' => $vendorDir . '/getbrevo/brevo-php/lib/Model/Deal.php',
    'Brevo\\Client\\Model\\DealAttributes' => $vendorDir . '/getbrevo/brevo-php/lib/Model/DealAttributes.php',
    'Brevo\\Client\\Model\\DealAttributesInner' => $vendorDir . '/getbrevo/brevo-php/lib/Model/DealAttributesInner.php',
    'Brevo\\Client\\Model\\DealsList' => $vendorDir . '/getbrevo/brevo-php/lib/Model/DealsList.php',
    'Brevo\\Client\\Model\\DeleteHardbounces' => $vendorDir . '/getbrevo/brevo-php/lib/Model/DeleteHardbounces.php',
    'Brevo\\Client\\Model\\EmailExportRecipients' => $vendorDir . '/getbrevo/brevo-php/lib/Model/EmailExportRecipients.php',
    'Brevo\\Client\\Model\\ErrorModel' => $vendorDir . '/getbrevo/brevo-php/lib/Model/ErrorModel.php',
    'Brevo\\Client\\Model\\Event' => $vendorDir . '/getbrevo/brevo-php/lib/Model/Event.php',
    'Brevo\\Client\\Model\\EventIdentifiers' => $vendorDir . '/getbrevo/brevo-php/lib/Model/EventIdentifiers.php',
    'Brevo\\Client\\Model\\ExportWebhooksHistory' => $vendorDir . '/getbrevo/brevo-php/lib/Model/ExportWebhooksHistory.php',
    'Brevo\\Client\\Model\\FileData' => $vendorDir . '/getbrevo/brevo-php/lib/Model/FileData.php',
    'Brevo\\Client\\Model\\FileDownloadableLink' => $vendorDir . '/getbrevo/brevo-php/lib/Model/FileDownloadableLink.php',
    'Brevo\\Client\\Model\\FileList' => $vendorDir . '/getbrevo/brevo-php/lib/Model/FileList.php',
    'Brevo\\Client\\Model\\GetAccount' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetAccount.php',
    'Brevo\\Client\\Model\\GetAccountActivity' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetAccountActivity.php',
    'Brevo\\Client\\Model\\GetAccountActivityLogs' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetAccountActivityLogs.php',
    'Brevo\\Client\\Model\\GetAccountMarketingAutomation' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetAccountMarketingAutomation.php',
    'Brevo\\Client\\Model\\GetAccountPlan' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetAccountPlan.php',
    'Brevo\\Client\\Model\\GetAccountRelay' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetAccountRelay.php',
    'Brevo\\Client\\Model\\GetAccountRelayData' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetAccountRelayData.php',
    'Brevo\\Client\\Model\\GetAggregatedReport' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetAggregatedReport.php',
    'Brevo\\Client\\Model\\GetAllExternalFeeds' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetAllExternalFeeds.php',
    'Brevo\\Client\\Model\\GetAllExternalFeedsFeeds' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetAllExternalFeedsFeeds.php',
    'Brevo\\Client\\Model\\GetAttributes' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetAttributes.php',
    'Brevo\\Client\\Model\\GetAttributesAttributes' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetAttributesAttributes.php',
    'Brevo\\Client\\Model\\GetAttributesEnumeration' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetAttributesEnumeration.php',
    'Brevo\\Client\\Model\\GetBlockedDomains' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetBlockedDomains.php',
    'Brevo\\Client\\Model\\GetCampaignOverview' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetCampaignOverview.php',
    'Brevo\\Client\\Model\\GetCampaignRecipients' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetCampaignRecipients.php',
    'Brevo\\Client\\Model\\GetCampaignStats' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetCampaignStats.php',
    'Brevo\\Client\\Model\\GetCategories' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetCategories.php',
    'Brevo\\Client\\Model\\GetCategoryDetails' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetCategoryDetails.php',
    'Brevo\\Client\\Model\\GetChildAccountCreationStatus' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetChildAccountCreationStatus.php',
    'Brevo\\Client\\Model\\GetChildDomain' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetChildDomain.php',
    'Brevo\\Client\\Model\\GetChildDomains' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetChildDomains.php',
    'Brevo\\Client\\Model\\GetChildInfo' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetChildInfo.php',
    'Brevo\\Client\\Model\\GetChildInfoApiKeys' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetChildInfoApiKeys.php',
    'Brevo\\Client\\Model\\GetChildInfoApiKeysV2' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetChildInfoApiKeysV2.php',
    'Brevo\\Client\\Model\\GetChildInfoApiKeysV3' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetChildInfoApiKeysV3.php',
    'Brevo\\Client\\Model\\GetChildInfoCredits' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetChildInfoCredits.php',
    'Brevo\\Client\\Model\\GetChildInfoStatistics' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetChildInfoStatistics.php',
    'Brevo\\Client\\Model\\GetChildrenList' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetChildrenList.php',
    'Brevo\\Client\\Model\\GetClient' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetClient.php',
    'Brevo\\Client\\Model\\GetContactCampaignStats' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetContactCampaignStats.php',
    'Brevo\\Client\\Model\\GetContactCampaignStatsClicked' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetContactCampaignStatsClicked.php',
    'Brevo\\Client\\Model\\GetContactCampaignStatsOpened' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetContactCampaignStatsOpened.php',
    'Brevo\\Client\\Model\\GetContactCampaignStatsTransacAttributes' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetContactCampaignStatsTransacAttributes.php',
    'Brevo\\Client\\Model\\GetContactCampaignStatsUnsubscriptions' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetContactCampaignStatsUnsubscriptions.php',
    'Brevo\\Client\\Model\\GetContactDetails' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetContactDetails.php',
    'Brevo\\Client\\Model\\GetContacts' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetContacts.php',
    'Brevo\\Client\\Model\\GetCorporateInvitedUsersList' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetCorporateInvitedUsersList.php',
    'Brevo\\Client\\Model\\GetCorporateInvitedUsersListFeatureAccess' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetCorporateInvitedUsersListFeatureAccess.php',
    'Brevo\\Client\\Model\\GetCorporateInvitedUsersListGroups' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetCorporateInvitedUsersListGroups.php',
    'Brevo\\Client\\Model\\GetCorporateInvitedUsersListUsers' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetCorporateInvitedUsersListUsers.php',
    'Brevo\\Client\\Model\\GetCouponCollection' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetCouponCollection.php',
    'Brevo\\Client\\Model\\GetDeviceBrowserStats' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetDeviceBrowserStats.php',
    'Brevo\\Client\\Model\\GetDomainConfigurationModel' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetDomainConfigurationModel.php',
    'Brevo\\Client\\Model\\GetDomainsList' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetDomainsList.php',
    'Brevo\\Client\\Model\\GetDomainsListDomains' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetDomainsListDomains.php',
    'Brevo\\Client\\Model\\GetEmailCampaign' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetEmailCampaign.php',
    'Brevo\\Client\\Model\\GetEmailCampaigns' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetEmailCampaigns.php',
    'Brevo\\Client\\Model\\GetEmailEventReport' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetEmailEventReport.php',
    'Brevo\\Client\\Model\\GetEmailEventReportEvents' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetEmailEventReportEvents.php',
    'Brevo\\Client\\Model\\GetExtendedCampaignOverview' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetExtendedCampaignOverview.php',
    'Brevo\\Client\\Model\\GetExtendedCampaignOverviewSender' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetExtendedCampaignOverviewSender.php',
    'Brevo\\Client\\Model\\GetExtendedCampaignStats' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetExtendedCampaignStats.php',
    'Brevo\\Client\\Model\\GetExtendedCampaignStatsGlobalStats' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetExtendedCampaignStatsGlobalStats.php',
    'Brevo\\Client\\Model\\GetExtendedClient' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetExtendedClient.php',
    'Brevo\\Client\\Model\\GetExtendedClientAddress' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetExtendedClientAddress.php',
    'Brevo\\Client\\Model\\GetExtendedContactDetails' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetExtendedContactDetails.php',
    'Brevo\\Client\\Model\\GetExtendedContactDetailsStatistics' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetExtendedContactDetailsStatistics.php',
    'Brevo\\Client\\Model\\GetExtendedContactDetailsStatisticsClicked' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetExtendedContactDetailsStatisticsClicked.php',
    'Brevo\\Client\\Model\\GetExtendedContactDetailsStatisticsDelivered' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetExtendedContactDetailsStatisticsDelivered.php',
    'Brevo\\Client\\Model\\GetExtendedContactDetailsStatisticsLinks' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetExtendedContactDetailsStatisticsLinks.php',
    'Brevo\\Client\\Model\\GetExtendedContactDetailsStatisticsMessagesSent' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetExtendedContactDetailsStatisticsMessagesSent.php',
    'Brevo\\Client\\Model\\GetExtendedContactDetailsStatisticsOpened' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetExtendedContactDetailsStatisticsOpened.php',
    'Brevo\\Client\\Model\\GetExtendedContactDetailsStatisticsUnsubscriptions' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetExtendedContactDetailsStatisticsUnsubscriptions.php',
    'Brevo\\Client\\Model\\GetExtendedContactDetailsStatisticsUnsubscriptionsAdminUnsubscription' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetExtendedContactDetailsStatisticsUnsubscriptionsAdminUnsubscription.php',
    'Brevo\\Client\\Model\\GetExtendedContactDetailsStatisticsUnsubscriptionsUserUnsubscription' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetExtendedContactDetailsStatisticsUnsubscriptionsUserUnsubscription.php',
    'Brevo\\Client\\Model\\GetExtendedList' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetExtendedList.php',
    'Brevo\\Client\\Model\\GetExtendedListCampaignStats' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetExtendedListCampaignStats.php',
    'Brevo\\Client\\Model\\GetExternalFeedByUUID' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetExternalFeedByUUID.php',
    'Brevo\\Client\\Model\\GetExternalFeedByUUIDHeaders' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetExternalFeedByUUIDHeaders.php',
    'Brevo\\Client\\Model\\GetFolder' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetFolder.php',
    'Brevo\\Client\\Model\\GetFolderLists' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetFolderLists.php',
    'Brevo\\Client\\Model\\GetFolders' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetFolders.php',
    'Brevo\\Client\\Model\\GetInboundEmailEvents' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetInboundEmailEvents.php',
    'Brevo\\Client\\Model\\GetInboundEmailEventsByUuid' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetInboundEmailEventsByUuid.php',
    'Brevo\\Client\\Model\\GetInboundEmailEventsByUuidAttachments' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetInboundEmailEventsByUuidAttachments.php',
    'Brevo\\Client\\Model\\GetInboundEmailEventsByUuidLogs' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetInboundEmailEventsByUuidLogs.php',
    'Brevo\\Client\\Model\\GetInboundEmailEventsEvents' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetInboundEmailEventsEvents.php',
    'Brevo\\Client\\Model\\GetInvitedUsersList' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetInvitedUsersList.php',
    'Brevo\\Client\\Model\\GetInvitedUsersListFeatureAccess' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetInvitedUsersListFeatureAccess.php',
    'Brevo\\Client\\Model\\GetInvitedUsersListUsers' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetInvitedUsersListUsers.php',
    'Brevo\\Client\\Model\\GetIp' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetIp.php',
    'Brevo\\Client\\Model\\GetIpFromSender' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetIpFromSender.php',
    'Brevo\\Client\\Model\\GetIps' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetIps.php',
    'Brevo\\Client\\Model\\GetIpsFromSender' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetIpsFromSender.php',
    'Brevo\\Client\\Model\\GetList' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetList.php',
    'Brevo\\Client\\Model\\GetLists' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetLists.php',
    'Brevo\\Client\\Model\\GetOrders' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetOrders.php',
    'Brevo\\Client\\Model\\GetProcess' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetProcess.php',
    'Brevo\\Client\\Model\\GetProcesses' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetProcesses.php',
    'Brevo\\Client\\Model\\GetProductDetails' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetProductDetails.php',
    'Brevo\\Client\\Model\\GetProducts' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetProducts.php',
    'Brevo\\Client\\Model\\GetReports' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetReports.php',
    'Brevo\\Client\\Model\\GetReportsReports' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetReportsReports.php',
    'Brevo\\Client\\Model\\GetScheduledEmailByBatchId' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetScheduledEmailByBatchId.php',
    'Brevo\\Client\\Model\\GetScheduledEmailByBatchIdBatches' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetScheduledEmailByBatchIdBatches.php',
    'Brevo\\Client\\Model\\GetScheduledEmailByMessageId' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetScheduledEmailByMessageId.php',
    'Brevo\\Client\\Model\\GetSegments' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetSegments.php',
    'Brevo\\Client\\Model\\GetSegmentsSegments' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetSegmentsSegments.php',
    'Brevo\\Client\\Model\\GetSendersList' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetSendersList.php',
    'Brevo\\Client\\Model\\GetSendersListIps' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetSendersListIps.php',
    'Brevo\\Client\\Model\\GetSendersListSenders' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetSendersListSenders.php',
    'Brevo\\Client\\Model\\GetSharedTemplateUrl' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetSharedTemplateUrl.php',
    'Brevo\\Client\\Model\\GetSmsCampaign' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetSmsCampaign.php',
    'Brevo\\Client\\Model\\GetSmsCampaignOverview' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetSmsCampaignOverview.php',
    'Brevo\\Client\\Model\\GetSmsCampaignRecipients' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetSmsCampaignRecipients.php',
    'Brevo\\Client\\Model\\GetSmsCampaignStats' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetSmsCampaignStats.php',
    'Brevo\\Client\\Model\\GetSmsCampaigns' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetSmsCampaigns.php',
    'Brevo\\Client\\Model\\GetSmsEventReport' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetSmsEventReport.php',
    'Brevo\\Client\\Model\\GetSmsEventReportEvents' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetSmsEventReportEvents.php',
    'Brevo\\Client\\Model\\GetSmtpTemplateOverview' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetSmtpTemplateOverview.php',
    'Brevo\\Client\\Model\\GetSmtpTemplateOverviewSender' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetSmtpTemplateOverviewSender.php',
    'Brevo\\Client\\Model\\GetSmtpTemplates' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetSmtpTemplates.php',
    'Brevo\\Client\\Model\\GetSsoToken' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetSsoToken.php',
    'Brevo\\Client\\Model\\GetStatsByBrowser' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetStatsByBrowser.php',
    'Brevo\\Client\\Model\\GetStatsByDevice' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetStatsByDevice.php',
    'Brevo\\Client\\Model\\GetStatsByDomain' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetStatsByDomain.php',
    'Brevo\\Client\\Model\\GetTransacAggregatedSmsReport' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetTransacAggregatedSmsReport.php',
    'Brevo\\Client\\Model\\GetTransacBlockedContacts' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetTransacBlockedContacts.php',
    'Brevo\\Client\\Model\\GetTransacBlockedContactsContacts' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetTransacBlockedContactsContacts.php',
    'Brevo\\Client\\Model\\GetTransacBlockedContactsReason' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetTransacBlockedContactsReason.php',
    'Brevo\\Client\\Model\\GetTransacEmailContent' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetTransacEmailContent.php',
    'Brevo\\Client\\Model\\GetTransacEmailContentEvents' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetTransacEmailContentEvents.php',
    'Brevo\\Client\\Model\\GetTransacEmailsList' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetTransacEmailsList.php',
    'Brevo\\Client\\Model\\GetTransacEmailsListTransactionalEmails' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetTransacEmailsListTransactionalEmails.php',
    'Brevo\\Client\\Model\\GetTransacSmsReport' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetTransacSmsReport.php',
    'Brevo\\Client\\Model\\GetTransacSmsReportReports' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetTransacSmsReportReports.php',
    'Brevo\\Client\\Model\\GetUserPermission' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetUserPermission.php',
    'Brevo\\Client\\Model\\GetUserPermissionPrivileges' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetUserPermissionPrivileges.php',
    'Brevo\\Client\\Model\\GetWATemplates' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetWATemplates.php',
    'Brevo\\Client\\Model\\GetWATemplatesTemplates' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetWATemplatesTemplates.php',
    'Brevo\\Client\\Model\\GetWebhook' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetWebhook.php',
    'Brevo\\Client\\Model\\GetWebhookAuth' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetWebhookAuth.php',
    'Brevo\\Client\\Model\\GetWebhookHeaders' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetWebhookHeaders.php',
    'Brevo\\Client\\Model\\GetWebhooks' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetWebhooks.php',
    'Brevo\\Client\\Model\\GetWhatsAppConfig' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetWhatsAppConfig.php',
    'Brevo\\Client\\Model\\GetWhatsappCampaignOverview' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetWhatsappCampaignOverview.php',
    'Brevo\\Client\\Model\\GetWhatsappCampaigns' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetWhatsappCampaigns.php',
    'Brevo\\Client\\Model\\GetWhatsappCampaignsCampaigns' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetWhatsappCampaignsCampaigns.php',
    'Brevo\\Client\\Model\\GetWhatsappEventReport' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetWhatsappEventReport.php',
    'Brevo\\Client\\Model\\GetWhatsappEventReportEvents' => $vendorDir . '/getbrevo/brevo-php/lib/Model/GetWhatsappEventReportEvents.php',
    'Brevo\\Client\\Model\\InlineResponse200' => $vendorDir . '/getbrevo/brevo-php/lib/Model/InlineResponse200.php',
    'Brevo\\Client\\Model\\InlineResponse2001' => $vendorDir . '/getbrevo/brevo-php/lib/Model/InlineResponse2001.php',
    'Brevo\\Client\\Model\\InlineResponse2002' => $vendorDir . '/getbrevo/brevo-php/lib/Model/InlineResponse2002.php',
    'Brevo\\Client\\Model\\InlineResponse201' => $vendorDir . '/getbrevo/brevo-php/lib/Model/InlineResponse201.php',
    'Brevo\\Client\\Model\\InlineResponse2011' => $vendorDir . '/getbrevo/brevo-php/lib/Model/InlineResponse2011.php',
    'Brevo\\Client\\Model\\InlineResponse2012' => $vendorDir . '/getbrevo/brevo-php/lib/Model/InlineResponse2012.php',
    'Brevo\\Client\\Model\\InlineResponse2013' => $vendorDir . '/getbrevo/brevo-php/lib/Model/InlineResponse2013.php',
    'Brevo\\Client\\Model\\InlineResponse2014' => $vendorDir . '/getbrevo/brevo-php/lib/Model/InlineResponse2014.php',
    'Brevo\\Client\\Model\\InlineResponse2015' => $vendorDir . '/getbrevo/brevo-php/lib/Model/InlineResponse2015.php',
    'Brevo\\Client\\Model\\InviteAdminUser' => $vendorDir . '/getbrevo/brevo-php/lib/Model/InviteAdminUser.php',
    'Brevo\\Client\\Model\\InviteAdminUserPrivileges' => $vendorDir . '/getbrevo/brevo-php/lib/Model/InviteAdminUserPrivileges.php',
    'Brevo\\Client\\Model\\Inviteuser' => $vendorDir . '/getbrevo/brevo-php/lib/Model/Inviteuser.php',
    'Brevo\\Client\\Model\\InviteuserPrivileges' => $vendorDir . '/getbrevo/brevo-php/lib/Model/InviteuserPrivileges.php',
    'Brevo\\Client\\Model\\ManageIp' => $vendorDir . '/getbrevo/brevo-php/lib/Model/ManageIp.php',
    'Brevo\\Client\\Model\\MasterDetailsResponse' => $vendorDir . '/getbrevo/brevo-php/lib/Model/MasterDetailsResponse.php',
    'Brevo\\Client\\Model\\MasterDetailsResponseBillingInfo' => $vendorDir . '/getbrevo/brevo-php/lib/Model/MasterDetailsResponseBillingInfo.php',
    'Brevo\\Client\\Model\\MasterDetailsResponseBillingInfoAddress' => $vendorDir . '/getbrevo/brevo-php/lib/Model/MasterDetailsResponseBillingInfoAddress.php',
    'Brevo\\Client\\Model\\MasterDetailsResponseBillingInfoName' => $vendorDir . '/getbrevo/brevo-php/lib/Model/MasterDetailsResponseBillingInfoName.php',
    'Brevo\\Client\\Model\\MasterDetailsResponsePlanInfo' => $vendorDir . '/getbrevo/brevo-php/lib/Model/MasterDetailsResponsePlanInfo.php',
    'Brevo\\Client\\Model\\MasterDetailsResponsePlanInfoFeatures' => $vendorDir . '/getbrevo/brevo-php/lib/Model/MasterDetailsResponsePlanInfoFeatures.php',
    'Brevo\\Client\\Model\\ModelInterface' => $vendorDir . '/getbrevo/brevo-php/lib/Model/ModelInterface.php',
    'Brevo\\Client\\Model\\Note' => $vendorDir . '/getbrevo/brevo-php/lib/Model/Note.php',
    'Brevo\\Client\\Model\\NoteData' => $vendorDir . '/getbrevo/brevo-php/lib/Model/NoteData.php',
    'Brevo\\Client\\Model\\NoteId' => $vendorDir . '/getbrevo/brevo-php/lib/Model/NoteId.php',
    'Brevo\\Client\\Model\\NoteList' => $vendorDir . '/getbrevo/brevo-php/lib/Model/NoteList.php',
    'Brevo\\Client\\Model\\Order' => $vendorDir . '/getbrevo/brevo-php/lib/Model/Order.php',
    'Brevo\\Client\\Model\\OrderBatch' => $vendorDir . '/getbrevo/brevo-php/lib/Model/OrderBatch.php',
    'Brevo\\Client\\Model\\OrderBilling' => $vendorDir . '/getbrevo/brevo-php/lib/Model/OrderBilling.php',
    'Brevo\\Client\\Model\\OrderProducts' => $vendorDir . '/getbrevo/brevo-php/lib/Model/OrderProducts.php',
    'Brevo\\Client\\Model\\Otp' => $vendorDir . '/getbrevo/brevo-php/lib/Model/Otp.php',
    'Brevo\\Client\\Model\\Pipeline' => $vendorDir . '/getbrevo/brevo-php/lib/Model/Pipeline.php',
    'Brevo\\Client\\Model\\PipelineStage' => $vendorDir . '/getbrevo/brevo-php/lib/Model/PipelineStage.php',
    'Brevo\\Client\\Model\\Pipelines' => $vendorDir . '/getbrevo/brevo-php/lib/Model/Pipelines.php',
    'Brevo\\Client\\Model\\PostContactInfo' => $vendorDir . '/getbrevo/brevo-php/lib/Model/PostContactInfo.php',
    'Brevo\\Client\\Model\\PostContactInfoContacts' => $vendorDir . '/getbrevo/brevo-php/lib/Model/PostContactInfoContacts.php',
    'Brevo\\Client\\Model\\PostSendFailed' => $vendorDir . '/getbrevo/brevo-php/lib/Model/PostSendFailed.php',
    'Brevo\\Client\\Model\\PostSendSmsTestFailed' => $vendorDir . '/getbrevo/brevo-php/lib/Model/PostSendSmsTestFailed.php',
    'Brevo\\Client\\Model\\PutRevokeUserPermission' => $vendorDir . '/getbrevo/brevo-php/lib/Model/PutRevokeUserPermission.php',
    'Brevo\\Client\\Model\\Putresendcancelinvitation' => $vendorDir . '/getbrevo/brevo-php/lib/Model/Putresendcancelinvitation.php',
    'Brevo\\Client\\Model\\RemainingCreditModel' => $vendorDir . '/getbrevo/brevo-php/lib/Model/RemainingCreditModel.php',
    'Brevo\\Client\\Model\\RemainingCreditModelChild' => $vendorDir . '/getbrevo/brevo-php/lib/Model/RemainingCreditModelChild.php',
    'Brevo\\Client\\Model\\RemainingCreditModelReseller' => $vendorDir . '/getbrevo/brevo-php/lib/Model/RemainingCreditModelReseller.php',
    'Brevo\\Client\\Model\\RemoveContactFromList' => $vendorDir . '/getbrevo/brevo-php/lib/Model/RemoveContactFromList.php',
    'Brevo\\Client\\Model\\RemoveCredits' => $vendorDir . '/getbrevo/brevo-php/lib/Model/RemoveCredits.php',
    'Brevo\\Client\\Model\\RequestContactExport' => $vendorDir . '/getbrevo/brevo-php/lib/Model/RequestContactExport.php',
    'Brevo\\Client\\Model\\RequestContactExportCustomContactFilter' => $vendorDir . '/getbrevo/brevo-php/lib/Model/RequestContactExportCustomContactFilter.php',
    'Brevo\\Client\\Model\\RequestContactImport' => $vendorDir . '/getbrevo/brevo-php/lib/Model/RequestContactImport.php',
    'Brevo\\Client\\Model\\RequestContactImportJsonBody' => $vendorDir . '/getbrevo/brevo-php/lib/Model/RequestContactImportJsonBody.php',
    'Brevo\\Client\\Model\\RequestContactImportNewList' => $vendorDir . '/getbrevo/brevo-php/lib/Model/RequestContactImportNewList.php',
    'Brevo\\Client\\Model\\RequestSmsRecipientExport' => $vendorDir . '/getbrevo/brevo-php/lib/Model/RequestSmsRecipientExport.php',
    'Brevo\\Client\\Model\\ScheduleSmtpEmail' => $vendorDir . '/getbrevo/brevo-php/lib/Model/ScheduleSmtpEmail.php',
    'Brevo\\Client\\Model\\SendReport' => $vendorDir . '/getbrevo/brevo-php/lib/Model/SendReport.php',
    'Brevo\\Client\\Model\\SendReportEmail' => $vendorDir . '/getbrevo/brevo-php/lib/Model/SendReportEmail.php',
    'Brevo\\Client\\Model\\SendSms' => $vendorDir . '/getbrevo/brevo-php/lib/Model/SendSms.php',
    'Brevo\\Client\\Model\\SendSmtpEmail' => $vendorDir . '/getbrevo/brevo-php/lib/Model/SendSmtpEmail.php',
    'Brevo\\Client\\Model\\SendSmtpEmailAttachment' => $vendorDir . '/getbrevo/brevo-php/lib/Model/SendSmtpEmailAttachment.php',
    'Brevo\\Client\\Model\\SendSmtpEmailBcc' => $vendorDir . '/getbrevo/brevo-php/lib/Model/SendSmtpEmailBcc.php',
    'Brevo\\Client\\Model\\SendSmtpEmailCc' => $vendorDir . '/getbrevo/brevo-php/lib/Model/SendSmtpEmailCc.php',
    'Brevo\\Client\\Model\\SendSmtpEmailMessageVersions' => $vendorDir . '/getbrevo/brevo-php/lib/Model/SendSmtpEmailMessageVersions.php',
    'Brevo\\Client\\Model\\SendSmtpEmailReplyTo' => $vendorDir . '/getbrevo/brevo-php/lib/Model/SendSmtpEmailReplyTo.php',
    'Brevo\\Client\\Model\\SendSmtpEmailReplyTo1' => $vendorDir . '/getbrevo/brevo-php/lib/Model/SendSmtpEmailReplyTo1.php',
    'Brevo\\Client\\Model\\SendSmtpEmailSender' => $vendorDir . '/getbrevo/brevo-php/lib/Model/SendSmtpEmailSender.php',
    'Brevo\\Client\\Model\\SendSmtpEmailTo' => $vendorDir . '/getbrevo/brevo-php/lib/Model/SendSmtpEmailTo.php',
    'Brevo\\Client\\Model\\SendSmtpEmailTo1' => $vendorDir . '/getbrevo/brevo-php/lib/Model/SendSmtpEmailTo1.php',
    'Brevo\\Client\\Model\\SendTestEmail' => $vendorDir . '/getbrevo/brevo-php/lib/Model/SendTestEmail.php',
    'Brevo\\Client\\Model\\SendTestSms' => $vendorDir . '/getbrevo/brevo-php/lib/Model/SendTestSms.php',
    'Brevo\\Client\\Model\\SendTransacSms' => $vendorDir . '/getbrevo/brevo-php/lib/Model/SendTransacSms.php',
    'Brevo\\Client\\Model\\SendTransacSmsTag' => $vendorDir . '/getbrevo/brevo-php/lib/Model/SendTransacSmsTag.php',
    'Brevo\\Client\\Model\\SendWhatsappMessage' => $vendorDir . '/getbrevo/brevo-php/lib/Model/SendWhatsappMessage.php',
    'Brevo\\Client\\Model\\SsoTokenRequest' => $vendorDir . '/getbrevo/brevo-php/lib/Model/SsoTokenRequest.php',
    'Brevo\\Client\\Model\\SubAccountAppsToggleRequest' => $vendorDir . '/getbrevo/brevo-php/lib/Model/SubAccountAppsToggleRequest.php',
    'Brevo\\Client\\Model\\SubAccountDetailsResponse' => $vendorDir . '/getbrevo/brevo-php/lib/Model/SubAccountDetailsResponse.php',
    'Brevo\\Client\\Model\\SubAccountDetailsResponsePlanInfo' => $vendorDir . '/getbrevo/brevo-php/lib/Model/SubAccountDetailsResponsePlanInfo.php',
    'Brevo\\Client\\Model\\SubAccountDetailsResponsePlanInfoCredits' => $vendorDir . '/getbrevo/brevo-php/lib/Model/SubAccountDetailsResponsePlanInfoCredits.php',
    'Brevo\\Client\\Model\\SubAccountDetailsResponsePlanInfoCreditsEmails' => $vendorDir . '/getbrevo/brevo-php/lib/Model/SubAccountDetailsResponsePlanInfoCreditsEmails.php',
    'Brevo\\Client\\Model\\SubAccountDetailsResponsePlanInfoFeatures' => $vendorDir . '/getbrevo/brevo-php/lib/Model/SubAccountDetailsResponsePlanInfoFeatures.php',
    'Brevo\\Client\\Model\\SubAccountDetailsResponsePlanInfoFeaturesInbox' => $vendorDir . '/getbrevo/brevo-php/lib/Model/SubAccountDetailsResponsePlanInfoFeaturesInbox.php',
    'Brevo\\Client\\Model\\SubAccountDetailsResponsePlanInfoFeaturesLandingPage' => $vendorDir . '/getbrevo/brevo-php/lib/Model/SubAccountDetailsResponsePlanInfoFeaturesLandingPage.php',
    'Brevo\\Client\\Model\\SubAccountDetailsResponsePlanInfoFeaturesUsers' => $vendorDir . '/getbrevo/brevo-php/lib/Model/SubAccountDetailsResponsePlanInfoFeaturesUsers.php',
    'Brevo\\Client\\Model\\SubAccountUpdatePlanRequest' => $vendorDir . '/getbrevo/brevo-php/lib/Model/SubAccountUpdatePlanRequest.php',
    'Brevo\\Client\\Model\\SubAccountUpdatePlanRequestCredits' => $vendorDir . '/getbrevo/brevo-php/lib/Model/SubAccountUpdatePlanRequestCredits.php',
    'Brevo\\Client\\Model\\SubAccountUpdatePlanRequestFeatures' => $vendorDir . '/getbrevo/brevo-php/lib/Model/SubAccountUpdatePlanRequestFeatures.php',
    'Brevo\\Client\\Model\\SubAccountsResponse' => $vendorDir . '/getbrevo/brevo-php/lib/Model/SubAccountsResponse.php',
    'Brevo\\Client\\Model\\SubAccountsResponseSubAccounts' => $vendorDir . '/getbrevo/brevo-php/lib/Model/SubAccountsResponseSubAccounts.php',
    'Brevo\\Client\\Model\\Task' => $vendorDir . '/getbrevo/brevo-php/lib/Model/Task.php',
    'Brevo\\Client\\Model\\TaskList' => $vendorDir . '/getbrevo/brevo-php/lib/Model/TaskList.php',
    'Brevo\\Client\\Model\\TaskReminder' => $vendorDir . '/getbrevo/brevo-php/lib/Model/TaskReminder.php',
    'Brevo\\Client\\Model\\TaskTypes' => $vendorDir . '/getbrevo/brevo-php/lib/Model/TaskTypes.php',
    'Brevo\\Client\\Model\\UpdateAttribute' => $vendorDir . '/getbrevo/brevo-php/lib/Model/UpdateAttribute.php',
    'Brevo\\Client\\Model\\UpdateAttributeEnumeration' => $vendorDir . '/getbrevo/brevo-php/lib/Model/UpdateAttributeEnumeration.php',
    'Brevo\\Client\\Model\\UpdateBatchContacts' => $vendorDir . '/getbrevo/brevo-php/lib/Model/UpdateBatchContacts.php',
    'Brevo\\Client\\Model\\UpdateBatchContactsContacts' => $vendorDir . '/getbrevo/brevo-php/lib/Model/UpdateBatchContactsContacts.php',
    'Brevo\\Client\\Model\\UpdateBatchContactsModel' => $vendorDir . '/getbrevo/brevo-php/lib/Model/UpdateBatchContactsModel.php',
    'Brevo\\Client\\Model\\UpdateCampaignStatus' => $vendorDir . '/getbrevo/brevo-php/lib/Model/UpdateCampaignStatus.php',
    'Brevo\\Client\\Model\\UpdateChild' => $vendorDir . '/getbrevo/brevo-php/lib/Model/UpdateChild.php',
    'Brevo\\Client\\Model\\UpdateChildAccountStatus' => $vendorDir . '/getbrevo/brevo-php/lib/Model/UpdateChildAccountStatus.php',
    'Brevo\\Client\\Model\\UpdateChildDomain' => $vendorDir . '/getbrevo/brevo-php/lib/Model/UpdateChildDomain.php',
    'Brevo\\Client\\Model\\UpdateContact' => $vendorDir . '/getbrevo/brevo-php/lib/Model/UpdateContact.php',
    'Brevo\\Client\\Model\\UpdateCouponCollection' => $vendorDir . '/getbrevo/brevo-php/lib/Model/UpdateCouponCollection.php',
    'Brevo\\Client\\Model\\UpdateEmailCampaign' => $vendorDir . '/getbrevo/brevo-php/lib/Model/UpdateEmailCampaign.php',
    'Brevo\\Client\\Model\\UpdateEmailCampaignRecipients' => $vendorDir . '/getbrevo/brevo-php/lib/Model/UpdateEmailCampaignRecipients.php',
    'Brevo\\Client\\Model\\UpdateEmailCampaignSender' => $vendorDir . '/getbrevo/brevo-php/lib/Model/UpdateEmailCampaignSender.php',
    'Brevo\\Client\\Model\\UpdateExternalFeed' => $vendorDir . '/getbrevo/brevo-php/lib/Model/UpdateExternalFeed.php',
    'Brevo\\Client\\Model\\UpdateList' => $vendorDir . '/getbrevo/brevo-php/lib/Model/UpdateList.php',
    'Brevo\\Client\\Model\\UpdateSender' => $vendorDir . '/getbrevo/brevo-php/lib/Model/UpdateSender.php',
    'Brevo\\Client\\Model\\UpdateSmsCampaign' => $vendorDir . '/getbrevo/brevo-php/lib/Model/UpdateSmsCampaign.php',
    'Brevo\\Client\\Model\\UpdateSmtpTemplate' => $vendorDir . '/getbrevo/brevo-php/lib/Model/UpdateSmtpTemplate.php',
    'Brevo\\Client\\Model\\UpdateSmtpTemplateSender' => $vendorDir . '/getbrevo/brevo-php/lib/Model/UpdateSmtpTemplateSender.php',
    'Brevo\\Client\\Model\\UpdateWebhook' => $vendorDir . '/getbrevo/brevo-php/lib/Model/UpdateWebhook.php',
    'Brevo\\Client\\Model\\UpdateWhatsAppCampaign' => $vendorDir . '/getbrevo/brevo-php/lib/Model/UpdateWhatsAppCampaign.php',
    'Brevo\\Client\\Model\\UploadImageModel' => $vendorDir . '/getbrevo/brevo-php/lib/Model/UploadImageModel.php',
    'Brevo\\Client\\Model\\UploadImageToGallery' => $vendorDir . '/getbrevo/brevo-php/lib/Model/UploadImageToGallery.php',
    'Brevo\\Client\\Model\\VariablesItems' => $vendorDir . '/getbrevo/brevo-php/lib/Model/VariablesItems.php',
    'Brevo\\Client\\Model\\WhatsappCampStats' => $vendorDir . '/getbrevo/brevo-php/lib/Model/WhatsappCampStats.php',
    'Brevo\\Client\\Model\\WhatsappCampTemplate' => $vendorDir . '/getbrevo/brevo-php/lib/Model/WhatsappCampTemplate.php',
    'Brevo\\Client\\ObjectSerializer' => $vendorDir . '/getbrevo/brevo-php/lib/ObjectSerializer.php',
    'Brick\\Math\\BigDecimal' => $vendorDir . '/brick/math/src/BigDecimal.php',
    'Brick\\Math\\BigInteger' => $vendorDir . '/brick/math/src/BigInteger.php',
    'Brick\\Math\\BigNumber' => $vendorDir . '/brick/math/src/BigNumber.php',
    'Brick\\Math\\BigRational' => $vendorDir . '/brick/math/src/BigRational.php',
    'Brick\\Math\\Exception\\DivisionByZeroException' => $vendorDir . '/brick/math/src/Exception/DivisionByZeroException.php',
    'Brick\\Math\\Exception\\IntegerOverflowException' => $vendorDir . '/brick/math/src/Exception/IntegerOverflowException.php',
    'Brick\\Math\\Exception\\MathException' => $vendorDir . '/brick/math/src/Exception/MathException.php',
    'Brick\\Math\\Exception\\NegativeNumberException' => $vendorDir . '/brick/math/src/Exception/NegativeNumberException.php',
    'Brick\\Math\\Exception\\NumberFormatException' => $vendorDir . '/brick/math/src/Exception/NumberFormatException.php',
    'Brick\\Math\\Exception\\RoundingNecessaryException' => $vendorDir . '/brick/math/src/Exception/RoundingNecessaryException.php',
    'Brick\\Math\\Internal\\Calculator' => $vendorDir . '/brick/math/src/Internal/Calculator.php',
    'Brick\\Math\\Internal\\Calculator\\BcMathCalculator' => $vendorDir . '/brick/math/src/Internal/Calculator/BcMathCalculator.php',
    'Brick\\Math\\Internal\\Calculator\\GmpCalculator' => $vendorDir . '/brick/math/src/Internal/Calculator/GmpCalculator.php',
    'Brick\\Math\\Internal\\Calculator\\NativeCalculator' => $vendorDir . '/brick/math/src/Internal/Calculator/NativeCalculator.php',
    'Brick\\Math\\RoundingMode' => $vendorDir . '/brick/math/src/RoundingMode.php',
    'CURLStringFile' => $vendorDir . '/symfony/polyfill-php81/Resources/stubs/CURLStringFile.php',
    'Carbon\\AbstractTranslator' => $vendorDir . '/nesbot/carbon/src/Carbon/AbstractTranslator.php',
    'Carbon\\Carbon' => $vendorDir . '/nesbot/carbon/src/Carbon/Carbon.php',
    'Carbon\\CarbonConverterInterface' => $vendorDir . '/nesbot/carbon/src/Carbon/CarbonConverterInterface.php',
    'Carbon\\CarbonImmutable' => $vendorDir . '/nesbot/carbon/src/Carbon/CarbonImmutable.php',
    'Carbon\\CarbonInterface' => $vendorDir . '/nesbot/carbon/src/Carbon/CarbonInterface.php',
    'Carbon\\CarbonInterval' => $vendorDir . '/nesbot/carbon/src/Carbon/CarbonInterval.php',
    'Carbon\\CarbonPeriod' => $vendorDir . '/nesbot/carbon/src/Carbon/CarbonPeriod.php',
    'Carbon\\CarbonPeriodImmutable' => $vendorDir . '/nesbot/carbon/src/Carbon/CarbonPeriodImmutable.php',
    'Carbon\\CarbonTimeZone' => $vendorDir . '/nesbot/carbon/src/Carbon/CarbonTimeZone.php',
    'Carbon\\Cli\\Invoker' => $vendorDir . '/nesbot/carbon/src/Carbon/Cli/Invoker.php',
    'Carbon\\Doctrine\\CarbonDoctrineType' => $vendorDir . '/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/CarbonDoctrineType.php',
    'Carbon\\Doctrine\\CarbonImmutableType' => $vendorDir . '/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/CarbonImmutableType.php',
    'Carbon\\Doctrine\\CarbonType' => $vendorDir . '/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/CarbonType.php',
    'Carbon\\Doctrine\\CarbonTypeConverter' => $vendorDir . '/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/CarbonTypeConverter.php',
    'Carbon\\Doctrine\\DateTimeDefaultPrecision' => $vendorDir . '/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/DateTimeDefaultPrecision.php',
    'Carbon\\Doctrine\\DateTimeImmutableType' => $vendorDir . '/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/DateTimeImmutableType.php',
    'Carbon\\Doctrine\\DateTimeType' => $vendorDir . '/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/DateTimeType.php',
    'Carbon\\Exceptions\\BadComparisonUnitException' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/BadComparisonUnitException.php',
    'Carbon\\Exceptions\\BadFluentConstructorException' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/BadFluentConstructorException.php',
    'Carbon\\Exceptions\\BadFluentSetterException' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/BadFluentSetterException.php',
    'Carbon\\Exceptions\\BadMethodCallException' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/BadMethodCallException.php',
    'Carbon\\Exceptions\\EndLessPeriodException' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/EndLessPeriodException.php',
    'Carbon\\Exceptions\\Exception' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/Exception.php',
    'Carbon\\Exceptions\\ImmutableException' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/ImmutableException.php',
    'Carbon\\Exceptions\\InvalidArgumentException' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/InvalidArgumentException.php',
    'Carbon\\Exceptions\\InvalidCastException' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/InvalidCastException.php',
    'Carbon\\Exceptions\\InvalidDateException' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/InvalidDateException.php',
    'Carbon\\Exceptions\\InvalidFormatException' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/InvalidFormatException.php',
    'Carbon\\Exceptions\\InvalidIntervalException' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/InvalidIntervalException.php',
    'Carbon\\Exceptions\\InvalidPeriodDateException' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/InvalidPeriodDateException.php',
    'Carbon\\Exceptions\\InvalidPeriodParameterException' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/InvalidPeriodParameterException.php',
    'Carbon\\Exceptions\\InvalidTimeZoneException' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/InvalidTimeZoneException.php',
    'Carbon\\Exceptions\\InvalidTypeException' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/InvalidTypeException.php',
    'Carbon\\Exceptions\\NotACarbonClassException' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/NotACarbonClassException.php',
    'Carbon\\Exceptions\\NotAPeriodException' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/NotAPeriodException.php',
    'Carbon\\Exceptions\\NotLocaleAwareException' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/NotLocaleAwareException.php',
    'Carbon\\Exceptions\\OutOfRangeException' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/OutOfRangeException.php',
    'Carbon\\Exceptions\\ParseErrorException' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/ParseErrorException.php',
    'Carbon\\Exceptions\\RuntimeException' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/RuntimeException.php',
    'Carbon\\Exceptions\\UnitException' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/UnitException.php',
    'Carbon\\Exceptions\\UnitNotConfiguredException' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/UnitNotConfiguredException.php',
    'Carbon\\Exceptions\\UnknownGetterException' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/UnknownGetterException.php',
    'Carbon\\Exceptions\\UnknownMethodException' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/UnknownMethodException.php',
    'Carbon\\Exceptions\\UnknownSetterException' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/UnknownSetterException.php',
    'Carbon\\Exceptions\\UnknownUnitException' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/UnknownUnitException.php',
    'Carbon\\Exceptions\\UnreachableException' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/UnreachableException.php',
    'Carbon\\Factory' => $vendorDir . '/nesbot/carbon/src/Carbon/Factory.php',
    'Carbon\\FactoryImmutable' => $vendorDir . '/nesbot/carbon/src/Carbon/FactoryImmutable.php',
    'Carbon\\Language' => $vendorDir . '/nesbot/carbon/src/Carbon/Language.php',
    'Carbon\\Laravel\\ServiceProvider' => $vendorDir . '/nesbot/carbon/src/Carbon/Laravel/ServiceProvider.php',
    'Carbon\\MessageFormatter\\MessageFormatterMapper' => $vendorDir . '/nesbot/carbon/src/Carbon/MessageFormatter/MessageFormatterMapper.php',
    'Carbon\\PHPStan\\AbstractMacro' => $vendorDir . '/nesbot/carbon/src/Carbon/PHPStan/AbstractMacro.php',
    'Carbon\\PHPStan\\Macro' => $vendorDir . '/nesbot/carbon/src/Carbon/PHPStan/Macro.php',
    'Carbon\\PHPStan\\MacroExtension' => $vendorDir . '/nesbot/carbon/src/Carbon/PHPStan/MacroExtension.php',
    'Carbon\\PHPStan\\MacroScanner' => $vendorDir . '/nesbot/carbon/src/Carbon/PHPStan/MacroScanner.php',
    'Carbon\\Traits\\Boundaries' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/Boundaries.php',
    'Carbon\\Traits\\Cast' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/Cast.php',
    'Carbon\\Traits\\Comparison' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/Comparison.php',
    'Carbon\\Traits\\Converter' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/Converter.php',
    'Carbon\\Traits\\Creator' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/Creator.php',
    'Carbon\\Traits\\Date' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/Date.php',
    'Carbon\\Traits\\DeprecatedProperties' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/DeprecatedProperties.php',
    'Carbon\\Traits\\Difference' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/Difference.php',
    'Carbon\\Traits\\IntervalRounding' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/IntervalRounding.php',
    'Carbon\\Traits\\IntervalStep' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/IntervalStep.php',
    'Carbon\\Traits\\Localization' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/Localization.php',
    'Carbon\\Traits\\Macro' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/Macro.php',
    'Carbon\\Traits\\MagicParameter' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/MagicParameter.php',
    'Carbon\\Traits\\Mixin' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/Mixin.php',
    'Carbon\\Traits\\Modifiers' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/Modifiers.php',
    'Carbon\\Traits\\Mutability' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/Mutability.php',
    'Carbon\\Traits\\ObjectInitialisation' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/ObjectInitialisation.php',
    'Carbon\\Traits\\Options' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/Options.php',
    'Carbon\\Traits\\Rounding' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/Rounding.php',
    'Carbon\\Traits\\Serialization' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/Serialization.php',
    'Carbon\\Traits\\Test' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/Test.php',
    'Carbon\\Traits\\Timestamp' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/Timestamp.php',
    'Carbon\\Traits\\ToStringFormat' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/ToStringFormat.php',
    'Carbon\\Traits\\Units' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/Units.php',
    'Carbon\\Traits\\Week' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/Week.php',
    'Carbon\\Translator' => $vendorDir . '/nesbot/carbon/src/Carbon/Translator.php',
    'Carbon\\TranslatorImmutable' => $vendorDir . '/nesbot/carbon/src/Carbon/TranslatorImmutable.php',
    'Carbon\\TranslatorStrongTypeInterface' => $vendorDir . '/nesbot/carbon/src/Carbon/TranslatorStrongTypeInterface.php',
    'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php',
    'Cron\\AbstractField' => $vendorDir . '/dragonmantank/cron-expression/src/Cron/AbstractField.php',
    'Cron\\CronExpression' => $vendorDir . '/dragonmantank/cron-expression/src/Cron/CronExpression.php',
    'Cron\\DayOfMonthField' => $vendorDir . '/dragonmantank/cron-expression/src/Cron/DayOfMonthField.php',
    'Cron\\DayOfWeekField' => $vendorDir . '/dragonmantank/cron-expression/src/Cron/DayOfWeekField.php',
    'Cron\\FieldFactory' => $vendorDir . '/dragonmantank/cron-expression/src/Cron/FieldFactory.php',
    'Cron\\FieldFactoryInterface' => $vendorDir . '/dragonmantank/cron-expression/src/Cron/FieldFactoryInterface.php',
    'Cron\\FieldInterface' => $vendorDir . '/dragonmantank/cron-expression/src/Cron/FieldInterface.php',
    'Cron\\HoursField' => $vendorDir . '/dragonmantank/cron-expression/src/Cron/HoursField.php',
    'Cron\\MinutesField' => $vendorDir . '/dragonmantank/cron-expression/src/Cron/MinutesField.php',
    'Cron\\MonthField' => $vendorDir . '/dragonmantank/cron-expression/src/Cron/MonthField.php',
    'Database\\Factories\\UserFactory' => $baseDir . '/database/factories/UserFactory.php',
    'Database\\Seeders\\DatabaseSeeder' => $baseDir . '/database/seeders/DatabaseSeeder.php',
    'Doctrine\\Common\\Lexer\\AbstractLexer' => $vendorDir . '/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php',
    'Doctrine\\Inflector\\CachedWordInflector' => $vendorDir . '/doctrine/inflector/src/CachedWordInflector.php',
    'Doctrine\\Inflector\\GenericLanguageInflectorFactory' => $vendorDir . '/doctrine/inflector/src/GenericLanguageInflectorFactory.php',
    'Doctrine\\Inflector\\Inflector' => $vendorDir . '/doctrine/inflector/src/Inflector.php',
    'Doctrine\\Inflector\\InflectorFactory' => $vendorDir . '/doctrine/inflector/src/InflectorFactory.php',
    'Doctrine\\Inflector\\Language' => $vendorDir . '/doctrine/inflector/src/Language.php',
    'Doctrine\\Inflector\\LanguageInflectorFactory' => $vendorDir . '/doctrine/inflector/src/LanguageInflectorFactory.php',
    'Doctrine\\Inflector\\NoopWordInflector' => $vendorDir . '/doctrine/inflector/src/NoopWordInflector.php',
    'Doctrine\\Inflector\\Rules\\English\\Inflectible' => $vendorDir . '/doctrine/inflector/src/Rules/English/Inflectible.php',
    'Doctrine\\Inflector\\Rules\\English\\InflectorFactory' => $vendorDir . '/doctrine/inflector/src/Rules/English/InflectorFactory.php',
    'Doctrine\\Inflector\\Rules\\English\\Rules' => $vendorDir . '/doctrine/inflector/src/Rules/English/Rules.php',
    'Doctrine\\Inflector\\Rules\\English\\Uninflected' => $vendorDir . '/doctrine/inflector/src/Rules/English/Uninflected.php',
    'Doctrine\\Inflector\\Rules\\Esperanto\\Inflectible' => $vendorDir . '/doctrine/inflector/src/Rules/Esperanto/Inflectible.php',
    'Doctrine\\Inflector\\Rules\\Esperanto\\InflectorFactory' => $vendorDir . '/doctrine/inflector/src/Rules/Esperanto/InflectorFactory.php',
    'Doctrine\\Inflector\\Rules\\Esperanto\\Rules' => $vendorDir . '/doctrine/inflector/src/Rules/Esperanto/Rules.php',
    'Doctrine\\Inflector\\Rules\\Esperanto\\Uninflected' => $vendorDir . '/doctrine/inflector/src/Rules/Esperanto/Uninflected.php',
    'Doctrine\\Inflector\\Rules\\French\\Inflectible' => $vendorDir . '/doctrine/inflector/src/Rules/French/Inflectible.php',
    'Doctrine\\Inflector\\Rules\\French\\InflectorFactory' => $vendorDir . '/doctrine/inflector/src/Rules/French/InflectorFactory.php',
    'Doctrine\\Inflector\\Rules\\French\\Rules' => $vendorDir . '/doctrine/inflector/src/Rules/French/Rules.php',
    'Doctrine\\Inflector\\Rules\\French\\Uninflected' => $vendorDir . '/doctrine/inflector/src/Rules/French/Uninflected.php',
    'Doctrine\\Inflector\\Rules\\Italian\\Inflectible' => $vendorDir . '/doctrine/inflector/src/Rules/Italian/Inflectible.php',
    'Doctrine\\Inflector\\Rules\\Italian\\InflectorFactory' => $vendorDir . '/doctrine/inflector/src/Rules/Italian/InflectorFactory.php',
    'Doctrine\\Inflector\\Rules\\Italian\\Rules' => $vendorDir . '/doctrine/inflector/src/Rules/Italian/Rules.php',
    'Doctrine\\Inflector\\Rules\\Italian\\Uninflected' => $vendorDir . '/doctrine/inflector/src/Rules/Italian/Uninflected.php',
    'Doctrine\\Inflector\\Rules\\NorwegianBokmal\\Inflectible' => $vendorDir . '/doctrine/inflector/src/Rules/NorwegianBokmal/Inflectible.php',
    'Doctrine\\Inflector\\Rules\\NorwegianBokmal\\InflectorFactory' => $vendorDir . '/doctrine/inflector/src/Rules/NorwegianBokmal/InflectorFactory.php',
    'Doctrine\\Inflector\\Rules\\NorwegianBokmal\\Rules' => $vendorDir . '/doctrine/inflector/src/Rules/NorwegianBokmal/Rules.php',
    'Doctrine\\Inflector\\Rules\\NorwegianBokmal\\Uninflected' => $vendorDir . '/doctrine/inflector/src/Rules/NorwegianBokmal/Uninflected.php',
    'Doctrine\\Inflector\\Rules\\Pattern' => $vendorDir . '/doctrine/inflector/src/Rules/Pattern.php',
    'Doctrine\\Inflector\\Rules\\Patterns' => $vendorDir . '/doctrine/inflector/src/Rules/Patterns.php',
    'Doctrine\\Inflector\\Rules\\Portuguese\\Inflectible' => $vendorDir . '/doctrine/inflector/src/Rules/Portuguese/Inflectible.php',
    'Doctrine\\Inflector\\Rules\\Portuguese\\InflectorFactory' => $vendorDir . '/doctrine/inflector/src/Rules/Portuguese/InflectorFactory.php',
    'Doctrine\\Inflector\\Rules\\Portuguese\\Rules' => $vendorDir . '/doctrine/inflector/src/Rules/Portuguese/Rules.php',
    'Doctrine\\Inflector\\Rules\\Portuguese\\Uninflected' => $vendorDir . '/doctrine/inflector/src/Rules/Portuguese/Uninflected.php',
    'Doctrine\\Inflector\\Rules\\Ruleset' => $vendorDir . '/doctrine/inflector/src/Rules/Ruleset.php',
    'Doctrine\\Inflector\\Rules\\Spanish\\Inflectible' => $vendorDir . '/doctrine/inflector/src/Rules/Spanish/Inflectible.php',
    'Doctrine\\Inflector\\Rules\\Spanish\\InflectorFactory' => $vendorDir . '/doctrine/inflector/src/Rules/Spanish/InflectorFactory.php',
    'Doctrine\\Inflector\\Rules\\Spanish\\Rules' => $vendorDir . '/doctrine/inflector/src/Rules/Spanish/Rules.php',
    'Doctrine\\Inflector\\Rules\\Spanish\\Uninflected' => $vendorDir . '/doctrine/inflector/src/Rules/Spanish/Uninflected.php',
    'Doctrine\\Inflector\\Rules\\Substitution' => $vendorDir . '/doctrine/inflector/src/Rules/Substitution.php',
    'Doctrine\\Inflector\\Rules\\Substitutions' => $vendorDir . '/doctrine/inflector/src/Rules/Substitutions.php',
    'Doctrine\\Inflector\\Rules\\Transformation' => $vendorDir . '/doctrine/inflector/src/Rules/Transformation.php',
    'Doctrine\\Inflector\\Rules\\Transformations' => $vendorDir . '/doctrine/inflector/src/Rules/Transformations.php',
    'Doctrine\\Inflector\\Rules\\Turkish\\Inflectible' => $vendorDir . '/doctrine/inflector/src/Rules/Turkish/Inflectible.php',
    'Doctrine\\Inflector\\Rules\\Turkish\\InflectorFactory' => $vendorDir . '/doctrine/inflector/src/Rules/Turkish/InflectorFactory.php',
    'Doctrine\\Inflector\\Rules\\Turkish\\Rules' => $vendorDir . '/doctrine/inflector/src/Rules/Turkish/Rules.php',
    'Doctrine\\Inflector\\Rules\\Turkish\\Uninflected' => $vendorDir . '/doctrine/inflector/src/Rules/Turkish/Uninflected.php',
    'Doctrine\\Inflector\\Rules\\Word' => $vendorDir . '/doctrine/inflector/src/Rules/Word.php',
    'Doctrine\\Inflector\\RulesetInflector' => $vendorDir . '/doctrine/inflector/src/RulesetInflector.php',
    'Doctrine\\Inflector\\WordInflector' => $vendorDir . '/doctrine/inflector/src/WordInflector.php',
    'Dotenv\\Dotenv' => $vendorDir . '/vlucas/phpdotenv/src/Dotenv.php',
    'Dotenv\\Exception\\ExceptionInterface' => $vendorDir . '/vlucas/phpdotenv/src/Exception/ExceptionInterface.php',
    'Dotenv\\Exception\\InvalidEncodingException' => $vendorDir . '/vlucas/phpdotenv/src/Exception/InvalidEncodingException.php',
    'Dotenv\\Exception\\InvalidFileException' => $vendorDir . '/vlucas/phpdotenv/src/Exception/InvalidFileException.php',
    'Dotenv\\Exception\\InvalidPathException' => $vendorDir . '/vlucas/phpdotenv/src/Exception/InvalidPathException.php',
    'Dotenv\\Exception\\ValidationException' => $vendorDir . '/vlucas/phpdotenv/src/Exception/ValidationException.php',
    'Dotenv\\Loader\\Loader' => $vendorDir . '/vlucas/phpdotenv/src/Loader/Loader.php',
    'Dotenv\\Loader\\LoaderInterface' => $vendorDir . '/vlucas/phpdotenv/src/Loader/LoaderInterface.php',
    'Dotenv\\Loader\\Resolver' => $vendorDir . '/vlucas/phpdotenv/src/Loader/Resolver.php',
    'Dotenv\\Parser\\Entry' => $vendorDir . '/vlucas/phpdotenv/src/Parser/Entry.php',
    'Dotenv\\Parser\\EntryParser' => $vendorDir . '/vlucas/phpdotenv/src/Parser/EntryParser.php',
    'Dotenv\\Parser\\Lexer' => $vendorDir . '/vlucas/phpdotenv/src/Parser/Lexer.php',
    'Dotenv\\Parser\\Lines' => $vendorDir . '/vlucas/phpdotenv/src/Parser/Lines.php',
    'Dotenv\\Parser\\Parser' => $vendorDir . '/vlucas/phpdotenv/src/Parser/Parser.php',
    'Dotenv\\Parser\\ParserInterface' => $vendorDir . '/vlucas/phpdotenv/src/Parser/ParserInterface.php',
    'Dotenv\\Parser\\Value' => $vendorDir . '/vlucas/phpdotenv/src/Parser/Value.php',
    'Dotenv\\Repository\\AdapterRepository' => $vendorDir . '/vlucas/phpdotenv/src/Repository/AdapterRepository.php',
    'Dotenv\\Repository\\Adapter\\AdapterInterface' => $vendorDir . '/vlucas/phpdotenv/src/Repository/Adapter/AdapterInterface.php',
    'Dotenv\\Repository\\Adapter\\ApacheAdapter' => $vendorDir . '/vlucas/phpdotenv/src/Repository/Adapter/ApacheAdapter.php',
    'Dotenv\\Repository\\Adapter\\ArrayAdapter' => $vendorDir . '/vlucas/phpdotenv/src/Repository/Adapter/ArrayAdapter.php',
    'Dotenv\\Repository\\Adapter\\EnvConstAdapter' => $vendorDir . '/vlucas/phpdotenv/src/Repository/Adapter/EnvConstAdapter.php',
    'Dotenv\\Repository\\Adapter\\GuardedWriter' => $vendorDir . '/vlucas/phpdotenv/src/Repository/Adapter/GuardedWriter.php',
    'Dotenv\\Repository\\Adapter\\ImmutableWriter' => $vendorDir . '/vlucas/phpdotenv/src/Repository/Adapter/ImmutableWriter.php',
    'Dotenv\\Repository\\Adapter\\MultiReader' => $vendorDir . '/vlucas/phpdotenv/src/Repository/Adapter/MultiReader.php',
    'Dotenv\\Repository\\Adapter\\MultiWriter' => $vendorDir . '/vlucas/phpdotenv/src/Repository/Adapter/MultiWriter.php',
    'Dotenv\\Repository\\Adapter\\PutenvAdapter' => $vendorDir . '/vlucas/phpdotenv/src/Repository/Adapter/PutenvAdapter.php',
    'Dotenv\\Repository\\Adapter\\ReaderInterface' => $vendorDir . '/vlucas/phpdotenv/src/Repository/Adapter/ReaderInterface.php',
    'Dotenv\\Repository\\Adapter\\ReplacingWriter' => $vendorDir . '/vlucas/phpdotenv/src/Repository/Adapter/ReplacingWriter.php',
    'Dotenv\\Repository\\Adapter\\ServerConstAdapter' => $vendorDir . '/vlucas/phpdotenv/src/Repository/Adapter/ServerConstAdapter.php',
    'Dotenv\\Repository\\Adapter\\WriterInterface' => $vendorDir . '/vlucas/phpdotenv/src/Repository/Adapter/WriterInterface.php',
    'Dotenv\\Repository\\RepositoryBuilder' => $vendorDir . '/vlucas/phpdotenv/src/Repository/RepositoryBuilder.php',
    'Dotenv\\Repository\\RepositoryInterface' => $vendorDir . '/vlucas/phpdotenv/src/Repository/RepositoryInterface.php',
    'Dotenv\\Store\\FileStore' => $vendorDir . '/vlucas/phpdotenv/src/Store/FileStore.php',
    'Dotenv\\Store\\File\\Paths' => $vendorDir . '/vlucas/phpdotenv/src/Store/File/Paths.php',
    'Dotenv\\Store\\File\\Reader' => $vendorDir . '/vlucas/phpdotenv/src/Store/File/Reader.php',
    'Dotenv\\Store\\StoreBuilder' => $vendorDir . '/vlucas/phpdotenv/src/Store/StoreBuilder.php',
    'Dotenv\\Store\\StoreInterface' => $vendorDir . '/vlucas/phpdotenv/src/Store/StoreInterface.php',
    'Dotenv\\Store\\StringStore' => $vendorDir . '/vlucas/phpdotenv/src/Store/StringStore.php',
    'Dotenv\\Util\\Regex' => $vendorDir . '/vlucas/phpdotenv/src/Util/Regex.php',
    'Dotenv\\Util\\Str' => $vendorDir . '/vlucas/phpdotenv/src/Util/Str.php',
    'Dotenv\\Validator' => $vendorDir . '/vlucas/phpdotenv/src/Validator.php',
    'Egulias\\EmailValidator\\EmailLexer' => $vendorDir . '/egulias/email-validator/src/EmailLexer.php',
    'Egulias\\EmailValidator\\EmailParser' => $vendorDir . '/egulias/email-validator/src/EmailParser.php',
    'Egulias\\EmailValidator\\EmailValidator' => $vendorDir . '/egulias/email-validator/src/EmailValidator.php',
    'Egulias\\EmailValidator\\Exception\\AtextAfterCFWS' => $vendorDir . '/egulias/email-validator/src/Exception/AtextAfterCFWS.php',
    'Egulias\\EmailValidator\\Exception\\CRLFAtTheEnd' => $vendorDir . '/egulias/email-validator/src/Exception/CRLFAtTheEnd.php',
    'Egulias\\EmailValidator\\Exception\\CRLFX2' => $vendorDir . '/egulias/email-validator/src/Exception/CRLFX2.php',
    'Egulias\\EmailValidator\\Exception\\CRNoLF' => $vendorDir . '/egulias/email-validator/src/Exception/CRNoLF.php',
    'Egulias\\EmailValidator\\Exception\\CharNotAllowed' => $vendorDir . '/egulias/email-validator/src/Exception/CharNotAllowed.php',
    'Egulias\\EmailValidator\\Exception\\CommaInDomain' => $vendorDir . '/egulias/email-validator/src/Exception/CommaInDomain.php',
    'Egulias\\EmailValidator\\Exception\\ConsecutiveAt' => $vendorDir . '/egulias/email-validator/src/Exception/ConsecutiveAt.php',
    'Egulias\\EmailValidator\\Exception\\ConsecutiveDot' => $vendorDir . '/egulias/email-validator/src/Exception/ConsecutiveDot.php',
    'Egulias\\EmailValidator\\Exception\\DomainAcceptsNoMail' => $vendorDir . '/egulias/email-validator/src/Exception/DomainAcceptsNoMail.php',
    'Egulias\\EmailValidator\\Exception\\DomainHyphened' => $vendorDir . '/egulias/email-validator/src/Exception/DomainHyphened.php',
    'Egulias\\EmailValidator\\Exception\\DotAtEnd' => $vendorDir . '/egulias/email-validator/src/Exception/DotAtEnd.php',
    'Egulias\\EmailValidator\\Exception\\DotAtStart' => $vendorDir . '/egulias/email-validator/src/Exception/DotAtStart.php',
    'Egulias\\EmailValidator\\Exception\\ExpectingAT' => $vendorDir . '/egulias/email-validator/src/Exception/ExpectingAT.php',
    'Egulias\\EmailValidator\\Exception\\ExpectingATEXT' => $vendorDir . '/egulias/email-validator/src/Exception/ExpectingATEXT.php',
    'Egulias\\EmailValidator\\Exception\\ExpectingCTEXT' => $vendorDir . '/egulias/email-validator/src/Exception/ExpectingCTEXT.php',
    'Egulias\\EmailValidator\\Exception\\ExpectingDTEXT' => $vendorDir . '/egulias/email-validator/src/Exception/ExpectingDTEXT.php',
    'Egulias\\EmailValidator\\Exception\\ExpectingDomainLiteralClose' => $vendorDir . '/egulias/email-validator/src/Exception/ExpectingDomainLiteralClose.php',
    'Egulias\\EmailValidator\\Exception\\ExpectingQPair' => $vendorDir . '/egulias/email-validator/src/Exception/ExpectingQPair.php',
    'Egulias\\EmailValidator\\Exception\\InvalidEmail' => $vendorDir . '/egulias/email-validator/src/Exception/InvalidEmail.php',
    'Egulias\\EmailValidator\\Exception\\LocalOrReservedDomain' => $vendorDir . '/egulias/email-validator/src/Exception/LocalOrReservedDomain.php',
    'Egulias\\EmailValidator\\Exception\\NoDNSRecord' => $vendorDir . '/egulias/email-validator/src/Exception/NoDNSRecord.php',
    'Egulias\\EmailValidator\\Exception\\NoDomainPart' => $vendorDir . '/egulias/email-validator/src/Exception/NoDomainPart.php',
    'Egulias\\EmailValidator\\Exception\\NoLocalPart' => $vendorDir . '/egulias/email-validator/src/Exception/NoLocalPart.php',
    'Egulias\\EmailValidator\\Exception\\UnclosedComment' => $vendorDir . '/egulias/email-validator/src/Exception/UnclosedComment.php',
    'Egulias\\EmailValidator\\Exception\\UnclosedQuotedString' => $vendorDir . '/egulias/email-validator/src/Exception/UnclosedQuotedString.php',
    'Egulias\\EmailValidator\\Exception\\UnopenedComment' => $vendorDir . '/egulias/email-validator/src/Exception/UnopenedComment.php',
    'Egulias\\EmailValidator\\Parser\\DomainPart' => $vendorDir . '/egulias/email-validator/src/Parser/DomainPart.php',
    'Egulias\\EmailValidator\\Parser\\LocalPart' => $vendorDir . '/egulias/email-validator/src/Parser/LocalPart.php',
    'Egulias\\EmailValidator\\Parser\\Parser' => $vendorDir . '/egulias/email-validator/src/Parser/Parser.php',
    'Egulias\\EmailValidator\\Validation\\DNSCheckValidation' => $vendorDir . '/egulias/email-validator/src/Validation/DNSCheckValidation.php',
    'Egulias\\EmailValidator\\Validation\\EmailValidation' => $vendorDir . '/egulias/email-validator/src/Validation/EmailValidation.php',
    'Egulias\\EmailValidator\\Validation\\Error\\RFCWarnings' => $vendorDir . '/egulias/email-validator/src/Validation/Error/RFCWarnings.php',
    'Egulias\\EmailValidator\\Validation\\Error\\SpoofEmail' => $vendorDir . '/egulias/email-validator/src/Validation/Error/SpoofEmail.php',
    'Egulias\\EmailValidator\\Validation\\Exception\\EmptyValidationList' => $vendorDir . '/egulias/email-validator/src/Validation/Exception/EmptyValidationList.php',
    'Egulias\\EmailValidator\\Validation\\MultipleErrors' => $vendorDir . '/egulias/email-validator/src/Validation/MultipleErrors.php',
    'Egulias\\EmailValidator\\Validation\\MultipleValidationWithAnd' => $vendorDir . '/egulias/email-validator/src/Validation/MultipleValidationWithAnd.php',
    'Egulias\\EmailValidator\\Validation\\NoRFCWarningsValidation' => $vendorDir . '/egulias/email-validator/src/Validation/NoRFCWarningsValidation.php',
    'Egulias\\EmailValidator\\Validation\\RFCValidation' => $vendorDir . '/egulias/email-validator/src/Validation/RFCValidation.php',
    'Egulias\\EmailValidator\\Validation\\SpoofCheckValidation' => $vendorDir . '/egulias/email-validator/src/Validation/SpoofCheckValidation.php',
    'Egulias\\EmailValidator\\Warning\\AddressLiteral' => $vendorDir . '/egulias/email-validator/src/Warning/AddressLiteral.php',
    'Egulias\\EmailValidator\\Warning\\CFWSNearAt' => $vendorDir . '/egulias/email-validator/src/Warning/CFWSNearAt.php',
    'Egulias\\EmailValidator\\Warning\\CFWSWithFWS' => $vendorDir . '/egulias/email-validator/src/Warning/CFWSWithFWS.php',
    'Egulias\\EmailValidator\\Warning\\Comment' => $vendorDir . '/egulias/email-validator/src/Warning/Comment.php',
    'Egulias\\EmailValidator\\Warning\\DeprecatedComment' => $vendorDir . '/egulias/email-validator/src/Warning/DeprecatedComment.php',
    'Egulias\\EmailValidator\\Warning\\DomainLiteral' => $vendorDir . '/egulias/email-validator/src/Warning/DomainLiteral.php',
    'Egulias\\EmailValidator\\Warning\\DomainTooLong' => $vendorDir . '/egulias/email-validator/src/Warning/DomainTooLong.php',
    'Egulias\\EmailValidator\\Warning\\EmailTooLong' => $vendorDir . '/egulias/email-validator/src/Warning/EmailTooLong.php',
    'Egulias\\EmailValidator\\Warning\\IPV6BadChar' => $vendorDir . '/egulias/email-validator/src/Warning/IPV6BadChar.php',
    'Egulias\\EmailValidator\\Warning\\IPV6ColonEnd' => $vendorDir . '/egulias/email-validator/src/Warning/IPV6ColonEnd.php',
    'Egulias\\EmailValidator\\Warning\\IPV6ColonStart' => $vendorDir . '/egulias/email-validator/src/Warning/IPV6ColonStart.php',
    'Egulias\\EmailValidator\\Warning\\IPV6Deprecated' => $vendorDir . '/egulias/email-validator/src/Warning/IPV6Deprecated.php',
    'Egulias\\EmailValidator\\Warning\\IPV6DoubleColon' => $vendorDir . '/egulias/email-validator/src/Warning/IPV6DoubleColon.php',
    'Egulias\\EmailValidator\\Warning\\IPV6GroupCount' => $vendorDir . '/egulias/email-validator/src/Warning/IPV6GroupCount.php',
    'Egulias\\EmailValidator\\Warning\\IPV6MaxGroups' => $vendorDir . '/egulias/email-validator/src/Warning/IPV6MaxGroups.php',
    'Egulias\\EmailValidator\\Warning\\LabelTooLong' => $vendorDir . '/egulias/email-validator/src/Warning/LabelTooLong.php',
    'Egulias\\EmailValidator\\Warning\\LocalTooLong' => $vendorDir . '/egulias/email-validator/src/Warning/LocalTooLong.php',
    'Egulias\\EmailValidator\\Warning\\NoDNSMXRecord' => $vendorDir . '/egulias/email-validator/src/Warning/NoDNSMXRecord.php',
    'Egulias\\EmailValidator\\Warning\\ObsoleteDTEXT' => $vendorDir . '/egulias/email-validator/src/Warning/ObsoleteDTEXT.php',
    'Egulias\\EmailValidator\\Warning\\QuotedPart' => $vendorDir . '/egulias/email-validator/src/Warning/QuotedPart.php',
    'Egulias\\EmailValidator\\Warning\\QuotedString' => $vendorDir . '/egulias/email-validator/src/Warning/QuotedString.php',
    'Egulias\\EmailValidator\\Warning\\TLD' => $vendorDir . '/egulias/email-validator/src/Warning/TLD.php',
    'Egulias\\EmailValidator\\Warning\\Warning' => $vendorDir . '/egulias/email-validator/src/Warning/Warning.php',
    'Firebase\\JWT\\BeforeValidException' => $vendorDir . '/firebase/php-jwt/src/BeforeValidException.php',
    'Firebase\\JWT\\CachedKeySet' => $vendorDir . '/firebase/php-jwt/src/CachedKeySet.php',
    'Firebase\\JWT\\ExpiredException' => $vendorDir . '/firebase/php-jwt/src/ExpiredException.php',
    'Firebase\\JWT\\JWK' => $vendorDir . '/firebase/php-jwt/src/JWK.php',
    'Firebase\\JWT\\JWT' => $vendorDir . '/firebase/php-jwt/src/JWT.php',
    'Firebase\\JWT\\Key' => $vendorDir . '/firebase/php-jwt/src/Key.php',
    'Firebase\\JWT\\SignatureInvalidException' => $vendorDir . '/firebase/php-jwt/src/SignatureInvalidException.php',
    'Fruitcake\\Cors\\CorsServiceProvider' => $vendorDir . '/fruitcake/laravel-cors/src/CorsServiceProvider.php',
    'Fruitcake\\Cors\\HandleCors' => $vendorDir . '/fruitcake/laravel-cors/src/HandleCors.php',
    'GPBMetadata\\ApiCore\\Testing\\Mocks' => $vendorDir . '/google/gax/metadata/ApiCore/Testing/Mocks.php',
    'GPBMetadata\\Google\\Analytics\\Admin\\V1Alpha\\AccessReport' => $vendorDir . '/google/cloud/AnalyticsAdmin/metadata/V1Alpha/AccessReport.php',
    'GPBMetadata\\Google\\Analytics\\Admin\\V1Alpha\\AnalyticsAdmin' => $vendorDir . '/google/cloud/AnalyticsAdmin/metadata/V1Alpha/AnalyticsAdmin.php',
    'GPBMetadata\\Google\\Analytics\\Admin\\V1Alpha\\Audience' => $vendorDir . '/google/cloud/AnalyticsAdmin/metadata/V1Alpha/Audience.php',
    'GPBMetadata\\Google\\Analytics\\Admin\\V1Alpha\\ExpandedDataSet' => $vendorDir . '/google/cloud/AnalyticsAdmin/metadata/V1Alpha/ExpandedDataSet.php',
    'GPBMetadata\\Google\\Analytics\\Admin\\V1Alpha\\Resources' => $vendorDir . '/google/cloud/AnalyticsAdmin/metadata/V1Alpha/Resources.php',
    'GPBMetadata\\Google\\Analytics\\Admin\\V1Beta\\AnalyticsAdmin' => $vendorDir . '/google/cloud/AnalyticsAdmin/metadata/V1Beta/AnalyticsAdmin.php',
    'GPBMetadata\\Google\\Analytics\\Admin\\V1Beta\\Resources' => $vendorDir . '/google/cloud/AnalyticsAdmin/metadata/V1Beta/Resources.php',
    'GPBMetadata\\Google\\Analytics\\Data\\V1Alpha\\AnalyticsDataApi' => $vendorDir . '/google/cloud/AnalyticsData/metadata/V1Alpha/AnalyticsDataApi.php',
    'GPBMetadata\\Google\\Analytics\\Data\\V1Alpha\\Data' => $vendorDir . '/google/cloud/AnalyticsData/metadata/V1Alpha/Data.php',
    'GPBMetadata\\Google\\Analytics\\Data\\V1Beta\\AnalyticsDataApi' => $vendorDir . '/google/cloud/AnalyticsData/metadata/V1Beta/AnalyticsDataApi.php',
    'GPBMetadata\\Google\\Analytics\\Data\\V1Beta\\Data' => $vendorDir . '/google/cloud/AnalyticsData/metadata/V1Beta/Data.php',
    'GPBMetadata\\Google\\Api\\Annotations' => $vendorDir . '/google/common-protos/metadata/Api/Annotations.php',
    'GPBMetadata\\Google\\Api\\Apikeys\\V2\\Apikeys' => $vendorDir . '/google/cloud/ApiKeys/metadata/V2/Apikeys.php',
    'GPBMetadata\\Google\\Api\\Apikeys\\V2\\Resources' => $vendorDir . '/google/cloud/ApiKeys/metadata/V2/Resources.php',
    'GPBMetadata\\Google\\Api\\Auth' => $vendorDir . '/google/common-protos/metadata/Api/Auth.php',
    'GPBMetadata\\Google\\Api\\Backend' => $vendorDir . '/google/common-protos/metadata/Api/Backend.php',
    'GPBMetadata\\Google\\Api\\Billing' => $vendorDir . '/google/common-protos/metadata/Api/Billing.php',
    'GPBMetadata\\Google\\Api\\Client' => $vendorDir . '/google/common-protos/metadata/Api/Client.php',
    'GPBMetadata\\Google\\Api\\ConfigChange' => $vendorDir . '/google/common-protos/metadata/Api/ConfigChange.php',
    'GPBMetadata\\Google\\Api\\Consumer' => $vendorDir . '/google/common-protos/metadata/Api/Consumer.php',
    'GPBMetadata\\Google\\Api\\Context' => $vendorDir . '/google/common-protos/metadata/Api/Context.php',
    'GPBMetadata\\Google\\Api\\Control' => $vendorDir . '/google/common-protos/metadata/Api/Control.php',
    'GPBMetadata\\Google\\Api\\Distribution' => $vendorDir . '/google/common-protos/metadata/Api/Distribution.php',
    'GPBMetadata\\Google\\Api\\Documentation' => $vendorDir . '/google/common-protos/metadata/Api/Documentation.php',
    'GPBMetadata\\Google\\Api\\Endpoint' => $vendorDir . '/google/common-protos/metadata/Api/Endpoint.php',
    'GPBMetadata\\Google\\Api\\Expr\\V1Alpha1\\CelService' => $vendorDir . '/google/common-protos/metadata/Api/Expr/V1Alpha1/CelService.php',
    'GPBMetadata\\Google\\Api\\Expr\\V1Alpha1\\Checked' => $vendorDir . '/google/common-protos/metadata/Api/Expr/V1Alpha1/Checked.php',
    'GPBMetadata\\Google\\Api\\Expr\\V1Alpha1\\ConformanceService' => $vendorDir . '/google/common-protos/metadata/Api/Expr/V1Alpha1/ConformanceService.php',
    'GPBMetadata\\Google\\Api\\Expr\\V1Alpha1\\Explain' => $vendorDir . '/google/common-protos/metadata/Api/Expr/V1Alpha1/Explain.php',
    'GPBMetadata\\Google\\Api\\Expr\\V1Alpha1\\PBEval' => $vendorDir . '/google/common-protos/metadata/Api/Expr/V1Alpha1/PBEval.php',
    'GPBMetadata\\Google\\Api\\Expr\\V1Alpha1\\Syntax' => $vendorDir . '/google/common-protos/metadata/Api/Expr/V1Alpha1/Syntax.php',
    'GPBMetadata\\Google\\Api\\Expr\\V1Alpha1\\Value' => $vendorDir . '/google/common-protos/metadata/Api/Expr/V1Alpha1/Value.php',
    'GPBMetadata\\Google\\Api\\Expr\\V1Beta1\\Decl' => $vendorDir . '/google/common-protos/metadata/Api/Expr/V1Beta1/Decl.php',
    'GPBMetadata\\Google\\Api\\Expr\\V1Beta1\\Expr' => $vendorDir . '/google/common-protos/metadata/Api/Expr/V1Beta1/Expr.php',
    'GPBMetadata\\Google\\Api\\Expr\\V1Beta1\\PBEval' => $vendorDir . '/google/common-protos/metadata/Api/Expr/V1Beta1/PBEval.php',
    'GPBMetadata\\Google\\Api\\Expr\\V1Beta1\\Source' => $vendorDir . '/google/common-protos/metadata/Api/Expr/V1Beta1/Source.php',
    'GPBMetadata\\Google\\Api\\Expr\\V1Beta1\\Value' => $vendorDir . '/google/common-protos/metadata/Api/Expr/V1Beta1/Value.php',
    'GPBMetadata\\Google\\Api\\FieldBehavior' => $vendorDir . '/google/common-protos/metadata/Api/FieldBehavior.php',
    'GPBMetadata\\Google\\Api\\Http' => $vendorDir . '/google/common-protos/metadata/Api/Http.php',
    'GPBMetadata\\Google\\Api\\Httpbody' => $vendorDir . '/google/common-protos/metadata/Api/Httpbody.php',
    'GPBMetadata\\Google\\Api\\Label' => $vendorDir . '/google/common-protos/metadata/Api/Label.php',
    'GPBMetadata\\Google\\Api\\LaunchStage' => $vendorDir . '/google/common-protos/metadata/Api/LaunchStage.php',
    'GPBMetadata\\Google\\Api\\Log' => $vendorDir . '/google/common-protos/metadata/Api/Log.php',
    'GPBMetadata\\Google\\Api\\Logging' => $vendorDir . '/google/common-protos/metadata/Api/Logging.php',
    'GPBMetadata\\Google\\Api\\Metric' => $vendorDir . '/google/common-protos/metadata/Api/Metric.php',
    'GPBMetadata\\Google\\Api\\MonitoredResource' => $vendorDir . '/google/common-protos/metadata/Api/MonitoredResource.php',
    'GPBMetadata\\Google\\Api\\Monitoring' => $vendorDir . '/google/common-protos/metadata/Api/Monitoring.php',
    'GPBMetadata\\Google\\Api\\Quota' => $vendorDir . '/google/common-protos/metadata/Api/Quota.php',
    'GPBMetadata\\Google\\Api\\Resource' => $vendorDir . '/google/common-protos/metadata/Api/Resource.php',
    'GPBMetadata\\Google\\Api\\Routing' => $vendorDir . '/google/common-protos/metadata/Api/Routing.php',
    'GPBMetadata\\Google\\Api\\Service' => $vendorDir . '/google/common-protos/metadata/Api/Service.php',
    'GPBMetadata\\Google\\Api\\Servicecontrol\\V1\\CheckError' => $vendorDir . '/google/cloud/ServiceControl/metadata/V1/CheckError.php',
    'GPBMetadata\\Google\\Api\\Servicecontrol\\V1\\Distribution' => $vendorDir . '/google/cloud/ServiceControl/metadata/V1/Distribution.php',
    'GPBMetadata\\Google\\Api\\Servicecontrol\\V1\\HttpRequest' => $vendorDir . '/google/cloud/ServiceControl/metadata/V1/HttpRequest.php',
    'GPBMetadata\\Google\\Api\\Servicecontrol\\V1\\LogEntry' => $vendorDir . '/google/cloud/ServiceControl/metadata/V1/LogEntry.php',
    'GPBMetadata\\Google\\Api\\Servicecontrol\\V1\\MetricValue' => $vendorDir . '/google/cloud/ServiceControl/metadata/V1/MetricValue.php',
    'GPBMetadata\\Google\\Api\\Servicecontrol\\V1\\Operation' => $vendorDir . '/google/cloud/ServiceControl/metadata/V1/Operation.php',
    'GPBMetadata\\Google\\Api\\Servicecontrol\\V1\\QuotaController' => $vendorDir . '/google/cloud/ServiceControl/metadata/V1/QuotaController.php',
    'GPBMetadata\\Google\\Api\\Servicecontrol\\V1\\ServiceController' => $vendorDir . '/google/cloud/ServiceControl/metadata/V1/ServiceController.php',
    'GPBMetadata\\Google\\Api\\Servicemanagement\\V1\\Resources' => $vendorDir . '/google/cloud/ServiceManagement/metadata/V1/Resources.php',
    'GPBMetadata\\Google\\Api\\Servicemanagement\\V1\\Servicemanager' => $vendorDir . '/google/cloud/ServiceManagement/metadata/V1/Servicemanager.php',
    'GPBMetadata\\Google\\Api\\Serviceusage\\V1\\Resources' => $vendorDir . '/google/cloud/ServiceUsage/metadata/V1/Resources.php',
    'GPBMetadata\\Google\\Api\\Serviceusage\\V1\\Serviceusage' => $vendorDir . '/google/cloud/ServiceUsage/metadata/V1/Serviceusage.php',
    'GPBMetadata\\Google\\Api\\SourceInfo' => $vendorDir . '/google/common-protos/metadata/Api/SourceInfo.php',
    'GPBMetadata\\Google\\Api\\SystemParameter' => $vendorDir . '/google/common-protos/metadata/Api/SystemParameter.php',
    'GPBMetadata\\Google\\Api\\Usage' => $vendorDir . '/google/common-protos/metadata/Api/Usage.php',
    'GPBMetadata\\Google\\Appengine\\V1\\AppYaml' => $vendorDir . '/google/cloud/AppEngineAdmin/metadata/V1/AppYaml.php',
    'GPBMetadata\\Google\\Appengine\\V1\\Appengine' => $vendorDir . '/google/cloud/AppEngineAdmin/metadata/V1/Appengine.php',
    'GPBMetadata\\Google\\Appengine\\V1\\Application' => $vendorDir . '/google/cloud/AppEngineAdmin/metadata/V1/Application.php',
    'GPBMetadata\\Google\\Appengine\\V1\\AuditData' => $vendorDir . '/google/cloud/AppEngineAdmin/metadata/V1/AuditData.php',
    'GPBMetadata\\Google\\Appengine\\V1\\Certificate' => $vendorDir . '/google/cloud/AppEngineAdmin/metadata/V1/Certificate.php',
    'GPBMetadata\\Google\\Appengine\\V1\\Deploy' => $vendorDir . '/google/cloud/AppEngineAdmin/metadata/V1/Deploy.php',
    'GPBMetadata\\Google\\Appengine\\V1\\DeployedFiles' => $vendorDir . '/google/cloud/AppEngineAdmin/metadata/V1/DeployedFiles.php',
    'GPBMetadata\\Google\\Appengine\\V1\\Domain' => $vendorDir . '/google/cloud/AppEngineAdmin/metadata/V1/Domain.php',
    'GPBMetadata\\Google\\Appengine\\V1\\DomainMapping' => $vendorDir . '/google/cloud/AppEngineAdmin/metadata/V1/DomainMapping.php',
    'GPBMetadata\\Google\\Appengine\\V1\\Firewall' => $vendorDir . '/google/cloud/AppEngineAdmin/metadata/V1/Firewall.php',
    'GPBMetadata\\Google\\Appengine\\V1\\Instance' => $vendorDir . '/google/cloud/AppEngineAdmin/metadata/V1/Instance.php',
    'GPBMetadata\\Google\\Appengine\\V1\\Location' => $vendorDir . '/google/cloud/AppEngineAdmin/metadata/V1/Location.php',
    'GPBMetadata\\Google\\Appengine\\V1\\NetworkSettings' => $vendorDir . '/google/cloud/AppEngineAdmin/metadata/V1/NetworkSettings.php',
    'GPBMetadata\\Google\\Appengine\\V1\\Operation' => $vendorDir . '/google/cloud/AppEngineAdmin/metadata/V1/Operation.php',
    'GPBMetadata\\Google\\Appengine\\V1\\Service' => $vendorDir . '/google/cloud/AppEngineAdmin/metadata/V1/Service.php',
    'GPBMetadata\\Google\\Appengine\\V1\\Version' => $vendorDir . '/google/cloud/AppEngineAdmin/metadata/V1/Version.php',
    'GPBMetadata\\Google\\Apps\\Script\\Type\\AddonWidgetSet' => $vendorDir . '/google/cloud/GSuiteAddOns/external/metadata/AddonWidgetSet.php',
    'GPBMetadata\\Google\\Apps\\Script\\Type\\Calendar\\CalendarAddonManifest' => $vendorDir . '/google/cloud/GSuiteAddOns/external/metadata/Calendar/CalendarAddonManifest.php',
    'GPBMetadata\\Google\\Apps\\Script\\Type\\Docs\\DocsAddonManifest' => $vendorDir . '/google/cloud/GSuiteAddOns/external/metadata/Docs/DocsAddonManifest.php',
    'GPBMetadata\\Google\\Apps\\Script\\Type\\Drive\\DriveAddonManifest' => $vendorDir . '/google/cloud/GSuiteAddOns/external/metadata/Drive/DriveAddonManifest.php',
    'GPBMetadata\\Google\\Apps\\Script\\Type\\ExtensionPoint' => $vendorDir . '/google/cloud/GSuiteAddOns/external/metadata/ExtensionPoint.php',
    'GPBMetadata\\Google\\Apps\\Script\\Type\\Gmail\\GmailAddonManifest' => $vendorDir . '/google/cloud/GSuiteAddOns/external/metadata/Gmail/GmailAddonManifest.php',
    'GPBMetadata\\Google\\Apps\\Script\\Type\\ScriptManifest' => $vendorDir . '/google/cloud/GSuiteAddOns/external/metadata/ScriptManifest.php',
    'GPBMetadata\\Google\\Apps\\Script\\Type\\Sheets\\SheetsAddonManifest' => $vendorDir . '/google/cloud/GSuiteAddOns/external/metadata/Sheets/SheetsAddonManifest.php',
    'GPBMetadata\\Google\\Apps\\Script\\Type\\Slides\\SlidesAddonManifest' => $vendorDir . '/google/cloud/GSuiteAddOns/external/metadata/Slides/SlidesAddonManifest.php',
    'GPBMetadata\\Google\\Bigtable\\Admin\\V2\\BigtableInstanceAdmin' => $vendorDir . '/google/cloud/Bigtable/metadata/Admin/V2/BigtableInstanceAdmin.php',
    'GPBMetadata\\Google\\Bigtable\\Admin\\V2\\BigtableTableAdmin' => $vendorDir . '/google/cloud/Bigtable/metadata/Admin/V2/BigtableTableAdmin.php',
    'GPBMetadata\\Google\\Bigtable\\Admin\\V2\\Common' => $vendorDir . '/google/cloud/Bigtable/metadata/Admin/V2/Common.php',
    'GPBMetadata\\Google\\Bigtable\\Admin\\V2\\Instance' => $vendorDir . '/google/cloud/Bigtable/metadata/Admin/V2/Instance.php',
    'GPBMetadata\\Google\\Bigtable\\Admin\\V2\\Table' => $vendorDir . '/google/cloud/Bigtable/metadata/Admin/V2/Table.php',
    'GPBMetadata\\Google\\Bigtable\\V2\\Bigtable' => $vendorDir . '/google/cloud/Bigtable/metadata/V2/Bigtable.php',
    'GPBMetadata\\Google\\Bigtable\\V2\\Data' => $vendorDir . '/google/cloud/Bigtable/metadata/V2/Data.php',
    'GPBMetadata\\Google\\Bigtable\\V2\\RequestStats' => $vendorDir . '/google/cloud/Bigtable/metadata/V2/RequestStats.php',
    'GPBMetadata\\Google\\Bigtable\\V2\\ResponseParams' => $vendorDir . '/google/cloud/Bigtable/metadata/V2/ResponseParams.php',
    'GPBMetadata\\Google\\Cloud\\Accessapproval\\V1\\Accessapproval' => $vendorDir . '/google/cloud/AccessApproval/metadata/V1/Accessapproval.php',
    'GPBMetadata\\Google\\Cloud\\Advisorynotifications\\V1\\Service' => $vendorDir . '/google/cloud/AdvisoryNotifications/metadata/V1/Service.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\AcceleratorType' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/AcceleratorType.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\Annotation' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/Annotation.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\AnnotationSpec' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/AnnotationSpec.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\Artifact' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/Artifact.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\BatchPredictionJob' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/BatchPredictionJob.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\CompletionStats' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/CompletionStats.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\Context' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/Context.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\CustomJob' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/CustomJob.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\DataItem' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/DataItem.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\DataLabelingJob' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/DataLabelingJob.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\Dataset' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/Dataset.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\DatasetService' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/DatasetService.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\DeployedIndexRef' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/DeployedIndexRef.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\DeployedModelRef' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/DeployedModelRef.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\EncryptionSpec' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/EncryptionSpec.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\Endpoint' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/Endpoint.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\EndpointService' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/EndpointService.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\EntityType' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/EntityType.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\EnvVar' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/EnvVar.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\Event' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/Event.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\Execution' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/Execution.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\Explanation' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/Explanation.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\ExplanationMetadata' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/ExplanationMetadata.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\Feature' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/Feature.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\FeatureMonitoringStats' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/FeatureMonitoringStats.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\FeatureSelector' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/FeatureSelector.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\Featurestore' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/Featurestore.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\FeaturestoreMonitoring' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/FeaturestoreMonitoring.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\FeaturestoreOnlineService' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/FeaturestoreOnlineService.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\FeaturestoreService' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/FeaturestoreService.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\HyperparameterTuningJob' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/HyperparameterTuningJob.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\Index' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/Index.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\IndexEndpoint' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/IndexEndpoint.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\IndexEndpointService' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/IndexEndpointService.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\IndexService' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/IndexService.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\Io' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/Io.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\JobService' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/JobService.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\JobState' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/JobState.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\LineageSubgraph' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/LineageSubgraph.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\MachineResources' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/MachineResources.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\ManualBatchTuningParameters' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/ManualBatchTuningParameters.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\MetadataSchema' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/MetadataSchema.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\MetadataService' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/MetadataService.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\MetadataStore' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/MetadataStore.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\MigratableResource' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/MigratableResource.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\MigrationService' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/MigrationService.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\Model' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/Model.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\ModelDeploymentMonitoringJob' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/ModelDeploymentMonitoringJob.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\ModelEvaluation' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/ModelEvaluation.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\ModelEvaluationSlice' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/ModelEvaluationSlice.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\ModelMonitoring' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/ModelMonitoring.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\ModelService' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/ModelService.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\NasJob' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/NasJob.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\Operation' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/Operation.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\PipelineFailurePolicy' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/PipelineFailurePolicy.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\PipelineJob' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/PipelineJob.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\PipelineService' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/PipelineService.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\PipelineState' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/PipelineState.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\PredictionService' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/PredictionService.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\SavedQuery' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/SavedQuery.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\ServiceNetworking' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/ServiceNetworking.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\SpecialistPool' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/SpecialistPool.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\SpecialistPoolService' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/SpecialistPoolService.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\Study' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/Study.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\Tensorboard' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/Tensorboard.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\TensorboardData' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/TensorboardData.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\TensorboardExperiment' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/TensorboardExperiment.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\TensorboardRun' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/TensorboardRun.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\TensorboardService' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/TensorboardService.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\TensorboardTimeSeries' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/TensorboardTimeSeries.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\TrainingPipeline' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/TrainingPipeline.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\Types' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/Types.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\UnmanagedContainerModel' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/UnmanagedContainerModel.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\UserActionReference' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/UserActionReference.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\Value' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/Value.php',
    'GPBMetadata\\Google\\Cloud\\Aiplatform\\V1\\VizierService' => $vendorDir . '/google/cloud/AiPlatform/metadata/V1/VizierService.php',
    'GPBMetadata\\Google\\Cloud\\Apigateway\\V1\\Apigateway' => $vendorDir . '/google/cloud/ApiGateway/metadata/V1/Apigateway.php',
    'GPBMetadata\\Google\\Cloud\\Apigateway\\V1\\ApigatewayService' => $vendorDir . '/google/cloud/ApiGateway/metadata/V1/ApigatewayService.php',
    'GPBMetadata\\Google\\Cloud\\Apigeeconnect\\V1\\Connection' => $vendorDir . '/google/cloud/ApigeeConnect/metadata/V1/Connection.php',
    'GPBMetadata\\Google\\Cloud\\Apigeeconnect\\V1\\Tether' => $vendorDir . '/google/cloud/ApigeeConnect/metadata/V1/Tether.php',
    'GPBMetadata\\Google\\Cloud\\Apigeeregistry\\V1\\ProvisioningService' => $vendorDir . '/google/cloud/ApigeeRegistry/metadata/V1/ProvisioningService.php',
    'GPBMetadata\\Google\\Cloud\\Apigeeregistry\\V1\\RegistryModels' => $vendorDir . '/google/cloud/ApigeeRegistry/metadata/V1/RegistryModels.php',
    'GPBMetadata\\Google\\Cloud\\Apigeeregistry\\V1\\RegistryService' => $vendorDir . '/google/cloud/ApigeeRegistry/metadata/V1/RegistryService.php',
    'GPBMetadata\\Google\\Cloud\\Asset\\V1Beta1\\AssetService' => $vendorDir . '/google/cloud/Asset/metadata/V1Beta1/AssetService.php',
    'GPBMetadata\\Google\\Cloud\\Asset\\V1Beta1\\Assets' => $vendorDir . '/google/cloud/Asset/metadata/V1Beta1/Assets.php',
    'GPBMetadata\\Google\\Cloud\\Asset\\V1\\AssetService' => $vendorDir . '/google/cloud/Asset/metadata/V1/AssetService.php',
    'GPBMetadata\\Google\\Cloud\\Asset\\V1\\Assets' => $vendorDir . '/google/cloud/Asset/metadata/V1/Assets.php',
    'GPBMetadata\\Google\\Cloud\\Assuredworkloads\\V1Beta1\\Assuredworkloads' => $vendorDir . '/google/cloud/AssuredWorkloads/metadata/V1Beta1/Assuredworkloads.php',
    'GPBMetadata\\Google\\Cloud\\Assuredworkloads\\V1Beta1\\AssuredworkloadsService' => $vendorDir . '/google/cloud/AssuredWorkloads/metadata/V1Beta1/AssuredworkloadsService.php',
    'GPBMetadata\\Google\\Cloud\\Assuredworkloads\\V1Beta1\\AssuredworkloadsV1Beta1' => $vendorDir . '/google/cloud/AssuredWorkloads/metadata/V1Beta1/AssuredworkloadsV1Beta1.php',
    'GPBMetadata\\Google\\Cloud\\Audit\\AuditLog' => $vendorDir . '/google/cloud/CommonProtos/metadata/Cloud/Audit/AuditLog.php',
    'GPBMetadata\\Google\\Cloud\\Automl\\V1Beta1\\AnnotationPayload' => $vendorDir . '/google/cloud/AutoMl/metadata/V1Beta1/AnnotationPayload.php',
    'GPBMetadata\\Google\\Cloud\\Automl\\V1Beta1\\AnnotationSpec' => $vendorDir . '/google/cloud/AutoMl/metadata/V1Beta1/AnnotationSpec.php',
    'GPBMetadata\\Google\\Cloud\\Automl\\V1Beta1\\Classification' => $vendorDir . '/google/cloud/AutoMl/metadata/V1Beta1/Classification.php',
    'GPBMetadata\\Google\\Cloud\\Automl\\V1Beta1\\ColumnSpec' => $vendorDir . '/google/cloud/AutoMl/metadata/V1Beta1/ColumnSpec.php',
    'GPBMetadata\\Google\\Cloud\\Automl\\V1Beta1\\DataItems' => $vendorDir . '/google/cloud/AutoMl/metadata/V1Beta1/DataItems.php',
    'GPBMetadata\\Google\\Cloud\\Automl\\V1Beta1\\DataStats' => $vendorDir . '/google/cloud/AutoMl/metadata/V1Beta1/DataStats.php',
    'GPBMetadata\\Google\\Cloud\\Automl\\V1Beta1\\DataTypes' => $vendorDir . '/google/cloud/AutoMl/metadata/V1Beta1/DataTypes.php',
    'GPBMetadata\\Google\\Cloud\\Automl\\V1Beta1\\Dataset' => $vendorDir . '/google/cloud/AutoMl/metadata/V1Beta1/Dataset.php',
    'GPBMetadata\\Google\\Cloud\\Automl\\V1Beta1\\Detection' => $vendorDir . '/google/cloud/AutoMl/metadata/V1Beta1/Detection.php',
    'GPBMetadata\\Google\\Cloud\\Automl\\V1Beta1\\Geometry' => $vendorDir . '/google/cloud/AutoMl/metadata/V1Beta1/Geometry.php',
    'GPBMetadata\\Google\\Cloud\\Automl\\V1Beta1\\Image' => $vendorDir . '/google/cloud/AutoMl/metadata/V1Beta1/Image.php',
    'GPBMetadata\\Google\\Cloud\\Automl\\V1Beta1\\Io' => $vendorDir . '/google/cloud/AutoMl/metadata/V1Beta1/Io.php',
    'GPBMetadata\\Google\\Cloud\\Automl\\V1Beta1\\Model' => $vendorDir . '/google/cloud/AutoMl/metadata/V1Beta1/Model.php',
    'GPBMetadata\\Google\\Cloud\\Automl\\V1Beta1\\ModelEvaluation' => $vendorDir . '/google/cloud/AutoMl/metadata/V1Beta1/ModelEvaluation.php',
    'GPBMetadata\\Google\\Cloud\\Automl\\V1Beta1\\Operations' => $vendorDir . '/google/cloud/AutoMl/metadata/V1Beta1/Operations.php',
    'GPBMetadata\\Google\\Cloud\\Automl\\V1Beta1\\PredictionService' => $vendorDir . '/google/cloud/AutoMl/metadata/V1Beta1/PredictionService.php',
    'GPBMetadata\\Google\\Cloud\\Automl\\V1Beta1\\Ranges' => $vendorDir . '/google/cloud/AutoMl/metadata/V1Beta1/Ranges.php',
    'GPBMetadata\\Google\\Cloud\\Automl\\V1Beta1\\Regression' => $vendorDir . '/google/cloud/AutoMl/metadata/V1Beta1/Regression.php',
    'GPBMetadata\\Google\\Cloud\\Automl\\V1Beta1\\Service' => $vendorDir . '/google/cloud/AutoMl/metadata/V1Beta1/Service.php',
    'GPBMetadata\\Google\\Cloud\\Automl\\V1Beta1\\TableSpec' => $vendorDir . '/google/cloud/AutoMl/metadata/V1Beta1/TableSpec.php',
    'GPBMetadata\\Google\\Cloud\\Automl\\V1Beta1\\Tables' => $vendorDir . '/google/cloud/AutoMl/metadata/V1Beta1/Tables.php',
    'GPBMetadata\\Google\\Cloud\\Automl\\V1Beta1\\Temporal' => $vendorDir . '/google/cloud/AutoMl/metadata/V1Beta1/Temporal.php',
    'GPBMetadata\\Google\\Cloud\\Automl\\V1Beta1\\Text' => $vendorDir . '/google/cloud/AutoMl/metadata/V1Beta1/Text.php',
    'GPBMetadata\\Google\\Cloud\\Automl\\V1Beta1\\TextExtraction' => $vendorDir . '/google/cloud/AutoMl/metadata/V1Beta1/TextExtraction.php',
    'GPBMetadata\\Google\\Cloud\\Automl\\V1Beta1\\TextSegment' => $vendorDir . '/google/cloud/AutoMl/metadata/V1Beta1/TextSegment.php',
    'GPBMetadata\\Google\\Cloud\\Automl\\V1Beta1\\TextSentiment' => $vendorDir . '/google/cloud/AutoMl/metadata/V1Beta1/TextSentiment.php',
    'GPBMetadata\\Google\\Cloud\\Automl\\V1Beta1\\Translation' => $vendorDir . '/google/cloud/AutoMl/metadata/V1Beta1/Translation.php',
    'GPBMetadata\\Google\\Cloud\\Automl\\V1Beta1\\Video' => $vendorDir . '/google/cloud/AutoMl/metadata/V1Beta1/Video.php',
    'GPBMetadata\\Google\\Cloud\\Automl\\V1\\AnnotationPayload' => $vendorDir . '/google/cloud/AutoMl/metadata/V1/AnnotationPayload.php',
    'GPBMetadata\\Google\\Cloud\\Automl\\V1\\AnnotationSpec' => $vendorDir . '/google/cloud/AutoMl/metadata/V1/AnnotationSpec.php',
    'GPBMetadata\\Google\\Cloud\\Automl\\V1\\Classification' => $vendorDir . '/google/cloud/AutoMl/metadata/V1/Classification.php',
    'GPBMetadata\\Google\\Cloud\\Automl\\V1\\DataItems' => $vendorDir . '/google/cloud/AutoMl/metadata/V1/DataItems.php',
    'GPBMetadata\\Google\\Cloud\\Automl\\V1\\Dataset' => $vendorDir . '/google/cloud/AutoMl/metadata/V1/Dataset.php',
    'GPBMetadata\\Google\\Cloud\\Automl\\V1\\Detection' => $vendorDir . '/google/cloud/AutoMl/metadata/V1/Detection.php',
    'GPBMetadata\\Google\\Cloud\\Automl\\V1\\Geometry' => $vendorDir . '/google/cloud/AutoMl/metadata/V1/Geometry.php',
    'GPBMetadata\\Google\\Cloud\\Automl\\V1\\Image' => $vendorDir . '/google/cloud/AutoMl/metadata/V1/Image.php',
    'GPBMetadata\\Google\\Cloud\\Automl\\V1\\Io' => $vendorDir . '/google/cloud/AutoMl/metadata/V1/Io.php',
    'GPBMetadata\\Google\\Cloud\\Automl\\V1\\Model' => $vendorDir . '/google/cloud/AutoMl/metadata/V1/Model.php',
    'GPBMetadata\\Google\\Cloud\\Automl\\V1\\ModelEvaluation' => $vendorDir . '/google/cloud/AutoMl/metadata/V1/ModelEvaluation.php',
    'GPBMetadata\\Google\\Cloud\\Automl\\V1\\Operations' => $vendorDir . '/google/cloud/AutoMl/metadata/V1/Operations.php',
    'GPBMetadata\\Google\\Cloud\\Automl\\V1\\PredictionService' => $vendorDir . '/google/cloud/AutoMl/metadata/V1/PredictionService.php',
    'GPBMetadata\\Google\\Cloud\\Automl\\V1\\Service' => $vendorDir . '/google/cloud/AutoMl/metadata/V1/Service.php',
    'GPBMetadata\\Google\\Cloud\\Automl\\V1\\Text' => $vendorDir . '/google/cloud/AutoMl/metadata/V1/Text.php',
    'GPBMetadata\\Google\\Cloud\\Automl\\V1\\TextExtraction' => $vendorDir . '/google/cloud/AutoMl/metadata/V1/TextExtraction.php',
    'GPBMetadata\\Google\\Cloud\\Automl\\V1\\TextSegment' => $vendorDir . '/google/cloud/AutoMl/metadata/V1/TextSegment.php',
    'GPBMetadata\\Google\\Cloud\\Automl\\V1\\TextSentiment' => $vendorDir . '/google/cloud/AutoMl/metadata/V1/TextSentiment.php',
    'GPBMetadata\\Google\\Cloud\\Automl\\V1\\Translation' => $vendorDir . '/google/cloud/AutoMl/metadata/V1/Translation.php',
    'GPBMetadata\\Google\\Cloud\\Baremetalsolution\\V2\\Baremetalsolution' => $vendorDir . '/google/cloud/BareMetalSolution/metadata/V2/Baremetalsolution.php',
    'GPBMetadata\\Google\\Cloud\\Baremetalsolution\\V2\\Instance' => $vendorDir . '/google/cloud/BareMetalSolution/metadata/V2/Instance.php',
    'GPBMetadata\\Google\\Cloud\\Baremetalsolution\\V2\\Lun' => $vendorDir . '/google/cloud/BareMetalSolution/metadata/V2/Lun.php',
    'GPBMetadata\\Google\\Cloud\\Baremetalsolution\\V2\\Network' => $vendorDir . '/google/cloud/BareMetalSolution/metadata/V2/Network.php',
    'GPBMetadata\\Google\\Cloud\\Baremetalsolution\\V2\\NfsShare' => $vendorDir . '/google/cloud/BareMetalSolution/metadata/V2/NfsShare.php',
    'GPBMetadata\\Google\\Cloud\\Baremetalsolution\\V2\\Volume' => $vendorDir . '/google/cloud/BareMetalSolution/metadata/V2/Volume.php',
    'GPBMetadata\\Google\\Cloud\\Batch\\V1\\Batch' => $vendorDir . '/google/cloud/Batch/metadata/V1/Batch.php',
    'GPBMetadata\\Google\\Cloud\\Batch\\V1\\Job' => $vendorDir . '/google/cloud/Batch/metadata/V1/Job.php',
    'GPBMetadata\\Google\\Cloud\\Batch\\V1\\Task' => $vendorDir . '/google/cloud/Batch/metadata/V1/Task.php',
    'GPBMetadata\\Google\\Cloud\\Batch\\V1\\Volume' => $vendorDir . '/google/cloud/Batch/metadata/V1/Volume.php',
    'GPBMetadata\\Google\\Cloud\\Beyondcorp\\Appconnections\\V1\\AppConnectionsService' => $vendorDir . '/google/cloud/BeyondCorpAppConnections/metadata/V1/AppConnectionsService.php',
    'GPBMetadata\\Google\\Cloud\\Beyondcorp\\Appconnectors\\V1\\AppConnectorInstanceConfig' => $vendorDir . '/google/cloud/BeyondCorpAppConnectors/metadata/V1/AppConnectorInstanceConfig.php',
    'GPBMetadata\\Google\\Cloud\\Beyondcorp\\Appconnectors\\V1\\AppConnectorsService' => $vendorDir . '/google/cloud/BeyondCorpAppConnectors/metadata/V1/AppConnectorsService.php',
    'GPBMetadata\\Google\\Cloud\\Beyondcorp\\Appconnectors\\V1\\ResourceInfo' => $vendorDir . '/google/cloud/BeyondCorpAppConnectors/metadata/V1/ResourceInfo.php',
    'GPBMetadata\\Google\\Cloud\\Beyondcorp\\Appgateways\\V1\\AppGatewaysService' => $vendorDir . '/google/cloud/BeyondCorpAppGateways/metadata/V1/AppGatewaysService.php',
    'GPBMetadata\\Google\\Cloud\\Beyondcorp\\Clientconnectorservices\\V1\\ClientConnectorServicesService' => $vendorDir . '/google/cloud/BeyondCorpClientConnectorServices/metadata/V1/ClientConnectorServicesService.php',
    'GPBMetadata\\Google\\Cloud\\Beyondcorp\\Clientgateways\\V1\\ClientGatewaysService' => $vendorDir . '/google/cloud/BeyondCorpClientGateways/metadata/V1/ClientGatewaysService.php',
    'GPBMetadata\\Google\\Cloud\\Bigquery\\Analyticshub\\V1\\Analyticshub' => $vendorDir . '/google/cloud/BigQueryAnalyticsHub/metadata/V1/Analyticshub.php',
    'GPBMetadata\\Google\\Cloud\\Bigquery\\Connection\\V1\\Connection' => $vendorDir . '/google/cloud/BigQueryConnection/metadata/V1/Connection.php',
    'GPBMetadata\\Google\\Cloud\\Bigquery\\Dataexchange\\Common\\Common' => $vendorDir . '/google/cloud/BigQueryDataExchange/metadata/Common/Common.php',
    'GPBMetadata\\Google\\Cloud\\Bigquery\\Dataexchange\\V1Beta1\\Dataexchange' => $vendorDir . '/google/cloud/BigQueryDataExchange/metadata/V1Beta1/Dataexchange.php',
    'GPBMetadata\\Google\\Cloud\\Bigquery\\Datapolicies\\V1Beta1\\Datapolicy' => $vendorDir . '/google/cloud/BigQueryDataPolicies/metadata/V1Beta1/Datapolicy.php',
    'GPBMetadata\\Google\\Cloud\\Bigquery\\Datapolicies\\V1\\Datapolicy' => $vendorDir . '/google/cloud/BigQueryDataPolicies/metadata/V1/Datapolicy.php',
    'GPBMetadata\\Google\\Cloud\\Bigquery\\Datatransfer\\V1\\Datasource' => $vendorDir . '/google/cloud/BigQueryDataTransfer/metadata/V1/Datasource.php',
    'GPBMetadata\\Google\\Cloud\\Bigquery\\Datatransfer\\V1\\Datatransfer' => $vendorDir . '/google/cloud/BigQueryDataTransfer/metadata/V1/Datatransfer.php',
    'GPBMetadata\\Google\\Cloud\\Bigquery\\Datatransfer\\V1\\Resourcestate' => $vendorDir . '/google/cloud/BigQueryDataTransfer/metadata/V1/Resourcestate.php',
    'GPBMetadata\\Google\\Cloud\\Bigquery\\Datatransfer\\V1\\Transfer' => $vendorDir . '/google/cloud/BigQueryDataTransfer/metadata/V1/Transfer.php',
    'GPBMetadata\\Google\\Cloud\\Bigquery\\Migration\\V2\\MigrationEntities' => $vendorDir . '/google/cloud/BigQueryMigration/metadata/V2/MigrationEntities.php',
    'GPBMetadata\\Google\\Cloud\\Bigquery\\Migration\\V2\\MigrationErrorDetails' => $vendorDir . '/google/cloud/BigQueryMigration/metadata/V2/MigrationErrorDetails.php',
    'GPBMetadata\\Google\\Cloud\\Bigquery\\Migration\\V2\\MigrationMetrics' => $vendorDir . '/google/cloud/BigQueryMigration/metadata/V2/MigrationMetrics.php',
    'GPBMetadata\\Google\\Cloud\\Bigquery\\Migration\\V2\\MigrationService' => $vendorDir . '/google/cloud/BigQueryMigration/metadata/V2/MigrationService.php',
    'GPBMetadata\\Google\\Cloud\\Bigquery\\Migration\\V2\\TranslationConfig' => $vendorDir . '/google/cloud/BigQueryMigration/metadata/V2/TranslationConfig.php',
    'GPBMetadata\\Google\\Cloud\\Bigquery\\Reservation\\V1\\Reservation' => $vendorDir . '/google/cloud/BigQueryReservation/metadata/V1/Reservation.php',
    'GPBMetadata\\Google\\Cloud\\Bigquery\\Storage\\V1\\Arrow' => $vendorDir . '/google/cloud/BigQueryStorage/metadata/V1/Arrow.php',
    'GPBMetadata\\Google\\Cloud\\Bigquery\\Storage\\V1\\Avro' => $vendorDir . '/google/cloud/BigQueryStorage/metadata/V1/Avro.php',
    'GPBMetadata\\Google\\Cloud\\Bigquery\\Storage\\V1\\Storage' => $vendorDir . '/google/cloud/BigQueryStorage/metadata/V1/Storage.php',
    'GPBMetadata\\Google\\Cloud\\Bigquery\\Storage\\V1\\Stream' => $vendorDir . '/google/cloud/BigQueryStorage/metadata/V1/Stream.php',
    'GPBMetadata\\Google\\Cloud\\Billing\\Budgets\\V1Beta1\\BudgetModel' => $vendorDir . '/google/cloud/BillingBudgets/metadata/V1Beta1/BudgetModel.php',
    'GPBMetadata\\Google\\Cloud\\Billing\\Budgets\\V1Beta1\\BudgetService' => $vendorDir . '/google/cloud/BillingBudgets/metadata/V1Beta1/BudgetService.php',
    'GPBMetadata\\Google\\Cloud\\Billing\\Budgets\\V1\\BudgetModel' => $vendorDir . '/google/cloud/BillingBudgets/metadata/V1/BudgetModel.php',
    'GPBMetadata\\Google\\Cloud\\Billing\\Budgets\\V1\\BudgetService' => $vendorDir . '/google/cloud/BillingBudgets/metadata/V1/BudgetService.php',
    'GPBMetadata\\Google\\Cloud\\Billing\\V1\\CloudBilling' => $vendorDir . '/google/cloud/Billing/metadata/V1/CloudBilling.php',
    'GPBMetadata\\Google\\Cloud\\Billing\\V1\\CloudCatalog' => $vendorDir . '/google/cloud/Billing/metadata/V1/CloudCatalog.php',
    'GPBMetadata\\Google\\Cloud\\Binaryauthorization\\V1Beta1\\ContinuousValidationLogging' => $vendorDir . '/google/cloud/BinaryAuthorization/metadata/V1Beta1/ContinuousValidationLogging.php',
    'GPBMetadata\\Google\\Cloud\\Binaryauthorization\\V1Beta1\\Resources' => $vendorDir . '/google/cloud/BinaryAuthorization/metadata/V1Beta1/Resources.php',
    'GPBMetadata\\Google\\Cloud\\Binaryauthorization\\V1Beta1\\Service' => $vendorDir . '/google/cloud/BinaryAuthorization/metadata/V1Beta1/Service.php',
    'GPBMetadata\\Google\\Cloud\\Certificatemanager\\V1\\CertificateIssuanceConfig' => $vendorDir . '/google/cloud/CertificateManager/metadata/V1/CertificateIssuanceConfig.php',
    'GPBMetadata\\Google\\Cloud\\Certificatemanager\\V1\\CertificateManager' => $vendorDir . '/google/cloud/CertificateManager/metadata/V1/CertificateManager.php',
    'GPBMetadata\\Google\\Cloud\\Channel\\V1\\ChannelPartnerLinks' => $vendorDir . '/google/cloud/Channel/metadata/V1/ChannelPartnerLinks.php',
    'GPBMetadata\\Google\\Cloud\\Channel\\V1\\Common' => $vendorDir . '/google/cloud/Channel/metadata/V1/Common.php',
    'GPBMetadata\\Google\\Cloud\\Channel\\V1\\Customers' => $vendorDir . '/google/cloud/Channel/metadata/V1/Customers.php',
    'GPBMetadata\\Google\\Cloud\\Channel\\V1\\Entitlements' => $vendorDir . '/google/cloud/Channel/metadata/V1/Entitlements.php',
    'GPBMetadata\\Google\\Cloud\\Channel\\V1\\Offers' => $vendorDir . '/google/cloud/Channel/metadata/V1/Offers.php',
    'GPBMetadata\\Google\\Cloud\\Channel\\V1\\Operations' => $vendorDir . '/google/cloud/Channel/metadata/V1/Operations.php',
    'GPBMetadata\\Google\\Cloud\\Channel\\V1\\Products' => $vendorDir . '/google/cloud/Channel/metadata/V1/Products.php',
    'GPBMetadata\\Google\\Cloud\\Channel\\V1\\ReportsService' => $vendorDir . '/google/cloud/Channel/metadata/V1/ReportsService.php',
    'GPBMetadata\\Google\\Cloud\\Channel\\V1\\Repricing' => $vendorDir . '/google/cloud/Channel/metadata/V1/Repricing.php',
    'GPBMetadata\\Google\\Cloud\\Channel\\V1\\Service' => $vendorDir . '/google/cloud/Channel/metadata/V1/Service.php',
    'GPBMetadata\\Google\\Cloud\\Channel\\V1\\SubscriberEvent' => $vendorDir . '/google/cloud/Channel/metadata/V1/SubscriberEvent.php',
    'GPBMetadata\\Google\\Cloud\\Clouddms\\V1\\Clouddms' => $vendorDir . '/google/cloud/Dms/metadata/V1/Clouddms.php',
    'GPBMetadata\\Google\\Cloud\\Clouddms\\V1\\ClouddmsResources' => $vendorDir . '/google/cloud/Dms/metadata/V1/ClouddmsResources.php',
    'GPBMetadata\\Google\\Cloud\\Common\\OperationMetadata' => $vendorDir . '/google/cloud/CommonProtos/metadata/Cloud/Common/OperationMetadata.php',
    'GPBMetadata\\Google\\Cloud\\Compute\\V1\\Compute' => $vendorDir . '/google/cloud/Compute/metadata/V1/Compute.php',
    'GPBMetadata\\Google\\Cloud\\Contactcenterinsights\\V1\\ContactCenterInsights' => $vendorDir . '/google/cloud/ContactCenterInsights/metadata/V1/ContactCenterInsights.php',
    'GPBMetadata\\Google\\Cloud\\Contactcenterinsights\\V1\\Resources' => $vendorDir . '/google/cloud/ContactCenterInsights/metadata/V1/Resources.php',
    'GPBMetadata\\Google\\Cloud\\Datacatalog\\Lineage\\V1\\Lineage' => $vendorDir . '/google/cloud/DataCatalogLineage/metadata/V1/Lineage.php',
    'GPBMetadata\\Google\\Cloud\\Datacatalog\\V1\\Bigquery' => $vendorDir . '/google/cloud/DataCatalog/metadata/V1/Bigquery.php',
    'GPBMetadata\\Google\\Cloud\\Datacatalog\\V1\\Common' => $vendorDir . '/google/cloud/DataCatalog/metadata/V1/Common.php',
    'GPBMetadata\\Google\\Cloud\\Datacatalog\\V1\\DataSource' => $vendorDir . '/google/cloud/DataCatalog/metadata/V1/DataSource.php',
    'GPBMetadata\\Google\\Cloud\\Datacatalog\\V1\\Datacatalog' => $vendorDir . '/google/cloud/DataCatalog/metadata/V1/Datacatalog.php',
    'GPBMetadata\\Google\\Cloud\\Datacatalog\\V1\\DataplexSpec' => $vendorDir . '/google/cloud/DataCatalog/metadata/V1/DataplexSpec.php',
    'GPBMetadata\\Google\\Cloud\\Datacatalog\\V1\\GcsFilesetSpec' => $vendorDir . '/google/cloud/DataCatalog/metadata/V1/GcsFilesetSpec.php',
    'GPBMetadata\\Google\\Cloud\\Datacatalog\\V1\\PhysicalSchema' => $vendorDir . '/google/cloud/DataCatalog/metadata/V1/PhysicalSchema.php',
    'GPBMetadata\\Google\\Cloud\\Datacatalog\\V1\\Policytagmanager' => $vendorDir . '/google/cloud/DataCatalog/metadata/V1/Policytagmanager.php',
    'GPBMetadata\\Google\\Cloud\\Datacatalog\\V1\\Policytagmanagerserialization' => $vendorDir . '/google/cloud/DataCatalog/metadata/V1/Policytagmanagerserialization.php',
    'GPBMetadata\\Google\\Cloud\\Datacatalog\\V1\\Schema' => $vendorDir . '/google/cloud/DataCatalog/metadata/V1/Schema.php',
    'GPBMetadata\\Google\\Cloud\\Datacatalog\\V1\\Search' => $vendorDir . '/google/cloud/DataCatalog/metadata/V1/Search.php',
    'GPBMetadata\\Google\\Cloud\\Datacatalog\\V1\\TableSpec' => $vendorDir . '/google/cloud/DataCatalog/metadata/V1/TableSpec.php',
    'GPBMetadata\\Google\\Cloud\\Datacatalog\\V1\\Tags' => $vendorDir . '/google/cloud/DataCatalog/metadata/V1/Tags.php',
    'GPBMetadata\\Google\\Cloud\\Datacatalog\\V1\\Timestamps' => $vendorDir . '/google/cloud/DataCatalog/metadata/V1/Timestamps.php',
    'GPBMetadata\\Google\\Cloud\\Datacatalog\\V1\\Usage' => $vendorDir . '/google/cloud/DataCatalog/metadata/V1/Usage.php',
    'GPBMetadata\\Google\\Cloud\\Dataform\\V1Beta1\\Dataform' => $vendorDir . '/google/cloud/Dataform/metadata/V1Beta1/Dataform.php',
    'GPBMetadata\\Google\\Cloud\\Datafusion\\V1\\Datafusion' => $vendorDir . '/google/cloud/DataFusion/metadata/V1/Datafusion.php',
    'GPBMetadata\\Google\\Cloud\\Datalabeling\\V1Beta1\\Annotation' => $vendorDir . '/google/cloud/DataLabeling/metadata/V1Beta1/Annotation.php',
    'GPBMetadata\\Google\\Cloud\\Datalabeling\\V1Beta1\\AnnotationSpecSet' => $vendorDir . '/google/cloud/DataLabeling/metadata/V1Beta1/AnnotationSpecSet.php',
    'GPBMetadata\\Google\\Cloud\\Datalabeling\\V1Beta1\\DataLabelingService' => $vendorDir . '/google/cloud/DataLabeling/metadata/V1Beta1/DataLabelingService.php',
    'GPBMetadata\\Google\\Cloud\\Datalabeling\\V1Beta1\\DataPayloads' => $vendorDir . '/google/cloud/DataLabeling/metadata/V1Beta1/DataPayloads.php',
    'GPBMetadata\\Google\\Cloud\\Datalabeling\\V1Beta1\\Dataset' => $vendorDir . '/google/cloud/DataLabeling/metadata/V1Beta1/Dataset.php',
    'GPBMetadata\\Google\\Cloud\\Datalabeling\\V1Beta1\\Evaluation' => $vendorDir . '/google/cloud/DataLabeling/metadata/V1Beta1/Evaluation.php',
    'GPBMetadata\\Google\\Cloud\\Datalabeling\\V1Beta1\\EvaluationJob' => $vendorDir . '/google/cloud/DataLabeling/metadata/V1Beta1/EvaluationJob.php',
    'GPBMetadata\\Google\\Cloud\\Datalabeling\\V1Beta1\\HumanAnnotationConfig' => $vendorDir . '/google/cloud/DataLabeling/metadata/V1Beta1/HumanAnnotationConfig.php',
    'GPBMetadata\\Google\\Cloud\\Datalabeling\\V1Beta1\\Instruction' => $vendorDir . '/google/cloud/DataLabeling/metadata/V1Beta1/Instruction.php',
    'GPBMetadata\\Google\\Cloud\\Datalabeling\\V1Beta1\\Operations' => $vendorDir . '/google/cloud/DataLabeling/metadata/V1Beta1/Operations.php',
    'GPBMetadata\\Google\\Cloud\\Dataplex\\V1\\Analyze' => $vendorDir . '/google/cloud/Dataplex/metadata/V1/Analyze.php',
    'GPBMetadata\\Google\\Cloud\\Dataplex\\V1\\Content' => $vendorDir . '/google/cloud/Dataplex/metadata/V1/Content.php',
    'GPBMetadata\\Google\\Cloud\\Dataplex\\V1\\DataProfile' => $vendorDir . '/google/cloud/Dataplex/metadata/V1/DataProfile.php',
    'GPBMetadata\\Google\\Cloud\\Dataplex\\V1\\DataQuality' => $vendorDir . '/google/cloud/Dataplex/metadata/V1/DataQuality.php',
    'GPBMetadata\\Google\\Cloud\\Dataplex\\V1\\Datascans' => $vendorDir . '/google/cloud/Dataplex/metadata/V1/Datascans.php',
    'GPBMetadata\\Google\\Cloud\\Dataplex\\V1\\Logs' => $vendorDir . '/google/cloud/Dataplex/metadata/V1/Logs.php',
    'GPBMetadata\\Google\\Cloud\\Dataplex\\V1\\Metadata' => $vendorDir . '/google/cloud/Dataplex/metadata/V1/Metadata.php',
    'GPBMetadata\\Google\\Cloud\\Dataplex\\V1\\Processing' => $vendorDir . '/google/cloud/Dataplex/metadata/V1/Processing.php',
    'GPBMetadata\\Google\\Cloud\\Dataplex\\V1\\Resources' => $vendorDir . '/google/cloud/Dataplex/metadata/V1/Resources.php',
    'GPBMetadata\\Google\\Cloud\\Dataplex\\V1\\Service' => $vendorDir . '/google/cloud/Dataplex/metadata/V1/Service.php',
    'GPBMetadata\\Google\\Cloud\\Dataplex\\V1\\Tasks' => $vendorDir . '/google/cloud/Dataplex/metadata/V1/Tasks.php',
    'GPBMetadata\\Google\\Cloud\\Dataproc\\V1\\AutoscalingPolicies' => $vendorDir . '/google/cloud/Dataproc/metadata/V1/AutoscalingPolicies.php',
    'GPBMetadata\\Google\\Cloud\\Dataproc\\V1\\Batches' => $vendorDir . '/google/cloud/Dataproc/metadata/V1/Batches.php',
    'GPBMetadata\\Google\\Cloud\\Dataproc\\V1\\Clusters' => $vendorDir . '/google/cloud/Dataproc/metadata/V1/Clusters.php',
    'GPBMetadata\\Google\\Cloud\\Dataproc\\V1\\Jobs' => $vendorDir . '/google/cloud/Dataproc/metadata/V1/Jobs.php',
    'GPBMetadata\\Google\\Cloud\\Dataproc\\V1\\NodeGroups' => $vendorDir . '/google/cloud/Dataproc/metadata/V1/NodeGroups.php',
    'GPBMetadata\\Google\\Cloud\\Dataproc\\V1\\Operations' => $vendorDir . '/google/cloud/Dataproc/metadata/V1/Operations.php',
    'GPBMetadata\\Google\\Cloud\\Dataproc\\V1\\Shared' => $vendorDir . '/google/cloud/Dataproc/metadata/V1/Shared.php',
    'GPBMetadata\\Google\\Cloud\\Dataproc\\V1\\WorkflowTemplates' => $vendorDir . '/google/cloud/Dataproc/metadata/V1/WorkflowTemplates.php',
    'GPBMetadata\\Google\\Cloud\\Datastream\\V1\\Datastream' => $vendorDir . '/google/cloud/Datastream/metadata/V1/Datastream.php',
    'GPBMetadata\\Google\\Cloud\\Datastream\\V1\\DatastreamResources' => $vendorDir . '/google/cloud/Datastream/metadata/V1/DatastreamResources.php',
    'GPBMetadata\\Google\\Cloud\\Deploy\\V1\\CloudDeploy' => $vendorDir . '/google/cloud/Deploy/metadata/V1/CloudDeploy.php',
    'GPBMetadata\\Google\\Cloud\\Deploy\\V1\\DeliverypipelineNotificationPayload' => $vendorDir . '/google/cloud/Deploy/metadata/V1/DeliverypipelineNotificationPayload.php',
    'GPBMetadata\\Google\\Cloud\\Deploy\\V1\\JobrunNotificationPayload' => $vendorDir . '/google/cloud/Deploy/metadata/V1/JobrunNotificationPayload.php',
    'GPBMetadata\\Google\\Cloud\\Deploy\\V1\\LogEnums' => $vendorDir . '/google/cloud/Deploy/metadata/V1/LogEnums.php',
    'GPBMetadata\\Google\\Cloud\\Deploy\\V1\\ReleaseNotificationPayload' => $vendorDir . '/google/cloud/Deploy/metadata/V1/ReleaseNotificationPayload.php',
    'GPBMetadata\\Google\\Cloud\\Deploy\\V1\\ReleaseRenderPayload' => $vendorDir . '/google/cloud/Deploy/metadata/V1/ReleaseRenderPayload.php',
    'GPBMetadata\\Google\\Cloud\\Deploy\\V1\\RolloutNotificationPayload' => $vendorDir . '/google/cloud/Deploy/metadata/V1/RolloutNotificationPayload.php',
    'GPBMetadata\\Google\\Cloud\\Deploy\\V1\\TargetNotificationPayload' => $vendorDir . '/google/cloud/Deploy/metadata/V1/TargetNotificationPayload.php',
    'GPBMetadata\\Google\\Cloud\\Dialogflow\\V2\\Agent' => $vendorDir . '/google/cloud/Dialogflow/metadata/V2/Agent.php',
    'GPBMetadata\\Google\\Cloud\\Dialogflow\\V2\\AnswerRecord' => $vendorDir . '/google/cloud/Dialogflow/metadata/V2/AnswerRecord.php',
    'GPBMetadata\\Google\\Cloud\\Dialogflow\\V2\\AudioConfig' => $vendorDir . '/google/cloud/Dialogflow/metadata/V2/AudioConfig.php',
    'GPBMetadata\\Google\\Cloud\\Dialogflow\\V2\\Context' => $vendorDir . '/google/cloud/Dialogflow/metadata/V2/Context.php',
    'GPBMetadata\\Google\\Cloud\\Dialogflow\\V2\\Conversation' => $vendorDir . '/google/cloud/Dialogflow/metadata/V2/Conversation.php',
    'GPBMetadata\\Google\\Cloud\\Dialogflow\\V2\\ConversationDataset' => $vendorDir . '/google/cloud/Dialogflow/metadata/V2/ConversationDataset.php',
    'GPBMetadata\\Google\\Cloud\\Dialogflow\\V2\\ConversationEvent' => $vendorDir . '/google/cloud/Dialogflow/metadata/V2/ConversationEvent.php',
    'GPBMetadata\\Google\\Cloud\\Dialogflow\\V2\\ConversationModel' => $vendorDir . '/google/cloud/Dialogflow/metadata/V2/ConversationModel.php',
    'GPBMetadata\\Google\\Cloud\\Dialogflow\\V2\\ConversationProfile' => $vendorDir . '/google/cloud/Dialogflow/metadata/V2/ConversationProfile.php',
    'GPBMetadata\\Google\\Cloud\\Dialogflow\\V2\\Document' => $vendorDir . '/google/cloud/Dialogflow/metadata/V2/Document.php',
    'GPBMetadata\\Google\\Cloud\\Dialogflow\\V2\\EntityType' => $vendorDir . '/google/cloud/Dialogflow/metadata/V2/EntityType.php',
    'GPBMetadata\\Google\\Cloud\\Dialogflow\\V2\\Environment' => $vendorDir . '/google/cloud/Dialogflow/metadata/V2/Environment.php',
    'GPBMetadata\\Google\\Cloud\\Dialogflow\\V2\\Fulfillment' => $vendorDir . '/google/cloud/Dialogflow/metadata/V2/Fulfillment.php',
    'GPBMetadata\\Google\\Cloud\\Dialogflow\\V2\\Gcs' => $vendorDir . '/google/cloud/Dialogflow/metadata/V2/Gcs.php',
    'GPBMetadata\\Google\\Cloud\\Dialogflow\\V2\\HumanAgentAssistantEvent' => $vendorDir . '/google/cloud/Dialogflow/metadata/V2/HumanAgentAssistantEvent.php',
    'GPBMetadata\\Google\\Cloud\\Dialogflow\\V2\\Intent' => $vendorDir . '/google/cloud/Dialogflow/metadata/V2/Intent.php',
    'GPBMetadata\\Google\\Cloud\\Dialogflow\\V2\\KnowledgeBase' => $vendorDir . '/google/cloud/Dialogflow/metadata/V2/KnowledgeBase.php',
    'GPBMetadata\\Google\\Cloud\\Dialogflow\\V2\\Participant' => $vendorDir . '/google/cloud/Dialogflow/metadata/V2/Participant.php',
    'GPBMetadata\\Google\\Cloud\\Dialogflow\\V2\\Session' => $vendorDir . '/google/cloud/Dialogflow/metadata/V2/Session.php',
    'GPBMetadata\\Google\\Cloud\\Dialogflow\\V2\\SessionEntityType' => $vendorDir . '/google/cloud/Dialogflow/metadata/V2/SessionEntityType.php',
    'GPBMetadata\\Google\\Cloud\\Dialogflow\\V2\\ValidationResult' => $vendorDir . '/google/cloud/Dialogflow/metadata/V2/ValidationResult.php',
    'GPBMetadata\\Google\\Cloud\\Dialogflow\\V2\\Version' => $vendorDir . '/google/cloud/Dialogflow/metadata/V2/Version.php',
    'GPBMetadata\\Google\\Cloud\\Dialogflow\\V2\\Webhook' => $vendorDir . '/google/cloud/Dialogflow/metadata/V2/Webhook.php',
    'GPBMetadata\\Google\\Cloud\\Documentai\\V1\\Barcode' => $vendorDir . '/google/cloud/DocumentAi/metadata/V1/Barcode.php',
    'GPBMetadata\\Google\\Cloud\\Documentai\\V1\\Document' => $vendorDir . '/google/cloud/DocumentAi/metadata/V1/Document.php',
    'GPBMetadata\\Google\\Cloud\\Documentai\\V1\\DocumentIo' => $vendorDir . '/google/cloud/DocumentAi/metadata/V1/DocumentIo.php',
    'GPBMetadata\\Google\\Cloud\\Documentai\\V1\\DocumentProcessorService' => $vendorDir . '/google/cloud/DocumentAi/metadata/V1/DocumentProcessorService.php',
    'GPBMetadata\\Google\\Cloud\\Documentai\\V1\\DocumentSchema' => $vendorDir . '/google/cloud/DocumentAi/metadata/V1/DocumentSchema.php',
    'GPBMetadata\\Google\\Cloud\\Documentai\\V1\\Evaluation' => $vendorDir . '/google/cloud/DocumentAi/metadata/V1/Evaluation.php',
    'GPBMetadata\\Google\\Cloud\\Documentai\\V1\\Geometry' => $vendorDir . '/google/cloud/DocumentAi/metadata/V1/Geometry.php',
    'GPBMetadata\\Google\\Cloud\\Documentai\\V1\\OperationMetadata' => $vendorDir . '/google/cloud/DocumentAi/metadata/V1/OperationMetadata.php',
    'GPBMetadata\\Google\\Cloud\\Documentai\\V1\\Processor' => $vendorDir . '/google/cloud/DocumentAi/metadata/V1/Processor.php',
    'GPBMetadata\\Google\\Cloud\\Documentai\\V1\\ProcessorType' => $vendorDir . '/google/cloud/DocumentAi/metadata/V1/ProcessorType.php',
    'GPBMetadata\\Google\\Cloud\\Domains\\V1Alpha2\\Domains' => $vendorDir . '/google/cloud/Domains/metadata/V1Alpha2/Domains.php',
    'GPBMetadata\\Google\\Cloud\\Domains\\V1Beta1\\Domains' => $vendorDir . '/google/cloud/Domains/metadata/V1Beta1/Domains.php',
    'GPBMetadata\\Google\\Cloud\\Essentialcontacts\\V1\\Enums' => $vendorDir . '/google/cloud/EssentialContacts/metadata/V1/Enums.php',
    'GPBMetadata\\Google\\Cloud\\Essentialcontacts\\V1\\Service' => $vendorDir . '/google/cloud/EssentialContacts/metadata/V1/Service.php',
    'GPBMetadata\\Google\\Cloud\\Eventarc\\Publishing\\V1\\Publisher' => $vendorDir . '/google/cloud/EventarcPublishing/metadata/V1/Publisher.php',
    'GPBMetadata\\Google\\Cloud\\Eventarc\\V1\\Channel' => $vendorDir . '/google/cloud/Eventarc/metadata/V1/Channel.php',
    'GPBMetadata\\Google\\Cloud\\Eventarc\\V1\\ChannelConnection' => $vendorDir . '/google/cloud/Eventarc/metadata/V1/ChannelConnection.php',
    'GPBMetadata\\Google\\Cloud\\Eventarc\\V1\\Discovery' => $vendorDir . '/google/cloud/Eventarc/metadata/V1/Discovery.php',
    'GPBMetadata\\Google\\Cloud\\Eventarc\\V1\\Eventarc' => $vendorDir . '/google/cloud/Eventarc/metadata/V1/Eventarc.php',
    'GPBMetadata\\Google\\Cloud\\Eventarc\\V1\\GoogleChannelConfig' => $vendorDir . '/google/cloud/Eventarc/metadata/V1/GoogleChannelConfig.php',
    'GPBMetadata\\Google\\Cloud\\Eventarc\\V1\\Trigger' => $vendorDir . '/google/cloud/Eventarc/metadata/V1/Trigger.php',
    'GPBMetadata\\Google\\Cloud\\ExtendedOperations' => $vendorDir . '/google/common-protos/metadata/Cloud/ExtendedOperations.php',
    'GPBMetadata\\Google\\Cloud\\Filestore\\V1\\CloudFilestoreService' => $vendorDir . '/google/cloud/Filestore/metadata/V1/CloudFilestoreService.php',
    'GPBMetadata\\Google\\Cloud\\Functions\\V1\\Functions' => $vendorDir . '/google/cloud/Functions/metadata/V1/Functions.php',
    'GPBMetadata\\Google\\Cloud\\Functions\\V1\\Operations' => $vendorDir . '/google/cloud/Functions/metadata/V1/Operations.php',
    'GPBMetadata\\Google\\Cloud\\Functions\\V2\\Functions' => $vendorDir . '/google/cloud/Functions/metadata/V2/Functions.php',
    'GPBMetadata\\Google\\Cloud\\Gaming\\V1\\Common' => $vendorDir . '/google/cloud/Gaming/metadata/V1/Common.php',
    'GPBMetadata\\Google\\Cloud\\Gaming\\V1\\GameServerClusters' => $vendorDir . '/google/cloud/Gaming/metadata/V1/GameServerClusters.php',
    'GPBMetadata\\Google\\Cloud\\Gaming\\V1\\GameServerClustersService' => $vendorDir . '/google/cloud/Gaming/metadata/V1/GameServerClustersService.php',
    'GPBMetadata\\Google\\Cloud\\Gaming\\V1\\GameServerConfigs' => $vendorDir . '/google/cloud/Gaming/metadata/V1/GameServerConfigs.php',
    'GPBMetadata\\Google\\Cloud\\Gaming\\V1\\GameServerConfigsService' => $vendorDir . '/google/cloud/Gaming/metadata/V1/GameServerConfigsService.php',
    'GPBMetadata\\Google\\Cloud\\Gaming\\V1\\GameServerDeployments' => $vendorDir . '/google/cloud/Gaming/metadata/V1/GameServerDeployments.php',
    'GPBMetadata\\Google\\Cloud\\Gaming\\V1\\GameServerDeploymentsService' => $vendorDir . '/google/cloud/Gaming/metadata/V1/GameServerDeploymentsService.php',
    'GPBMetadata\\Google\\Cloud\\Gaming\\V1\\Realms' => $vendorDir . '/google/cloud/Gaming/metadata/V1/Realms.php',
    'GPBMetadata\\Google\\Cloud\\Gaming\\V1\\RealmsService' => $vendorDir . '/google/cloud/Gaming/metadata/V1/RealmsService.php',
    'GPBMetadata\\Google\\Cloud\\Gkebackup\\V1\\Backup' => $vendorDir . '/google/cloud/GkeBackup/metadata/V1/Backup.php',
    'GPBMetadata\\Google\\Cloud\\Gkebackup\\V1\\BackupPlan' => $vendorDir . '/google/cloud/GkeBackup/metadata/V1/BackupPlan.php',
    'GPBMetadata\\Google\\Cloud\\Gkebackup\\V1\\Common' => $vendorDir . '/google/cloud/GkeBackup/metadata/V1/Common.php',
    'GPBMetadata\\Google\\Cloud\\Gkebackup\\V1\\Gkebackup' => $vendorDir . '/google/cloud/GkeBackup/metadata/V1/Gkebackup.php',
    'GPBMetadata\\Google\\Cloud\\Gkebackup\\V1\\Restore' => $vendorDir . '/google/cloud/GkeBackup/metadata/V1/Restore.php',
    'GPBMetadata\\Google\\Cloud\\Gkebackup\\V1\\RestorePlan' => $vendorDir . '/google/cloud/GkeBackup/metadata/V1/RestorePlan.php',
    'GPBMetadata\\Google\\Cloud\\Gkebackup\\V1\\Volume' => $vendorDir . '/google/cloud/GkeBackup/metadata/V1/Volume.php',
    'GPBMetadata\\Google\\Cloud\\Gkeconnect\\Gateway\\V1Beta1\\Gateway' => $vendorDir . '/google/cloud/GkeConnectGateway/metadata/V1Beta1/Gateway.php',
    'GPBMetadata\\Google\\Cloud\\Gkehub\\V1Beta1\\Membership' => $vendorDir . '/google/cloud/GkeHub/metadata/V1Beta1/Membership.php',
    'GPBMetadata\\Google\\Cloud\\Gkemulticloud\\V1\\AttachedResources' => $vendorDir . '/google/cloud/GkeMultiCloud/metadata/V1/AttachedResources.php',
    'GPBMetadata\\Google\\Cloud\\Gkemulticloud\\V1\\AttachedService' => $vendorDir . '/google/cloud/GkeMultiCloud/metadata/V1/AttachedService.php',
    'GPBMetadata\\Google\\Cloud\\Gkemulticloud\\V1\\AwsResources' => $vendorDir . '/google/cloud/GkeMultiCloud/metadata/V1/AwsResources.php',
    'GPBMetadata\\Google\\Cloud\\Gkemulticloud\\V1\\AwsService' => $vendorDir . '/google/cloud/GkeMultiCloud/metadata/V1/AwsService.php',
    'GPBMetadata\\Google\\Cloud\\Gkemulticloud\\V1\\AzureResources' => $vendorDir . '/google/cloud/GkeMultiCloud/metadata/V1/AzureResources.php',
    'GPBMetadata\\Google\\Cloud\\Gkemulticloud\\V1\\AzureService' => $vendorDir . '/google/cloud/GkeMultiCloud/metadata/V1/AzureService.php',
    'GPBMetadata\\Google\\Cloud\\Gkemulticloud\\V1\\CommonResources' => $vendorDir . '/google/cloud/GkeMultiCloud/metadata/V1/CommonResources.php',
    'GPBMetadata\\Google\\Cloud\\Gsuiteaddons\\V1\\Gsuiteaddons' => $vendorDir . '/google/cloud/GSuiteAddOns/metadata/V1/Gsuiteaddons.php',
    'GPBMetadata\\Google\\Cloud\\Iap\\V1\\Service' => $vendorDir . '/google/cloud/Iap/metadata/V1/Service.php',
    'GPBMetadata\\Google\\Cloud\\Ids\\V1\\Ids' => $vendorDir . '/google/cloud/Ids/metadata/V1/Ids.php',
    'GPBMetadata\\Google\\Cloud\\Iot\\V1\\DeviceManager' => $vendorDir . '/google/cloud/Iot/metadata/V1/DeviceManager.php',
    'GPBMetadata\\Google\\Cloud\\Iot\\V1\\Resources' => $vendorDir . '/google/cloud/Iot/metadata/V1/Resources.php',
    'GPBMetadata\\Google\\Cloud\\Kms\\V1\\EkmService' => $vendorDir . '/google/cloud/Kms/metadata/V1/EkmService.php',
    'GPBMetadata\\Google\\Cloud\\Kms\\V1\\Resources' => $vendorDir . '/google/cloud/Kms/metadata/V1/Resources.php',
    'GPBMetadata\\Google\\Cloud\\Kms\\V1\\Service' => $vendorDir . '/google/cloud/Kms/metadata/V1/Service.php',
    'GPBMetadata\\Google\\Cloud\\Language\\V1Beta2\\LanguageService' => $vendorDir . '/google/cloud/Language/metadata/V1Beta2/LanguageService.php',
    'GPBMetadata\\Google\\Cloud\\Language\\V1\\LanguageService' => $vendorDir . '/google/cloud/Language/metadata/V1/LanguageService.php',
    'GPBMetadata\\Google\\Cloud\\Lifesciences\\V2Beta\\Workflows' => $vendorDir . '/google/cloud/LifeSciences/metadata/V2Beta/Workflows.php',
    'GPBMetadata\\Google\\Cloud\\Location\\Locations' => $vendorDir . '/google/common-protos/metadata/Cloud/Location/Locations.php',
    'GPBMetadata\\Google\\Cloud\\Managedidentities\\V1Beta1\\ManagedIdentitiesService' => $vendorDir . '/google/cloud/ManagedIdentities/metadata/V1Beta1/ManagedIdentitiesService.php',
    'GPBMetadata\\Google\\Cloud\\Managedidentities\\V1Beta1\\Resource' => $vendorDir . '/google/cloud/ManagedIdentities/metadata/V1Beta1/Resource.php',
    'GPBMetadata\\Google\\Cloud\\Managedidentities\\V1\\ManagedIdentitiesService' => $vendorDir . '/google/cloud/ManagedIdentities/metadata/V1/ManagedIdentitiesService.php',
    'GPBMetadata\\Google\\Cloud\\Managedidentities\\V1\\Resource' => $vendorDir . '/google/cloud/ManagedIdentities/metadata/V1/Resource.php',
    'GPBMetadata\\Google\\Cloud\\Mediatranslation\\V1Beta1\\MediaTranslation' => $vendorDir . '/google/cloud/MediaTranslation/metadata/V1Beta1/MediaTranslation.php',
    'GPBMetadata\\Google\\Cloud\\Memcache\\V1Beta2\\CloudMemcache' => $vendorDir . '/google/cloud/Memcache/metadata/V1Beta2/CloudMemcache.php',
    'GPBMetadata\\Google\\Cloud\\Memcache\\V1\\CloudMemcache' => $vendorDir . '/google/cloud/Memcache/metadata/V1/CloudMemcache.php',
    'GPBMetadata\\Google\\Cloud\\Metastore\\V1Alpha\\Metastore' => $vendorDir . '/google/cloud/DataprocMetastore/metadata/V1Alpha/Metastore.php',
    'GPBMetadata\\Google\\Cloud\\Metastore\\V1Alpha\\MetastoreFederation' => $vendorDir . '/google/cloud/DataprocMetastore/metadata/V1Alpha/MetastoreFederation.php',
    'GPBMetadata\\Google\\Cloud\\Metastore\\V1Beta\\Metastore' => $vendorDir . '/google/cloud/DataprocMetastore/metadata/V1Beta/Metastore.php',
    'GPBMetadata\\Google\\Cloud\\Metastore\\V1Beta\\MetastoreFederation' => $vendorDir . '/google/cloud/DataprocMetastore/metadata/V1Beta/MetastoreFederation.php',
    'GPBMetadata\\Google\\Cloud\\Metastore\\V1\\Metastore' => $vendorDir . '/google/cloud/DataprocMetastore/metadata/V1/Metastore.php',
    'GPBMetadata\\Google\\Cloud\\Metastore\\V1\\MetastoreFederation' => $vendorDir . '/google/cloud/DataprocMetastore/metadata/V1/MetastoreFederation.php',
    'GPBMetadata\\Google\\Cloud\\Networkconnectivity\\V1\\Common' => $vendorDir . '/google/cloud/NetworkConnectivity/metadata/V1/Common.php',
    'GPBMetadata\\Google\\Cloud\\Networkconnectivity\\V1\\Hub' => $vendorDir . '/google/cloud/NetworkConnectivity/metadata/V1/Hub.php',
    'GPBMetadata\\Google\\Cloud\\Networkconnectivity\\V1\\PolicyBasedRouting' => $vendorDir . '/google/cloud/NetworkConnectivity/metadata/V1/PolicyBasedRouting.php',
    'GPBMetadata\\Google\\Cloud\\Networkmanagement\\V1\\ConnectivityTest' => $vendorDir . '/google/cloud/NetworkManagement/metadata/V1/ConnectivityTest.php',
    'GPBMetadata\\Google\\Cloud\\Networkmanagement\\V1\\Reachability' => $vendorDir . '/google/cloud/NetworkManagement/metadata/V1/Reachability.php',
    'GPBMetadata\\Google\\Cloud\\Networkmanagement\\V1\\Trace' => $vendorDir . '/google/cloud/NetworkManagement/metadata/V1/Trace.php',
    'GPBMetadata\\Google\\Cloud\\Networksecurity\\V1Beta1\\AuthorizationPolicy' => $vendorDir . '/google/cloud/NetworkSecurity/metadata/V1Beta1/AuthorizationPolicy.php',
    'GPBMetadata\\Google\\Cloud\\Networksecurity\\V1Beta1\\ClientTlsPolicy' => $vendorDir . '/google/cloud/NetworkSecurity/metadata/V1Beta1/ClientTlsPolicy.php',
    'GPBMetadata\\Google\\Cloud\\Networksecurity\\V1Beta1\\Common' => $vendorDir . '/google/cloud/NetworkSecurity/metadata/V1Beta1/Common.php',
    'GPBMetadata\\Google\\Cloud\\Networksecurity\\V1Beta1\\NetworkSecurity' => $vendorDir . '/google/cloud/NetworkSecurity/metadata/V1Beta1/NetworkSecurity.php',
    'GPBMetadata\\Google\\Cloud\\Networksecurity\\V1Beta1\\ServerTlsPolicy' => $vendorDir . '/google/cloud/NetworkSecurity/metadata/V1Beta1/ServerTlsPolicy.php',
    'GPBMetadata\\Google\\Cloud\\Networksecurity\\V1Beta1\\Tls' => $vendorDir . '/google/cloud/NetworkSecurity/metadata/V1Beta1/Tls.php',
    'GPBMetadata\\Google\\Cloud\\Notebooks\\V1Beta1\\Environment' => $vendorDir . '/google/cloud/Notebooks/metadata/V1Beta1/Environment.php',
    'GPBMetadata\\Google\\Cloud\\Notebooks\\V1Beta1\\Instance' => $vendorDir . '/google/cloud/Notebooks/metadata/V1Beta1/Instance.php',
    'GPBMetadata\\Google\\Cloud\\Notebooks\\V1Beta1\\Service' => $vendorDir . '/google/cloud/Notebooks/metadata/V1Beta1/Service.php',
    'GPBMetadata\\Google\\Cloud\\Optimization\\V1\\AsyncModel' => $vendorDir . '/google/cloud/Optimization/metadata/V1/AsyncModel.php',
    'GPBMetadata\\Google\\Cloud\\Optimization\\V1\\FleetRouting' => $vendorDir . '/google/cloud/Optimization/metadata/V1/FleetRouting.php',
    'GPBMetadata\\Google\\Cloud\\Orchestration\\Airflow\\Service\\V1\\Environments' => $vendorDir . '/google/cloud/OrchestrationAirflow/metadata/V1/Environments.php',
    'GPBMetadata\\Google\\Cloud\\Orchestration\\Airflow\\Service\\V1\\ImageVersions' => $vendorDir . '/google/cloud/OrchestrationAirflow/metadata/V1/ImageVersions.php',
    'GPBMetadata\\Google\\Cloud\\Orchestration\\Airflow\\Service\\V1\\Operations' => $vendorDir . '/google/cloud/OrchestrationAirflow/metadata/V1/Operations.php',
    'GPBMetadata\\Google\\Cloud\\Orgpolicy\\V1\\Orgpolicy' => $vendorDir . '/google/cloud/Asset/external/metadata/Cloud/Orgpolicy/V1/Orgpolicy.php',
    'GPBMetadata\\Google\\Cloud\\Orgpolicy\\V2\\Constraint' => $vendorDir . '/google/cloud/OrgPolicy/metadata/V2/Constraint.php',
    'GPBMetadata\\Google\\Cloud\\Orgpolicy\\V2\\Orgpolicy' => $vendorDir . '/google/cloud/OrgPolicy/metadata/V2/Orgpolicy.php',
    'GPBMetadata\\Google\\Cloud\\Osconfig\\V1\\Inventory' => $vendorDir . '/google/cloud/OsConfig/metadata/V1/Inventory.php',
    'GPBMetadata\\Google\\Cloud\\Osconfig\\V1\\OsPolicy' => $vendorDir . '/google/cloud/OsConfig/metadata/V1/OsPolicy.php',
    'GPBMetadata\\Google\\Cloud\\Osconfig\\V1\\OsPolicyAssignmentReports' => $vendorDir . '/google/cloud/OsConfig/metadata/V1/OsPolicyAssignmentReports.php',
    'GPBMetadata\\Google\\Cloud\\Osconfig\\V1\\OsPolicyAssignments' => $vendorDir . '/google/cloud/OsConfig/metadata/V1/OsPolicyAssignments.php',
    'GPBMetadata\\Google\\Cloud\\Osconfig\\V1\\OsconfigCommon' => $vendorDir . '/google/cloud/OsConfig/metadata/V1/OsconfigCommon.php',
    'GPBMetadata\\Google\\Cloud\\Osconfig\\V1\\OsconfigService' => $vendorDir . '/google/cloud/OsConfig/metadata/V1/OsconfigService.php',
    'GPBMetadata\\Google\\Cloud\\Osconfig\\V1\\OsconfigZonalService' => $vendorDir . '/google/cloud/OsConfig/metadata/V1/OsconfigZonalService.php',
    'GPBMetadata\\Google\\Cloud\\Osconfig\\V1\\PatchDeployments' => $vendorDir . '/google/cloud/OsConfig/metadata/V1/PatchDeployments.php',
    'GPBMetadata\\Google\\Cloud\\Osconfig\\V1\\PatchJobs' => $vendorDir . '/google/cloud/OsConfig/metadata/V1/PatchJobs.php',
    'GPBMetadata\\Google\\Cloud\\Osconfig\\V1\\Vulnerability' => $vendorDir . '/google/cloud/OsConfig/metadata/V1/Vulnerability.php',
    'GPBMetadata\\Google\\Cloud\\Oslogin\\Common' => $vendorDir . '/google/cloud/OsLogin/metadata/Common.php',
    'GPBMetadata\\Google\\Cloud\\Oslogin\\Common\\Common' => $vendorDir . '/google/cloud/OsLogin/metadata/Common/Common.php',
    'GPBMetadata\\Google\\Cloud\\Oslogin\\V1Beta\\Oslogin' => $vendorDir . '/google/cloud/OsLogin/metadata/V1Beta/Oslogin.php',
    'GPBMetadata\\Google\\Cloud\\Oslogin\\V1\\Oslogin' => $vendorDir . '/google/cloud/OsLogin/metadata/V1/Oslogin.php',
    'GPBMetadata\\Google\\Cloud\\Policytroubleshooter\\V1\\Checker' => $vendorDir . '/google/cloud/PolicyTroubleshooter/metadata/V1/Checker.php',
    'GPBMetadata\\Google\\Cloud\\Policytroubleshooter\\V1\\Explanations' => $vendorDir . '/google/cloud/PolicyTroubleshooter/metadata/V1/Explanations.php',
    'GPBMetadata\\Google\\Cloud\\Privatecatalog\\V1Beta1\\PrivateCatalog' => $vendorDir . '/google/cloud/PrivateCatalog/metadata/V1Beta1/PrivateCatalog.php',
    'GPBMetadata\\Google\\Cloud\\Recaptchaenterprise\\V1\\Recaptchaenterprise' => $vendorDir . '/google/cloud/RecaptchaEnterprise/metadata/V1/Recaptchaenterprise.php',
    'GPBMetadata\\Google\\Cloud\\Recommendationengine\\V1Beta1\\Catalog' => $vendorDir . '/google/cloud/RecommendationEngine/metadata/V1Beta1/Catalog.php',
    'GPBMetadata\\Google\\Cloud\\Recommendationengine\\V1Beta1\\CatalogService' => $vendorDir . '/google/cloud/RecommendationEngine/metadata/V1Beta1/CatalogService.php',
    'GPBMetadata\\Google\\Cloud\\Recommendationengine\\V1Beta1\\Common' => $vendorDir . '/google/cloud/RecommendationEngine/metadata/V1Beta1/Common.php',
    'GPBMetadata\\Google\\Cloud\\Recommendationengine\\V1Beta1\\Import' => $vendorDir . '/google/cloud/RecommendationEngine/metadata/V1Beta1/Import.php',
    'GPBMetadata\\Google\\Cloud\\Recommendationengine\\V1Beta1\\PredictionApikeyRegistryService' => $vendorDir . '/google/cloud/RecommendationEngine/metadata/V1Beta1/PredictionApikeyRegistryService.php',
    'GPBMetadata\\Google\\Cloud\\Recommendationengine\\V1Beta1\\PredictionService' => $vendorDir . '/google/cloud/RecommendationEngine/metadata/V1Beta1/PredictionService.php',
    'GPBMetadata\\Google\\Cloud\\Recommendationengine\\V1Beta1\\RecommendationengineResources' => $vendorDir . '/google/cloud/RecommendationEngine/metadata/V1Beta1/RecommendationengineResources.php',
    'GPBMetadata\\Google\\Cloud\\Recommendationengine\\V1Beta1\\UserEvent' => $vendorDir . '/google/cloud/RecommendationEngine/metadata/V1Beta1/UserEvent.php',
    'GPBMetadata\\Google\\Cloud\\Recommendationengine\\V1Beta1\\UserEventService' => $vendorDir . '/google/cloud/RecommendationEngine/metadata/V1Beta1/UserEventService.php',
    'GPBMetadata\\Google\\Cloud\\Recommender\\V1\\Insight' => $vendorDir . '/google/cloud/Recommender/metadata/V1/Insight.php',
    'GPBMetadata\\Google\\Cloud\\Recommender\\V1\\InsightTypeConfig' => $vendorDir . '/google/cloud/Recommender/metadata/V1/InsightTypeConfig.php',
    'GPBMetadata\\Google\\Cloud\\Recommender\\V1\\Recommendation' => $vendorDir . '/google/cloud/Recommender/metadata/V1/Recommendation.php',
    'GPBMetadata\\Google\\Cloud\\Recommender\\V1\\RecommenderConfig' => $vendorDir . '/google/cloud/Recommender/metadata/V1/RecommenderConfig.php',
    'GPBMetadata\\Google\\Cloud\\Recommender\\V1\\RecommenderService' => $vendorDir . '/google/cloud/Recommender/metadata/V1/RecommenderService.php',
    'GPBMetadata\\Google\\Cloud\\Redis\\V1Beta1\\CloudRedis' => $vendorDir . '/google/cloud/Redis/metadata/V1Beta1/CloudRedis.php',
    'GPBMetadata\\Google\\Cloud\\Redis\\V1\\CloudRedis' => $vendorDir . '/google/cloud/Redis/metadata/V1/CloudRedis.php',
    'GPBMetadata\\Google\\Cloud\\Resourcemanager\\V3\\Folders' => $vendorDir . '/google/cloud/ResourceManager/metadata/V3/Folders.php',
    'GPBMetadata\\Google\\Cloud\\Resourcemanager\\V3\\Organizations' => $vendorDir . '/google/cloud/ResourceManager/metadata/V3/Organizations.php',
    'GPBMetadata\\Google\\Cloud\\Resourcemanager\\V3\\Projects' => $vendorDir . '/google/cloud/ResourceManager/metadata/V3/Projects.php',
    'GPBMetadata\\Google\\Cloud\\Resourcemanager\\V3\\TagBindings' => $vendorDir . '/google/cloud/ResourceManager/metadata/V3/TagBindings.php',
    'GPBMetadata\\Google\\Cloud\\Resourcemanager\\V3\\TagKeys' => $vendorDir . '/google/cloud/ResourceManager/metadata/V3/TagKeys.php',
    'GPBMetadata\\Google\\Cloud\\Resourcemanager\\V3\\TagValues' => $vendorDir . '/google/cloud/ResourceManager/metadata/V3/TagValues.php',
    'GPBMetadata\\Google\\Cloud\\Resourcesettings\\V1\\ResourceSettings' => $vendorDir . '/google/cloud/ResourceSettings/metadata/V1/ResourceSettings.php',
    'GPBMetadata\\Google\\Cloud\\Retail\\V2\\Catalog' => $vendorDir . '/google/cloud/Retail/metadata/V2/Catalog.php',
    'GPBMetadata\\Google\\Cloud\\Retail\\V2\\CatalogService' => $vendorDir . '/google/cloud/Retail/metadata/V2/CatalogService.php',
    'GPBMetadata\\Google\\Cloud\\Retail\\V2\\Common' => $vendorDir . '/google/cloud/Retail/metadata/V2/Common.php',
    'GPBMetadata\\Google\\Cloud\\Retail\\V2\\CompletionService' => $vendorDir . '/google/cloud/Retail/metadata/V2/CompletionService.php',
    'GPBMetadata\\Google\\Cloud\\Retail\\V2\\Control' => $vendorDir . '/google/cloud/Retail/metadata/V2/Control.php',
    'GPBMetadata\\Google\\Cloud\\Retail\\V2\\ControlService' => $vendorDir . '/google/cloud/Retail/metadata/V2/ControlService.php',
    'GPBMetadata\\Google\\Cloud\\Retail\\V2\\ImportConfig' => $vendorDir . '/google/cloud/Retail/metadata/V2/ImportConfig.php',
    'GPBMetadata\\Google\\Cloud\\Retail\\V2\\PredictionService' => $vendorDir . '/google/cloud/Retail/metadata/V2/PredictionService.php',
    'GPBMetadata\\Google\\Cloud\\Retail\\V2\\Product' => $vendorDir . '/google/cloud/Retail/metadata/V2/Product.php',
    'GPBMetadata\\Google\\Cloud\\Retail\\V2\\ProductService' => $vendorDir . '/google/cloud/Retail/metadata/V2/ProductService.php',
    'GPBMetadata\\Google\\Cloud\\Retail\\V2\\Promotion' => $vendorDir . '/google/cloud/Retail/metadata/V2/Promotion.php',
    'GPBMetadata\\Google\\Cloud\\Retail\\V2\\PurgeConfig' => $vendorDir . '/google/cloud/Retail/metadata/V2/PurgeConfig.php',
    'GPBMetadata\\Google\\Cloud\\Retail\\V2\\SearchService' => $vendorDir . '/google/cloud/Retail/metadata/V2/SearchService.php',
    'GPBMetadata\\Google\\Cloud\\Retail\\V2\\ServingConfig' => $vendorDir . '/google/cloud/Retail/metadata/V2/ServingConfig.php',
    'GPBMetadata\\Google\\Cloud\\Retail\\V2\\ServingConfigService' => $vendorDir . '/google/cloud/Retail/metadata/V2/ServingConfigService.php',
    'GPBMetadata\\Google\\Cloud\\Retail\\V2\\UserEvent' => $vendorDir . '/google/cloud/Retail/metadata/V2/UserEvent.php',
    'GPBMetadata\\Google\\Cloud\\Retail\\V2\\UserEventService' => $vendorDir . '/google/cloud/Retail/metadata/V2/UserEventService.php',
    'GPBMetadata\\Google\\Cloud\\Run\\V2\\Condition' => $vendorDir . '/google/cloud/Run/metadata/V2/Condition.php',
    'GPBMetadata\\Google\\Cloud\\Run\\V2\\Execution' => $vendorDir . '/google/cloud/Run/metadata/V2/Execution.php',
    'GPBMetadata\\Google\\Cloud\\Run\\V2\\ExecutionTemplate' => $vendorDir . '/google/cloud/Run/metadata/V2/ExecutionTemplate.php',
    'GPBMetadata\\Google\\Cloud\\Run\\V2\\Job' => $vendorDir . '/google/cloud/Run/metadata/V2/Job.php',
    'GPBMetadata\\Google\\Cloud\\Run\\V2\\K8SMin' => $vendorDir . '/google/cloud/Run/metadata/V2/K8SMin.php',
    'GPBMetadata\\Google\\Cloud\\Run\\V2\\Revision' => $vendorDir . '/google/cloud/Run/metadata/V2/Revision.php',
    'GPBMetadata\\Google\\Cloud\\Run\\V2\\RevisionTemplate' => $vendorDir . '/google/cloud/Run/metadata/V2/RevisionTemplate.php',
    'GPBMetadata\\Google\\Cloud\\Run\\V2\\Service' => $vendorDir . '/google/cloud/Run/metadata/V2/Service.php',
    'GPBMetadata\\Google\\Cloud\\Run\\V2\\Task' => $vendorDir . '/google/cloud/Run/metadata/V2/Task.php',
    'GPBMetadata\\Google\\Cloud\\Run\\V2\\TaskTemplate' => $vendorDir . '/google/cloud/Run/metadata/V2/TaskTemplate.php',
    'GPBMetadata\\Google\\Cloud\\Run\\V2\\TrafficTarget' => $vendorDir . '/google/cloud/Run/metadata/V2/TrafficTarget.php',
    'GPBMetadata\\Google\\Cloud\\Run\\V2\\VendorSettings' => $vendorDir . '/google/cloud/Run/metadata/V2/VendorSettings.php',
    'GPBMetadata\\Google\\Cloud\\Scheduler\\V1Beta1\\Cloudscheduler' => $vendorDir . '/google/cloud/Scheduler/metadata/V1Beta1/Cloudscheduler.php',
    'GPBMetadata\\Google\\Cloud\\Scheduler\\V1Beta1\\Job' => $vendorDir . '/google/cloud/Scheduler/metadata/V1Beta1/Job.php',
    'GPBMetadata\\Google\\Cloud\\Scheduler\\V1Beta1\\Target' => $vendorDir . '/google/cloud/Scheduler/metadata/V1Beta1/Target.php',
    'GPBMetadata\\Google\\Cloud\\Scheduler\\V1\\Cloudscheduler' => $vendorDir . '/google/cloud/Scheduler/metadata/V1/Cloudscheduler.php',
    'GPBMetadata\\Google\\Cloud\\Scheduler\\V1\\Job' => $vendorDir . '/google/cloud/Scheduler/metadata/V1/Job.php',
    'GPBMetadata\\Google\\Cloud\\Scheduler\\V1\\Target' => $vendorDir . '/google/cloud/Scheduler/metadata/V1/Target.php',
    'GPBMetadata\\Google\\Cloud\\Secretmanager\\V1\\Resources' => $vendorDir . '/google/cloud/SecretManager/metadata/V1/Resources.php',
    'GPBMetadata\\Google\\Cloud\\Secretmanager\\V1\\Service' => $vendorDir . '/google/cloud/SecretManager/metadata/V1/Service.php',
    'GPBMetadata\\Google\\Cloud\\Secrets\\V1Beta1\\Resources' => $vendorDir . '/google/cloud/SecretManager/metadata/V1Beta1/Resources.php',
    'GPBMetadata\\Google\\Cloud\\Secrets\\V1Beta1\\Service' => $vendorDir . '/google/cloud/SecretManager/metadata/V1Beta1/Service.php',
    'GPBMetadata\\Google\\Cloud\\Security\\Privateca\\V1Beta1\\Resources' => $vendorDir . '/google/cloud/SecurityPrivateCa/metadata/V1Beta1/Resources.php',
    'GPBMetadata\\Google\\Cloud\\Security\\Privateca\\V1Beta1\\Service' => $vendorDir . '/google/cloud/SecurityPrivateCa/metadata/V1Beta1/Service.php',
    'GPBMetadata\\Google\\Cloud\\Security\\Privateca\\V1\\Resources' => $vendorDir . '/google/cloud/SecurityPrivateCa/metadata/V1/Resources.php',
    'GPBMetadata\\Google\\Cloud\\Security\\Privateca\\V1\\Service' => $vendorDir . '/google/cloud/SecurityPrivateCa/metadata/V1/Service.php',
    'GPBMetadata\\Google\\Cloud\\Security\\Publicca\\V1Beta1\\Resources' => $vendorDir . '/google/cloud/SecurityPublicCA/metadata/V1Beta1/Resources.php',
    'GPBMetadata\\Google\\Cloud\\Security\\Publicca\\V1Beta1\\Service' => $vendorDir . '/google/cloud/SecurityPublicCA/metadata/V1Beta1/Service.php',
    'GPBMetadata\\Google\\Cloud\\Securitycenter\\V1P1Beta1\\Asset' => $vendorDir . '/google/cloud/SecurityCenter/metadata/V1P1Beta1/Asset.php',
    'GPBMetadata\\Google\\Cloud\\Securitycenter\\V1P1Beta1\\Finding' => $vendorDir . '/google/cloud/SecurityCenter/metadata/V1P1Beta1/Finding.php',
    'GPBMetadata\\Google\\Cloud\\Securitycenter\\V1P1Beta1\\Folder' => $vendorDir . '/google/cloud/SecurityCenter/metadata/V1P1Beta1/Folder.php',
    'GPBMetadata\\Google\\Cloud\\Securitycenter\\V1P1Beta1\\NotificationConfig' => $vendorDir . '/google/cloud/SecurityCenter/metadata/V1P1Beta1/NotificationConfig.php',
    'GPBMetadata\\Google\\Cloud\\Securitycenter\\V1P1Beta1\\NotificationMessage' => $vendorDir . '/google/cloud/SecurityCenter/metadata/V1P1Beta1/NotificationMessage.php',
    'GPBMetadata\\Google\\Cloud\\Securitycenter\\V1P1Beta1\\OrganizationSettings' => $vendorDir . '/google/cloud/SecurityCenter/metadata/V1P1Beta1/OrganizationSettings.php',
    'GPBMetadata\\Google\\Cloud\\Securitycenter\\V1P1Beta1\\Resource' => $vendorDir . '/google/cloud/SecurityCenter/metadata/V1P1Beta1/Resource.php',
    'GPBMetadata\\Google\\Cloud\\Securitycenter\\V1P1Beta1\\RunAssetDiscoveryResponse' => $vendorDir . '/google/cloud/SecurityCenter/metadata/V1P1Beta1/RunAssetDiscoveryResponse.php',
    'GPBMetadata\\Google\\Cloud\\Securitycenter\\V1P1Beta1\\SecurityMarks' => $vendorDir . '/google/cloud/SecurityCenter/metadata/V1P1Beta1/SecurityMarks.php',
    'GPBMetadata\\Google\\Cloud\\Securitycenter\\V1P1Beta1\\SecuritycenterService' => $vendorDir . '/google/cloud/SecurityCenter/metadata/V1P1Beta1/SecuritycenterService.php',
    'GPBMetadata\\Google\\Cloud\\Securitycenter\\V1P1Beta1\\Source' => $vendorDir . '/google/cloud/SecurityCenter/metadata/V1P1Beta1/Source.php',
    'GPBMetadata\\Google\\Cloud\\Securitycenter\\V1\\Access' => $vendorDir . '/google/cloud/SecurityCenter/metadata/V1/Access.php',
    'GPBMetadata\\Google\\Cloud\\Securitycenter\\V1\\Asset' => $vendorDir . '/google/cloud/SecurityCenter/metadata/V1/Asset.php',
    'GPBMetadata\\Google\\Cloud\\Securitycenter\\V1\\BigqueryExport' => $vendorDir . '/google/cloud/SecurityCenter/metadata/V1/BigqueryExport.php',
    'GPBMetadata\\Google\\Cloud\\Securitycenter\\V1\\Compliance' => $vendorDir . '/google/cloud/SecurityCenter/metadata/V1/Compliance.php',
    'GPBMetadata\\Google\\Cloud\\Securitycenter\\V1\\Connection' => $vendorDir . '/google/cloud/SecurityCenter/metadata/V1/Connection.php',
    'GPBMetadata\\Google\\Cloud\\Securitycenter\\V1\\ContactDetails' => $vendorDir . '/google/cloud/SecurityCenter/metadata/V1/ContactDetails.php',
    'GPBMetadata\\Google\\Cloud\\Securitycenter\\V1\\Container' => $vendorDir . '/google/cloud/SecurityCenter/metadata/V1/Container.php',
    'GPBMetadata\\Google\\Cloud\\Securitycenter\\V1\\Database' => $vendorDir . '/google/cloud/SecurityCenter/metadata/V1/Database.php',
    'GPBMetadata\\Google\\Cloud\\Securitycenter\\V1\\Exfiltration' => $vendorDir . '/google/cloud/SecurityCenter/metadata/V1/Exfiltration.php',
    'GPBMetadata\\Google\\Cloud\\Securitycenter\\V1\\ExternalSystem' => $vendorDir . '/google/cloud/SecurityCenter/metadata/V1/ExternalSystem.php',
    'GPBMetadata\\Google\\Cloud\\Securitycenter\\V1\\File' => $vendorDir . '/google/cloud/SecurityCenter/metadata/V1/File.php',
    'GPBMetadata\\Google\\Cloud\\Securitycenter\\V1\\Finding' => $vendorDir . '/google/cloud/SecurityCenter/metadata/V1/Finding.php',
    'GPBMetadata\\Google\\Cloud\\Securitycenter\\V1\\Folder' => $vendorDir . '/google/cloud/SecurityCenter/metadata/V1/Folder.php',
    'GPBMetadata\\Google\\Cloud\\Securitycenter\\V1\\IamBinding' => $vendorDir . '/google/cloud/SecurityCenter/metadata/V1/IamBinding.php',
    'GPBMetadata\\Google\\Cloud\\Securitycenter\\V1\\Indicator' => $vendorDir . '/google/cloud/SecurityCenter/metadata/V1/Indicator.php',
    'GPBMetadata\\Google\\Cloud\\Securitycenter\\V1\\KernelRootkit' => $vendorDir . '/google/cloud/SecurityCenter/metadata/V1/KernelRootkit.php',
    'GPBMetadata\\Google\\Cloud\\Securitycenter\\V1\\Kubernetes' => $vendorDir . '/google/cloud/SecurityCenter/metadata/V1/Kubernetes.php',
    'GPBMetadata\\Google\\Cloud\\Securitycenter\\V1\\Label' => $vendorDir . '/google/cloud/SecurityCenter/metadata/V1/Label.php',
    'GPBMetadata\\Google\\Cloud\\Securitycenter\\V1\\MitreAttack' => $vendorDir . '/google/cloud/SecurityCenter/metadata/V1/MitreAttack.php',
    'GPBMetadata\\Google\\Cloud\\Securitycenter\\V1\\MuteConfig' => $vendorDir . '/google/cloud/SecurityCenter/metadata/V1/MuteConfig.php',
    'GPBMetadata\\Google\\Cloud\\Securitycenter\\V1\\NotificationConfig' => $vendorDir . '/google/cloud/SecurityCenter/metadata/V1/NotificationConfig.php',
    'GPBMetadata\\Google\\Cloud\\Securitycenter\\V1\\NotificationMessage' => $vendorDir . '/google/cloud/SecurityCenter/metadata/V1/NotificationMessage.php',
    'GPBMetadata\\Google\\Cloud\\Securitycenter\\V1\\OrganizationSettings' => $vendorDir . '/google/cloud/SecurityCenter/metadata/V1/OrganizationSettings.php',
    'GPBMetadata\\Google\\Cloud\\Securitycenter\\V1\\Process' => $vendorDir . '/google/cloud/SecurityCenter/metadata/V1/Process.php',
    'GPBMetadata\\Google\\Cloud\\Securitycenter\\V1\\Resource' => $vendorDir . '/google/cloud/SecurityCenter/metadata/V1/Resource.php',
    'GPBMetadata\\Google\\Cloud\\Securitycenter\\V1\\RunAssetDiscoveryResponse' => $vendorDir . '/google/cloud/SecurityCenter/metadata/V1/RunAssetDiscoveryResponse.php',
    'GPBMetadata\\Google\\Cloud\\Securitycenter\\V1\\SecurityMarks' => $vendorDir . '/google/cloud/SecurityCenter/metadata/V1/SecurityMarks.php',
    'GPBMetadata\\Google\\Cloud\\Securitycenter\\V1\\SecuritycenterService' => $vendorDir . '/google/cloud/SecurityCenter/metadata/V1/SecuritycenterService.php',
    'GPBMetadata\\Google\\Cloud\\Securitycenter\\V1\\Source' => $vendorDir . '/google/cloud/SecurityCenter/metadata/V1/Source.php',
    'GPBMetadata\\Google\\Cloud\\Securitycenter\\V1\\Vulnerability' => $vendorDir . '/google/cloud/SecurityCenter/metadata/V1/Vulnerability.php',
    'GPBMetadata\\Google\\Cloud\\Servicedirectory\\V1Beta1\\Endpoint' => $vendorDir . '/google/cloud/ServiceDirectory/metadata/V1Beta1/Endpoint.php',
    'GPBMetadata\\Google\\Cloud\\Servicedirectory\\V1Beta1\\LookupService' => $vendorDir . '/google/cloud/ServiceDirectory/metadata/V1Beta1/LookupService.php',
    'GPBMetadata\\Google\\Cloud\\Servicedirectory\\V1Beta1\\PBNamespace' => $vendorDir . '/google/cloud/ServiceDirectory/metadata/V1Beta1/PBNamespace.php',
    'GPBMetadata\\Google\\Cloud\\Servicedirectory\\V1Beta1\\RegistrationService' => $vendorDir . '/google/cloud/ServiceDirectory/metadata/V1Beta1/RegistrationService.php',
    'GPBMetadata\\Google\\Cloud\\Servicedirectory\\V1Beta1\\Service' => $vendorDir . '/google/cloud/ServiceDirectory/metadata/V1Beta1/Service.php',
    'GPBMetadata\\Google\\Cloud\\Servicedirectory\\V1\\Endpoint' => $vendorDir . '/google/cloud/ServiceDirectory/metadata/V1/Endpoint.php',
    'GPBMetadata\\Google\\Cloud\\Servicedirectory\\V1\\LookupService' => $vendorDir . '/google/cloud/ServiceDirectory/metadata/V1/LookupService.php',
    'GPBMetadata\\Google\\Cloud\\Servicedirectory\\V1\\PBNamespace' => $vendorDir . '/google/cloud/ServiceDirectory/metadata/V1/PBNamespace.php',
    'GPBMetadata\\Google\\Cloud\\Servicedirectory\\V1\\RegistrationService' => $vendorDir . '/google/cloud/ServiceDirectory/metadata/V1/RegistrationService.php',
    'GPBMetadata\\Google\\Cloud\\Servicedirectory\\V1\\Service' => $vendorDir . '/google/cloud/ServiceDirectory/metadata/V1/Service.php',
    'GPBMetadata\\Google\\Cloud\\Shell\\V1\\Cloudshell' => $vendorDir . '/google/cloud/Shell/metadata/V1/Cloudshell.php',
    'GPBMetadata\\Google\\Cloud\\Speech\\V1P1Beta1\\CloudSpeech' => $vendorDir . '/google/cloud/Speech/metadata/V1P1Beta1/CloudSpeech.php',
    'GPBMetadata\\Google\\Cloud\\Speech\\V1P1Beta1\\CloudSpeechAdaptation' => $vendorDir . '/google/cloud/Speech/metadata/V1P1Beta1/CloudSpeechAdaptation.php',
    'GPBMetadata\\Google\\Cloud\\Speech\\V1P1Beta1\\Resource' => $vendorDir . '/google/cloud/Speech/metadata/V1P1Beta1/Resource.php',
    'GPBMetadata\\Google\\Cloud\\Speech\\V1\\CloudSpeech' => $vendorDir . '/google/cloud/Speech/metadata/V1/CloudSpeech.php',
    'GPBMetadata\\Google\\Cloud\\Speech\\V1\\CloudSpeechAdaptation' => $vendorDir . '/google/cloud/Speech/metadata/V1/CloudSpeechAdaptation.php',
    'GPBMetadata\\Google\\Cloud\\Speech\\V1\\Resource' => $vendorDir . '/google/cloud/Speech/metadata/V1/Resource.php',
    'GPBMetadata\\Google\\Cloud\\Speech\\V2\\CloudSpeech' => $vendorDir . '/google/cloud/Speech/metadata/V2/CloudSpeech.php',
    'GPBMetadata\\Google\\Cloud\\Sql\\V1Beta4\\CloudSql' => $vendorDir . '/google/cloud/SqlAdmin/metadata/V1Beta4/CloudSql.php',
    'GPBMetadata\\Google\\Cloud\\Sql\\V1Beta4\\CloudSqlConnect' => $vendorDir . '/google/cloud/SqlAdmin/metadata/V1Beta4/CloudSqlConnect.php',
    'GPBMetadata\\Google\\Cloud\\Sql\\V1Beta4\\CloudSqlResources' => $vendorDir . '/google/cloud/SqlAdmin/metadata/V1Beta4/CloudSqlResources.php',
    'GPBMetadata\\Google\\Cloud\\Sql\\V1Beta4\\CloudSqlTiers' => $vendorDir . '/google/cloud/SqlAdmin/metadata/V1Beta4/CloudSqlTiers.php',
    'GPBMetadata\\Google\\Cloud\\Sql\\V1Beta4\\CloudSqlUsers' => $vendorDir . '/google/cloud/SqlAdmin/metadata/V1Beta4/CloudSqlUsers.php',
    'GPBMetadata\\Google\\Cloud\\Talent\\V4Beta1\\Batch' => $vendorDir . '/google/cloud/Talent/metadata/V4Beta1/Batch.php',
    'GPBMetadata\\Google\\Cloud\\Talent\\V4Beta1\\Common' => $vendorDir . '/google/cloud/Talent/metadata/V4Beta1/Common.php',
    'GPBMetadata\\Google\\Cloud\\Talent\\V4Beta1\\Company' => $vendorDir . '/google/cloud/Talent/metadata/V4Beta1/Company.php',
    'GPBMetadata\\Google\\Cloud\\Talent\\V4Beta1\\CompanyService' => $vendorDir . '/google/cloud/Talent/metadata/V4Beta1/CompanyService.php',
    'GPBMetadata\\Google\\Cloud\\Talent\\V4Beta1\\CompletionService' => $vendorDir . '/google/cloud/Talent/metadata/V4Beta1/CompletionService.php',
    'GPBMetadata\\Google\\Cloud\\Talent\\V4Beta1\\Event' => $vendorDir . '/google/cloud/Talent/metadata/V4Beta1/Event.php',
    'GPBMetadata\\Google\\Cloud\\Talent\\V4Beta1\\EventService' => $vendorDir . '/google/cloud/Talent/metadata/V4Beta1/EventService.php',
    'GPBMetadata\\Google\\Cloud\\Talent\\V4Beta1\\Filters' => $vendorDir . '/google/cloud/Talent/metadata/V4Beta1/Filters.php',
    'GPBMetadata\\Google\\Cloud\\Talent\\V4Beta1\\Histogram' => $vendorDir . '/google/cloud/Talent/metadata/V4Beta1/Histogram.php',
    'GPBMetadata\\Google\\Cloud\\Talent\\V4Beta1\\Job' => $vendorDir . '/google/cloud/Talent/metadata/V4Beta1/Job.php',
    'GPBMetadata\\Google\\Cloud\\Talent\\V4Beta1\\JobService' => $vendorDir . '/google/cloud/Talent/metadata/V4Beta1/JobService.php',
    'GPBMetadata\\Google\\Cloud\\Talent\\V4Beta1\\Tenant' => $vendorDir . '/google/cloud/Talent/metadata/V4Beta1/Tenant.php',
    'GPBMetadata\\Google\\Cloud\\Talent\\V4Beta1\\TenantService' => $vendorDir . '/google/cloud/Talent/metadata/V4Beta1/TenantService.php',
    'GPBMetadata\\Google\\Cloud\\Talent\\V4\\Common' => $vendorDir . '/google/cloud/Talent/metadata/V4/Common.php',
    'GPBMetadata\\Google\\Cloud\\Talent\\V4\\Company' => $vendorDir . '/google/cloud/Talent/metadata/V4/Company.php',
    'GPBMetadata\\Google\\Cloud\\Talent\\V4\\CompanyService' => $vendorDir . '/google/cloud/Talent/metadata/V4/CompanyService.php',
    'GPBMetadata\\Google\\Cloud\\Talent\\V4\\CompletionService' => $vendorDir . '/google/cloud/Talent/metadata/V4/CompletionService.php',
    'GPBMetadata\\Google\\Cloud\\Talent\\V4\\Event' => $vendorDir . '/google/cloud/Talent/metadata/V4/Event.php',
    'GPBMetadata\\Google\\Cloud\\Talent\\V4\\EventService' => $vendorDir . '/google/cloud/Talent/metadata/V4/EventService.php',
    'GPBMetadata\\Google\\Cloud\\Talent\\V4\\Filters' => $vendorDir . '/google/cloud/Talent/metadata/V4/Filters.php',
    'GPBMetadata\\Google\\Cloud\\Talent\\V4\\Histogram' => $vendorDir . '/google/cloud/Talent/metadata/V4/Histogram.php',
    'GPBMetadata\\Google\\Cloud\\Talent\\V4\\Job' => $vendorDir . '/google/cloud/Talent/metadata/V4/Job.php',
    'GPBMetadata\\Google\\Cloud\\Talent\\V4\\JobService' => $vendorDir . '/google/cloud/Talent/metadata/V4/JobService.php',
    'GPBMetadata\\Google\\Cloud\\Talent\\V4\\Tenant' => $vendorDir . '/google/cloud/Talent/metadata/V4/Tenant.php',
    'GPBMetadata\\Google\\Cloud\\Talent\\V4\\TenantService' => $vendorDir . '/google/cloud/Talent/metadata/V4/TenantService.php',
    'GPBMetadata\\Google\\Cloud\\Tasks\\V2Beta2\\Cloudtasks' => $vendorDir . '/google/cloud/Tasks/metadata/V2Beta2/Cloudtasks.php',
    'GPBMetadata\\Google\\Cloud\\Tasks\\V2Beta2\\Queue' => $vendorDir . '/google/cloud/Tasks/metadata/V2Beta2/Queue.php',
    'GPBMetadata\\Google\\Cloud\\Tasks\\V2Beta2\\Target' => $vendorDir . '/google/cloud/Tasks/metadata/V2Beta2/Target.php',
    'GPBMetadata\\Google\\Cloud\\Tasks\\V2Beta2\\Task' => $vendorDir . '/google/cloud/Tasks/metadata/V2Beta2/Task.php',
    'GPBMetadata\\Google\\Cloud\\Tasks\\V2Beta3\\Cloudtasks' => $vendorDir . '/google/cloud/Tasks/metadata/V2Beta3/Cloudtasks.php',
    'GPBMetadata\\Google\\Cloud\\Tasks\\V2Beta3\\Queue' => $vendorDir . '/google/cloud/Tasks/metadata/V2Beta3/Queue.php',
    'GPBMetadata\\Google\\Cloud\\Tasks\\V2Beta3\\Target' => $vendorDir . '/google/cloud/Tasks/metadata/V2Beta3/Target.php',
    'GPBMetadata\\Google\\Cloud\\Tasks\\V2Beta3\\Task' => $vendorDir . '/google/cloud/Tasks/metadata/V2Beta3/Task.php',
    'GPBMetadata\\Google\\Cloud\\Tasks\\V2\\Cloudtasks' => $vendorDir . '/google/cloud/Tasks/metadata/V2/Cloudtasks.php',
    'GPBMetadata\\Google\\Cloud\\Tasks\\V2\\Queue' => $vendorDir . '/google/cloud/Tasks/metadata/V2/Queue.php',
    'GPBMetadata\\Google\\Cloud\\Tasks\\V2\\Target' => $vendorDir . '/google/cloud/Tasks/metadata/V2/Target.php',
    'GPBMetadata\\Google\\Cloud\\Tasks\\V2\\Task' => $vendorDir . '/google/cloud/Tasks/metadata/V2/Task.php',
    'GPBMetadata\\Google\\Cloud\\Texttospeech\\V1\\CloudTts' => $vendorDir . '/google/cloud/TextToSpeech/metadata/V1/CloudTts.php',
    'GPBMetadata\\Google\\Cloud\\Texttospeech\\V1\\CloudTtsLrs' => $vendorDir . '/google/cloud/TextToSpeech/metadata/V1/CloudTtsLrs.php',
    'GPBMetadata\\Google\\Cloud\\Tpu\\V1\\CloudTpu' => $vendorDir . '/google/cloud/Tpu/metadata/V1/CloudTpu.php',
    'GPBMetadata\\Google\\Cloud\\Translate\\V3\\TranslationService' => $vendorDir . '/google/cloud/Translate/metadata/V3/TranslationService.php',
    'GPBMetadata\\Google\\Cloud\\Video\\Livestream\\V1\\Outputs' => $vendorDir . '/google/cloud/VideoLiveStream/metadata/V1/Outputs.php',
    'GPBMetadata\\Google\\Cloud\\Video\\Livestream\\V1\\Resources' => $vendorDir . '/google/cloud/VideoLiveStream/metadata/V1/Resources.php',
    'GPBMetadata\\Google\\Cloud\\Video\\Livestream\\V1\\Service' => $vendorDir . '/google/cloud/VideoLiveStream/metadata/V1/Service.php',
    'GPBMetadata\\Google\\Cloud\\Video\\Stitcher\\V1\\AdTagDetails' => $vendorDir . '/google/cloud/VideoStitcher/metadata/V1/AdTagDetails.php',
    'GPBMetadata\\Google\\Cloud\\Video\\Stitcher\\V1\\CdnKeys' => $vendorDir . '/google/cloud/VideoStitcher/metadata/V1/CdnKeys.php',
    'GPBMetadata\\Google\\Cloud\\Video\\Stitcher\\V1\\Companions' => $vendorDir . '/google/cloud/VideoStitcher/metadata/V1/Companions.php',
    'GPBMetadata\\Google\\Cloud\\Video\\Stitcher\\V1\\Events' => $vendorDir . '/google/cloud/VideoStitcher/metadata/V1/Events.php',
    'GPBMetadata\\Google\\Cloud\\Video\\Stitcher\\V1\\Sessions' => $vendorDir . '/google/cloud/VideoStitcher/metadata/V1/Sessions.php',
    'GPBMetadata\\Google\\Cloud\\Video\\Stitcher\\V1\\Slates' => $vendorDir . '/google/cloud/VideoStitcher/metadata/V1/Slates.php',
    'GPBMetadata\\Google\\Cloud\\Video\\Stitcher\\V1\\StitchDetails' => $vendorDir . '/google/cloud/VideoStitcher/metadata/V1/StitchDetails.php',
    'GPBMetadata\\Google\\Cloud\\Video\\Stitcher\\V1\\VideoStitcherService' => $vendorDir . '/google/cloud/VideoStitcher/metadata/V1/VideoStitcherService.php',
    'GPBMetadata\\Google\\Cloud\\Video\\Transcoder\\V1Beta1\\Resources' => $vendorDir . '/google/cloud/VideoTranscoder/metadata/V1Beta1/Resources.php',
    'GPBMetadata\\Google\\Cloud\\Video\\Transcoder\\V1Beta1\\Services' => $vendorDir . '/google/cloud/VideoTranscoder/metadata/V1Beta1/Services.php',
    'GPBMetadata\\Google\\Cloud\\Video\\Transcoder\\V1\\Resources' => $vendorDir . '/google/cloud/VideoTranscoder/metadata/V1/Resources.php',
    'GPBMetadata\\Google\\Cloud\\Video\\Transcoder\\V1\\Services' => $vendorDir . '/google/cloud/VideoTranscoder/metadata/V1/Services.php',
    'GPBMetadata\\Google\\Cloud\\Videointelligence\\V1Beta2\\VideoIntelligence' => $vendorDir . '/google/cloud/VideoIntelligence/metadata/V1Beta2/VideoIntelligence.php',
    'GPBMetadata\\Google\\Cloud\\Videointelligence\\V1\\VideoIntelligence' => $vendorDir . '/google/cloud/VideoIntelligence/metadata/V1/VideoIntelligence.php',
    'GPBMetadata\\Google\\Cloud\\Vision\\V1\\Geometry' => $vendorDir . '/google/cloud/Vision/metadata/V1/Geometry.php',
    'GPBMetadata\\Google\\Cloud\\Vision\\V1\\ImageAnnotator' => $vendorDir . '/google/cloud/Vision/metadata/V1/ImageAnnotator.php',
    'GPBMetadata\\Google\\Cloud\\Vision\\V1\\ProductSearch' => $vendorDir . '/google/cloud/Vision/metadata/V1/ProductSearch.php',
    'GPBMetadata\\Google\\Cloud\\Vision\\V1\\ProductSearchService' => $vendorDir . '/google/cloud/Vision/metadata/V1/ProductSearchService.php',
    'GPBMetadata\\Google\\Cloud\\Vision\\V1\\TextAnnotation' => $vendorDir . '/google/cloud/Vision/metadata/V1/TextAnnotation.php',
    'GPBMetadata\\Google\\Cloud\\Vision\\V1\\WebDetection' => $vendorDir . '/google/cloud/Vision/metadata/V1/WebDetection.php',
    'GPBMetadata\\Google\\Cloud\\Vmmigration\\V1\\Vmmigration' => $vendorDir . '/google/cloud/VmMigration/metadata/V1/Vmmigration.php',
    'GPBMetadata\\Google\\Cloud\\Vmwareengine\\V1\\Vmwareengine' => $vendorDir . '/google/cloud/VmwareEngine/metadata/V1/Vmwareengine.php',
    'GPBMetadata\\Google\\Cloud\\Vmwareengine\\V1\\VmwareengineResources' => $vendorDir . '/google/cloud/VmwareEngine/metadata/V1/VmwareengineResources.php',
    'GPBMetadata\\Google\\Cloud\\Vpcaccess\\V1\\VpcAccess' => $vendorDir . '/google/cloud/VpcAccess/metadata/V1/VpcAccess.php',
    'GPBMetadata\\Google\\Cloud\\Webrisk\\V1Beta1\\Webrisk' => $vendorDir . '/google/cloud/WebRisk/metadata/V1Beta1/Webrisk.php',
    'GPBMetadata\\Google\\Cloud\\Webrisk\\V1\\Webrisk' => $vendorDir . '/google/cloud/WebRisk/metadata/V1/Webrisk.php',
    'GPBMetadata\\Google\\Cloud\\Websecurityscanner\\V1Beta\\CrawledUrl' => $vendorDir . '/google/cloud/WebSecurityScanner/metadata/V1Beta/CrawledUrl.php',
    'GPBMetadata\\Google\\Cloud\\Websecurityscanner\\V1Beta\\Finding' => $vendorDir . '/google/cloud/WebSecurityScanner/metadata/V1Beta/Finding.php',
    'GPBMetadata\\Google\\Cloud\\Websecurityscanner\\V1Beta\\FindingAddon' => $vendorDir . '/google/cloud/WebSecurityScanner/metadata/V1Beta/FindingAddon.php',
    'GPBMetadata\\Google\\Cloud\\Websecurityscanner\\V1Beta\\FindingTypeStats' => $vendorDir . '/google/cloud/WebSecurityScanner/metadata/V1Beta/FindingTypeStats.php',
    'GPBMetadata\\Google\\Cloud\\Websecurityscanner\\V1Beta\\ScanConfig' => $vendorDir . '/google/cloud/WebSecurityScanner/metadata/V1Beta/ScanConfig.php',
    'GPBMetadata\\Google\\Cloud\\Websecurityscanner\\V1Beta\\ScanConfigError' => $vendorDir . '/google/cloud/WebSecurityScanner/metadata/V1Beta/ScanConfigError.php',
    'GPBMetadata\\Google\\Cloud\\Websecurityscanner\\V1Beta\\ScanRun' => $vendorDir . '/google/cloud/WebSecurityScanner/metadata/V1Beta/ScanRun.php',
    'GPBMetadata\\Google\\Cloud\\Websecurityscanner\\V1Beta\\ScanRunErrorTrace' => $vendorDir . '/google/cloud/WebSecurityScanner/metadata/V1Beta/ScanRunErrorTrace.php',
    'GPBMetadata\\Google\\Cloud\\Websecurityscanner\\V1Beta\\ScanRunWarningTrace' => $vendorDir . '/google/cloud/WebSecurityScanner/metadata/V1Beta/ScanRunWarningTrace.php',
    'GPBMetadata\\Google\\Cloud\\Websecurityscanner\\V1Beta\\WebSecurityScanner' => $vendorDir . '/google/cloud/WebSecurityScanner/metadata/V1Beta/WebSecurityScanner.php',
    'GPBMetadata\\Google\\Cloud\\Workflows\\Executions\\V1Beta\\Executions' => $vendorDir . '/google/cloud/Workflows/metadata/Executions/V1Beta/Executions.php',
    'GPBMetadata\\Google\\Cloud\\Workflows\\V1Beta\\Workflows' => $vendorDir . '/google/cloud/Workflows/metadata/V1Beta/Workflows.php',
    'GPBMetadata\\Google\\Container\\V1\\ClusterService' => $vendorDir . '/google/cloud/Container/metadata/V1/ClusterService.php',
    'GPBMetadata\\Google\\Dataflow\\V1Beta3\\Environment' => $vendorDir . '/google/cloud/Dataflow/metadata/V1Beta3/Environment.php',
    'GPBMetadata\\Google\\Dataflow\\V1Beta3\\Jobs' => $vendorDir . '/google/cloud/Dataflow/metadata/V1Beta3/Jobs.php',
    'GPBMetadata\\Google\\Dataflow\\V1Beta3\\Messages' => $vendorDir . '/google/cloud/Dataflow/metadata/V1Beta3/Messages.php',
    'GPBMetadata\\Google\\Dataflow\\V1Beta3\\Metrics' => $vendorDir . '/google/cloud/Dataflow/metadata/V1Beta3/Metrics.php',
    'GPBMetadata\\Google\\Dataflow\\V1Beta3\\Snapshots' => $vendorDir . '/google/cloud/Dataflow/metadata/V1Beta3/Snapshots.php',
    'GPBMetadata\\Google\\Dataflow\\V1Beta3\\Streaming' => $vendorDir . '/google/cloud/Dataflow/metadata/V1Beta3/Streaming.php',
    'GPBMetadata\\Google\\Dataflow\\V1Beta3\\Templates' => $vendorDir . '/google/cloud/Dataflow/metadata/V1Beta3/Templates.php',
    'GPBMetadata\\Google\\Datastore\\Admin\\V1\\DatastoreAdmin' => $vendorDir . '/google/cloud/DatastoreAdmin/metadata/V1/DatastoreAdmin.php',
    'GPBMetadata\\Google\\Datastore\\Admin\\V1\\Index' => $vendorDir . '/google/cloud/DatastoreAdmin/metadata/V1/Index.php',
    'GPBMetadata\\Google\\Datastore\\Admin\\V1\\Migration' => $vendorDir . '/google/cloud/DatastoreAdmin/metadata/V1/Migration.php',
    'GPBMetadata\\Google\\Datastore\\V1\\AggregationResult' => $vendorDir . '/google/cloud/Datastore/metadata/V1/AggregationResult.php',
    'GPBMetadata\\Google\\Datastore\\V1\\Datastore' => $vendorDir . '/google/cloud/Datastore/metadata/V1/Datastore.php',
    'GPBMetadata\\Google\\Datastore\\V1\\Entity' => $vendorDir . '/google/cloud/Datastore/metadata/V1/Entity.php',
    'GPBMetadata\\Google\\Datastore\\V1\\Query' => $vendorDir . '/google/cloud/Datastore/metadata/V1/Query.php',
    'GPBMetadata\\Google\\Devtools\\Artifactregistry\\V1Beta2\\AptArtifact' => $vendorDir . '/google/cloud/ArtifactRegistry/metadata/V1Beta2/AptArtifact.php',
    'GPBMetadata\\Google\\Devtools\\Artifactregistry\\V1Beta2\\File' => $vendorDir . '/google/cloud/ArtifactRegistry/metadata/V1Beta2/File.php',
    'GPBMetadata\\Google\\Devtools\\Artifactregistry\\V1Beta2\\Package' => $vendorDir . '/google/cloud/ArtifactRegistry/metadata/V1Beta2/Package.php',
    'GPBMetadata\\Google\\Devtools\\Artifactregistry\\V1Beta2\\Repository' => $vendorDir . '/google/cloud/ArtifactRegistry/metadata/V1Beta2/Repository.php',
    'GPBMetadata\\Google\\Devtools\\Artifactregistry\\V1Beta2\\Service' => $vendorDir . '/google/cloud/ArtifactRegistry/metadata/V1Beta2/Service.php',
    'GPBMetadata\\Google\\Devtools\\Artifactregistry\\V1Beta2\\Settings' => $vendorDir . '/google/cloud/ArtifactRegistry/metadata/V1Beta2/Settings.php',
    'GPBMetadata\\Google\\Devtools\\Artifactregistry\\V1Beta2\\Tag' => $vendorDir . '/google/cloud/ArtifactRegistry/metadata/V1Beta2/Tag.php',
    'GPBMetadata\\Google\\Devtools\\Artifactregistry\\V1Beta2\\Version' => $vendorDir . '/google/cloud/ArtifactRegistry/metadata/V1Beta2/Version.php',
    'GPBMetadata\\Google\\Devtools\\Artifactregistry\\V1Beta2\\YumArtifact' => $vendorDir . '/google/cloud/ArtifactRegistry/metadata/V1Beta2/YumArtifact.php',
    'GPBMetadata\\Google\\Devtools\\Cloudbuild\\V1\\Cloudbuild' => $vendorDir . '/google/cloud/Build/metadata/V1/Cloudbuild.php',
    'GPBMetadata\\Google\\Devtools\\Clouddebugger\\V2\\Controller' => $vendorDir . '/google/cloud/Debugger/metadata/V2/Controller.php',
    'GPBMetadata\\Google\\Devtools\\Clouddebugger\\V2\\Data' => $vendorDir . '/google/cloud/Debugger/metadata/V2/Data.php',
    'GPBMetadata\\Google\\Devtools\\Clouddebugger\\V2\\Debugger' => $vendorDir . '/google/cloud/Debugger/metadata/V2/Debugger.php',
    'GPBMetadata\\Google\\Devtools\\Clouderrorreporting\\V1Beta1\\Common' => $vendorDir . '/google/cloud/ErrorReporting/metadata/V1Beta1/Common.php',
    'GPBMetadata\\Google\\Devtools\\Clouderrorreporting\\V1Beta1\\ErrorGroupService' => $vendorDir . '/google/cloud/ErrorReporting/metadata/V1Beta1/ErrorGroupService.php',
    'GPBMetadata\\Google\\Devtools\\Clouderrorreporting\\V1Beta1\\ErrorStatsService' => $vendorDir . '/google/cloud/ErrorReporting/metadata/V1Beta1/ErrorStatsService.php',
    'GPBMetadata\\Google\\Devtools\\Clouderrorreporting\\V1Beta1\\ReportErrorsService' => $vendorDir . '/google/cloud/ErrorReporting/metadata/V1Beta1/ReportErrorsService.php',
    'GPBMetadata\\Google\\Devtools\\Cloudprofiler\\V2\\Profiler' => $vendorDir . '/google/cloud/Profiler/metadata/V2/Profiler.php',
    'GPBMetadata\\Google\\Devtools\\Cloudtrace\\V1\\Trace' => $vendorDir . '/google/cloud/Trace/metadata/V1/Trace.php',
    'GPBMetadata\\Google\\Devtools\\Cloudtrace\\V2\\Trace' => $vendorDir . '/google/cloud/Trace/metadata/V2/Trace.php',
    'GPBMetadata\\Google\\Devtools\\Cloudtrace\\V2\\Tracing' => $vendorDir . '/google/cloud/Trace/metadata/V2/Tracing.php',
    'GPBMetadata\\Google\\Devtools\\Containeranalysis\\V1\\Containeranalysis' => $vendorDir . '/google/cloud/ContainerAnalysis/metadata/V1/Containeranalysis.php',
    'GPBMetadata\\Google\\Devtools\\Source\\V1\\SourceContext' => $vendorDir . '/google/cloud/CommonProtos/metadata/Devtools/Source/V1/SourceContext.php',
    'GPBMetadata\\Google\\Firestore\\Admin\\V1\\Database' => $vendorDir . '/google/cloud/Firestore/metadata/Admin/V1/Database.php',
    'GPBMetadata\\Google\\Firestore\\Admin\\V1\\Field' => $vendorDir . '/google/cloud/Firestore/metadata/Admin/V1/Field.php',
    'GPBMetadata\\Google\\Firestore\\Admin\\V1\\FirestoreAdmin' => $vendorDir . '/google/cloud/Firestore/metadata/Admin/V1/FirestoreAdmin.php',
    'GPBMetadata\\Google\\Firestore\\Admin\\V1\\Index' => $vendorDir . '/google/cloud/Firestore/metadata/Admin/V1/Index.php',
    'GPBMetadata\\Google\\Firestore\\Admin\\V1\\Location' => $vendorDir . '/google/cloud/Firestore/metadata/Admin/V1/Location.php',
    'GPBMetadata\\Google\\Firestore\\Admin\\V1\\Operation' => $vendorDir . '/google/cloud/Firestore/metadata/Admin/V1/Operation.php',
    'GPBMetadata\\Google\\Firestore\\V1Beta1\\Common' => $vendorDir . '/google/cloud/Firestore/metadata/V1Beta1/Common.php',
    'GPBMetadata\\Google\\Firestore\\V1Beta1\\Document' => $vendorDir . '/google/cloud/Firestore/metadata/V1Beta1/Document.php',
    'GPBMetadata\\Google\\Firestore\\V1Beta1\\Firestore' => $vendorDir . '/google/cloud/Firestore/metadata/V1Beta1/Firestore.php',
    'GPBMetadata\\Google\\Firestore\\V1Beta1\\Query' => $vendorDir . '/google/cloud/Firestore/metadata/V1Beta1/Query.php',
    'GPBMetadata\\Google\\Firestore\\V1Beta1\\Write' => $vendorDir . '/google/cloud/Firestore/metadata/V1Beta1/Write.php',
    'GPBMetadata\\Google\\Firestore\\V1\\AggregationResult' => $vendorDir . '/google/cloud/Firestore/metadata/V1/AggregationResult.php',
    'GPBMetadata\\Google\\Firestore\\V1\\Common' => $vendorDir . '/google/cloud/Firestore/metadata/V1/Common.php',
    'GPBMetadata\\Google\\Firestore\\V1\\Document' => $vendorDir . '/google/cloud/Firestore/metadata/V1/Document.php',
    'GPBMetadata\\Google\\Firestore\\V1\\Firestore' => $vendorDir . '/google/cloud/Firestore/metadata/V1/Firestore.php',
    'GPBMetadata\\Google\\Firestore\\V1\\Query' => $vendorDir . '/google/cloud/Firestore/metadata/V1/Query.php',
    'GPBMetadata\\Google\\Firestore\\V1\\Write' => $vendorDir . '/google/cloud/Firestore/metadata/V1/Write.php',
    'GPBMetadata\\Google\\Iam\\Credentials\\V1\\Common' => $vendorDir . '/google/cloud/IamCredentials/metadata/V1/Common.php',
    'GPBMetadata\\Google\\Iam\\Credentials\\V1\\Iamcredentials' => $vendorDir . '/google/cloud/IamCredentials/metadata/V1/Iamcredentials.php',
    'GPBMetadata\\Google\\Iam\\V1\\IamPolicy' => $vendorDir . '/google/common-protos/metadata/Iam/V1/IamPolicy.php',
    'GPBMetadata\\Google\\Iam\\V1\\Logging\\AuditData' => $vendorDir . '/google/common-protos/metadata/Iam/V1/Logging/AuditData.php',
    'GPBMetadata\\Google\\Iam\\V1\\Options' => $vendorDir . '/google/common-protos/metadata/Iam/V1/Options.php',
    'GPBMetadata\\Google\\Iam\\V1\\Policy' => $vendorDir . '/google/common-protos/metadata/Iam/V1/Policy.php',
    'GPBMetadata\\Google\\Iam\\V2\\Deny' => $vendorDir . '/google/cloud/Iam/metadata/V2/Deny.php',
    'GPBMetadata\\Google\\Iam\\V2\\Policy' => $vendorDir . '/google/cloud/Iam/metadata/V2/Policy.php',
    'GPBMetadata\\Google\\Identity\\Accesscontextmanager\\Type\\DeviceResources' => $vendorDir . '/google/cloud/AccessContextManager/metadata/Type/DeviceResources.php',
    'GPBMetadata\\Google\\Identity\\Accesscontextmanager\\V1\\AccessContextManager' => $vendorDir . '/google/cloud/AccessContextManager/metadata/V1/AccessContextManager.php',
    'GPBMetadata\\Google\\Identity\\Accesscontextmanager\\V1\\AccessLevel' => $vendorDir . '/google/cloud/AccessContextManager/metadata/V1/AccessLevel.php',
    'GPBMetadata\\Google\\Identity\\Accesscontextmanager\\V1\\AccessPolicy' => $vendorDir . '/google/cloud/AccessContextManager/metadata/V1/AccessPolicy.php',
    'GPBMetadata\\Google\\Identity\\Accesscontextmanager\\V1\\GcpUserAccessBinding' => $vendorDir . '/google/cloud/AccessContextManager/metadata/V1/GcpUserAccessBinding.php',
    'GPBMetadata\\Google\\Identity\\Accesscontextmanager\\V1\\ServicePerimeter' => $vendorDir . '/google/cloud/AccessContextManager/metadata/V1/ServicePerimeter.php',
    'GPBMetadata\\Google\\Logging\\Type\\HttpRequest' => $vendorDir . '/google/common-protos/metadata/Logging/Type/HttpRequest.php',
    'GPBMetadata\\Google\\Logging\\Type\\LogSeverity' => $vendorDir . '/google/common-protos/metadata/Logging/Type/LogSeverity.php',
    'GPBMetadata\\Google\\Logging\\V2\\LogEntry' => $vendorDir . '/google/cloud/Logging/metadata/V2/LogEntry.php',
    'GPBMetadata\\Google\\Logging\\V2\\Logging' => $vendorDir . '/google/cloud/Logging/metadata/V2/Logging.php',
    'GPBMetadata\\Google\\Logging\\V2\\LoggingConfig' => $vendorDir . '/google/cloud/Logging/metadata/V2/LoggingConfig.php',
    'GPBMetadata\\Google\\Logging\\V2\\LoggingMetrics' => $vendorDir . '/google/cloud/Logging/metadata/V2/LoggingMetrics.php',
    'GPBMetadata\\Google\\Longrunning\\Operations' => $vendorDir . '/google/cloud/LongRunning/metadata/Longrunning/Operations.php',
    'GPBMetadata\\Google\\Monitoring\\V3\\Alert' => $vendorDir . '/google/cloud/Monitoring/metadata/V3/Alert.php',
    'GPBMetadata\\Google\\Monitoring\\V3\\AlertService' => $vendorDir . '/google/cloud/Monitoring/metadata/V3/AlertService.php',
    'GPBMetadata\\Google\\Monitoring\\V3\\Common' => $vendorDir . '/google/cloud/Monitoring/metadata/V3/Common.php',
    'GPBMetadata\\Google\\Monitoring\\V3\\DroppedLabels' => $vendorDir . '/google/cloud/Monitoring/metadata/V3/DroppedLabels.php',
    'GPBMetadata\\Google\\Monitoring\\V3\\Group' => $vendorDir . '/google/cloud/Monitoring/metadata/V3/Group.php',
    'GPBMetadata\\Google\\Monitoring\\V3\\GroupService' => $vendorDir . '/google/cloud/Monitoring/metadata/V3/GroupService.php',
    'GPBMetadata\\Google\\Monitoring\\V3\\Metric' => $vendorDir . '/google/cloud/Monitoring/metadata/V3/Metric.php',
    'GPBMetadata\\Google\\Monitoring\\V3\\MetricService' => $vendorDir . '/google/cloud/Monitoring/metadata/V3/MetricService.php',
    'GPBMetadata\\Google\\Monitoring\\V3\\MutationRecord' => $vendorDir . '/google/cloud/Monitoring/metadata/V3/MutationRecord.php',
    'GPBMetadata\\Google\\Monitoring\\V3\\Notification' => $vendorDir . '/google/cloud/Monitoring/metadata/V3/Notification.php',
    'GPBMetadata\\Google\\Monitoring\\V3\\NotificationService' => $vendorDir . '/google/cloud/Monitoring/metadata/V3/NotificationService.php',
    'GPBMetadata\\Google\\Monitoring\\V3\\QueryService' => $vendorDir . '/google/cloud/Monitoring/metadata/V3/QueryService.php',
    'GPBMetadata\\Google\\Monitoring\\V3\\Service' => $vendorDir . '/google/cloud/Monitoring/metadata/V3/Service.php',
    'GPBMetadata\\Google\\Monitoring\\V3\\ServiceService' => $vendorDir . '/google/cloud/Monitoring/metadata/V3/ServiceService.php',
    'GPBMetadata\\Google\\Monitoring\\V3\\Snooze' => $vendorDir . '/google/cloud/Monitoring/metadata/V3/Snooze.php',
    'GPBMetadata\\Google\\Monitoring\\V3\\SnoozeService' => $vendorDir . '/google/cloud/Monitoring/metadata/V3/SnoozeService.php',
    'GPBMetadata\\Google\\Monitoring\\V3\\SpanContext' => $vendorDir . '/google/cloud/Monitoring/metadata/V3/SpanContext.php',
    'GPBMetadata\\Google\\Monitoring\\V3\\Uptime' => $vendorDir . '/google/cloud/Monitoring/metadata/V3/Uptime.php',
    'GPBMetadata\\Google\\Monitoring\\V3\\UptimeService' => $vendorDir . '/google/cloud/Monitoring/metadata/V3/UptimeService.php',
    'GPBMetadata\\Google\\Privacy\\Dlp\\V2\\Dlp' => $vendorDir . '/google/cloud/Dlp/metadata/V2/Dlp.php',
    'GPBMetadata\\Google\\Privacy\\Dlp\\V2\\Storage' => $vendorDir . '/google/cloud/Dlp/metadata/V2/Storage.php',
    'GPBMetadata\\Google\\Protobuf\\Any' => $vendorDir . '/google/protobuf/src/GPBMetadata/Google/Protobuf/Any.php',
    'GPBMetadata\\Google\\Protobuf\\Api' => $vendorDir . '/google/protobuf/src/GPBMetadata/Google/Protobuf/Api.php',
    'GPBMetadata\\Google\\Protobuf\\Duration' => $vendorDir . '/google/protobuf/src/GPBMetadata/Google/Protobuf/Duration.php',
    'GPBMetadata\\Google\\Protobuf\\FieldMask' => $vendorDir . '/google/protobuf/src/GPBMetadata/Google/Protobuf/FieldMask.php',
    'GPBMetadata\\Google\\Protobuf\\GPBEmpty' => $vendorDir . '/google/protobuf/src/GPBMetadata/Google/Protobuf/GPBEmpty.php',
    'GPBMetadata\\Google\\Protobuf\\Internal\\Descriptor' => $vendorDir . '/google/protobuf/src/GPBMetadata/Google/Protobuf/Internal/Descriptor.php',
    'GPBMetadata\\Google\\Protobuf\\SourceContext' => $vendorDir . '/google/protobuf/src/GPBMetadata/Google/Protobuf/SourceContext.php',
    'GPBMetadata\\Google\\Protobuf\\Struct' => $vendorDir . '/google/protobuf/src/GPBMetadata/Google/Protobuf/Struct.php',
    'GPBMetadata\\Google\\Protobuf\\Timestamp' => $vendorDir . '/google/protobuf/src/GPBMetadata/Google/Protobuf/Timestamp.php',
    'GPBMetadata\\Google\\Protobuf\\Type' => $vendorDir . '/google/protobuf/src/GPBMetadata/Google/Protobuf/Type.php',
    'GPBMetadata\\Google\\Protobuf\\Wrappers' => $vendorDir . '/google/protobuf/src/GPBMetadata/Google/Protobuf/Wrappers.php',
    'GPBMetadata\\Google\\Pubsub\\V1\\Pubsub' => $vendorDir . '/google/cloud/PubSub/metadata/V1/Pubsub.php',
    'GPBMetadata\\Google\\Pubsub\\V1\\Schema' => $vendorDir . '/google/cloud/PubSub/metadata/V1/Schema.php',
    'GPBMetadata\\Google\\Rpc\\Code' => $vendorDir . '/google/common-protos/metadata/Rpc/Code.php',
    'GPBMetadata\\Google\\Rpc\\Context\\AttributeContext' => $vendorDir . '/google/cloud/CommonProtos/metadata/Rpc/Context/AttributeContext.php',
    'GPBMetadata\\Google\\Rpc\\ErrorDetails' => $vendorDir . '/google/common-protos/metadata/Rpc/ErrorDetails.php',
    'GPBMetadata\\Google\\Rpc\\Status' => $vendorDir . '/google/common-protos/metadata/Rpc/Status.php',
    'GPBMetadata\\Google\\Spanner\\Admin\\Database\\V1\\Backup' => $vendorDir . '/google/cloud/Spanner/metadata/Admin/Database/V1/Backup.php',
    'GPBMetadata\\Google\\Spanner\\Admin\\Database\\V1\\Common' => $vendorDir . '/google/cloud/Spanner/metadata/Admin/Database/V1/Common.php',
    'GPBMetadata\\Google\\Spanner\\Admin\\Database\\V1\\SpannerDatabaseAdmin' => $vendorDir . '/google/cloud/Spanner/metadata/Admin/Database/V1/SpannerDatabaseAdmin.php',
    'GPBMetadata\\Google\\Spanner\\Admin\\Instance\\V1\\Common' => $vendorDir . '/google/cloud/Spanner/metadata/Admin/Instance/V1/Common.php',
    'GPBMetadata\\Google\\Spanner\\Admin\\Instance\\V1\\SpannerInstanceAdmin' => $vendorDir . '/google/cloud/Spanner/metadata/Admin/Instance/V1/SpannerInstanceAdmin.php',
    'GPBMetadata\\Google\\Spanner\\V1\\CommitResponse' => $vendorDir . '/google/cloud/Spanner/metadata/V1/CommitResponse.php',
    'GPBMetadata\\Google\\Spanner\\V1\\Keys' => $vendorDir . '/google/cloud/Spanner/metadata/V1/Keys.php',
    'GPBMetadata\\Google\\Spanner\\V1\\Mutation' => $vendorDir . '/google/cloud/Spanner/metadata/V1/Mutation.php',
    'GPBMetadata\\Google\\Spanner\\V1\\QueryPlan' => $vendorDir . '/google/cloud/Spanner/metadata/V1/QueryPlan.php',
    'GPBMetadata\\Google\\Spanner\\V1\\ResultSet' => $vendorDir . '/google/cloud/Spanner/metadata/V1/ResultSet.php',
    'GPBMetadata\\Google\\Spanner\\V1\\Spanner' => $vendorDir . '/google/cloud/Spanner/metadata/V1/Spanner.php',
    'GPBMetadata\\Google\\Spanner\\V1\\Transaction' => $vendorDir . '/google/cloud/Spanner/metadata/V1/Transaction.php',
    'GPBMetadata\\Google\\Spanner\\V1\\Type' => $vendorDir . '/google/cloud/Spanner/metadata/V1/Type.php',
    'GPBMetadata\\Google\\Storagetransfer\\V1\\Transfer' => $vendorDir . '/google/cloud/StorageTransfer/metadata/V1/Transfer.php',
    'GPBMetadata\\Google\\Storagetransfer\\V1\\TransferTypes' => $vendorDir . '/google/cloud/StorageTransfer/metadata/V1/TransferTypes.php',
    'GPBMetadata\\Google\\Type\\CalendarPeriod' => $vendorDir . '/google/common-protos/metadata/Type/CalendarPeriod.php',
    'GPBMetadata\\Google\\Type\\Color' => $vendorDir . '/google/common-protos/metadata/Type/Color.php',
    'GPBMetadata\\Google\\Type\\Date' => $vendorDir . '/google/common-protos/metadata/Type/Date.php',
    'GPBMetadata\\Google\\Type\\Datetime' => $vendorDir . '/google/common-protos/metadata/Type/Datetime.php',
    'GPBMetadata\\Google\\Type\\Dayofweek' => $vendorDir . '/google/common-protos/metadata/Type/Dayofweek.php',
    'GPBMetadata\\Google\\Type\\Decimal' => $vendorDir . '/google/common-protos/metadata/Type/Decimal.php',
    'GPBMetadata\\Google\\Type\\Expr' => $vendorDir . '/google/common-protos/metadata/Type/Expr.php',
    'GPBMetadata\\Google\\Type\\Fraction' => $vendorDir . '/google/common-protos/metadata/Type/Fraction.php',
    'GPBMetadata\\Google\\Type\\Interval' => $vendorDir . '/google/common-protos/metadata/Type/Interval.php',
    'GPBMetadata\\Google\\Type\\Latlng' => $vendorDir . '/google/common-protos/metadata/Type/Latlng.php',
    'GPBMetadata\\Google\\Type\\LocalizedText' => $vendorDir . '/google/common-protos/metadata/Type/LocalizedText.php',
    'GPBMetadata\\Google\\Type\\Money' => $vendorDir . '/google/common-protos/metadata/Type/Money.php',
    'GPBMetadata\\Google\\Type\\Month' => $vendorDir . '/google/common-protos/metadata/Type/Month.php',
    'GPBMetadata\\Google\\Type\\PhoneNumber' => $vendorDir . '/google/common-protos/metadata/Type/PhoneNumber.php',
    'GPBMetadata\\Google\\Type\\PostalAddress' => $vendorDir . '/google/common-protos/metadata/Type/PostalAddress.php',
    'GPBMetadata\\Google\\Type\\Quaternion' => $vendorDir . '/google/common-protos/metadata/Type/Quaternion.php',
    'GPBMetadata\\Google\\Type\\Timeofday' => $vendorDir . '/google/common-protos/metadata/Type/Timeofday.php',
    'GPBMetadata\\Grafeas\\V1\\Attestation' => $vendorDir . '/google/cloud/Grafeas/metadata/V1/Attestation.php',
    'GPBMetadata\\Grafeas\\V1\\Build' => $vendorDir . '/google/cloud/Grafeas/metadata/V1/Build.php',
    'GPBMetadata\\Grafeas\\V1\\Common' => $vendorDir . '/google/cloud/Grafeas/metadata/V1/Common.php',
    'GPBMetadata\\Grafeas\\V1\\Compliance' => $vendorDir . '/google/cloud/Grafeas/metadata/V1/Compliance.php',
    'GPBMetadata\\Grafeas\\V1\\Cvss' => $vendorDir . '/google/cloud/Grafeas/metadata/V1/Cvss.php',
    'GPBMetadata\\Grafeas\\V1\\Deployment' => $vendorDir . '/google/cloud/Grafeas/metadata/V1/Deployment.php',
    'GPBMetadata\\Grafeas\\V1\\Discovery' => $vendorDir . '/google/cloud/Grafeas/metadata/V1/Discovery.php',
    'GPBMetadata\\Grafeas\\V1\\DsseAttestation' => $vendorDir . '/google/cloud/Grafeas/metadata/V1/DsseAttestation.php',
    'GPBMetadata\\Grafeas\\V1\\Grafeas' => $vendorDir . '/google/cloud/Grafeas/metadata/V1/Grafeas.php',
    'GPBMetadata\\Grafeas\\V1\\Image' => $vendorDir . '/google/cloud/Grafeas/metadata/V1/Image.php',
    'GPBMetadata\\Grafeas\\V1\\IntotoProvenance' => $vendorDir . '/google/cloud/Grafeas/metadata/V1/IntotoProvenance.php',
    'GPBMetadata\\Grafeas\\V1\\IntotoStatement' => $vendorDir . '/google/cloud/Grafeas/metadata/V1/IntotoStatement.php',
    'GPBMetadata\\Grafeas\\V1\\Package' => $vendorDir . '/google/cloud/Grafeas/metadata/V1/Package.php',
    'GPBMetadata\\Grafeas\\V1\\Provenance' => $vendorDir . '/google/cloud/Grafeas/metadata/V1/Provenance.php',
    'GPBMetadata\\Grafeas\\V1\\Severity' => $vendorDir . '/google/cloud/Grafeas/metadata/V1/Severity.php',
    'GPBMetadata\\Grafeas\\V1\\SlsaProvenance' => $vendorDir . '/google/cloud/Grafeas/metadata/V1/SlsaProvenance.php',
    'GPBMetadata\\Grafeas\\V1\\SlsaProvenanceZeroTwo' => $vendorDir . '/google/cloud/Grafeas/metadata/V1/SlsaProvenanceZeroTwo.php',
    'GPBMetadata\\Grafeas\\V1\\Upgrade' => $vendorDir . '/google/cloud/Grafeas/metadata/V1/Upgrade.php',
    'GPBMetadata\\Grafeas\\V1\\Vulnerability' => $vendorDir . '/google/cloud/Grafeas/metadata/V1/Vulnerability.php',
    'GPBMetadata\\GrpcGcp' => $vendorDir . '/google/grpc-gcp/src/generated/GPBMetadata/GrpcGcp.php',
    'Google\\Analytics\\Admin\\V1alpha\\AccessBetweenFilter' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AccessBetweenFilter.php',
    'Google\\Analytics\\Admin\\V1alpha\\AccessBinding' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AccessBinding.php',
    'Google\\Analytics\\Admin\\V1alpha\\AccessDateRange' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AccessDateRange.php',
    'Google\\Analytics\\Admin\\V1alpha\\AccessDimension' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AccessDimension.php',
    'Google\\Analytics\\Admin\\V1alpha\\AccessDimensionHeader' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AccessDimensionHeader.php',
    'Google\\Analytics\\Admin\\V1alpha\\AccessDimensionValue' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AccessDimensionValue.php',
    'Google\\Analytics\\Admin\\V1alpha\\AccessFilter' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AccessFilter.php',
    'Google\\Analytics\\Admin\\V1alpha\\AccessFilterExpression' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AccessFilterExpression.php',
    'Google\\Analytics\\Admin\\V1alpha\\AccessFilterExpressionList' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AccessFilterExpressionList.php',
    'Google\\Analytics\\Admin\\V1alpha\\AccessInListFilter' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AccessInListFilter.php',
    'Google\\Analytics\\Admin\\V1alpha\\AccessMetric' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AccessMetric.php',
    'Google\\Analytics\\Admin\\V1alpha\\AccessMetricHeader' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AccessMetricHeader.php',
    'Google\\Analytics\\Admin\\V1alpha\\AccessMetricValue' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AccessMetricValue.php',
    'Google\\Analytics\\Admin\\V1alpha\\AccessNumericFilter' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AccessNumericFilter.php',
    'Google\\Analytics\\Admin\\V1alpha\\AccessNumericFilter\\Operation' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AccessNumericFilter/Operation.php',
    'Google\\Analytics\\Admin\\V1alpha\\AccessNumericFilter_Operation' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AccessNumericFilter_Operation.php',
    'Google\\Analytics\\Admin\\V1alpha\\AccessOrderBy' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AccessOrderBy.php',
    'Google\\Analytics\\Admin\\V1alpha\\AccessOrderBy\\DimensionOrderBy' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AccessOrderBy/DimensionOrderBy.php',
    'Google\\Analytics\\Admin\\V1alpha\\AccessOrderBy\\DimensionOrderBy\\OrderType' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AccessOrderBy/DimensionOrderBy/OrderType.php',
    'Google\\Analytics\\Admin\\V1alpha\\AccessOrderBy\\MetricOrderBy' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AccessOrderBy/MetricOrderBy.php',
    'Google\\Analytics\\Admin\\V1alpha\\AccessOrderBy_DimensionOrderBy' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AccessOrderBy_DimensionOrderBy.php',
    'Google\\Analytics\\Admin\\V1alpha\\AccessOrderBy_DimensionOrderBy_OrderType' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AccessOrderBy_DimensionOrderBy_OrderType.php',
    'Google\\Analytics\\Admin\\V1alpha\\AccessOrderBy_MetricOrderBy' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AccessOrderBy_MetricOrderBy.php',
    'Google\\Analytics\\Admin\\V1alpha\\AccessQuota' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AccessQuota.php',
    'Google\\Analytics\\Admin\\V1alpha\\AccessQuotaStatus' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AccessQuotaStatus.php',
    'Google\\Analytics\\Admin\\V1alpha\\AccessRow' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AccessRow.php',
    'Google\\Analytics\\Admin\\V1alpha\\AccessStringFilter' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AccessStringFilter.php',
    'Google\\Analytics\\Admin\\V1alpha\\AccessStringFilter\\MatchType' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AccessStringFilter/MatchType.php',
    'Google\\Analytics\\Admin\\V1alpha\\AccessStringFilter_MatchType' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AccessStringFilter_MatchType.php',
    'Google\\Analytics\\Admin\\V1alpha\\Account' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/Account.php',
    'Google\\Analytics\\Admin\\V1alpha\\AccountSummary' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AccountSummary.php',
    'Google\\Analytics\\Admin\\V1alpha\\AcknowledgeUserDataCollectionRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AcknowledgeUserDataCollectionRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\AcknowledgeUserDataCollectionResponse' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AcknowledgeUserDataCollectionResponse.php',
    'Google\\Analytics\\Admin\\V1alpha\\ActionType' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ActionType.php',
    'Google\\Analytics\\Admin\\V1alpha\\ActorType' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ActorType.php',
    'Google\\Analytics\\Admin\\V1alpha\\AnalyticsAdminServiceClient' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AnalyticsAdminServiceClient.php',
    'Google\\Analytics\\Admin\\V1alpha\\AnalyticsAdminServiceGrpcClient' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AnalyticsAdminServiceGrpcClient.php',
    'Google\\Analytics\\Admin\\V1alpha\\AndroidAppDataStream' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AndroidAppDataStream.php',
    'Google\\Analytics\\Admin\\V1alpha\\ApproveDisplayVideo360AdvertiserLinkProposalRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ApproveDisplayVideo360AdvertiserLinkProposalRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\ApproveDisplayVideo360AdvertiserLinkProposalResponse' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ApproveDisplayVideo360AdvertiserLinkProposalResponse.php',
    'Google\\Analytics\\Admin\\V1alpha\\ArchiveAudienceRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ArchiveAudienceRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\ArchiveCustomDimensionRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ArchiveCustomDimensionRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\ArchiveCustomMetricRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ArchiveCustomMetricRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\AttributionSettings' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AttributionSettings.php',
    'Google\\Analytics\\Admin\\V1alpha\\AttributionSettings\\AcquisitionConversionEventLookbackWindow' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AttributionSettings/AcquisitionConversionEventLookbackWindow.php',
    'Google\\Analytics\\Admin\\V1alpha\\AttributionSettings\\OtherConversionEventLookbackWindow' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AttributionSettings/OtherConversionEventLookbackWindow.php',
    'Google\\Analytics\\Admin\\V1alpha\\AttributionSettings\\ReportingAttributionModel' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AttributionSettings/ReportingAttributionModel.php',
    'Google\\Analytics\\Admin\\V1alpha\\AttributionSettings_AcquisitionConversionEventLookbackWindow' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AttributionSettings_AcquisitionConversionEventLookbackWindow.php',
    'Google\\Analytics\\Admin\\V1alpha\\AttributionSettings_OtherConversionEventLookbackWindow' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AttributionSettings_OtherConversionEventLookbackWindow.php',
    'Google\\Analytics\\Admin\\V1alpha\\AttributionSettings_ReportingAttributionModel' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AttributionSettings_ReportingAttributionModel.php',
    'Google\\Analytics\\Admin\\V1alpha\\Audience' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/Audience.php',
    'Google\\Analytics\\Admin\\V1alpha\\AudienceDimensionOrMetricFilter' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AudienceDimensionOrMetricFilter.php',
    'Google\\Analytics\\Admin\\V1alpha\\AudienceDimensionOrMetricFilter\\BetweenFilter' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AudienceDimensionOrMetricFilter/BetweenFilter.php',
    'Google\\Analytics\\Admin\\V1alpha\\AudienceDimensionOrMetricFilter\\InListFilter' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AudienceDimensionOrMetricFilter/InListFilter.php',
    'Google\\Analytics\\Admin\\V1alpha\\AudienceDimensionOrMetricFilter\\NumericFilter' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AudienceDimensionOrMetricFilter/NumericFilter.php',
    'Google\\Analytics\\Admin\\V1alpha\\AudienceDimensionOrMetricFilter\\NumericFilter\\Operation' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AudienceDimensionOrMetricFilter/NumericFilter/Operation.php',
    'Google\\Analytics\\Admin\\V1alpha\\AudienceDimensionOrMetricFilter\\NumericValue' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AudienceDimensionOrMetricFilter/NumericValue.php',
    'Google\\Analytics\\Admin\\V1alpha\\AudienceDimensionOrMetricFilter\\StringFilter' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AudienceDimensionOrMetricFilter/StringFilter.php',
    'Google\\Analytics\\Admin\\V1alpha\\AudienceDimensionOrMetricFilter\\StringFilter\\MatchType' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AudienceDimensionOrMetricFilter/StringFilter/MatchType.php',
    'Google\\Analytics\\Admin\\V1alpha\\AudienceDimensionOrMetricFilter_BetweenFilter' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AudienceDimensionOrMetricFilter_BetweenFilter.php',
    'Google\\Analytics\\Admin\\V1alpha\\AudienceDimensionOrMetricFilter_InListFilter' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AudienceDimensionOrMetricFilter_InListFilter.php',
    'Google\\Analytics\\Admin\\V1alpha\\AudienceDimensionOrMetricFilter_NumericFilter' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AudienceDimensionOrMetricFilter_NumericFilter.php',
    'Google\\Analytics\\Admin\\V1alpha\\AudienceDimensionOrMetricFilter_NumericFilter_Operation' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AudienceDimensionOrMetricFilter_NumericFilter_Operation.php',
    'Google\\Analytics\\Admin\\V1alpha\\AudienceDimensionOrMetricFilter_NumericValue' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AudienceDimensionOrMetricFilter_NumericValue.php',
    'Google\\Analytics\\Admin\\V1alpha\\AudienceDimensionOrMetricFilter_StringFilter' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AudienceDimensionOrMetricFilter_StringFilter.php',
    'Google\\Analytics\\Admin\\V1alpha\\AudienceDimensionOrMetricFilter_StringFilter_MatchType' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AudienceDimensionOrMetricFilter_StringFilter_MatchType.php',
    'Google\\Analytics\\Admin\\V1alpha\\AudienceEventFilter' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AudienceEventFilter.php',
    'Google\\Analytics\\Admin\\V1alpha\\AudienceEventTrigger' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AudienceEventTrigger.php',
    'Google\\Analytics\\Admin\\V1alpha\\AudienceEventTrigger\\LogCondition' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AudienceEventTrigger/LogCondition.php',
    'Google\\Analytics\\Admin\\V1alpha\\AudienceEventTrigger_LogCondition' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AudienceEventTrigger_LogCondition.php',
    'Google\\Analytics\\Admin\\V1alpha\\AudienceFilterClause' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AudienceFilterClause.php',
    'Google\\Analytics\\Admin\\V1alpha\\AudienceFilterClause\\AudienceClauseType' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AudienceFilterClause/AudienceClauseType.php',
    'Google\\Analytics\\Admin\\V1alpha\\AudienceFilterClause_AudienceClauseType' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AudienceFilterClause_AudienceClauseType.php',
    'Google\\Analytics\\Admin\\V1alpha\\AudienceFilterExpression' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AudienceFilterExpression.php',
    'Google\\Analytics\\Admin\\V1alpha\\AudienceFilterExpressionList' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AudienceFilterExpressionList.php',
    'Google\\Analytics\\Admin\\V1alpha\\AudienceFilterScope' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AudienceFilterScope.php',
    'Google\\Analytics\\Admin\\V1alpha\\AudienceSequenceFilter' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AudienceSequenceFilter.php',
    'Google\\Analytics\\Admin\\V1alpha\\AudienceSequenceFilter\\AudienceSequenceStep' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AudienceSequenceFilter/AudienceSequenceStep.php',
    'Google\\Analytics\\Admin\\V1alpha\\AudienceSequenceFilter_AudienceSequenceStep' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AudienceSequenceFilter_AudienceSequenceStep.php',
    'Google\\Analytics\\Admin\\V1alpha\\AudienceSimpleFilter' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AudienceSimpleFilter.php',
    'Google\\Analytics\\Admin\\V1alpha\\Audience\\AudienceExclusionDurationMode' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/Audience/AudienceExclusionDurationMode.php',
    'Google\\Analytics\\Admin\\V1alpha\\Audience_AudienceExclusionDurationMode' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/Audience_AudienceExclusionDurationMode.php',
    'Google\\Analytics\\Admin\\V1alpha\\AuditUserLink' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AuditUserLink.php',
    'Google\\Analytics\\Admin\\V1alpha\\AuditUserLinksRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AuditUserLinksRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\AuditUserLinksResponse' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/AuditUserLinksResponse.php',
    'Google\\Analytics\\Admin\\V1alpha\\BatchCreateAccessBindingsRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/BatchCreateAccessBindingsRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\BatchCreateAccessBindingsResponse' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/BatchCreateAccessBindingsResponse.php',
    'Google\\Analytics\\Admin\\V1alpha\\BatchCreateUserLinksRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/BatchCreateUserLinksRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\BatchCreateUserLinksResponse' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/BatchCreateUserLinksResponse.php',
    'Google\\Analytics\\Admin\\V1alpha\\BatchDeleteAccessBindingsRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/BatchDeleteAccessBindingsRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\BatchDeleteUserLinksRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/BatchDeleteUserLinksRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\BatchGetAccessBindingsRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/BatchGetAccessBindingsRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\BatchGetAccessBindingsResponse' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/BatchGetAccessBindingsResponse.php',
    'Google\\Analytics\\Admin\\V1alpha\\BatchGetUserLinksRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/BatchGetUserLinksRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\BatchGetUserLinksResponse' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/BatchGetUserLinksResponse.php',
    'Google\\Analytics\\Admin\\V1alpha\\BatchUpdateAccessBindingsRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/BatchUpdateAccessBindingsRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\BatchUpdateAccessBindingsResponse' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/BatchUpdateAccessBindingsResponse.php',
    'Google\\Analytics\\Admin\\V1alpha\\BatchUpdateUserLinksRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/BatchUpdateUserLinksRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\BatchUpdateUserLinksResponse' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/BatchUpdateUserLinksResponse.php',
    'Google\\Analytics\\Admin\\V1alpha\\BigQueryLink' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/BigQueryLink.php',
    'Google\\Analytics\\Admin\\V1alpha\\CancelDisplayVideo360AdvertiserLinkProposalRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/CancelDisplayVideo360AdvertiserLinkProposalRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\ChangeHistoryChange' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ChangeHistoryChange.php',
    'Google\\Analytics\\Admin\\V1alpha\\ChangeHistoryChange\\ChangeHistoryResource' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ChangeHistoryChange/ChangeHistoryResource.php',
    'Google\\Analytics\\Admin\\V1alpha\\ChangeHistoryChange_ChangeHistoryResource' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ChangeHistoryChange_ChangeHistoryResource.php',
    'Google\\Analytics\\Admin\\V1alpha\\ChangeHistoryEvent' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ChangeHistoryEvent.php',
    'Google\\Analytics\\Admin\\V1alpha\\ChangeHistoryResourceType' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ChangeHistoryResourceType.php',
    'Google\\Analytics\\Admin\\V1alpha\\ConversionEvent' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ConversionEvent.php',
    'Google\\Analytics\\Admin\\V1alpha\\CreateAccessBindingRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/CreateAccessBindingRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\CreateAndroidAppDataStreamRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/CreateAndroidAppDataStreamRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\CreateAudienceRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/CreateAudienceRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\CreateConversionEventRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/CreateConversionEventRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\CreateCustomDimensionRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/CreateCustomDimensionRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\CreateCustomMetricRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/CreateCustomMetricRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\CreateDataStreamRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/CreateDataStreamRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\CreateDisplayVideo360AdvertiserLinkProposalRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/CreateDisplayVideo360AdvertiserLinkProposalRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\CreateDisplayVideo360AdvertiserLinkRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/CreateDisplayVideo360AdvertiserLinkRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\CreateExpandedDataSetRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/CreateExpandedDataSetRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\CreateFirebaseLinkRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/CreateFirebaseLinkRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\CreateGoogleAdsLinkRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/CreateGoogleAdsLinkRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\CreateIosAppDataStreamRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/CreateIosAppDataStreamRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\CreateMeasurementProtocolSecretRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/CreateMeasurementProtocolSecretRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\CreatePropertyRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/CreatePropertyRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\CreateSearchAds360LinkRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/CreateSearchAds360LinkRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\CreateUserLinkRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/CreateUserLinkRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\CreateWebDataStreamRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/CreateWebDataStreamRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\CustomDimension' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/CustomDimension.php',
    'Google\\Analytics\\Admin\\V1alpha\\CustomDimension\\DimensionScope' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/CustomDimension/DimensionScope.php',
    'Google\\Analytics\\Admin\\V1alpha\\CustomDimension_DimensionScope' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/CustomDimension_DimensionScope.php',
    'Google\\Analytics\\Admin\\V1alpha\\CustomMetric' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/CustomMetric.php',
    'Google\\Analytics\\Admin\\V1alpha\\CustomMetric\\MeasurementUnit' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/CustomMetric/MeasurementUnit.php',
    'Google\\Analytics\\Admin\\V1alpha\\CustomMetric\\MetricScope' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/CustomMetric/MetricScope.php',
    'Google\\Analytics\\Admin\\V1alpha\\CustomMetric\\RestrictedMetricType' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/CustomMetric/RestrictedMetricType.php',
    'Google\\Analytics\\Admin\\V1alpha\\CustomMetric_MeasurementUnit' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/CustomMetric_MeasurementUnit.php',
    'Google\\Analytics\\Admin\\V1alpha\\CustomMetric_MetricScope' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/CustomMetric_MetricScope.php',
    'Google\\Analytics\\Admin\\V1alpha\\CustomMetric_RestrictedMetricType' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/CustomMetric_RestrictedMetricType.php',
    'Google\\Analytics\\Admin\\V1alpha\\DataRetentionSettings' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/DataRetentionSettings.php',
    'Google\\Analytics\\Admin\\V1alpha\\DataRetentionSettings\\RetentionDuration' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/DataRetentionSettings/RetentionDuration.php',
    'Google\\Analytics\\Admin\\V1alpha\\DataRetentionSettings_RetentionDuration' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/DataRetentionSettings_RetentionDuration.php',
    'Google\\Analytics\\Admin\\V1alpha\\DataSharingSettings' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/DataSharingSettings.php',
    'Google\\Analytics\\Admin\\V1alpha\\DataStream' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/DataStream.php',
    'Google\\Analytics\\Admin\\V1alpha\\DataStream\\AndroidAppStreamData' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/DataStream/AndroidAppStreamData.php',
    'Google\\Analytics\\Admin\\V1alpha\\DataStream\\DataStreamType' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/DataStream/DataStreamType.php',
    'Google\\Analytics\\Admin\\V1alpha\\DataStream\\IosAppStreamData' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/DataStream/IosAppStreamData.php',
    'Google\\Analytics\\Admin\\V1alpha\\DataStream\\WebStreamData' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/DataStream/WebStreamData.php',
    'Google\\Analytics\\Admin\\V1alpha\\DataStream_AndroidAppStreamData' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/DataStream_AndroidAppStreamData.php',
    'Google\\Analytics\\Admin\\V1alpha\\DataStream_DataStreamType' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/DataStream_DataStreamType.php',
    'Google\\Analytics\\Admin\\V1alpha\\DataStream_IosAppStreamData' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/DataStream_IosAppStreamData.php',
    'Google\\Analytics\\Admin\\V1alpha\\DataStream_WebStreamData' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/DataStream_WebStreamData.php',
    'Google\\Analytics\\Admin\\V1alpha\\DeleteAccessBindingRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/DeleteAccessBindingRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\DeleteAccountRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/DeleteAccountRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\DeleteAndroidAppDataStreamRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/DeleteAndroidAppDataStreamRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\DeleteConversionEventRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/DeleteConversionEventRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\DeleteDataStreamRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/DeleteDataStreamRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\DeleteDisplayVideo360AdvertiserLinkProposalRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/DeleteDisplayVideo360AdvertiserLinkProposalRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\DeleteDisplayVideo360AdvertiserLinkRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/DeleteDisplayVideo360AdvertiserLinkRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\DeleteExpandedDataSetRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/DeleteExpandedDataSetRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\DeleteFirebaseLinkRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/DeleteFirebaseLinkRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\DeleteGoogleAdsLinkRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/DeleteGoogleAdsLinkRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\DeleteIosAppDataStreamRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/DeleteIosAppDataStreamRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\DeleteMeasurementProtocolSecretRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/DeleteMeasurementProtocolSecretRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\DeletePropertyRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/DeletePropertyRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\DeleteSearchAds360LinkRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/DeleteSearchAds360LinkRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\DeleteUserLinkRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/DeleteUserLinkRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\DeleteWebDataStreamRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/DeleteWebDataStreamRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\DisplayVideo360AdvertiserLink' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/DisplayVideo360AdvertiserLink.php',
    'Google\\Analytics\\Admin\\V1alpha\\DisplayVideo360AdvertiserLinkProposal' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/DisplayVideo360AdvertiserLinkProposal.php',
    'Google\\Analytics\\Admin\\V1alpha\\EnhancedMeasurementSettings' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/EnhancedMeasurementSettings.php',
    'Google\\Analytics\\Admin\\V1alpha\\ExpandedDataSet' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ExpandedDataSet.php',
    'Google\\Analytics\\Admin\\V1alpha\\ExpandedDataSetFilter' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ExpandedDataSetFilter.php',
    'Google\\Analytics\\Admin\\V1alpha\\ExpandedDataSetFilterExpression' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ExpandedDataSetFilterExpression.php',
    'Google\\Analytics\\Admin\\V1alpha\\ExpandedDataSetFilterExpressionList' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ExpandedDataSetFilterExpressionList.php',
    'Google\\Analytics\\Admin\\V1alpha\\ExpandedDataSetFilter\\InListFilter' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ExpandedDataSetFilter/InListFilter.php',
    'Google\\Analytics\\Admin\\V1alpha\\ExpandedDataSetFilter\\StringFilter' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ExpandedDataSetFilter/StringFilter.php',
    'Google\\Analytics\\Admin\\V1alpha\\ExpandedDataSetFilter\\StringFilter\\MatchType' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ExpandedDataSetFilter/StringFilter/MatchType.php',
    'Google\\Analytics\\Admin\\V1alpha\\ExpandedDataSetFilter_InListFilter' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ExpandedDataSetFilter_InListFilter.php',
    'Google\\Analytics\\Admin\\V1alpha\\ExpandedDataSetFilter_StringFilter' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ExpandedDataSetFilter_StringFilter.php',
    'Google\\Analytics\\Admin\\V1alpha\\ExpandedDataSetFilter_StringFilter_MatchType' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ExpandedDataSetFilter_StringFilter_MatchType.php',
    'Google\\Analytics\\Admin\\V1alpha\\FetchAutomatedGa4ConfigurationOptOutRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/FetchAutomatedGa4ConfigurationOptOutRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\FetchAutomatedGa4ConfigurationOptOutResponse' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/FetchAutomatedGa4ConfigurationOptOutResponse.php',
    'Google\\Analytics\\Admin\\V1alpha\\FirebaseLink' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/FirebaseLink.php',
    'Google\\Analytics\\Admin\\V1alpha\\Gapic\\AnalyticsAdminServiceGapicClient' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/Gapic/AnalyticsAdminServiceGapicClient.php',
    'Google\\Analytics\\Admin\\V1alpha\\GetAccessBindingRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/GetAccessBindingRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\GetAccountRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/GetAccountRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\GetAndroidAppDataStreamRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/GetAndroidAppDataStreamRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\GetAttributionSettingsRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/GetAttributionSettingsRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\GetAudienceRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/GetAudienceRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\GetBigQueryLinkRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/GetBigQueryLinkRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\GetConversionEventRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/GetConversionEventRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\GetCustomDimensionRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/GetCustomDimensionRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\GetCustomMetricRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/GetCustomMetricRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\GetDataRetentionSettingsRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/GetDataRetentionSettingsRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\GetDataSharingSettingsRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/GetDataSharingSettingsRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\GetDataStreamRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/GetDataStreamRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\GetDisplayVideo360AdvertiserLinkProposalRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/GetDisplayVideo360AdvertiserLinkProposalRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\GetDisplayVideo360AdvertiserLinkRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/GetDisplayVideo360AdvertiserLinkRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\GetEnhancedMeasurementSettingsRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/GetEnhancedMeasurementSettingsRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\GetExpandedDataSetRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/GetExpandedDataSetRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\GetGlobalSiteTagRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/GetGlobalSiteTagRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\GetGoogleSignalsSettingsRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/GetGoogleSignalsSettingsRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\GetIosAppDataStreamRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/GetIosAppDataStreamRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\GetMeasurementProtocolSecretRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/GetMeasurementProtocolSecretRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\GetPropertyRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/GetPropertyRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\GetSearchAds360LinkRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/GetSearchAds360LinkRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\GetUserLinkRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/GetUserLinkRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\GetWebDataStreamRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/GetWebDataStreamRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\GlobalSiteTag' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/GlobalSiteTag.php',
    'Google\\Analytics\\Admin\\V1alpha\\GoogleAdsLink' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/GoogleAdsLink.php',
    'Google\\Analytics\\Admin\\V1alpha\\GoogleSignalsConsent' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/GoogleSignalsConsent.php',
    'Google\\Analytics\\Admin\\V1alpha\\GoogleSignalsSettings' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/GoogleSignalsSettings.php',
    'Google\\Analytics\\Admin\\V1alpha\\GoogleSignalsState' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/GoogleSignalsState.php',
    'Google\\Analytics\\Admin\\V1alpha\\IndustryCategory' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/IndustryCategory.php',
    'Google\\Analytics\\Admin\\V1alpha\\IosAppDataStream' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/IosAppDataStream.php',
    'Google\\Analytics\\Admin\\V1alpha\\LinkProposalInitiatingProduct' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/LinkProposalInitiatingProduct.php',
    'Google\\Analytics\\Admin\\V1alpha\\LinkProposalState' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/LinkProposalState.php',
    'Google\\Analytics\\Admin\\V1alpha\\LinkProposalStatusDetails' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/LinkProposalStatusDetails.php',
    'Google\\Analytics\\Admin\\V1alpha\\ListAccessBindingsRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ListAccessBindingsRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\ListAccessBindingsResponse' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ListAccessBindingsResponse.php',
    'Google\\Analytics\\Admin\\V1alpha\\ListAccountSummariesRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ListAccountSummariesRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\ListAccountSummariesResponse' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ListAccountSummariesResponse.php',
    'Google\\Analytics\\Admin\\V1alpha\\ListAccountsRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ListAccountsRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\ListAccountsResponse' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ListAccountsResponse.php',
    'Google\\Analytics\\Admin\\V1alpha\\ListAndroidAppDataStreamsRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ListAndroidAppDataStreamsRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\ListAndroidAppDataStreamsResponse' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ListAndroidAppDataStreamsResponse.php',
    'Google\\Analytics\\Admin\\V1alpha\\ListAudiencesRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ListAudiencesRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\ListAudiencesResponse' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ListAudiencesResponse.php',
    'Google\\Analytics\\Admin\\V1alpha\\ListBigQueryLinksRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ListBigQueryLinksRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\ListBigQueryLinksResponse' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ListBigQueryLinksResponse.php',
    'Google\\Analytics\\Admin\\V1alpha\\ListConversionEventsRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ListConversionEventsRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\ListConversionEventsResponse' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ListConversionEventsResponse.php',
    'Google\\Analytics\\Admin\\V1alpha\\ListCustomDimensionsRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ListCustomDimensionsRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\ListCustomDimensionsResponse' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ListCustomDimensionsResponse.php',
    'Google\\Analytics\\Admin\\V1alpha\\ListCustomMetricsRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ListCustomMetricsRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\ListCustomMetricsResponse' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ListCustomMetricsResponse.php',
    'Google\\Analytics\\Admin\\V1alpha\\ListDataStreamsRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ListDataStreamsRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\ListDataStreamsResponse' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ListDataStreamsResponse.php',
    'Google\\Analytics\\Admin\\V1alpha\\ListDisplayVideo360AdvertiserLinkProposalsRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ListDisplayVideo360AdvertiserLinkProposalsRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\ListDisplayVideo360AdvertiserLinkProposalsResponse' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ListDisplayVideo360AdvertiserLinkProposalsResponse.php',
    'Google\\Analytics\\Admin\\V1alpha\\ListDisplayVideo360AdvertiserLinksRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ListDisplayVideo360AdvertiserLinksRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\ListDisplayVideo360AdvertiserLinksResponse' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ListDisplayVideo360AdvertiserLinksResponse.php',
    'Google\\Analytics\\Admin\\V1alpha\\ListExpandedDataSetsRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ListExpandedDataSetsRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\ListExpandedDataSetsResponse' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ListExpandedDataSetsResponse.php',
    'Google\\Analytics\\Admin\\V1alpha\\ListFirebaseLinksRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ListFirebaseLinksRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\ListFirebaseLinksResponse' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ListFirebaseLinksResponse.php',
    'Google\\Analytics\\Admin\\V1alpha\\ListGoogleAdsLinksRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ListGoogleAdsLinksRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\ListGoogleAdsLinksResponse' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ListGoogleAdsLinksResponse.php',
    'Google\\Analytics\\Admin\\V1alpha\\ListIosAppDataStreamsRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ListIosAppDataStreamsRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\ListIosAppDataStreamsResponse' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ListIosAppDataStreamsResponse.php',
    'Google\\Analytics\\Admin\\V1alpha\\ListMeasurementProtocolSecretsRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ListMeasurementProtocolSecretsRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\ListMeasurementProtocolSecretsResponse' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ListMeasurementProtocolSecretsResponse.php',
    'Google\\Analytics\\Admin\\V1alpha\\ListPropertiesRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ListPropertiesRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\ListPropertiesResponse' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ListPropertiesResponse.php',
    'Google\\Analytics\\Admin\\V1alpha\\ListSearchAds360LinksRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ListSearchAds360LinksRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\ListSearchAds360LinksResponse' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ListSearchAds360LinksResponse.php',
    'Google\\Analytics\\Admin\\V1alpha\\ListUserLinksRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ListUserLinksRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\ListUserLinksResponse' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ListUserLinksResponse.php',
    'Google\\Analytics\\Admin\\V1alpha\\ListWebDataStreamsRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ListWebDataStreamsRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\ListWebDataStreamsResponse' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ListWebDataStreamsResponse.php',
    'Google\\Analytics\\Admin\\V1alpha\\MaximumUserAccess' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/MaximumUserAccess.php',
    'Google\\Analytics\\Admin\\V1alpha\\MeasurementProtocolSecret' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/MeasurementProtocolSecret.php',
    'Google\\Analytics\\Admin\\V1alpha\\NumericValue' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/NumericValue.php',
    'Google\\Analytics\\Admin\\V1alpha\\Property' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/Property.php',
    'Google\\Analytics\\Admin\\V1alpha\\PropertySummary' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/PropertySummary.php',
    'Google\\Analytics\\Admin\\V1alpha\\PropertyType' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/PropertyType.php',
    'Google\\Analytics\\Admin\\V1alpha\\ProvisionAccountTicketRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ProvisionAccountTicketRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\ProvisionAccountTicketResponse' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ProvisionAccountTicketResponse.php',
    'Google\\Analytics\\Admin\\V1alpha\\RunAccessReportRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/RunAccessReportRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\RunAccessReportResponse' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/RunAccessReportResponse.php',
    'Google\\Analytics\\Admin\\V1alpha\\SearchAds360Link' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/SearchAds360Link.php',
    'Google\\Analytics\\Admin\\V1alpha\\SearchChangeHistoryEventsRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/SearchChangeHistoryEventsRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\SearchChangeHistoryEventsResponse' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/SearchChangeHistoryEventsResponse.php',
    'Google\\Analytics\\Admin\\V1alpha\\ServiceLevel' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/ServiceLevel.php',
    'Google\\Analytics\\Admin\\V1alpha\\SetAutomatedGa4ConfigurationOptOutRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/SetAutomatedGa4ConfigurationOptOutRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\SetAutomatedGa4ConfigurationOptOutResponse' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/SetAutomatedGa4ConfigurationOptOutResponse.php',
    'Google\\Analytics\\Admin\\V1alpha\\UpdateAccessBindingRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/UpdateAccessBindingRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\UpdateAccountRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/UpdateAccountRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\UpdateAndroidAppDataStreamRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/UpdateAndroidAppDataStreamRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\UpdateAttributionSettingsRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/UpdateAttributionSettingsRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\UpdateAudienceRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/UpdateAudienceRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\UpdateCustomDimensionRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/UpdateCustomDimensionRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\UpdateCustomMetricRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/UpdateCustomMetricRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\UpdateDataRetentionSettingsRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/UpdateDataRetentionSettingsRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\UpdateDataStreamRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/UpdateDataStreamRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\UpdateDisplayVideo360AdvertiserLinkRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/UpdateDisplayVideo360AdvertiserLinkRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\UpdateEnhancedMeasurementSettingsRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/UpdateEnhancedMeasurementSettingsRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\UpdateExpandedDataSetRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/UpdateExpandedDataSetRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\UpdateFirebaseLinkRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/UpdateFirebaseLinkRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\UpdateGoogleAdsLinkRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/UpdateGoogleAdsLinkRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\UpdateGoogleSignalsSettingsRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/UpdateGoogleSignalsSettingsRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\UpdateIosAppDataStreamRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/UpdateIosAppDataStreamRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\UpdateMeasurementProtocolSecretRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/UpdateMeasurementProtocolSecretRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\UpdatePropertyRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/UpdatePropertyRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\UpdateSearchAds360LinkRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/UpdateSearchAds360LinkRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\UpdateUserLinkRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/UpdateUserLinkRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\UpdateWebDataStreamRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/UpdateWebDataStreamRequest.php',
    'Google\\Analytics\\Admin\\V1alpha\\UserLink' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/UserLink.php',
    'Google\\Analytics\\Admin\\V1alpha\\WebDataStream' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1alpha/WebDataStream.php',
    'Google\\Analytics\\Admin\\V1beta\\Account' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/Account.php',
    'Google\\Analytics\\Admin\\V1beta\\AccountSummary' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/AccountSummary.php',
    'Google\\Analytics\\Admin\\V1beta\\AcknowledgeUserDataCollectionRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/AcknowledgeUserDataCollectionRequest.php',
    'Google\\Analytics\\Admin\\V1beta\\AcknowledgeUserDataCollectionResponse' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/AcknowledgeUserDataCollectionResponse.php',
    'Google\\Analytics\\Admin\\V1beta\\ActionType' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/ActionType.php',
    'Google\\Analytics\\Admin\\V1beta\\ActorType' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/ActorType.php',
    'Google\\Analytics\\Admin\\V1beta\\AnalyticsAdminServiceClient' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/AnalyticsAdminServiceClient.php',
    'Google\\Analytics\\Admin\\V1beta\\ArchiveCustomDimensionRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/ArchiveCustomDimensionRequest.php',
    'Google\\Analytics\\Admin\\V1beta\\ArchiveCustomMetricRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/ArchiveCustomMetricRequest.php',
    'Google\\Analytics\\Admin\\V1beta\\ChangeHistoryChange' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/ChangeHistoryChange.php',
    'Google\\Analytics\\Admin\\V1beta\\ChangeHistoryChange\\ChangeHistoryResource' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/ChangeHistoryChange/ChangeHistoryResource.php',
    'Google\\Analytics\\Admin\\V1beta\\ChangeHistoryEvent' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/ChangeHistoryEvent.php',
    'Google\\Analytics\\Admin\\V1beta\\ChangeHistoryResourceType' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/ChangeHistoryResourceType.php',
    'Google\\Analytics\\Admin\\V1beta\\ConversionEvent' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/ConversionEvent.php',
    'Google\\Analytics\\Admin\\V1beta\\CreateConversionEventRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/CreateConversionEventRequest.php',
    'Google\\Analytics\\Admin\\V1beta\\CreateCustomDimensionRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/CreateCustomDimensionRequest.php',
    'Google\\Analytics\\Admin\\V1beta\\CreateCustomMetricRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/CreateCustomMetricRequest.php',
    'Google\\Analytics\\Admin\\V1beta\\CreateDataStreamRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/CreateDataStreamRequest.php',
    'Google\\Analytics\\Admin\\V1beta\\CreateFirebaseLinkRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/CreateFirebaseLinkRequest.php',
    'Google\\Analytics\\Admin\\V1beta\\CreateGoogleAdsLinkRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/CreateGoogleAdsLinkRequest.php',
    'Google\\Analytics\\Admin\\V1beta\\CreateMeasurementProtocolSecretRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/CreateMeasurementProtocolSecretRequest.php',
    'Google\\Analytics\\Admin\\V1beta\\CreatePropertyRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/CreatePropertyRequest.php',
    'Google\\Analytics\\Admin\\V1beta\\CustomDimension' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/CustomDimension.php',
    'Google\\Analytics\\Admin\\V1beta\\CustomDimension\\DimensionScope' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/CustomDimension/DimensionScope.php',
    'Google\\Analytics\\Admin\\V1beta\\CustomMetric' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/CustomMetric.php',
    'Google\\Analytics\\Admin\\V1beta\\CustomMetric\\MeasurementUnit' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/CustomMetric/MeasurementUnit.php',
    'Google\\Analytics\\Admin\\V1beta\\CustomMetric\\MetricScope' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/CustomMetric/MetricScope.php',
    'Google\\Analytics\\Admin\\V1beta\\CustomMetric\\RestrictedMetricType' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/CustomMetric/RestrictedMetricType.php',
    'Google\\Analytics\\Admin\\V1beta\\DataRetentionSettings' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/DataRetentionSettings.php',
    'Google\\Analytics\\Admin\\V1beta\\DataRetentionSettings\\RetentionDuration' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/DataRetentionSettings/RetentionDuration.php',
    'Google\\Analytics\\Admin\\V1beta\\DataSharingSettings' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/DataSharingSettings.php',
    'Google\\Analytics\\Admin\\V1beta\\DataStream' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/DataStream.php',
    'Google\\Analytics\\Admin\\V1beta\\DataStream\\AndroidAppStreamData' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/DataStream/AndroidAppStreamData.php',
    'Google\\Analytics\\Admin\\V1beta\\DataStream\\DataStreamType' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/DataStream/DataStreamType.php',
    'Google\\Analytics\\Admin\\V1beta\\DataStream\\IosAppStreamData' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/DataStream/IosAppStreamData.php',
    'Google\\Analytics\\Admin\\V1beta\\DataStream\\WebStreamData' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/DataStream/WebStreamData.php',
    'Google\\Analytics\\Admin\\V1beta\\DeleteAccountRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/DeleteAccountRequest.php',
    'Google\\Analytics\\Admin\\V1beta\\DeleteConversionEventRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/DeleteConversionEventRequest.php',
    'Google\\Analytics\\Admin\\V1beta\\DeleteDataStreamRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/DeleteDataStreamRequest.php',
    'Google\\Analytics\\Admin\\V1beta\\DeleteFirebaseLinkRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/DeleteFirebaseLinkRequest.php',
    'Google\\Analytics\\Admin\\V1beta\\DeleteGoogleAdsLinkRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/DeleteGoogleAdsLinkRequest.php',
    'Google\\Analytics\\Admin\\V1beta\\DeleteMeasurementProtocolSecretRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/DeleteMeasurementProtocolSecretRequest.php',
    'Google\\Analytics\\Admin\\V1beta\\DeletePropertyRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/DeletePropertyRequest.php',
    'Google\\Analytics\\Admin\\V1beta\\FirebaseLink' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/FirebaseLink.php',
    'Google\\Analytics\\Admin\\V1beta\\Gapic\\AnalyticsAdminServiceGapicClient' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/Gapic/AnalyticsAdminServiceGapicClient.php',
    'Google\\Analytics\\Admin\\V1beta\\GetAccountRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/GetAccountRequest.php',
    'Google\\Analytics\\Admin\\V1beta\\GetConversionEventRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/GetConversionEventRequest.php',
    'Google\\Analytics\\Admin\\V1beta\\GetCustomDimensionRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/GetCustomDimensionRequest.php',
    'Google\\Analytics\\Admin\\V1beta\\GetCustomMetricRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/GetCustomMetricRequest.php',
    'Google\\Analytics\\Admin\\V1beta\\GetDataRetentionSettingsRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/GetDataRetentionSettingsRequest.php',
    'Google\\Analytics\\Admin\\V1beta\\GetDataSharingSettingsRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/GetDataSharingSettingsRequest.php',
    'Google\\Analytics\\Admin\\V1beta\\GetDataStreamRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/GetDataStreamRequest.php',
    'Google\\Analytics\\Admin\\V1beta\\GetMeasurementProtocolSecretRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/GetMeasurementProtocolSecretRequest.php',
    'Google\\Analytics\\Admin\\V1beta\\GetPropertyRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/GetPropertyRequest.php',
    'Google\\Analytics\\Admin\\V1beta\\GoogleAdsLink' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/GoogleAdsLink.php',
    'Google\\Analytics\\Admin\\V1beta\\IndustryCategory' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/IndustryCategory.php',
    'Google\\Analytics\\Admin\\V1beta\\ListAccountSummariesRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/ListAccountSummariesRequest.php',
    'Google\\Analytics\\Admin\\V1beta\\ListAccountSummariesResponse' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/ListAccountSummariesResponse.php',
    'Google\\Analytics\\Admin\\V1beta\\ListAccountsRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/ListAccountsRequest.php',
    'Google\\Analytics\\Admin\\V1beta\\ListAccountsResponse' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/ListAccountsResponse.php',
    'Google\\Analytics\\Admin\\V1beta\\ListConversionEventsRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/ListConversionEventsRequest.php',
    'Google\\Analytics\\Admin\\V1beta\\ListConversionEventsResponse' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/ListConversionEventsResponse.php',
    'Google\\Analytics\\Admin\\V1beta\\ListCustomDimensionsRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/ListCustomDimensionsRequest.php',
    'Google\\Analytics\\Admin\\V1beta\\ListCustomDimensionsResponse' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/ListCustomDimensionsResponse.php',
    'Google\\Analytics\\Admin\\V1beta\\ListCustomMetricsRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/ListCustomMetricsRequest.php',
    'Google\\Analytics\\Admin\\V1beta\\ListCustomMetricsResponse' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/ListCustomMetricsResponse.php',
    'Google\\Analytics\\Admin\\V1beta\\ListDataStreamsRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/ListDataStreamsRequest.php',
    'Google\\Analytics\\Admin\\V1beta\\ListDataStreamsResponse' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/ListDataStreamsResponse.php',
    'Google\\Analytics\\Admin\\V1beta\\ListFirebaseLinksRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/ListFirebaseLinksRequest.php',
    'Google\\Analytics\\Admin\\V1beta\\ListFirebaseLinksResponse' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/ListFirebaseLinksResponse.php',
    'Google\\Analytics\\Admin\\V1beta\\ListGoogleAdsLinksRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/ListGoogleAdsLinksRequest.php',
    'Google\\Analytics\\Admin\\V1beta\\ListGoogleAdsLinksResponse' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/ListGoogleAdsLinksResponse.php',
    'Google\\Analytics\\Admin\\V1beta\\ListMeasurementProtocolSecretsRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/ListMeasurementProtocolSecretsRequest.php',
    'Google\\Analytics\\Admin\\V1beta\\ListMeasurementProtocolSecretsResponse' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/ListMeasurementProtocolSecretsResponse.php',
    'Google\\Analytics\\Admin\\V1beta\\ListPropertiesRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/ListPropertiesRequest.php',
    'Google\\Analytics\\Admin\\V1beta\\ListPropertiesResponse' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/ListPropertiesResponse.php',
    'Google\\Analytics\\Admin\\V1beta\\MeasurementProtocolSecret' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/MeasurementProtocolSecret.php',
    'Google\\Analytics\\Admin\\V1beta\\Property' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/Property.php',
    'Google\\Analytics\\Admin\\V1beta\\PropertySummary' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/PropertySummary.php',
    'Google\\Analytics\\Admin\\V1beta\\PropertyType' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/PropertyType.php',
    'Google\\Analytics\\Admin\\V1beta\\ProvisionAccountTicketRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/ProvisionAccountTicketRequest.php',
    'Google\\Analytics\\Admin\\V1beta\\ProvisionAccountTicketResponse' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/ProvisionAccountTicketResponse.php',
    'Google\\Analytics\\Admin\\V1beta\\SearchChangeHistoryEventsRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/SearchChangeHistoryEventsRequest.php',
    'Google\\Analytics\\Admin\\V1beta\\SearchChangeHistoryEventsResponse' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/SearchChangeHistoryEventsResponse.php',
    'Google\\Analytics\\Admin\\V1beta\\ServiceLevel' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/ServiceLevel.php',
    'Google\\Analytics\\Admin\\V1beta\\UpdateAccountRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/UpdateAccountRequest.php',
    'Google\\Analytics\\Admin\\V1beta\\UpdateCustomDimensionRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/UpdateCustomDimensionRequest.php',
    'Google\\Analytics\\Admin\\V1beta\\UpdateCustomMetricRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/UpdateCustomMetricRequest.php',
    'Google\\Analytics\\Admin\\V1beta\\UpdateDataRetentionSettingsRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/UpdateDataRetentionSettingsRequest.php',
    'Google\\Analytics\\Admin\\V1beta\\UpdateDataStreamRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/UpdateDataStreamRequest.php',
    'Google\\Analytics\\Admin\\V1beta\\UpdateGoogleAdsLinkRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/UpdateGoogleAdsLinkRequest.php',
    'Google\\Analytics\\Admin\\V1beta\\UpdateMeasurementProtocolSecretRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/UpdateMeasurementProtocolSecretRequest.php',
    'Google\\Analytics\\Admin\\V1beta\\UpdatePropertyRequest' => $vendorDir . '/google/cloud/AnalyticsAdmin/src/V1beta/UpdatePropertyRequest.php',
    'Google\\Analytics\\Data\\V1alpha\\AlphaAnalyticsDataClient' => $vendorDir . '/google/cloud/AnalyticsData/src/V1alpha/AlphaAnalyticsDataClient.php',
    'Google\\Analytics\\Data\\V1alpha\\AlphaAnalyticsDataGrpcClient' => $vendorDir . '/google/cloud/AnalyticsData/src/V1alpha/AlphaAnalyticsDataGrpcClient.php',
    'Google\\Analytics\\Data\\V1alpha\\BatchRunPivotReportsRequest' => $vendorDir . '/google/cloud/AnalyticsData/src/V1alpha/BatchRunPivotReportsRequest.php',
    'Google\\Analytics\\Data\\V1alpha\\BatchRunPivotReportsResponse' => $vendorDir . '/google/cloud/AnalyticsData/src/V1alpha/BatchRunPivotReportsResponse.php',
    'Google\\Analytics\\Data\\V1alpha\\BatchRunReportsRequest' => $vendorDir . '/google/cloud/AnalyticsData/src/V1alpha/BatchRunReportsRequest.php',
    'Google\\Analytics\\Data\\V1alpha\\BatchRunReportsResponse' => $vendorDir . '/google/cloud/AnalyticsData/src/V1alpha/BatchRunReportsResponse.php',
    'Google\\Analytics\\Data\\V1alpha\\Cohort' => $vendorDir . '/google/cloud/AnalyticsData/src/V1alpha/Cohort.php',
    'Google\\Analytics\\Data\\V1alpha\\CohortReportSettings' => $vendorDir . '/google/cloud/AnalyticsData/src/V1alpha/CohortReportSettings.php',
    'Google\\Analytics\\Data\\V1alpha\\CohortSpec' => $vendorDir . '/google/cloud/AnalyticsData/src/V1alpha/CohortSpec.php',
    'Google\\Analytics\\Data\\V1alpha\\CohortsRange' => $vendorDir . '/google/cloud/AnalyticsData/src/V1alpha/CohortsRange.php',
    'Google\\Analytics\\Data\\V1alpha\\CohortsRange\\Granularity' => $vendorDir . '/google/cloud/AnalyticsData/src/V1alpha/CohortsRange/Granularity.php',
    'Google\\Analytics\\Data\\V1alpha\\DateRange' => $vendorDir . '/google/cloud/AnalyticsData/src/V1alpha/DateRange.php',
    'Google\\Analytics\\Data\\V1alpha\\Dimension' => $vendorDir . '/google/cloud/AnalyticsData/src/V1alpha/Dimension.php',
    'Google\\Analytics\\Data\\V1alpha\\DimensionExpression' => $vendorDir . '/google/cloud/AnalyticsData/src/V1alpha/DimensionExpression.php',
    'Google\\Analytics\\Data\\V1alpha\\DimensionExpression\\CaseExpression' => $vendorDir . '/google/cloud/AnalyticsData/src/V1alpha/DimensionExpression/CaseExpression.php',
    'Google\\Analytics\\Data\\V1alpha\\DimensionExpression\\ConcatenateExpression' => $vendorDir . '/google/cloud/AnalyticsData/src/V1alpha/DimensionExpression/ConcatenateExpression.php',
    'Google\\Analytics\\Data\\V1alpha\\DimensionHeader' => $vendorDir . '/google/cloud/AnalyticsData/src/V1alpha/DimensionHeader.php',
    'Google\\Analytics\\Data\\V1alpha\\DimensionMetadata' => $vendorDir . '/google/cloud/AnalyticsData/src/V1alpha/DimensionMetadata.php',
    'Google\\Analytics\\Data\\V1alpha\\DimensionValue' => $vendorDir . '/google/cloud/AnalyticsData/src/V1alpha/DimensionValue.php',
    'Google\\Analytics\\Data\\V1alpha\\Entity' => $vendorDir . '/google/cloud/AnalyticsData/src/V1alpha/Entity.php',
    'Google\\Analytics\\Data\\V1alpha\\Filter' => $vendorDir . '/google/cloud/AnalyticsData/src/V1alpha/Filter.php',
    'Google\\Analytics\\Data\\V1alpha\\FilterExpression' => $vendorDir . '/google/cloud/AnalyticsData/src/V1alpha/FilterExpression.php',
    'Google\\Analytics\\Data\\V1alpha\\FilterExpressionList' => $vendorDir . '/google/cloud/AnalyticsData/src/V1alpha/FilterExpressionList.php',
    'Google\\Analytics\\Data\\V1alpha\\Filter\\BetweenFilter' => $vendorDir . '/google/cloud/AnalyticsData/src/V1alpha/Filter/BetweenFilter.php',
    'Google\\Analytics\\Data\\V1alpha\\Filter\\InListFilter' => $vendorDir . '/google/cloud/AnalyticsData/src/V1alpha/Filter/InListFilter.php',
    'Google\\Analytics\\Data\\V1alpha\\Filter\\NumericFilter' => $vendorDir . '/google/cloud/AnalyticsData/src/V1alpha/Filter/NumericFilter.php',
    'Google\\Analytics\\Data\\V1alpha\\Filter\\NumericFilter\\Operation' => $vendorDir . '/google/cloud/AnalyticsData/src/V1alpha/Filter/NumericFilter/Operation.php',
    'Google\\Analytics\\Data\\V1alpha\\Filter\\StringFilter' => $vendorDir . '/google/cloud/AnalyticsData/src/V1alpha/Filter/StringFilter.php',
    'Google\\Analytics\\Data\\V1alpha\\Filter\\StringFilter\\MatchType' => $vendorDir . '/google/cloud/AnalyticsData/src/V1alpha/Filter/StringFilter/MatchType.php',
    'Google\\Analytics\\Data\\V1alpha\\Gapic\\AlphaAnalyticsDataGapicClient' => $vendorDir . '/google/cloud/AnalyticsData/src/V1alpha/Gapic/AlphaAnalyticsDataGapicClient.php',
    'Google\\Analytics\\Data\\V1alpha\\GetMetadataRequest' => $vendorDir . '/google/cloud/AnalyticsData/src/V1alpha/GetMetadataRequest.php',
    'Google\\Analytics\\Data\\V1alpha\\Metadata' => $vendorDir . '/google/cloud/AnalyticsData/src/V1alpha/Metadata.php',
    'Google\\Analytics\\Data\\V1alpha\\Metric' => $vendorDir . '/google/cloud/AnalyticsData/src/V1alpha/Metric.php',
    'Google\\Analytics\\Data\\V1alpha\\MetricAggregation' => $vendorDir . '/google/cloud/AnalyticsData/src/V1alpha/MetricAggregation.php',
    'Google\\Analytics\\Data\\V1alpha\\MetricHeader' => $vendorDir . '/google/cloud/AnalyticsData/src/V1alpha/MetricHeader.php',
    'Google\\Analytics\\Data\\V1alpha\\MetricMetadata' => $vendorDir . '/google/cloud/AnalyticsData/src/V1alpha/MetricMetadata.php',
    'Google\\Analytics\\Data\\V1alpha\\MetricType' => $vendorDir . '/google/cloud/AnalyticsData/src/V1alpha/MetricType.php',
    'Google\\Analytics\\Data\\V1alpha\\MetricValue' => $vendorDir . '/google/cloud/AnalyticsData/src/V1alpha/MetricValue.php',
    'Google\\Analytics\\Data\\V1alpha\\NumericValue' => $vendorDir . '/google/cloud/AnalyticsData/src/V1alpha/NumericValue.php',
    'Google\\Analytics\\Data\\V1alpha\\OrderBy' => $vendorDir . '/google/cloud/AnalyticsData/src/V1alpha/OrderBy.php',
    'Google\\Analytics\\Data\\V1alpha\\OrderBy\\DimensionOrderBy' => $vendorDir . '/google/cloud/AnalyticsData/src/V1alpha/OrderBy/DimensionOrderBy.php',
    'Google\\Analytics\\Data\\V1alpha\\OrderBy\\DimensionOrderBy\\OrderType' => $vendorDir . '/google/cloud/AnalyticsData/src/V1alpha/OrderBy/DimensionOrderBy/OrderType.php',
    'Google\\Analytics\\Data\\V1alpha\\OrderBy\\MetricOrderBy' => $vendorDir . '/google/cloud/AnalyticsData/src/V1alpha/OrderBy/MetricOrderBy.php',
    'Google\\Analytics\\Data\\V1alpha\\OrderBy\\PivotOrderBy' => $vendorDir . '/google/cloud/AnalyticsData/src/V1alpha/OrderBy/PivotOrderBy.php',
    'Google\\Analytics\\Data\\V1alpha\\OrderBy\\PivotOrderBy\\PivotSelection' => $vendorDir . '/google/cloud/AnalyticsData/src/V1alpha/OrderBy/PivotOrderBy/PivotSelection.php',
    'Google\\Analytics\\Data\\V1alpha\\Pivot' => $vendorDir . '/google/cloud/AnalyticsData/src/V1alpha/Pivot.php',
    'Google\\Analytics\\Data\\V1alpha\\PivotDimensionHeader' => $vendorDir . '/google/cloud/AnalyticsData/src/V1alpha/PivotDimensionHeader.php',
    'Google\\Analytics\\Data\\V1alpha\\PivotHeader' => $vendorDir . '/google/cloud/AnalyticsData/src/V1alpha/PivotHeader.php',
    'Google\\Analytics\\Data\\V1alpha\\PropertyQuota' => $vendorDir . '/google/cloud/AnalyticsData/src/V1alpha/PropertyQuota.php',
    'Google\\Analytics\\Data\\V1alpha\\QuotaStatus' => $vendorDir . '/google/cloud/AnalyticsData/src/V1alpha/QuotaStatus.php',
    'Google\\Analytics\\Data\\V1alpha\\ResponseMetaData' => $vendorDir . '/google/cloud/AnalyticsData/src/V1alpha/ResponseMetaData.php',
    'Google\\Analytics\\Data\\V1alpha\\Row' => $vendorDir . '/google/cloud/AnalyticsData/src/V1alpha/Row.php',
    'Google\\Analytics\\Data\\V1alpha\\RunPivotReportRequest' => $vendorDir . '/google/cloud/AnalyticsData/src/V1alpha/RunPivotReportRequest.php',
    'Google\\Analytics\\Data\\V1alpha\\RunPivotReportResponse' => $vendorDir . '/google/cloud/AnalyticsData/src/V1alpha/RunPivotReportResponse.php',
    'Google\\Analytics\\Data\\V1alpha\\RunRealtimeReportRequest' => $vendorDir . '/google/cloud/AnalyticsData/src/V1alpha/RunRealtimeReportRequest.php',
    'Google\\Analytics\\Data\\V1alpha\\RunRealtimeReportResponse' => $vendorDir . '/google/cloud/AnalyticsData/src/V1alpha/RunRealtimeReportResponse.php',
    'Google\\Analytics\\Data\\V1alpha\\RunReportRequest' => $vendorDir . '/google/cloud/AnalyticsData/src/V1alpha/RunReportRequest.php',
    'Google\\Analytics\\Data\\V1alpha\\RunReportResponse' => $vendorDir . '/google/cloud/AnalyticsData/src/V1alpha/RunReportResponse.php',
    'Google\\Analytics\\Data\\V1beta\\BatchRunPivotReportsRequest' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/BatchRunPivotReportsRequest.php',
    'Google\\Analytics\\Data\\V1beta\\BatchRunPivotReportsResponse' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/BatchRunPivotReportsResponse.php',
    'Google\\Analytics\\Data\\V1beta\\BatchRunReportsRequest' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/BatchRunReportsRequest.php',
    'Google\\Analytics\\Data\\V1beta\\BatchRunReportsResponse' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/BatchRunReportsResponse.php',
    'Google\\Analytics\\Data\\V1beta\\BetaAnalyticsDataClient' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/BetaAnalyticsDataClient.php',
    'Google\\Analytics\\Data\\V1beta\\BetaAnalyticsDataGrpcClient' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/BetaAnalyticsDataGrpcClient.php',
    'Google\\Analytics\\Data\\V1beta\\CheckCompatibilityRequest' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/CheckCompatibilityRequest.php',
    'Google\\Analytics\\Data\\V1beta\\CheckCompatibilityResponse' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/CheckCompatibilityResponse.php',
    'Google\\Analytics\\Data\\V1beta\\Cohort' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/Cohort.php',
    'Google\\Analytics\\Data\\V1beta\\CohortReportSettings' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/CohortReportSettings.php',
    'Google\\Analytics\\Data\\V1beta\\CohortSpec' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/CohortSpec.php',
    'Google\\Analytics\\Data\\V1beta\\CohortsRange' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/CohortsRange.php',
    'Google\\Analytics\\Data\\V1beta\\CohortsRange\\Granularity' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/CohortsRange/Granularity.php',
    'Google\\Analytics\\Data\\V1beta\\Compatibility' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/Compatibility.php',
    'Google\\Analytics\\Data\\V1beta\\DateRange' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/DateRange.php',
    'Google\\Analytics\\Data\\V1beta\\Dimension' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/Dimension.php',
    'Google\\Analytics\\Data\\V1beta\\DimensionCompatibility' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/DimensionCompatibility.php',
    'Google\\Analytics\\Data\\V1beta\\DimensionExpression' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/DimensionExpression.php',
    'Google\\Analytics\\Data\\V1beta\\DimensionExpression\\CaseExpression' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/DimensionExpression/CaseExpression.php',
    'Google\\Analytics\\Data\\V1beta\\DimensionExpression\\ConcatenateExpression' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/DimensionExpression/ConcatenateExpression.php',
    'Google\\Analytics\\Data\\V1beta\\DimensionHeader' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/DimensionHeader.php',
    'Google\\Analytics\\Data\\V1beta\\DimensionMetadata' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/DimensionMetadata.php',
    'Google\\Analytics\\Data\\V1beta\\DimensionValue' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/DimensionValue.php',
    'Google\\Analytics\\Data\\V1beta\\Filter' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/Filter.php',
    'Google\\Analytics\\Data\\V1beta\\FilterExpression' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/FilterExpression.php',
    'Google\\Analytics\\Data\\V1beta\\FilterExpressionList' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/FilterExpressionList.php',
    'Google\\Analytics\\Data\\V1beta\\Filter\\BetweenFilter' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/Filter/BetweenFilter.php',
    'Google\\Analytics\\Data\\V1beta\\Filter\\InListFilter' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/Filter/InListFilter.php',
    'Google\\Analytics\\Data\\V1beta\\Filter\\NumericFilter' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/Filter/NumericFilter.php',
    'Google\\Analytics\\Data\\V1beta\\Filter\\NumericFilter\\Operation' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/Filter/NumericFilter/Operation.php',
    'Google\\Analytics\\Data\\V1beta\\Filter\\StringFilter' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/Filter/StringFilter.php',
    'Google\\Analytics\\Data\\V1beta\\Filter\\StringFilter\\MatchType' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/Filter/StringFilter/MatchType.php',
    'Google\\Analytics\\Data\\V1beta\\Gapic\\BetaAnalyticsDataGapicClient' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/Gapic/BetaAnalyticsDataGapicClient.php',
    'Google\\Analytics\\Data\\V1beta\\GetMetadataRequest' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/GetMetadataRequest.php',
    'Google\\Analytics\\Data\\V1beta\\Metadata' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/Metadata.php',
    'Google\\Analytics\\Data\\V1beta\\Metric' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/Metric.php',
    'Google\\Analytics\\Data\\V1beta\\MetricAggregation' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/MetricAggregation.php',
    'Google\\Analytics\\Data\\V1beta\\MetricCompatibility' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/MetricCompatibility.php',
    'Google\\Analytics\\Data\\V1beta\\MetricHeader' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/MetricHeader.php',
    'Google\\Analytics\\Data\\V1beta\\MetricMetadata' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/MetricMetadata.php',
    'Google\\Analytics\\Data\\V1beta\\MetricMetadata\\BlockedReason' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/MetricMetadata/BlockedReason.php',
    'Google\\Analytics\\Data\\V1beta\\MetricType' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/MetricType.php',
    'Google\\Analytics\\Data\\V1beta\\MetricValue' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/MetricValue.php',
    'Google\\Analytics\\Data\\V1beta\\MinuteRange' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/MinuteRange.php',
    'Google\\Analytics\\Data\\V1beta\\NumericValue' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/NumericValue.php',
    'Google\\Analytics\\Data\\V1beta\\OrderBy' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/OrderBy.php',
    'Google\\Analytics\\Data\\V1beta\\OrderBy\\DimensionOrderBy' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/OrderBy/DimensionOrderBy.php',
    'Google\\Analytics\\Data\\V1beta\\OrderBy\\DimensionOrderBy\\OrderType' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/OrderBy/DimensionOrderBy/OrderType.php',
    'Google\\Analytics\\Data\\V1beta\\OrderBy\\MetricOrderBy' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/OrderBy/MetricOrderBy.php',
    'Google\\Analytics\\Data\\V1beta\\OrderBy\\PivotOrderBy' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/OrderBy/PivotOrderBy.php',
    'Google\\Analytics\\Data\\V1beta\\OrderBy\\PivotOrderBy\\PivotSelection' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/OrderBy/PivotOrderBy/PivotSelection.php',
    'Google\\Analytics\\Data\\V1beta\\Pivot' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/Pivot.php',
    'Google\\Analytics\\Data\\V1beta\\PivotDimensionHeader' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/PivotDimensionHeader.php',
    'Google\\Analytics\\Data\\V1beta\\PivotHeader' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/PivotHeader.php',
    'Google\\Analytics\\Data\\V1beta\\PropertyQuota' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/PropertyQuota.php',
    'Google\\Analytics\\Data\\V1beta\\QuotaStatus' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/QuotaStatus.php',
    'Google\\Analytics\\Data\\V1beta\\ResponseMetaData' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/ResponseMetaData.php',
    'Google\\Analytics\\Data\\V1beta\\ResponseMetaData\\SchemaRestrictionResponse' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/ResponseMetaData/SchemaRestrictionResponse.php',
    'Google\\Analytics\\Data\\V1beta\\ResponseMetaData\\SchemaRestrictionResponse\\ActiveMetricRestriction' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/ResponseMetaData/SchemaRestrictionResponse/ActiveMetricRestriction.php',
    'Google\\Analytics\\Data\\V1beta\\RestrictedMetricType' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/RestrictedMetricType.php',
    'Google\\Analytics\\Data\\V1beta\\Row' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/Row.php',
    'Google\\Analytics\\Data\\V1beta\\RunPivotReportRequest' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/RunPivotReportRequest.php',
    'Google\\Analytics\\Data\\V1beta\\RunPivotReportResponse' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/RunPivotReportResponse.php',
    'Google\\Analytics\\Data\\V1beta\\RunRealtimeReportRequest' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/RunRealtimeReportRequest.php',
    'Google\\Analytics\\Data\\V1beta\\RunRealtimeReportResponse' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/RunRealtimeReportResponse.php',
    'Google\\Analytics\\Data\\V1beta\\RunReportRequest' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/RunReportRequest.php',
    'Google\\Analytics\\Data\\V1beta\\RunReportResponse' => $vendorDir . '/google/cloud/AnalyticsData/src/V1beta/RunReportResponse.php',
    'Google\\ApiCore\\AgentHeader' => $vendorDir . '/google/gax/src/AgentHeader.php',
    'Google\\ApiCore\\ApiException' => $vendorDir . '/google/gax/src/ApiException.php',
    'Google\\ApiCore\\ApiStatus' => $vendorDir . '/google/gax/src/ApiStatus.php',
    'Google\\ApiCore\\ArrayTrait' => $vendorDir . '/google/gax/src/ArrayTrait.php',
    'Google\\ApiCore\\BidiStream' => $vendorDir . '/google/gax/src/BidiStream.php',
    'Google\\ApiCore\\Call' => $vendorDir . '/google/gax/src/Call.php',
    'Google\\ApiCore\\ClientStream' => $vendorDir . '/google/gax/src/ClientStream.php',
    'Google\\ApiCore\\CredentialsWrapper' => $vendorDir . '/google/gax/src/CredentialsWrapper.php',
    'Google\\ApiCore\\FixedSizeCollection' => $vendorDir . '/google/gax/src/FixedSizeCollection.php',
    'Google\\ApiCore\\GPBLabel' => $vendorDir . '/google/gax/src/GPBLabel.php',
    'Google\\ApiCore\\GPBType' => $vendorDir . '/google/gax/src/GPBType.php',
    'Google\\ApiCore\\GapicClientTrait' => $vendorDir . '/google/gax/src/GapicClientTrait.php',
    'Google\\ApiCore\\GrpcSupportTrait' => $vendorDir . '/google/gax/src/GrpcSupportTrait.php',
    'Google\\ApiCore\\LongRunning\\Gapic\\OperationsGapicClient' => $vendorDir . '/google/cloud/LongRunning/src/ApiCore/LongRunning/Gapic/OperationsGapicClient.php',
    'Google\\ApiCore\\LongRunning\\OperationsClient' => $vendorDir . '/google/cloud/LongRunning/src/ApiCore/LongRunning/OperationsClient.php',
    'Google\\ApiCore\\Middleware\\CredentialsWrapperMiddleware' => $vendorDir . '/google/gax/src/Middleware/CredentialsWrapperMiddleware.php',
    'Google\\ApiCore\\Middleware\\FixedHeaderMiddleware' => $vendorDir . '/google/gax/src/Middleware/FixedHeaderMiddleware.php',
    'Google\\ApiCore\\Middleware\\OperationsMiddleware' => $vendorDir . '/google/gax/src/Middleware/OperationsMiddleware.php',
    'Google\\ApiCore\\Middleware\\OptionsFilterMiddleware' => $vendorDir . '/google/gax/src/Middleware/OptionsFilterMiddleware.php',
    'Google\\ApiCore\\Middleware\\PagedMiddleware' => $vendorDir . '/google/gax/src/Middleware/PagedMiddleware.php',
    'Google\\ApiCore\\Middleware\\ResponseMetadataMiddleware' => $vendorDir . '/google/gax/src/Middleware/ResponseMetadataMiddleware.php',
    'Google\\ApiCore\\Middleware\\RetryMiddleware' => $vendorDir . '/google/gax/src/Middleware/RetryMiddleware.php',
    'Google\\ApiCore\\OperationResponse' => $vendorDir . '/google/gax/src/OperationResponse.php',
    'Google\\ApiCore\\Page' => $vendorDir . '/google/gax/src/Page.php',
    'Google\\ApiCore\\PageStreamingDescriptor' => $vendorDir . '/google/gax/src/PageStreamingDescriptor.php',
    'Google\\ApiCore\\PagedListResponse' => $vendorDir . '/google/gax/src/PagedListResponse.php',
    'Google\\ApiCore\\PathTemplate' => $vendorDir . '/google/gax/src/PathTemplate.php',
    'Google\\ApiCore\\PollingTrait' => $vendorDir . '/google/gax/src/PollingTrait.php',
    'Google\\ApiCore\\RequestBuilder' => $vendorDir . '/google/gax/src/RequestBuilder.php',
    'Google\\ApiCore\\RequestParamsHeaderDescriptor' => $vendorDir . '/google/gax/src/RequestParamsHeaderDescriptor.php',
    'Google\\ApiCore\\ResourceHelperTrait' => $vendorDir . '/google/gax/src/ResourceHelperTrait.php',
    'Google\\ApiCore\\ResourceTemplate\\AbsoluteResourceTemplate' => $vendorDir . '/google/gax/src/ResourceTemplate/AbsoluteResourceTemplate.php',
    'Google\\ApiCore\\ResourceTemplate\\Parser' => $vendorDir . '/google/gax/src/ResourceTemplate/Parser.php',
    'Google\\ApiCore\\ResourceTemplate\\RelativeResourceTemplate' => $vendorDir . '/google/gax/src/ResourceTemplate/RelativeResourceTemplate.php',
    'Google\\ApiCore\\ResourceTemplate\\ResourceTemplateInterface' => $vendorDir . '/google/gax/src/ResourceTemplate/ResourceTemplateInterface.php',
    'Google\\ApiCore\\ResourceTemplate\\Segment' => $vendorDir . '/google/gax/src/ResourceTemplate/Segment.php',
    'Google\\ApiCore\\RetrySettings' => $vendorDir . '/google/gax/src/RetrySettings.php',
    'Google\\ApiCore\\Serializer' => $vendorDir . '/google/gax/src/Serializer.php',
    'Google\\ApiCore\\ServerStream' => $vendorDir . '/google/gax/src/ServerStream.php',
    'Google\\ApiCore\\ServerStreamingCallInterface' => $vendorDir . '/google/gax/src/ServerStreamingCallInterface.php',
    'Google\\ApiCore\\ServiceAddressTrait' => $vendorDir . '/google/gax/src/ServiceAddressTrait.php',
    'Google\\ApiCore\\Testing\\GeneratedTest' => $vendorDir . '/google/gax/src/Testing/GeneratedTest.php',
    'Google\\ApiCore\\Testing\\MessageAwareArrayComparator' => $vendorDir . '/google/gax/src/Testing/MessageAwareArrayComparator.php',
    'Google\\ApiCore\\Testing\\MessageAwareExporter' => $vendorDir . '/google/gax/src/Testing/MessageAwareExporter.php',
    'Google\\ApiCore\\Testing\\MockBidiStreamingCall' => $vendorDir . '/google/gax/src/Testing/MockBidiStreamingCall.php',
    'Google\\ApiCore\\Testing\\MockClientStreamingCall' => $vendorDir . '/google/gax/src/Testing/MockClientStreamingCall.php',
    'Google\\ApiCore\\Testing\\MockGrpcTransport' => $vendorDir . '/google/gax/src/Testing/MockGrpcTransport.php',
    'Google\\ApiCore\\Testing\\MockRequest' => $vendorDir . '/google/gax/src/Testing/MockRequest.php',
    'Google\\ApiCore\\Testing\\MockRequestBody' => $vendorDir . '/google/gax/src/Testing/MockRequestBody.php',
    'Google\\ApiCore\\Testing\\MockResponse' => $vendorDir . '/google/gax/src/Testing/MockResponse.php',
    'Google\\ApiCore\\Testing\\MockServerStreamingCall' => $vendorDir . '/google/gax/src/Testing/MockServerStreamingCall.php',
    'Google\\ApiCore\\Testing\\MockStatus' => $vendorDir . '/google/gax/src/Testing/MockStatus.php',
    'Google\\ApiCore\\Testing\\MockStubTrait' => $vendorDir . '/google/gax/src/Testing/MockStubTrait.php',
    'Google\\ApiCore\\Testing\\MockTransport' => $vendorDir . '/google/gax/src/Testing/MockTransport.php',
    'Google\\ApiCore\\Testing\\MockUnaryCall' => $vendorDir . '/google/gax/src/Testing/MockUnaryCall.php',
    'Google\\ApiCore\\Testing\\ProtobufGPBEmptyComparator' => $vendorDir . '/google/gax/src/Testing/ProtobufGPBEmptyComparator.php',
    'Google\\ApiCore\\Testing\\ProtobufMessageComparator' => $vendorDir . '/google/gax/src/Testing/ProtobufMessageComparator.php',
    'Google\\ApiCore\\Testing\\ReceivedRequest' => $vendorDir . '/google/gax/src/Testing/ReceivedRequest.php',
    'Google\\ApiCore\\Testing\\SerializationTrait' => $vendorDir . '/google/gax/src/Testing/SerializationTrait.php',
    'Google\\ApiCore\\Transport\\GrpcFallbackTransport' => $vendorDir . '/google/gax/src/Transport/GrpcFallbackTransport.php',
    'Google\\ApiCore\\Transport\\GrpcTransport' => $vendorDir . '/google/gax/src/Transport/GrpcTransport.php',
    'Google\\ApiCore\\Transport\\Grpc\\ForwardingCall' => $vendorDir . '/google/gax/src/Transport/Grpc/ForwardingCall.php',
    'Google\\ApiCore\\Transport\\Grpc\\ForwardingServerStreamingCall' => $vendorDir . '/google/gax/src/Transport/Grpc/ForwardingServerStreamingCall.php',
    'Google\\ApiCore\\Transport\\Grpc\\ForwardingUnaryCall' => $vendorDir . '/google/gax/src/Transport/Grpc/ForwardingUnaryCall.php',
    'Google\\ApiCore\\Transport\\Grpc\\ServerStreamingCallWrapper' => $vendorDir . '/google/gax/src/Transport/Grpc/ServerStreamingCallWrapper.php',
    'Google\\ApiCore\\Transport\\Grpc\\UnaryInterceptorInterface' => $vendorDir . '/google/gax/src/Transport/Grpc/UnaryInterceptorInterface.php',
    'Google\\ApiCore\\Transport\\HttpUnaryTransportTrait' => $vendorDir . '/google/gax/src/Transport/HttpUnaryTransportTrait.php',
    'Google\\ApiCore\\Transport\\RestTransport' => $vendorDir . '/google/gax/src/Transport/RestTransport.php',
    'Google\\ApiCore\\Transport\\Rest\\JsonStreamDecoder' => $vendorDir . '/google/gax/src/Transport/Rest/JsonStreamDecoder.php',
    'Google\\ApiCore\\Transport\\Rest\\RestServerStreamingCall' => $vendorDir . '/google/gax/src/Transport/Rest/RestServerStreamingCall.php',
    'Google\\ApiCore\\Transport\\TransportInterface' => $vendorDir . '/google/gax/src/Transport/TransportInterface.php',
    'Google\\ApiCore\\UriTrait' => $vendorDir . '/google/gax/src/UriTrait.php',
    'Google\\ApiCore\\ValidationException' => $vendorDir . '/google/gax/src/ValidationException.php',
    'Google\\ApiCore\\ValidationTrait' => $vendorDir . '/google/gax/src/ValidationTrait.php',
    'Google\\ApiCore\\Version' => $vendorDir . '/google/gax/src/Version.php',
    'Google\\Api\\Advice' => $vendorDir . '/google/common-protos/src/Api/Advice.php',
    'Google\\Api\\AuthProvider' => $vendorDir . '/google/common-protos/src/Api/AuthProvider.php',
    'Google\\Api\\AuthRequirement' => $vendorDir . '/google/common-protos/src/Api/AuthRequirement.php',
    'Google\\Api\\Authentication' => $vendorDir . '/google/common-protos/src/Api/Authentication.php',
    'Google\\Api\\AuthenticationRule' => $vendorDir . '/google/common-protos/src/Api/AuthenticationRule.php',
    'Google\\Api\\Backend' => $vendorDir . '/google/common-protos/src/Api/Backend.php',
    'Google\\Api\\BackendRule' => $vendorDir . '/google/common-protos/src/Api/BackendRule.php',
    'Google\\Api\\BackendRule\\PathTranslation' => $vendorDir . '/google/common-protos/src/Api/BackendRule/PathTranslation.php',
    'Google\\Api\\BackendRule_PathTranslation' => $vendorDir . '/google/common-protos/src/Api/BackendRule_PathTranslation.php',
    'Google\\Api\\Billing' => $vendorDir . '/google/common-protos/src/Api/Billing.php',
    'Google\\Api\\Billing\\BillingDestination' => $vendorDir . '/google/common-protos/src/Api/Billing/BillingDestination.php',
    'Google\\Api\\Billing_BillingDestination' => $vendorDir . '/google/common-protos/src/Api/Billing_BillingDestination.php',
    'Google\\Api\\ChangeType' => $vendorDir . '/google/common-protos/src/Api/ChangeType.php',
    'Google\\Api\\ConfigChange' => $vendorDir . '/google/common-protos/src/Api/ConfigChange.php',
    'Google\\Api\\Context' => $vendorDir . '/google/common-protos/src/Api/Context.php',
    'Google\\Api\\ContextRule' => $vendorDir . '/google/common-protos/src/Api/ContextRule.php',
    'Google\\Api\\Control' => $vendorDir . '/google/common-protos/src/Api/Control.php',
    'Google\\Api\\CustomHttpPattern' => $vendorDir . '/google/common-protos/src/Api/CustomHttpPattern.php',
    'Google\\Api\\Distribution' => $vendorDir . '/google/common-protos/src/Api/Distribution.php',
    'Google\\Api\\Distribution\\BucketOptions' => $vendorDir . '/google/common-protos/src/Api/Distribution/BucketOptions.php',
    'Google\\Api\\Distribution\\BucketOptions\\Explicit' => $vendorDir . '/google/common-protos/src/Api/Distribution/BucketOptions/Explicit.php',
    'Google\\Api\\Distribution\\BucketOptions\\Exponential' => $vendorDir . '/google/common-protos/src/Api/Distribution/BucketOptions/Exponential.php',
    'Google\\Api\\Distribution\\BucketOptions\\Linear' => $vendorDir . '/google/common-protos/src/Api/Distribution/BucketOptions/Linear.php',
    'Google\\Api\\Distribution\\Exemplar' => $vendorDir . '/google/common-protos/src/Api/Distribution/Exemplar.php',
    'Google\\Api\\Distribution\\Range' => $vendorDir . '/google/common-protos/src/Api/Distribution/Range.php',
    'Google\\Api\\Distribution_BucketOptions' => $vendorDir . '/google/common-protos/src/Api/Distribution_BucketOptions.php',
    'Google\\Api\\Distribution_BucketOptions_Explicit' => $vendorDir . '/google/common-protos/src/Api/Distribution_BucketOptions_Explicit.php',
    'Google\\Api\\Distribution_BucketOptions_Exponential' => $vendorDir . '/google/common-protos/src/Api/Distribution_BucketOptions_Exponential.php',
    'Google\\Api\\Distribution_BucketOptions_Linear' => $vendorDir . '/google/common-protos/src/Api/Distribution_BucketOptions_Linear.php',
    'Google\\Api\\Distribution_Exemplar' => $vendorDir . '/google/common-protos/src/Api/Distribution_Exemplar.php',
    'Google\\Api\\Distribution_Range' => $vendorDir . '/google/common-protos/src/Api/Distribution_Range.php',
    'Google\\Api\\Documentation' => $vendorDir . '/google/common-protos/src/Api/Documentation.php',
    'Google\\Api\\DocumentationRule' => $vendorDir . '/google/common-protos/src/Api/DocumentationRule.php',
    'Google\\Api\\Endpoint' => $vendorDir . '/google/common-protos/src/Api/Endpoint.php',
    'Google\\Api\\Expr\\V1alpha1\\CheckRequest' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/CheckRequest.php',
    'Google\\Api\\Expr\\V1alpha1\\CheckResponse' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/CheckResponse.php',
    'Google\\Api\\Expr\\V1alpha1\\CheckedExpr' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/CheckedExpr.php',
    'Google\\Api\\Expr\\V1alpha1\\Constant' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Constant.php',
    'Google\\Api\\Expr\\V1alpha1\\Decl' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Decl.php',
    'Google\\Api\\Expr\\V1alpha1\\Decl\\FunctionDecl' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Decl/FunctionDecl.php',
    'Google\\Api\\Expr\\V1alpha1\\Decl\\FunctionDecl\\Overload' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Decl/FunctionDecl/Overload.php',
    'Google\\Api\\Expr\\V1alpha1\\Decl\\IdentDecl' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Decl/IdentDecl.php',
    'Google\\Api\\Expr\\V1alpha1\\Decl_FunctionDecl' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Decl_FunctionDecl.php',
    'Google\\Api\\Expr\\V1alpha1\\Decl_FunctionDecl_Overload' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Decl_FunctionDecl_Overload.php',
    'Google\\Api\\Expr\\V1alpha1\\Decl_IdentDecl' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Decl_IdentDecl.php',
    'Google\\Api\\Expr\\V1alpha1\\EnumValue' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/EnumValue.php',
    'Google\\Api\\Expr\\V1alpha1\\ErrorSet' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/ErrorSet.php',
    'Google\\Api\\Expr\\V1alpha1\\EvalRequest' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/EvalRequest.php',
    'Google\\Api\\Expr\\V1alpha1\\EvalResponse' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/EvalResponse.php',
    'Google\\Api\\Expr\\V1alpha1\\EvalState' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/EvalState.php',
    'Google\\Api\\Expr\\V1alpha1\\EvalState\\Result' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/EvalState/Result.php',
    'Google\\Api\\Expr\\V1alpha1\\EvalState_Result' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/EvalState_Result.php',
    'Google\\Api\\Expr\\V1alpha1\\Explain' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Explain.php',
    'Google\\Api\\Expr\\V1alpha1\\Explain\\ExprStep' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Explain/ExprStep.php',
    'Google\\Api\\Expr\\V1alpha1\\Explain_ExprStep' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Explain_ExprStep.php',
    'Google\\Api\\Expr\\V1alpha1\\Expr' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Expr.php',
    'Google\\Api\\Expr\\V1alpha1\\ExprValue' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/ExprValue.php',
    'Google\\Api\\Expr\\V1alpha1\\Expr\\Call' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Expr/Call.php',
    'Google\\Api\\Expr\\V1alpha1\\Expr\\Comprehension' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Expr/Comprehension.php',
    'Google\\Api\\Expr\\V1alpha1\\Expr\\CreateList' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Expr/CreateList.php',
    'Google\\Api\\Expr\\V1alpha1\\Expr\\CreateStruct' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Expr/CreateStruct.php',
    'Google\\Api\\Expr\\V1alpha1\\Expr\\CreateStruct\\Entry' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Expr/CreateStruct/Entry.php',
    'Google\\Api\\Expr\\V1alpha1\\Expr\\Ident' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Expr/Ident.php',
    'Google\\Api\\Expr\\V1alpha1\\Expr\\Select' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Expr/Select.php',
    'Google\\Api\\Expr\\V1alpha1\\Expr_Call' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Expr_Call.php',
    'Google\\Api\\Expr\\V1alpha1\\Expr_Comprehension' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Expr_Comprehension.php',
    'Google\\Api\\Expr\\V1alpha1\\Expr_CreateList' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Expr_CreateList.php',
    'Google\\Api\\Expr\\V1alpha1\\Expr_CreateStruct' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Expr_CreateStruct.php',
    'Google\\Api\\Expr\\V1alpha1\\Expr_CreateStruct_Entry' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Expr_CreateStruct_Entry.php',
    'Google\\Api\\Expr\\V1alpha1\\Expr_Ident' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Expr_Ident.php',
    'Google\\Api\\Expr\\V1alpha1\\Expr_Select' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Expr_Select.php',
    'Google\\Api\\Expr\\V1alpha1\\IssueDetails' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/IssueDetails.php',
    'Google\\Api\\Expr\\V1alpha1\\IssueDetails\\Severity' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/IssueDetails/Severity.php',
    'Google\\Api\\Expr\\V1alpha1\\IssueDetails_Severity' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/IssueDetails_Severity.php',
    'Google\\Api\\Expr\\V1alpha1\\ListValue' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/ListValue.php',
    'Google\\Api\\Expr\\V1alpha1\\MapValue' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/MapValue.php',
    'Google\\Api\\Expr\\V1alpha1\\MapValue\\Entry' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/MapValue/Entry.php',
    'Google\\Api\\Expr\\V1alpha1\\MapValue_Entry' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/MapValue_Entry.php',
    'Google\\Api\\Expr\\V1alpha1\\ParseRequest' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/ParseRequest.php',
    'Google\\Api\\Expr\\V1alpha1\\ParseResponse' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/ParseResponse.php',
    'Google\\Api\\Expr\\V1alpha1\\ParsedExpr' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/ParsedExpr.php',
    'Google\\Api\\Expr\\V1alpha1\\Reference' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Reference.php',
    'Google\\Api\\Expr\\V1alpha1\\SourceInfo' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/SourceInfo.php',
    'Google\\Api\\Expr\\V1alpha1\\SourcePosition' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/SourcePosition.php',
    'Google\\Api\\Expr\\V1alpha1\\Type' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Type.php',
    'Google\\Api\\Expr\\V1alpha1\\Type\\AbstractType' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Type/AbstractType.php',
    'Google\\Api\\Expr\\V1alpha1\\Type\\FunctionType' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Type/FunctionType.php',
    'Google\\Api\\Expr\\V1alpha1\\Type\\ListType' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Type/ListType.php',
    'Google\\Api\\Expr\\V1alpha1\\Type\\MapType' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Type/MapType.php',
    'Google\\Api\\Expr\\V1alpha1\\Type\\PrimitiveType' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Type/PrimitiveType.php',
    'Google\\Api\\Expr\\V1alpha1\\Type\\WellKnownType' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Type/WellKnownType.php',
    'Google\\Api\\Expr\\V1alpha1\\Type_AbstractType' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Type_AbstractType.php',
    'Google\\Api\\Expr\\V1alpha1\\Type_FunctionType' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Type_FunctionType.php',
    'Google\\Api\\Expr\\V1alpha1\\Type_ListType' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Type_ListType.php',
    'Google\\Api\\Expr\\V1alpha1\\Type_MapType' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Type_MapType.php',
    'Google\\Api\\Expr\\V1alpha1\\Type_PrimitiveType' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Type_PrimitiveType.php',
    'Google\\Api\\Expr\\V1alpha1\\Type_WellKnownType' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Type_WellKnownType.php',
    'Google\\Api\\Expr\\V1alpha1\\UnknownSet' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/UnknownSet.php',
    'Google\\Api\\Expr\\V1alpha1\\Value' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Value.php',
    'Google\\Api\\Expr\\V1beta1\\Decl' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/Decl.php',
    'Google\\Api\\Expr\\V1beta1\\DeclType' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/DeclType.php',
    'Google\\Api\\Expr\\V1beta1\\EnumValue' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/EnumValue.php',
    'Google\\Api\\Expr\\V1beta1\\ErrorSet' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/ErrorSet.php',
    'Google\\Api\\Expr\\V1beta1\\EvalState' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/EvalState.php',
    'Google\\Api\\Expr\\V1beta1\\EvalState\\Result' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/EvalState/Result.php',
    'Google\\Api\\Expr\\V1beta1\\EvalState_Result' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/EvalState_Result.php',
    'Google\\Api\\Expr\\V1beta1\\Expr' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/Expr.php',
    'Google\\Api\\Expr\\V1beta1\\ExprValue' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/ExprValue.php',
    'Google\\Api\\Expr\\V1beta1\\Expr\\Call' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/Expr/Call.php',
    'Google\\Api\\Expr\\V1beta1\\Expr\\Comprehension' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/Expr/Comprehension.php',
    'Google\\Api\\Expr\\V1beta1\\Expr\\CreateList' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/Expr/CreateList.php',
    'Google\\Api\\Expr\\V1beta1\\Expr\\CreateStruct' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/Expr/CreateStruct.php',
    'Google\\Api\\Expr\\V1beta1\\Expr\\CreateStruct\\Entry' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/Expr/CreateStruct/Entry.php',
    'Google\\Api\\Expr\\V1beta1\\Expr\\Ident' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/Expr/Ident.php',
    'Google\\Api\\Expr\\V1beta1\\Expr\\Select' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/Expr/Select.php',
    'Google\\Api\\Expr\\V1beta1\\Expr_Call' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/Expr_Call.php',
    'Google\\Api\\Expr\\V1beta1\\Expr_Comprehension' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/Expr_Comprehension.php',
    'Google\\Api\\Expr\\V1beta1\\Expr_CreateList' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/Expr_CreateList.php',
    'Google\\Api\\Expr\\V1beta1\\Expr_CreateStruct' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/Expr_CreateStruct.php',
    'Google\\Api\\Expr\\V1beta1\\Expr_CreateStruct_Entry' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/Expr_CreateStruct_Entry.php',
    'Google\\Api\\Expr\\V1beta1\\Expr_Ident' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/Expr_Ident.php',
    'Google\\Api\\Expr\\V1beta1\\Expr_Select' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/Expr_Select.php',
    'Google\\Api\\Expr\\V1beta1\\FunctionDecl' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/FunctionDecl.php',
    'Google\\Api\\Expr\\V1beta1\\IdRef' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/IdRef.php',
    'Google\\Api\\Expr\\V1beta1\\IdentDecl' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/IdentDecl.php',
    'Google\\Api\\Expr\\V1beta1\\ListValue' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/ListValue.php',
    'Google\\Api\\Expr\\V1beta1\\Literal' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/Literal.php',
    'Google\\Api\\Expr\\V1beta1\\MapValue' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/MapValue.php',
    'Google\\Api\\Expr\\V1beta1\\MapValue\\Entry' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/MapValue/Entry.php',
    'Google\\Api\\Expr\\V1beta1\\MapValue_Entry' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/MapValue_Entry.php',
    'Google\\Api\\Expr\\V1beta1\\ParsedExpr' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/ParsedExpr.php',
    'Google\\Api\\Expr\\V1beta1\\SourceInfo' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/SourceInfo.php',
    'Google\\Api\\Expr\\V1beta1\\SourcePosition' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/SourcePosition.php',
    'Google\\Api\\Expr\\V1beta1\\UnknownSet' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/UnknownSet.php',
    'Google\\Api\\Expr\\V1beta1\\Value' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/Value.php',
    'Google\\Api\\FieldBehavior' => $vendorDir . '/google/common-protos/src/Api/FieldBehavior.php',
    'Google\\Api\\Http' => $vendorDir . '/google/common-protos/src/Api/Http.php',
    'Google\\Api\\HttpBody' => $vendorDir . '/google/common-protos/src/Api/HttpBody.php',
    'Google\\Api\\HttpRule' => $vendorDir . '/google/common-protos/src/Api/HttpRule.php',
    'Google\\Api\\LabelDescriptor' => $vendorDir . '/google/common-protos/src/Api/LabelDescriptor.php',
    'Google\\Api\\LabelDescriptor\\ValueType' => $vendorDir . '/google/common-protos/src/Api/LabelDescriptor/ValueType.php',
    'Google\\Api\\LabelDescriptor_ValueType' => $vendorDir . '/google/common-protos/src/Api/LabelDescriptor_ValueType.php',
    'Google\\Api\\LaunchStage' => $vendorDir . '/google/common-protos/src/Api/LaunchStage.php',
    'Google\\Api\\LogDescriptor' => $vendorDir . '/google/common-protos/src/Api/LogDescriptor.php',
    'Google\\Api\\Logging' => $vendorDir . '/google/common-protos/src/Api/Logging.php',
    'Google\\Api\\Logging\\LoggingDestination' => $vendorDir . '/google/common-protos/src/Api/Logging/LoggingDestination.php',
    'Google\\Api\\Logging_LoggingDestination' => $vendorDir . '/google/common-protos/src/Api/Logging_LoggingDestination.php',
    'Google\\Api\\Metric' => $vendorDir . '/google/common-protos/src/Api/Metric.php',
    'Google\\Api\\MetricDescriptor' => $vendorDir . '/google/common-protos/src/Api/MetricDescriptor.php',
    'Google\\Api\\MetricDescriptor\\MetricDescriptorMetadata' => $vendorDir . '/google/common-protos/src/Api/MetricDescriptor/MetricDescriptorMetadata.php',
    'Google\\Api\\MetricDescriptor\\MetricKind' => $vendorDir . '/google/common-protos/src/Api/MetricDescriptor/MetricKind.php',
    'Google\\Api\\MetricDescriptor\\ValueType' => $vendorDir . '/google/common-protos/src/Api/MetricDescriptor/ValueType.php',
    'Google\\Api\\MetricDescriptor_MetricDescriptorMetadata' => $vendorDir . '/google/common-protos/src/Api/MetricDescriptor_MetricDescriptorMetadata.php',
    'Google\\Api\\MetricDescriptor_MetricKind' => $vendorDir . '/google/common-protos/src/Api/MetricDescriptor_MetricKind.php',
    'Google\\Api\\MetricDescriptor_ValueType' => $vendorDir . '/google/common-protos/src/Api/MetricDescriptor_ValueType.php',
    'Google\\Api\\MetricRule' => $vendorDir . '/google/common-protos/src/Api/MetricRule.php',
    'Google\\Api\\MonitoredResource' => $vendorDir . '/google/common-protos/src/Api/MonitoredResource.php',
    'Google\\Api\\MonitoredResourceDescriptor' => $vendorDir . '/google/common-protos/src/Api/MonitoredResourceDescriptor.php',
    'Google\\Api\\MonitoredResourceMetadata' => $vendorDir . '/google/common-protos/src/Api/MonitoredResourceMetadata.php',
    'Google\\Api\\Monitoring' => $vendorDir . '/google/common-protos/src/Api/Monitoring.php',
    'Google\\Api\\Monitoring\\MonitoringDestination' => $vendorDir . '/google/common-protos/src/Api/Monitoring/MonitoringDestination.php',
    'Google\\Api\\Monitoring_MonitoringDestination' => $vendorDir . '/google/common-protos/src/Api/Monitoring_MonitoringDestination.php',
    'Google\\Api\\OAuthRequirements' => $vendorDir . '/google/common-protos/src/Api/OAuthRequirements.php',
    'Google\\Api\\Page' => $vendorDir . '/google/common-protos/src/Api/Page.php',
    'Google\\Api\\ProjectProperties' => $vendorDir . '/google/common-protos/src/Api/ProjectProperties.php',
    'Google\\Api\\Property' => $vendorDir . '/google/common-protos/src/Api/Property.php',
    'Google\\Api\\Property\\PropertyType' => $vendorDir . '/google/common-protos/src/Api/Property/PropertyType.php',
    'Google\\Api\\Property_PropertyType' => $vendorDir . '/google/common-protos/src/Api/Property_PropertyType.php',
    'Google\\Api\\Quota' => $vendorDir . '/google/common-protos/src/Api/Quota.php',
    'Google\\Api\\QuotaLimit' => $vendorDir . '/google/common-protos/src/Api/QuotaLimit.php',
    'Google\\Api\\ResourceDescriptor' => $vendorDir . '/google/common-protos/src/Api/ResourceDescriptor.php',
    'Google\\Api\\ResourceDescriptor\\History' => $vendorDir . '/google/common-protos/src/Api/ResourceDescriptor/History.php',
    'Google\\Api\\ResourceDescriptor_History' => $vendorDir . '/google/common-protos/src/Api/ResourceDescriptor_History.php',
    'Google\\Api\\ResourceReference' => $vendorDir . '/google/common-protos/src/Api/ResourceReference.php',
    'Google\\Api\\RoutingParameter' => $vendorDir . '/google/common-protos/src/Api/RoutingParameter.php',
    'Google\\Api\\RoutingRule' => $vendorDir . '/google/common-protos/src/Api/RoutingRule.php',
    'Google\\Api\\Service' => $vendorDir . '/google/common-protos/src/Api/Service.php',
    'Google\\Api\\SourceInfo' => $vendorDir . '/google/common-protos/src/Api/SourceInfo.php',
    'Google\\Api\\SystemParameter' => $vendorDir . '/google/common-protos/src/Api/SystemParameter.php',
    'Google\\Api\\SystemParameterRule' => $vendorDir . '/google/common-protos/src/Api/SystemParameterRule.php',
    'Google\\Api\\SystemParameters' => $vendorDir . '/google/common-protos/src/Api/SystemParameters.php',
    'Google\\Api\\Usage' => $vendorDir . '/google/common-protos/src/Api/Usage.php',
    'Google\\Api\\UsageRule' => $vendorDir . '/google/common-protos/src/Api/UsageRule.php',
    'Google\\Apps\\Script\\Type\\AddOnWidgetSet' => $vendorDir . '/google/cloud/GSuiteAddOns/external/protos/AddOnWidgetSet.php',
    'Google\\Apps\\Script\\Type\\AddOnWidgetSet\\WidgetType' => $vendorDir . '/google/cloud/GSuiteAddOns/external/protos/AddOnWidgetSet/WidgetType.php',
    'Google\\Apps\\Script\\Type\\Calendar\\CalendarAddOnManifest' => $vendorDir . '/google/cloud/GSuiteAddOns/external/protos/Calendar/CalendarAddOnManifest.php',
    'Google\\Apps\\Script\\Type\\Calendar\\CalendarAddOnManifest\\EventAccess' => $vendorDir . '/google/cloud/GSuiteAddOns/external/protos/Calendar/CalendarAddOnManifest/EventAccess.php',
    'Google\\Apps\\Script\\Type\\Calendar\\CalendarExtensionPoint' => $vendorDir . '/google/cloud/GSuiteAddOns/external/protos/Calendar/CalendarExtensionPoint.php',
    'Google\\Apps\\Script\\Type\\Calendar\\ConferenceSolution' => $vendorDir . '/google/cloud/GSuiteAddOns/external/protos/Calendar/ConferenceSolution.php',
    'Google\\Apps\\Script\\Type\\CommonAddOnManifest' => $vendorDir . '/google/cloud/GSuiteAddOns/external/protos/CommonAddOnManifest.php',
    'Google\\Apps\\Script\\Type\\Docs\\DocsAddOnManifest' => $vendorDir . '/google/cloud/GSuiteAddOns/external/protos/Docs/DocsAddOnManifest.php',
    'Google\\Apps\\Script\\Type\\Docs\\DocsExtensionPoint' => $vendorDir . '/google/cloud/GSuiteAddOns/external/protos/Docs/DocsExtensionPoint.php',
    'Google\\Apps\\Script\\Type\\Drive\\DriveAddOnManifest' => $vendorDir . '/google/cloud/GSuiteAddOns/external/protos/Drive/DriveAddOnManifest.php',
    'Google\\Apps\\Script\\Type\\Drive\\DriveExtensionPoint' => $vendorDir . '/google/cloud/GSuiteAddOns/external/protos/Drive/DriveExtensionPoint.php',
    'Google\\Apps\\Script\\Type\\Gmail\\ComposeTrigger' => $vendorDir . '/google/cloud/GSuiteAddOns/external/protos/Gmail/ComposeTrigger.php',
    'Google\\Apps\\Script\\Type\\Gmail\\ComposeTrigger\\DraftAccess' => $vendorDir . '/google/cloud/GSuiteAddOns/external/protos/Gmail/ComposeTrigger/DraftAccess.php',
    'Google\\Apps\\Script\\Type\\Gmail\\ContextualTrigger' => $vendorDir . '/google/cloud/GSuiteAddOns/external/protos/Gmail/ContextualTrigger.php',
    'Google\\Apps\\Script\\Type\\Gmail\\GmailAddOnManifest' => $vendorDir . '/google/cloud/GSuiteAddOns/external/protos/Gmail/GmailAddOnManifest.php',
    'Google\\Apps\\Script\\Type\\Gmail\\UnconditionalTrigger' => $vendorDir . '/google/cloud/GSuiteAddOns/external/protos/Gmail/UnconditionalTrigger.php',
    'Google\\Apps\\Script\\Type\\Gmail\\UniversalAction' => $vendorDir . '/google/cloud/GSuiteAddOns/external/protos/Gmail/UniversalAction.php',
    'Google\\Apps\\Script\\Type\\HomepageExtensionPoint' => $vendorDir . '/google/cloud/GSuiteAddOns/external/protos/HomepageExtensionPoint.php',
    'Google\\Apps\\Script\\Type\\HttpAuthorizationHeader' => $vendorDir . '/google/cloud/GSuiteAddOns/external/protos/HttpAuthorizationHeader.php',
    'Google\\Apps\\Script\\Type\\HttpOptions' => $vendorDir . '/google/cloud/GSuiteAddOns/external/protos/HttpOptions.php',
    'Google\\Apps\\Script\\Type\\LayoutProperties' => $vendorDir . '/google/cloud/GSuiteAddOns/external/protos/LayoutProperties.php',
    'Google\\Apps\\Script\\Type\\MenuItemExtensionPoint' => $vendorDir . '/google/cloud/GSuiteAddOns/external/protos/MenuItemExtensionPoint.php',
    'Google\\Apps\\Script\\Type\\Sheets\\SheetsAddOnManifest' => $vendorDir . '/google/cloud/GSuiteAddOns/external/protos/Sheets/SheetsAddOnManifest.php',
    'Google\\Apps\\Script\\Type\\Sheets\\SheetsExtensionPoint' => $vendorDir . '/google/cloud/GSuiteAddOns/external/protos/Sheets/SheetsExtensionPoint.php',
    'Google\\Apps\\Script\\Type\\Slides\\SlidesAddOnManifest' => $vendorDir . '/google/cloud/GSuiteAddOns/external/protos/Slides/SlidesAddOnManifest.php',
    'Google\\Apps\\Script\\Type\\Slides\\SlidesExtensionPoint' => $vendorDir . '/google/cloud/GSuiteAddOns/external/protos/Slides/SlidesExtensionPoint.php',
    'Google\\Apps\\Script\\Type\\UniversalActionExtensionPoint' => $vendorDir . '/google/cloud/GSuiteAddOns/external/protos/UniversalActionExtensionPoint.php',
    'Google\\Auth\\AccessToken' => $vendorDir . '/google/auth/src/AccessToken.php',
    'Google\\Auth\\ApplicationDefaultCredentials' => $vendorDir . '/google/auth/src/ApplicationDefaultCredentials.php',
    'Google\\Auth\\CacheTrait' => $vendorDir . '/google/auth/src/CacheTrait.php',
    'Google\\Auth\\Cache\\InvalidArgumentException' => $vendorDir . '/google/auth/src/Cache/InvalidArgumentException.php',
    'Google\\Auth\\Cache\\Item' => $vendorDir . '/google/auth/src/Cache/Item.php',
    'Google\\Auth\\Cache\\MemoryCacheItemPool' => $vendorDir . '/google/auth/src/Cache/MemoryCacheItemPool.php',
    'Google\\Auth\\Cache\\SysVCacheItemPool' => $vendorDir . '/google/auth/src/Cache/SysVCacheItemPool.php',
    'Google\\Auth\\Cache\\TypedItem' => $vendorDir . '/google/auth/src/Cache/TypedItem.php',
    'Google\\Auth\\CredentialsLoader' => $vendorDir . '/google/auth/src/CredentialsLoader.php',
    'Google\\Auth\\Credentials\\AppIdentityCredentials' => $vendorDir . '/google/auth/src/Credentials/AppIdentityCredentials.php',
    'Google\\Auth\\Credentials\\GCECredentials' => $vendorDir . '/google/auth/src/Credentials/GCECredentials.php',
    'Google\\Auth\\Credentials\\IAMCredentials' => $vendorDir . '/google/auth/src/Credentials/IAMCredentials.php',
    'Google\\Auth\\Credentials\\ImpersonatedServiceAccountCredentials' => $vendorDir . '/google/auth/src/Credentials/ImpersonatedServiceAccountCredentials.php',
    'Google\\Auth\\Credentials\\InsecureCredentials' => $vendorDir . '/google/auth/src/Credentials/InsecureCredentials.php',
    'Google\\Auth\\Credentials\\ServiceAccountCredentials' => $vendorDir . '/google/auth/src/Credentials/ServiceAccountCredentials.php',
    'Google\\Auth\\Credentials\\ServiceAccountJwtAccessCredentials' => $vendorDir . '/google/auth/src/Credentials/ServiceAccountJwtAccessCredentials.php',
    'Google\\Auth\\Credentials\\UserRefreshCredentials' => $vendorDir . '/google/auth/src/Credentials/UserRefreshCredentials.php',
    'Google\\Auth\\FetchAuthTokenCache' => $vendorDir . '/google/auth/src/FetchAuthTokenCache.php',
    'Google\\Auth\\FetchAuthTokenInterface' => $vendorDir . '/google/auth/src/FetchAuthTokenInterface.php',
    'Google\\Auth\\GCECache' => $vendorDir . '/google/auth/src/GCECache.php',
    'Google\\Auth\\GetQuotaProjectInterface' => $vendorDir . '/google/auth/src/GetQuotaProjectInterface.php',
    'Google\\Auth\\HttpHandler\\Guzzle5HttpHandler' => $vendorDir . '/google/auth/src/HttpHandler/Guzzle5HttpHandler.php',
    'Google\\Auth\\HttpHandler\\Guzzle6HttpHandler' => $vendorDir . '/google/auth/src/HttpHandler/Guzzle6HttpHandler.php',
    'Google\\Auth\\HttpHandler\\Guzzle7HttpHandler' => $vendorDir . '/google/auth/src/HttpHandler/Guzzle7HttpHandler.php',
    'Google\\Auth\\HttpHandler\\HttpClientCache' => $vendorDir . '/google/auth/src/HttpHandler/HttpClientCache.php',
    'Google\\Auth\\HttpHandler\\HttpHandlerFactory' => $vendorDir . '/google/auth/src/HttpHandler/HttpHandlerFactory.php',
    'Google\\Auth\\Iam' => $vendorDir . '/google/auth/src/Iam.php',
    'Google\\Auth\\IamSignerTrait' => $vendorDir . '/google/auth/src/IamSignerTrait.php',
    'Google\\Auth\\Middleware\\AuthTokenMiddleware' => $vendorDir . '/google/auth/src/Middleware/AuthTokenMiddleware.php',
    'Google\\Auth\\Middleware\\ProxyAuthTokenMiddleware' => $vendorDir . '/google/auth/src/Middleware/ProxyAuthTokenMiddleware.php',
    'Google\\Auth\\Middleware\\ScopedAccessTokenMiddleware' => $vendorDir . '/google/auth/src/Middleware/ScopedAccessTokenMiddleware.php',
    'Google\\Auth\\Middleware\\SimpleMiddleware' => $vendorDir . '/google/auth/src/Middleware/SimpleMiddleware.php',
    'Google\\Auth\\OAuth2' => $vendorDir . '/google/auth/src/OAuth2.php',
    'Google\\Auth\\ProjectIdProviderInterface' => $vendorDir . '/google/auth/src/ProjectIdProviderInterface.php',
    'Google\\Auth\\ServiceAccountSignerTrait' => $vendorDir . '/google/auth/src/ServiceAccountSignerTrait.php',
    'Google\\Auth\\SignBlobInterface' => $vendorDir . '/google/auth/src/SignBlobInterface.php',
    'Google\\Auth\\UpdateMetadataInterface' => $vendorDir . '/google/auth/src/UpdateMetadataInterface.php',
    'Google\\CRC32\\Builtin' => $vendorDir . '/google/crc32/src/Builtin.php',
    'Google\\CRC32\\CRC32' => $vendorDir . '/google/crc32/src/CRC32.php',
    'Google\\CRC32\\CRCInterface' => $vendorDir . '/google/crc32/src/CRCInterface.php',
    'Google\\CRC32\\CRCTrait' => $vendorDir . '/google/crc32/src/CRCTrait.php',
    'Google\\CRC32\\Google' => $vendorDir . '/google/crc32/src/Google.php',
    'Google\\CRC32\\PHP' => $vendorDir . '/google/crc32/src/PHP.php',
    'Google\\CRC32\\PHPSlicedBy4' => $vendorDir . '/google/crc32/src/PHPSlicedBy4.php',
    'Google\\CRC32\\Table' => $vendorDir . '/google/crc32/src/Table.php',
    'Google\\Cloud\\AIPlatform\\V1\\AcceleratorType' => $vendorDir . '/google/cloud/AiPlatform/src/V1/AcceleratorType.php',
    'Google\\Cloud\\AIPlatform\\V1\\ActiveLearningConfig' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ActiveLearningConfig.php',
    'Google\\Cloud\\AIPlatform\\V1\\AddContextArtifactsAndExecutionsRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/AddContextArtifactsAndExecutionsRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\AddContextArtifactsAndExecutionsResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/AddContextArtifactsAndExecutionsResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\AddContextChildrenRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/AddContextChildrenRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\AddContextChildrenResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/AddContextChildrenResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\AddExecutionEventsRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/AddExecutionEventsRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\AddExecutionEventsResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/AddExecutionEventsResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\AddTrialMeasurementRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/AddTrialMeasurementRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\Annotation' => $vendorDir . '/google/cloud/AiPlatform/src/V1/Annotation.php',
    'Google\\Cloud\\AIPlatform\\V1\\AnnotationSpec' => $vendorDir . '/google/cloud/AiPlatform/src/V1/AnnotationSpec.php',
    'Google\\Cloud\\AIPlatform\\V1\\Artifact' => $vendorDir . '/google/cloud/AiPlatform/src/V1/Artifact.php',
    'Google\\Cloud\\AIPlatform\\V1\\Artifact\\State' => $vendorDir . '/google/cloud/AiPlatform/src/V1/Artifact/State.php',
    'Google\\Cloud\\AIPlatform\\V1\\Attribution' => $vendorDir . '/google/cloud/AiPlatform/src/V1/Attribution.php',
    'Google\\Cloud\\AIPlatform\\V1\\AutomaticResources' => $vendorDir . '/google/cloud/AiPlatform/src/V1/AutomaticResources.php',
    'Google\\Cloud\\AIPlatform\\V1\\AutoscalingMetricSpec' => $vendorDir . '/google/cloud/AiPlatform/src/V1/AutoscalingMetricSpec.php',
    'Google\\Cloud\\AIPlatform\\V1\\AvroSource' => $vendorDir . '/google/cloud/AiPlatform/src/V1/AvroSource.php',
    'Google\\Cloud\\AIPlatform\\V1\\BatchCreateFeaturesOperationMetadata' => $vendorDir . '/google/cloud/AiPlatform/src/V1/BatchCreateFeaturesOperationMetadata.php',
    'Google\\Cloud\\AIPlatform\\V1\\BatchCreateFeaturesRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/BatchCreateFeaturesRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\BatchCreateFeaturesResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/BatchCreateFeaturesResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\BatchCreateTensorboardRunsRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/BatchCreateTensorboardRunsRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\BatchCreateTensorboardRunsResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/BatchCreateTensorboardRunsResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\BatchCreateTensorboardTimeSeriesRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/BatchCreateTensorboardTimeSeriesRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\BatchCreateTensorboardTimeSeriesResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/BatchCreateTensorboardTimeSeriesResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\BatchDedicatedResources' => $vendorDir . '/google/cloud/AiPlatform/src/V1/BatchDedicatedResources.php',
    'Google\\Cloud\\AIPlatform\\V1\\BatchImportModelEvaluationSlicesRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/BatchImportModelEvaluationSlicesRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\BatchImportModelEvaluationSlicesResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/BatchImportModelEvaluationSlicesResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\BatchMigrateResourcesOperationMetadata' => $vendorDir . '/google/cloud/AiPlatform/src/V1/BatchMigrateResourcesOperationMetadata.php',
    'Google\\Cloud\\AIPlatform\\V1\\BatchMigrateResourcesOperationMetadata\\PartialResult' => $vendorDir . '/google/cloud/AiPlatform/src/V1/BatchMigrateResourcesOperationMetadata/PartialResult.php',
    'Google\\Cloud\\AIPlatform\\V1\\BatchMigrateResourcesRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/BatchMigrateResourcesRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\BatchMigrateResourcesResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/BatchMigrateResourcesResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\BatchPredictionJob' => $vendorDir . '/google/cloud/AiPlatform/src/V1/BatchPredictionJob.php',
    'Google\\Cloud\\AIPlatform\\V1\\BatchPredictionJob\\InputConfig' => $vendorDir . '/google/cloud/AiPlatform/src/V1/BatchPredictionJob/InputConfig.php',
    'Google\\Cloud\\AIPlatform\\V1\\BatchPredictionJob\\InstanceConfig' => $vendorDir . '/google/cloud/AiPlatform/src/V1/BatchPredictionJob/InstanceConfig.php',
    'Google\\Cloud\\AIPlatform\\V1\\BatchPredictionJob\\OutputConfig' => $vendorDir . '/google/cloud/AiPlatform/src/V1/BatchPredictionJob/OutputConfig.php',
    'Google\\Cloud\\AIPlatform\\V1\\BatchPredictionJob\\OutputInfo' => $vendorDir . '/google/cloud/AiPlatform/src/V1/BatchPredictionJob/OutputInfo.php',
    'Google\\Cloud\\AIPlatform\\V1\\BatchReadFeatureValuesOperationMetadata' => $vendorDir . '/google/cloud/AiPlatform/src/V1/BatchReadFeatureValuesOperationMetadata.php',
    'Google\\Cloud\\AIPlatform\\V1\\BatchReadFeatureValuesRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/BatchReadFeatureValuesRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\BatchReadFeatureValuesRequest\\EntityTypeSpec' => $vendorDir . '/google/cloud/AiPlatform/src/V1/BatchReadFeatureValuesRequest/EntityTypeSpec.php',
    'Google\\Cloud\\AIPlatform\\V1\\BatchReadFeatureValuesRequest\\PassThroughField' => $vendorDir . '/google/cloud/AiPlatform/src/V1/BatchReadFeatureValuesRequest/PassThroughField.php',
    'Google\\Cloud\\AIPlatform\\V1\\BatchReadFeatureValuesResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/BatchReadFeatureValuesResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\BatchReadTensorboardTimeSeriesDataRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/BatchReadTensorboardTimeSeriesDataRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\BatchReadTensorboardTimeSeriesDataResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/BatchReadTensorboardTimeSeriesDataResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\BigQueryDestination' => $vendorDir . '/google/cloud/AiPlatform/src/V1/BigQueryDestination.php',
    'Google\\Cloud\\AIPlatform\\V1\\BigQuerySource' => $vendorDir . '/google/cloud/AiPlatform/src/V1/BigQuerySource.php',
    'Google\\Cloud\\AIPlatform\\V1\\BlurBaselineConfig' => $vendorDir . '/google/cloud/AiPlatform/src/V1/BlurBaselineConfig.php',
    'Google\\Cloud\\AIPlatform\\V1\\BoolArray' => $vendorDir . '/google/cloud/AiPlatform/src/V1/BoolArray.php',
    'Google\\Cloud\\AIPlatform\\V1\\CancelBatchPredictionJobRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/CancelBatchPredictionJobRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\CancelCustomJobRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/CancelCustomJobRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\CancelDataLabelingJobRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/CancelDataLabelingJobRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\CancelHyperparameterTuningJobRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/CancelHyperparameterTuningJobRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\CancelNasJobRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/CancelNasJobRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\CancelPipelineJobRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/CancelPipelineJobRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\CancelTrainingPipelineRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/CancelTrainingPipelineRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\CheckTrialEarlyStoppingStateMetatdata' => $vendorDir . '/google/cloud/AiPlatform/src/V1/CheckTrialEarlyStoppingStateMetatdata.php',
    'Google\\Cloud\\AIPlatform\\V1\\CheckTrialEarlyStoppingStateRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/CheckTrialEarlyStoppingStateRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\CheckTrialEarlyStoppingStateResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/CheckTrialEarlyStoppingStateResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\CompleteTrialRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/CompleteTrialRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\CompletionStats' => $vendorDir . '/google/cloud/AiPlatform/src/V1/CompletionStats.php',
    'Google\\Cloud\\AIPlatform\\V1\\ContainerRegistryDestination' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ContainerRegistryDestination.php',
    'Google\\Cloud\\AIPlatform\\V1\\ContainerSpec' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ContainerSpec.php',
    'Google\\Cloud\\AIPlatform\\V1\\Context' => $vendorDir . '/google/cloud/AiPlatform/src/V1/Context.php',
    'Google\\Cloud\\AIPlatform\\V1\\CopyModelOperationMetadata' => $vendorDir . '/google/cloud/AiPlatform/src/V1/CopyModelOperationMetadata.php',
    'Google\\Cloud\\AIPlatform\\V1\\CopyModelRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/CopyModelRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\CopyModelResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/CopyModelResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\CreateArtifactRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/CreateArtifactRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\CreateBatchPredictionJobRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/CreateBatchPredictionJobRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\CreateContextRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/CreateContextRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\CreateCustomJobRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/CreateCustomJobRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\CreateDataLabelingJobRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/CreateDataLabelingJobRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\CreateDatasetOperationMetadata' => $vendorDir . '/google/cloud/AiPlatform/src/V1/CreateDatasetOperationMetadata.php',
    'Google\\Cloud\\AIPlatform\\V1\\CreateDatasetRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/CreateDatasetRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\CreateEndpointOperationMetadata' => $vendorDir . '/google/cloud/AiPlatform/src/V1/CreateEndpointOperationMetadata.php',
    'Google\\Cloud\\AIPlatform\\V1\\CreateEndpointRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/CreateEndpointRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\CreateEntityTypeOperationMetadata' => $vendorDir . '/google/cloud/AiPlatform/src/V1/CreateEntityTypeOperationMetadata.php',
    'Google\\Cloud\\AIPlatform\\V1\\CreateEntityTypeRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/CreateEntityTypeRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\CreateExecutionRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/CreateExecutionRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\CreateFeatureOperationMetadata' => $vendorDir . '/google/cloud/AiPlatform/src/V1/CreateFeatureOperationMetadata.php',
    'Google\\Cloud\\AIPlatform\\V1\\CreateFeatureRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/CreateFeatureRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\CreateFeaturestoreOperationMetadata' => $vendorDir . '/google/cloud/AiPlatform/src/V1/CreateFeaturestoreOperationMetadata.php',
    'Google\\Cloud\\AIPlatform\\V1\\CreateFeaturestoreRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/CreateFeaturestoreRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\CreateHyperparameterTuningJobRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/CreateHyperparameterTuningJobRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\CreateIndexEndpointOperationMetadata' => $vendorDir . '/google/cloud/AiPlatform/src/V1/CreateIndexEndpointOperationMetadata.php',
    'Google\\Cloud\\AIPlatform\\V1\\CreateIndexEndpointRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/CreateIndexEndpointRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\CreateIndexOperationMetadata' => $vendorDir . '/google/cloud/AiPlatform/src/V1/CreateIndexOperationMetadata.php',
    'Google\\Cloud\\AIPlatform\\V1\\CreateIndexRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/CreateIndexRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\CreateMetadataSchemaRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/CreateMetadataSchemaRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\CreateMetadataStoreOperationMetadata' => $vendorDir . '/google/cloud/AiPlatform/src/V1/CreateMetadataStoreOperationMetadata.php',
    'Google\\Cloud\\AIPlatform\\V1\\CreateMetadataStoreRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/CreateMetadataStoreRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\CreateModelDeploymentMonitoringJobRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/CreateModelDeploymentMonitoringJobRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\CreateNasJobRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/CreateNasJobRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\CreatePipelineJobRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/CreatePipelineJobRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\CreateSpecialistPoolOperationMetadata' => $vendorDir . '/google/cloud/AiPlatform/src/V1/CreateSpecialistPoolOperationMetadata.php',
    'Google\\Cloud\\AIPlatform\\V1\\CreateSpecialistPoolRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/CreateSpecialistPoolRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\CreateStudyRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/CreateStudyRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\CreateTensorboardExperimentRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/CreateTensorboardExperimentRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\CreateTensorboardOperationMetadata' => $vendorDir . '/google/cloud/AiPlatform/src/V1/CreateTensorboardOperationMetadata.php',
    'Google\\Cloud\\AIPlatform\\V1\\CreateTensorboardRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/CreateTensorboardRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\CreateTensorboardRunRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/CreateTensorboardRunRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\CreateTensorboardTimeSeriesRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/CreateTensorboardTimeSeriesRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\CreateTrainingPipelineRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/CreateTrainingPipelineRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\CreateTrialRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/CreateTrialRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\CsvDestination' => $vendorDir . '/google/cloud/AiPlatform/src/V1/CsvDestination.php',
    'Google\\Cloud\\AIPlatform\\V1\\CsvSource' => $vendorDir . '/google/cloud/AiPlatform/src/V1/CsvSource.php',
    'Google\\Cloud\\AIPlatform\\V1\\CustomJob' => $vendorDir . '/google/cloud/AiPlatform/src/V1/CustomJob.php',
    'Google\\Cloud\\AIPlatform\\V1\\CustomJobSpec' => $vendorDir . '/google/cloud/AiPlatform/src/V1/CustomJobSpec.php',
    'Google\\Cloud\\AIPlatform\\V1\\DataItem' => $vendorDir . '/google/cloud/AiPlatform/src/V1/DataItem.php',
    'Google\\Cloud\\AIPlatform\\V1\\DataItemView' => $vendorDir . '/google/cloud/AiPlatform/src/V1/DataItemView.php',
    'Google\\Cloud\\AIPlatform\\V1\\DataLabelingJob' => $vendorDir . '/google/cloud/AiPlatform/src/V1/DataLabelingJob.php',
    'Google\\Cloud\\AIPlatform\\V1\\Dataset' => $vendorDir . '/google/cloud/AiPlatform/src/V1/Dataset.php',
    'Google\\Cloud\\AIPlatform\\V1\\DatasetServiceClient' => $vendorDir . '/google/cloud/AiPlatform/src/V1/DatasetServiceClient.php',
    'Google\\Cloud\\AIPlatform\\V1\\DatasetServiceGrpcClient' => $vendorDir . '/google/cloud/AiPlatform/src/V1/DatasetServiceGrpcClient.php',
    'Google\\Cloud\\AIPlatform\\V1\\DedicatedResources' => $vendorDir . '/google/cloud/AiPlatform/src/V1/DedicatedResources.php',
    'Google\\Cloud\\AIPlatform\\V1\\DeleteArtifactRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/DeleteArtifactRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\DeleteBatchPredictionJobRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/DeleteBatchPredictionJobRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\DeleteContextRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/DeleteContextRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\DeleteCustomJobRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/DeleteCustomJobRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\DeleteDataLabelingJobRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/DeleteDataLabelingJobRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\DeleteDatasetRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/DeleteDatasetRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\DeleteEndpointRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/DeleteEndpointRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\DeleteEntityTypeRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/DeleteEntityTypeRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\DeleteExecutionRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/DeleteExecutionRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\DeleteFeatureRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/DeleteFeatureRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\DeleteFeaturestoreRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/DeleteFeaturestoreRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\DeleteHyperparameterTuningJobRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/DeleteHyperparameterTuningJobRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\DeleteIndexEndpointRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/DeleteIndexEndpointRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\DeleteIndexRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/DeleteIndexRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\DeleteMetadataStoreOperationMetadata' => $vendorDir . '/google/cloud/AiPlatform/src/V1/DeleteMetadataStoreOperationMetadata.php',
    'Google\\Cloud\\AIPlatform\\V1\\DeleteMetadataStoreRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/DeleteMetadataStoreRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\DeleteModelDeploymentMonitoringJobRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/DeleteModelDeploymentMonitoringJobRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\DeleteModelRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/DeleteModelRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\DeleteModelVersionRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/DeleteModelVersionRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\DeleteNasJobRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/DeleteNasJobRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\DeleteOperationMetadata' => $vendorDir . '/google/cloud/AiPlatform/src/V1/DeleteOperationMetadata.php',
    'Google\\Cloud\\AIPlatform\\V1\\DeletePipelineJobRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/DeletePipelineJobRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\DeleteSpecialistPoolRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/DeleteSpecialistPoolRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\DeleteStudyRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/DeleteStudyRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\DeleteTensorboardExperimentRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/DeleteTensorboardExperimentRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\DeleteTensorboardRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/DeleteTensorboardRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\DeleteTensorboardRunRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/DeleteTensorboardRunRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\DeleteTensorboardTimeSeriesRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/DeleteTensorboardTimeSeriesRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\DeleteTrainingPipelineRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/DeleteTrainingPipelineRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\DeleteTrialRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/DeleteTrialRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\DeployIndexOperationMetadata' => $vendorDir . '/google/cloud/AiPlatform/src/V1/DeployIndexOperationMetadata.php',
    'Google\\Cloud\\AIPlatform\\V1\\DeployIndexRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/DeployIndexRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\DeployIndexResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/DeployIndexResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\DeployModelOperationMetadata' => $vendorDir . '/google/cloud/AiPlatform/src/V1/DeployModelOperationMetadata.php',
    'Google\\Cloud\\AIPlatform\\V1\\DeployModelRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/DeployModelRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\DeployModelResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/DeployModelResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\DeployedIndex' => $vendorDir . '/google/cloud/AiPlatform/src/V1/DeployedIndex.php',
    'Google\\Cloud\\AIPlatform\\V1\\DeployedIndexAuthConfig' => $vendorDir . '/google/cloud/AiPlatform/src/V1/DeployedIndexAuthConfig.php',
    'Google\\Cloud\\AIPlatform\\V1\\DeployedIndexAuthConfig\\AuthProvider' => $vendorDir . '/google/cloud/AiPlatform/src/V1/DeployedIndexAuthConfig/AuthProvider.php',
    'Google\\Cloud\\AIPlatform\\V1\\DeployedIndexRef' => $vendorDir . '/google/cloud/AiPlatform/src/V1/DeployedIndexRef.php',
    'Google\\Cloud\\AIPlatform\\V1\\DeployedModel' => $vendorDir . '/google/cloud/AiPlatform/src/V1/DeployedModel.php',
    'Google\\Cloud\\AIPlatform\\V1\\DeployedModelRef' => $vendorDir . '/google/cloud/AiPlatform/src/V1/DeployedModelRef.php',
    'Google\\Cloud\\AIPlatform\\V1\\DestinationFeatureSetting' => $vendorDir . '/google/cloud/AiPlatform/src/V1/DestinationFeatureSetting.php',
    'Google\\Cloud\\AIPlatform\\V1\\DiskSpec' => $vendorDir . '/google/cloud/AiPlatform/src/V1/DiskSpec.php',
    'Google\\Cloud\\AIPlatform\\V1\\DoubleArray' => $vendorDir . '/google/cloud/AiPlatform/src/V1/DoubleArray.php',
    'Google\\Cloud\\AIPlatform\\V1\\EncryptionSpec' => $vendorDir . '/google/cloud/AiPlatform/src/V1/EncryptionSpec.php',
    'Google\\Cloud\\AIPlatform\\V1\\Endpoint' => $vendorDir . '/google/cloud/AiPlatform/src/V1/Endpoint.php',
    'Google\\Cloud\\AIPlatform\\V1\\EndpointServiceClient' => $vendorDir . '/google/cloud/AiPlatform/src/V1/EndpointServiceClient.php',
    'Google\\Cloud\\AIPlatform\\V1\\EndpointServiceGrpcClient' => $vendorDir . '/google/cloud/AiPlatform/src/V1/EndpointServiceGrpcClient.php',
    'Google\\Cloud\\AIPlatform\\V1\\EntityType' => $vendorDir . '/google/cloud/AiPlatform/src/V1/EntityType.php',
    'Google\\Cloud\\AIPlatform\\V1\\EnvVar' => $vendorDir . '/google/cloud/AiPlatform/src/V1/EnvVar.php',
    'Google\\Cloud\\AIPlatform\\V1\\Event' => $vendorDir . '/google/cloud/AiPlatform/src/V1/Event.php',
    'Google\\Cloud\\AIPlatform\\V1\\Event\\Type' => $vendorDir . '/google/cloud/AiPlatform/src/V1/Event/Type.php',
    'Google\\Cloud\\AIPlatform\\V1\\ExamplesOverride' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ExamplesOverride.php',
    'Google\\Cloud\\AIPlatform\\V1\\ExamplesOverride\\DataFormat' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ExamplesOverride/DataFormat.php',
    'Google\\Cloud\\AIPlatform\\V1\\ExamplesRestrictionsNamespace' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ExamplesRestrictionsNamespace.php',
    'Google\\Cloud\\AIPlatform\\V1\\Execution' => $vendorDir . '/google/cloud/AiPlatform/src/V1/Execution.php',
    'Google\\Cloud\\AIPlatform\\V1\\Execution\\State' => $vendorDir . '/google/cloud/AiPlatform/src/V1/Execution/State.php',
    'Google\\Cloud\\AIPlatform\\V1\\ExplainRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ExplainRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\ExplainResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ExplainResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\Explanation' => $vendorDir . '/google/cloud/AiPlatform/src/V1/Explanation.php',
    'Google\\Cloud\\AIPlatform\\V1\\ExplanationMetadata' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ExplanationMetadata.php',
    'Google\\Cloud\\AIPlatform\\V1\\ExplanationMetadataOverride' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ExplanationMetadataOverride.php',
    'Google\\Cloud\\AIPlatform\\V1\\ExplanationMetadataOverride\\InputMetadataOverride' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ExplanationMetadataOverride/InputMetadataOverride.php',
    'Google\\Cloud\\AIPlatform\\V1\\ExplanationMetadata\\InputMetadata' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ExplanationMetadata/InputMetadata.php',
    'Google\\Cloud\\AIPlatform\\V1\\ExplanationMetadata\\InputMetadata\\Encoding' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ExplanationMetadata/InputMetadata/Encoding.php',
    'Google\\Cloud\\AIPlatform\\V1\\ExplanationMetadata\\InputMetadata\\FeatureValueDomain' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ExplanationMetadata/InputMetadata/FeatureValueDomain.php',
    'Google\\Cloud\\AIPlatform\\V1\\ExplanationMetadata\\InputMetadata\\Visualization' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ExplanationMetadata/InputMetadata/Visualization.php',
    'Google\\Cloud\\AIPlatform\\V1\\ExplanationMetadata\\InputMetadata\\Visualization\\ColorMap' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ExplanationMetadata/InputMetadata/Visualization/ColorMap.php',
    'Google\\Cloud\\AIPlatform\\V1\\ExplanationMetadata\\InputMetadata\\Visualization\\OverlayType' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ExplanationMetadata/InputMetadata/Visualization/OverlayType.php',
    'Google\\Cloud\\AIPlatform\\V1\\ExplanationMetadata\\InputMetadata\\Visualization\\Polarity' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ExplanationMetadata/InputMetadata/Visualization/Polarity.php',
    'Google\\Cloud\\AIPlatform\\V1\\ExplanationMetadata\\InputMetadata\\Visualization\\Type' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ExplanationMetadata/InputMetadata/Visualization/Type.php',
    'Google\\Cloud\\AIPlatform\\V1\\ExplanationMetadata\\OutputMetadata' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ExplanationMetadata/OutputMetadata.php',
    'Google\\Cloud\\AIPlatform\\V1\\ExplanationParameters' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ExplanationParameters.php',
    'Google\\Cloud\\AIPlatform\\V1\\ExplanationSpec' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ExplanationSpec.php',
    'Google\\Cloud\\AIPlatform\\V1\\ExplanationSpecOverride' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ExplanationSpecOverride.php',
    'Google\\Cloud\\AIPlatform\\V1\\ExportDataConfig' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ExportDataConfig.php',
    'Google\\Cloud\\AIPlatform\\V1\\ExportDataOperationMetadata' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ExportDataOperationMetadata.php',
    'Google\\Cloud\\AIPlatform\\V1\\ExportDataRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ExportDataRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\ExportDataResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ExportDataResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\ExportFeatureValuesOperationMetadata' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ExportFeatureValuesOperationMetadata.php',
    'Google\\Cloud\\AIPlatform\\V1\\ExportFeatureValuesRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ExportFeatureValuesRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\ExportFeatureValuesRequest\\FullExport' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ExportFeatureValuesRequest/FullExport.php',
    'Google\\Cloud\\AIPlatform\\V1\\ExportFeatureValuesRequest\\SnapshotExport' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ExportFeatureValuesRequest/SnapshotExport.php',
    'Google\\Cloud\\AIPlatform\\V1\\ExportFeatureValuesResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ExportFeatureValuesResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\ExportModelOperationMetadata' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ExportModelOperationMetadata.php',
    'Google\\Cloud\\AIPlatform\\V1\\ExportModelOperationMetadata\\OutputInfo' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ExportModelOperationMetadata/OutputInfo.php',
    'Google\\Cloud\\AIPlatform\\V1\\ExportModelRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ExportModelRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\ExportModelRequest\\OutputConfig' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ExportModelRequest/OutputConfig.php',
    'Google\\Cloud\\AIPlatform\\V1\\ExportModelResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ExportModelResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\ExportTensorboardTimeSeriesDataRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ExportTensorboardTimeSeriesDataRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\ExportTensorboardTimeSeriesDataResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ExportTensorboardTimeSeriesDataResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\Feature' => $vendorDir . '/google/cloud/AiPlatform/src/V1/Feature.php',
    'Google\\Cloud\\AIPlatform\\V1\\FeatureNoiseSigma' => $vendorDir . '/google/cloud/AiPlatform/src/V1/FeatureNoiseSigma.php',
    'Google\\Cloud\\AIPlatform\\V1\\FeatureNoiseSigma\\NoiseSigmaForFeature' => $vendorDir . '/google/cloud/AiPlatform/src/V1/FeatureNoiseSigma/NoiseSigmaForFeature.php',
    'Google\\Cloud\\AIPlatform\\V1\\FeatureSelector' => $vendorDir . '/google/cloud/AiPlatform/src/V1/FeatureSelector.php',
    'Google\\Cloud\\AIPlatform\\V1\\FeatureStatsAnomaly' => $vendorDir . '/google/cloud/AiPlatform/src/V1/FeatureStatsAnomaly.php',
    'Google\\Cloud\\AIPlatform\\V1\\FeatureValue' => $vendorDir . '/google/cloud/AiPlatform/src/V1/FeatureValue.php',
    'Google\\Cloud\\AIPlatform\\V1\\FeatureValueDestination' => $vendorDir . '/google/cloud/AiPlatform/src/V1/FeatureValueDestination.php',
    'Google\\Cloud\\AIPlatform\\V1\\FeatureValueList' => $vendorDir . '/google/cloud/AiPlatform/src/V1/FeatureValueList.php',
    'Google\\Cloud\\AIPlatform\\V1\\FeatureValue\\Metadata' => $vendorDir . '/google/cloud/AiPlatform/src/V1/FeatureValue/Metadata.php',
    'Google\\Cloud\\AIPlatform\\V1\\Feature\\MonitoringStatsAnomaly' => $vendorDir . '/google/cloud/AiPlatform/src/V1/Feature/MonitoringStatsAnomaly.php',
    'Google\\Cloud\\AIPlatform\\V1\\Feature\\MonitoringStatsAnomaly\\Objective' => $vendorDir . '/google/cloud/AiPlatform/src/V1/Feature/MonitoringStatsAnomaly/Objective.php',
    'Google\\Cloud\\AIPlatform\\V1\\Feature\\ValueType' => $vendorDir . '/google/cloud/AiPlatform/src/V1/Feature/ValueType.php',
    'Google\\Cloud\\AIPlatform\\V1\\Featurestore' => $vendorDir . '/google/cloud/AiPlatform/src/V1/Featurestore.php',
    'Google\\Cloud\\AIPlatform\\V1\\FeaturestoreMonitoringConfig' => $vendorDir . '/google/cloud/AiPlatform/src/V1/FeaturestoreMonitoringConfig.php',
    'Google\\Cloud\\AIPlatform\\V1\\FeaturestoreMonitoringConfig\\ImportFeaturesAnalysis' => $vendorDir . '/google/cloud/AiPlatform/src/V1/FeaturestoreMonitoringConfig/ImportFeaturesAnalysis.php',
    'Google\\Cloud\\AIPlatform\\V1\\FeaturestoreMonitoringConfig\\ImportFeaturesAnalysis\\Baseline' => $vendorDir . '/google/cloud/AiPlatform/src/V1/FeaturestoreMonitoringConfig/ImportFeaturesAnalysis/Baseline.php',
    'Google\\Cloud\\AIPlatform\\V1\\FeaturestoreMonitoringConfig\\ImportFeaturesAnalysis\\State' => $vendorDir . '/google/cloud/AiPlatform/src/V1/FeaturestoreMonitoringConfig/ImportFeaturesAnalysis/State.php',
    'Google\\Cloud\\AIPlatform\\V1\\FeaturestoreMonitoringConfig\\SnapshotAnalysis' => $vendorDir . '/google/cloud/AiPlatform/src/V1/FeaturestoreMonitoringConfig/SnapshotAnalysis.php',
    'Google\\Cloud\\AIPlatform\\V1\\FeaturestoreMonitoringConfig\\ThresholdConfig' => $vendorDir . '/google/cloud/AiPlatform/src/V1/FeaturestoreMonitoringConfig/ThresholdConfig.php',
    'Google\\Cloud\\AIPlatform\\V1\\FeaturestoreOnlineServingServiceClient' => $vendorDir . '/google/cloud/AiPlatform/src/V1/FeaturestoreOnlineServingServiceClient.php',
    'Google\\Cloud\\AIPlatform\\V1\\FeaturestoreOnlineServingServiceGrpcClient' => $vendorDir . '/google/cloud/AiPlatform/src/V1/FeaturestoreOnlineServingServiceGrpcClient.php',
    'Google\\Cloud\\AIPlatform\\V1\\FeaturestoreServiceClient' => $vendorDir . '/google/cloud/AiPlatform/src/V1/FeaturestoreServiceClient.php',
    'Google\\Cloud\\AIPlatform\\V1\\FeaturestoreServiceGrpcClient' => $vendorDir . '/google/cloud/AiPlatform/src/V1/FeaturestoreServiceGrpcClient.php',
    'Google\\Cloud\\AIPlatform\\V1\\Featurestore\\OnlineServingConfig' => $vendorDir . '/google/cloud/AiPlatform/src/V1/Featurestore/OnlineServingConfig.php',
    'Google\\Cloud\\AIPlatform\\V1\\Featurestore\\OnlineServingConfig\\Scaling' => $vendorDir . '/google/cloud/AiPlatform/src/V1/Featurestore/OnlineServingConfig/Scaling.php',
    'Google\\Cloud\\AIPlatform\\V1\\Featurestore\\State' => $vendorDir . '/google/cloud/AiPlatform/src/V1/Featurestore/State.php',
    'Google\\Cloud\\AIPlatform\\V1\\FilterSplit' => $vendorDir . '/google/cloud/AiPlatform/src/V1/FilterSplit.php',
    'Google\\Cloud\\AIPlatform\\V1\\FractionSplit' => $vendorDir . '/google/cloud/AiPlatform/src/V1/FractionSplit.php',
    'Google\\Cloud\\AIPlatform\\V1\\Gapic\\DatasetServiceGapicClient' => $vendorDir . '/google/cloud/AiPlatform/src/V1/Gapic/DatasetServiceGapicClient.php',
    'Google\\Cloud\\AIPlatform\\V1\\Gapic\\EndpointServiceGapicClient' => $vendorDir . '/google/cloud/AiPlatform/src/V1/Gapic/EndpointServiceGapicClient.php',
    'Google\\Cloud\\AIPlatform\\V1\\Gapic\\FeaturestoreOnlineServingServiceGapicClient' => $vendorDir . '/google/cloud/AiPlatform/src/V1/Gapic/FeaturestoreOnlineServingServiceGapicClient.php',
    'Google\\Cloud\\AIPlatform\\V1\\Gapic\\FeaturestoreServiceGapicClient' => $vendorDir . '/google/cloud/AiPlatform/src/V1/Gapic/FeaturestoreServiceGapicClient.php',
    'Google\\Cloud\\AIPlatform\\V1\\Gapic\\IndexEndpointServiceGapicClient' => $vendorDir . '/google/cloud/AiPlatform/src/V1/Gapic/IndexEndpointServiceGapicClient.php',
    'Google\\Cloud\\AIPlatform\\V1\\Gapic\\IndexServiceGapicClient' => $vendorDir . '/google/cloud/AiPlatform/src/V1/Gapic/IndexServiceGapicClient.php',
    'Google\\Cloud\\AIPlatform\\V1\\Gapic\\JobServiceGapicClient' => $vendorDir . '/google/cloud/AiPlatform/src/V1/Gapic/JobServiceGapicClient.php',
    'Google\\Cloud\\AIPlatform\\V1\\Gapic\\MetadataServiceGapicClient' => $vendorDir . '/google/cloud/AiPlatform/src/V1/Gapic/MetadataServiceGapicClient.php',
    'Google\\Cloud\\AIPlatform\\V1\\Gapic\\MigrationServiceGapicClient' => $vendorDir . '/google/cloud/AiPlatform/src/V1/Gapic/MigrationServiceGapicClient.php',
    'Google\\Cloud\\AIPlatform\\V1\\Gapic\\ModelServiceGapicClient' => $vendorDir . '/google/cloud/AiPlatform/src/V1/Gapic/ModelServiceGapicClient.php',
    'Google\\Cloud\\AIPlatform\\V1\\Gapic\\PipelineServiceGapicClient' => $vendorDir . '/google/cloud/AiPlatform/src/V1/Gapic/PipelineServiceGapicClient.php',
    'Google\\Cloud\\AIPlatform\\V1\\Gapic\\PredictionServiceGapicClient' => $vendorDir . '/google/cloud/AiPlatform/src/V1/Gapic/PredictionServiceGapicClient.php',
    'Google\\Cloud\\AIPlatform\\V1\\Gapic\\SpecialistPoolServiceGapicClient' => $vendorDir . '/google/cloud/AiPlatform/src/V1/Gapic/SpecialistPoolServiceGapicClient.php',
    'Google\\Cloud\\AIPlatform\\V1\\Gapic\\TensorboardServiceGapicClient' => $vendorDir . '/google/cloud/AiPlatform/src/V1/Gapic/TensorboardServiceGapicClient.php',
    'Google\\Cloud\\AIPlatform\\V1\\Gapic\\VizierServiceGapicClient' => $vendorDir . '/google/cloud/AiPlatform/src/V1/Gapic/VizierServiceGapicClient.php',
    'Google\\Cloud\\AIPlatform\\V1\\GcsDestination' => $vendorDir . '/google/cloud/AiPlatform/src/V1/GcsDestination.php',
    'Google\\Cloud\\AIPlatform\\V1\\GcsSource' => $vendorDir . '/google/cloud/AiPlatform/src/V1/GcsSource.php',
    'Google\\Cloud\\AIPlatform\\V1\\GenericOperationMetadata' => $vendorDir . '/google/cloud/AiPlatform/src/V1/GenericOperationMetadata.php',
    'Google\\Cloud\\AIPlatform\\V1\\GetAnnotationSpecRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/GetAnnotationSpecRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\GetArtifactRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/GetArtifactRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\GetBatchPredictionJobRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/GetBatchPredictionJobRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\GetContextRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/GetContextRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\GetCustomJobRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/GetCustomJobRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\GetDataLabelingJobRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/GetDataLabelingJobRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\GetDatasetRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/GetDatasetRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\GetEndpointRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/GetEndpointRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\GetEntityTypeRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/GetEntityTypeRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\GetExecutionRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/GetExecutionRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\GetFeatureRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/GetFeatureRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\GetFeaturestoreRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/GetFeaturestoreRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\GetHyperparameterTuningJobRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/GetHyperparameterTuningJobRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\GetIndexEndpointRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/GetIndexEndpointRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\GetIndexRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/GetIndexRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\GetMetadataSchemaRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/GetMetadataSchemaRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\GetMetadataStoreRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/GetMetadataStoreRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\GetModelDeploymentMonitoringJobRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/GetModelDeploymentMonitoringJobRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\GetModelEvaluationRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/GetModelEvaluationRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\GetModelEvaluationSliceRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/GetModelEvaluationSliceRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\GetModelRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/GetModelRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\GetNasJobRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/GetNasJobRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\GetNasTrialDetailRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/GetNasTrialDetailRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\GetPipelineJobRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/GetPipelineJobRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\GetSpecialistPoolRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/GetSpecialistPoolRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\GetStudyRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/GetStudyRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\GetTensorboardExperimentRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/GetTensorboardExperimentRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\GetTensorboardRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/GetTensorboardRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\GetTensorboardRunRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/GetTensorboardRunRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\GetTensorboardTimeSeriesRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/GetTensorboardTimeSeriesRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\GetTrainingPipelineRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/GetTrainingPipelineRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\GetTrialRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/GetTrialRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\HyperparameterTuningJob' => $vendorDir . '/google/cloud/AiPlatform/src/V1/HyperparameterTuningJob.php',
    'Google\\Cloud\\AIPlatform\\V1\\IdMatcher' => $vendorDir . '/google/cloud/AiPlatform/src/V1/IdMatcher.php',
    'Google\\Cloud\\AIPlatform\\V1\\ImportDataConfig' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ImportDataConfig.php',
    'Google\\Cloud\\AIPlatform\\V1\\ImportDataOperationMetadata' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ImportDataOperationMetadata.php',
    'Google\\Cloud\\AIPlatform\\V1\\ImportDataRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ImportDataRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\ImportDataResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ImportDataResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\ImportFeatureValuesOperationMetadata' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ImportFeatureValuesOperationMetadata.php',
    'Google\\Cloud\\AIPlatform\\V1\\ImportFeatureValuesRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ImportFeatureValuesRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\ImportFeatureValuesRequest\\FeatureSpec' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ImportFeatureValuesRequest/FeatureSpec.php',
    'Google\\Cloud\\AIPlatform\\V1\\ImportFeatureValuesResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ImportFeatureValuesResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\ImportModelEvaluationRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ImportModelEvaluationRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\Index' => $vendorDir . '/google/cloud/AiPlatform/src/V1/Index.php',
    'Google\\Cloud\\AIPlatform\\V1\\IndexDatapoint' => $vendorDir . '/google/cloud/AiPlatform/src/V1/IndexDatapoint.php',
    'Google\\Cloud\\AIPlatform\\V1\\IndexDatapoint\\CrowdingTag' => $vendorDir . '/google/cloud/AiPlatform/src/V1/IndexDatapoint/CrowdingTag.php',
    'Google\\Cloud\\AIPlatform\\V1\\IndexDatapoint\\Restriction' => $vendorDir . '/google/cloud/AiPlatform/src/V1/IndexDatapoint/Restriction.php',
    'Google\\Cloud\\AIPlatform\\V1\\IndexEndpoint' => $vendorDir . '/google/cloud/AiPlatform/src/V1/IndexEndpoint.php',
    'Google\\Cloud\\AIPlatform\\V1\\IndexEndpointServiceClient' => $vendorDir . '/google/cloud/AiPlatform/src/V1/IndexEndpointServiceClient.php',
    'Google\\Cloud\\AIPlatform\\V1\\IndexEndpointServiceGrpcClient' => $vendorDir . '/google/cloud/AiPlatform/src/V1/IndexEndpointServiceGrpcClient.php',
    'Google\\Cloud\\AIPlatform\\V1\\IndexPrivateEndpoints' => $vendorDir . '/google/cloud/AiPlatform/src/V1/IndexPrivateEndpoints.php',
    'Google\\Cloud\\AIPlatform\\V1\\IndexServiceClient' => $vendorDir . '/google/cloud/AiPlatform/src/V1/IndexServiceClient.php',
    'Google\\Cloud\\AIPlatform\\V1\\IndexServiceGrpcClient' => $vendorDir . '/google/cloud/AiPlatform/src/V1/IndexServiceGrpcClient.php',
    'Google\\Cloud\\AIPlatform\\V1\\IndexStats' => $vendorDir . '/google/cloud/AiPlatform/src/V1/IndexStats.php',
    'Google\\Cloud\\AIPlatform\\V1\\Index\\IndexUpdateMethod' => $vendorDir . '/google/cloud/AiPlatform/src/V1/Index/IndexUpdateMethod.php',
    'Google\\Cloud\\AIPlatform\\V1\\InputDataConfig' => $vendorDir . '/google/cloud/AiPlatform/src/V1/InputDataConfig.php',
    'Google\\Cloud\\AIPlatform\\V1\\Int64Array' => $vendorDir . '/google/cloud/AiPlatform/src/V1/Int64Array.php',
    'Google\\Cloud\\AIPlatform\\V1\\IntegratedGradientsAttribution' => $vendorDir . '/google/cloud/AiPlatform/src/V1/IntegratedGradientsAttribution.php',
    'Google\\Cloud\\AIPlatform\\V1\\JobServiceClient' => $vendorDir . '/google/cloud/AiPlatform/src/V1/JobServiceClient.php',
    'Google\\Cloud\\AIPlatform\\V1\\JobServiceGrpcClient' => $vendorDir . '/google/cloud/AiPlatform/src/V1/JobServiceGrpcClient.php',
    'Google\\Cloud\\AIPlatform\\V1\\JobState' => $vendorDir . '/google/cloud/AiPlatform/src/V1/JobState.php',
    'Google\\Cloud\\AIPlatform\\V1\\LineageSubgraph' => $vendorDir . '/google/cloud/AiPlatform/src/V1/LineageSubgraph.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListAnnotationsRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListAnnotationsRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListAnnotationsResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListAnnotationsResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListArtifactsRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListArtifactsRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListArtifactsResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListArtifactsResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListBatchPredictionJobsRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListBatchPredictionJobsRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListBatchPredictionJobsResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListBatchPredictionJobsResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListContextsRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListContextsRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListContextsResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListContextsResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListCustomJobsRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListCustomJobsRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListCustomJobsResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListCustomJobsResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListDataItemsRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListDataItemsRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListDataItemsResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListDataItemsResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListDataLabelingJobsRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListDataLabelingJobsRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListDataLabelingJobsResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListDataLabelingJobsResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListDatasetsRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListDatasetsRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListDatasetsResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListDatasetsResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListEndpointsRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListEndpointsRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListEndpointsResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListEndpointsResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListEntityTypesRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListEntityTypesRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListEntityTypesResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListEntityTypesResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListExecutionsRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListExecutionsRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListExecutionsResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListExecutionsResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListFeaturesRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListFeaturesRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListFeaturesResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListFeaturesResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListFeaturestoresRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListFeaturestoresRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListFeaturestoresResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListFeaturestoresResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListHyperparameterTuningJobsRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListHyperparameterTuningJobsRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListHyperparameterTuningJobsResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListHyperparameterTuningJobsResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListIndexEndpointsRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListIndexEndpointsRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListIndexEndpointsResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListIndexEndpointsResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListIndexesRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListIndexesRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListIndexesResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListIndexesResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListMetadataSchemasRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListMetadataSchemasRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListMetadataSchemasResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListMetadataSchemasResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListMetadataStoresRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListMetadataStoresRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListMetadataStoresResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListMetadataStoresResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListModelDeploymentMonitoringJobsRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListModelDeploymentMonitoringJobsRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListModelDeploymentMonitoringJobsResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListModelDeploymentMonitoringJobsResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListModelEvaluationSlicesRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListModelEvaluationSlicesRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListModelEvaluationSlicesResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListModelEvaluationSlicesResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListModelEvaluationsRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListModelEvaluationsRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListModelEvaluationsResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListModelEvaluationsResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListModelVersionsRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListModelVersionsRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListModelVersionsResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListModelVersionsResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListModelsRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListModelsRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListModelsResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListModelsResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListNasJobsRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListNasJobsRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListNasJobsResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListNasJobsResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListNasTrialDetailsRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListNasTrialDetailsRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListNasTrialDetailsResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListNasTrialDetailsResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListOptimalTrialsRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListOptimalTrialsRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListOptimalTrialsResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListOptimalTrialsResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListPipelineJobsRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListPipelineJobsRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListPipelineJobsResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListPipelineJobsResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListSavedQueriesRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListSavedQueriesRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListSavedQueriesResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListSavedQueriesResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListSpecialistPoolsRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListSpecialistPoolsRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListSpecialistPoolsResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListSpecialistPoolsResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListStudiesRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListStudiesRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListStudiesResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListStudiesResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListTensorboardExperimentsRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListTensorboardExperimentsRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListTensorboardExperimentsResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListTensorboardExperimentsResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListTensorboardRunsRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListTensorboardRunsRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListTensorboardRunsResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListTensorboardRunsResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListTensorboardTimeSeriesRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListTensorboardTimeSeriesRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListTensorboardTimeSeriesResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListTensorboardTimeSeriesResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListTensorboardsRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListTensorboardsRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListTensorboardsResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListTensorboardsResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListTrainingPipelinesRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListTrainingPipelinesRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListTrainingPipelinesResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListTrainingPipelinesResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListTrialsRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListTrialsRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\ListTrialsResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ListTrialsResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\LookupStudyRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/LookupStudyRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\MachineSpec' => $vendorDir . '/google/cloud/AiPlatform/src/V1/MachineSpec.php',
    'Google\\Cloud\\AIPlatform\\V1\\ManualBatchTuningParameters' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ManualBatchTuningParameters.php',
    'Google\\Cloud\\AIPlatform\\V1\\Measurement' => $vendorDir . '/google/cloud/AiPlatform/src/V1/Measurement.php',
    'Google\\Cloud\\AIPlatform\\V1\\Measurement\\Metric' => $vendorDir . '/google/cloud/AiPlatform/src/V1/Measurement/Metric.php',
    'Google\\Cloud\\AIPlatform\\V1\\MergeVersionAliasesRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/MergeVersionAliasesRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\MetadataSchema' => $vendorDir . '/google/cloud/AiPlatform/src/V1/MetadataSchema.php',
    'Google\\Cloud\\AIPlatform\\V1\\MetadataSchema\\MetadataSchemaType' => $vendorDir . '/google/cloud/AiPlatform/src/V1/MetadataSchema/MetadataSchemaType.php',
    'Google\\Cloud\\AIPlatform\\V1\\MetadataServiceClient' => $vendorDir . '/google/cloud/AiPlatform/src/V1/MetadataServiceClient.php',
    'Google\\Cloud\\AIPlatform\\V1\\MetadataServiceGrpcClient' => $vendorDir . '/google/cloud/AiPlatform/src/V1/MetadataServiceGrpcClient.php',
    'Google\\Cloud\\AIPlatform\\V1\\MetadataStore' => $vendorDir . '/google/cloud/AiPlatform/src/V1/MetadataStore.php',
    'Google\\Cloud\\AIPlatform\\V1\\MetadataStore\\MetadataStoreState' => $vendorDir . '/google/cloud/AiPlatform/src/V1/MetadataStore/MetadataStoreState.php',
    'Google\\Cloud\\AIPlatform\\V1\\MigratableResource' => $vendorDir . '/google/cloud/AiPlatform/src/V1/MigratableResource.php',
    'Google\\Cloud\\AIPlatform\\V1\\MigratableResource\\AutomlDataset' => $vendorDir . '/google/cloud/AiPlatform/src/V1/MigratableResource/AutomlDataset.php',
    'Google\\Cloud\\AIPlatform\\V1\\MigratableResource\\AutomlModel' => $vendorDir . '/google/cloud/AiPlatform/src/V1/MigratableResource/AutomlModel.php',
    'Google\\Cloud\\AIPlatform\\V1\\MigratableResource\\DataLabelingDataset' => $vendorDir . '/google/cloud/AiPlatform/src/V1/MigratableResource/DataLabelingDataset.php',
    'Google\\Cloud\\AIPlatform\\V1\\MigratableResource\\DataLabelingDataset\\DataLabelingAnnotatedDataset' => $vendorDir . '/google/cloud/AiPlatform/src/V1/MigratableResource/DataLabelingDataset/DataLabelingAnnotatedDataset.php',
    'Google\\Cloud\\AIPlatform\\V1\\MigratableResource\\MlEngineModelVersion' => $vendorDir . '/google/cloud/AiPlatform/src/V1/MigratableResource/MlEngineModelVersion.php',
    'Google\\Cloud\\AIPlatform\\V1\\MigrateResourceRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/MigrateResourceRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\MigrateResourceRequest\\MigrateAutomlDatasetConfig' => $vendorDir . '/google/cloud/AiPlatform/src/V1/MigrateResourceRequest/MigrateAutomlDatasetConfig.php',
    'Google\\Cloud\\AIPlatform\\V1\\MigrateResourceRequest\\MigrateAutomlModelConfig' => $vendorDir . '/google/cloud/AiPlatform/src/V1/MigrateResourceRequest/MigrateAutomlModelConfig.php',
    'Google\\Cloud\\AIPlatform\\V1\\MigrateResourceRequest\\MigrateDataLabelingDatasetConfig' => $vendorDir . '/google/cloud/AiPlatform/src/V1/MigrateResourceRequest/MigrateDataLabelingDatasetConfig.php',
    'Google\\Cloud\\AIPlatform\\V1\\MigrateResourceRequest\\MigrateDataLabelingDatasetConfig\\MigrateDataLabelingAnnotatedDatasetConfig' => $vendorDir . '/google/cloud/AiPlatform/src/V1/MigrateResourceRequest/MigrateDataLabelingDatasetConfig/MigrateDataLabelingAnnotatedDatasetConfig.php',
    'Google\\Cloud\\AIPlatform\\V1\\MigrateResourceRequest\\MigrateMlEngineModelVersionConfig' => $vendorDir . '/google/cloud/AiPlatform/src/V1/MigrateResourceRequest/MigrateMlEngineModelVersionConfig.php',
    'Google\\Cloud\\AIPlatform\\V1\\MigrateResourceResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/MigrateResourceResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\MigrationServiceClient' => $vendorDir . '/google/cloud/AiPlatform/src/V1/MigrationServiceClient.php',
    'Google\\Cloud\\AIPlatform\\V1\\MigrationServiceGrpcClient' => $vendorDir . '/google/cloud/AiPlatform/src/V1/MigrationServiceGrpcClient.php',
    'Google\\Cloud\\AIPlatform\\V1\\Model' => $vendorDir . '/google/cloud/AiPlatform/src/V1/Model.php',
    'Google\\Cloud\\AIPlatform\\V1\\ModelContainerSpec' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ModelContainerSpec.php',
    'Google\\Cloud\\AIPlatform\\V1\\ModelDeploymentMonitoringBigQueryTable' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ModelDeploymentMonitoringBigQueryTable.php',
    'Google\\Cloud\\AIPlatform\\V1\\ModelDeploymentMonitoringBigQueryTable\\LogSource' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ModelDeploymentMonitoringBigQueryTable/LogSource.php',
    'Google\\Cloud\\AIPlatform\\V1\\ModelDeploymentMonitoringBigQueryTable\\LogType' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ModelDeploymentMonitoringBigQueryTable/LogType.php',
    'Google\\Cloud\\AIPlatform\\V1\\ModelDeploymentMonitoringJob' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ModelDeploymentMonitoringJob.php',
    'Google\\Cloud\\AIPlatform\\V1\\ModelDeploymentMonitoringJob\\LatestMonitoringPipelineMetadata' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ModelDeploymentMonitoringJob/LatestMonitoringPipelineMetadata.php',
    'Google\\Cloud\\AIPlatform\\V1\\ModelDeploymentMonitoringJob\\MonitoringScheduleState' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ModelDeploymentMonitoringJob/MonitoringScheduleState.php',
    'Google\\Cloud\\AIPlatform\\V1\\ModelDeploymentMonitoringObjectiveConfig' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ModelDeploymentMonitoringObjectiveConfig.php',
    'Google\\Cloud\\AIPlatform\\V1\\ModelDeploymentMonitoringObjectiveType' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ModelDeploymentMonitoringObjectiveType.php',
    'Google\\Cloud\\AIPlatform\\V1\\ModelDeploymentMonitoringScheduleConfig' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ModelDeploymentMonitoringScheduleConfig.php',
    'Google\\Cloud\\AIPlatform\\V1\\ModelEvaluation' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ModelEvaluation.php',
    'Google\\Cloud\\AIPlatform\\V1\\ModelEvaluationSlice' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ModelEvaluationSlice.php',
    'Google\\Cloud\\AIPlatform\\V1\\ModelEvaluationSlice\\Slice' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ModelEvaluationSlice/Slice.php',
    'Google\\Cloud\\AIPlatform\\V1\\ModelEvaluation\\ModelEvaluationExplanationSpec' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ModelEvaluation/ModelEvaluationExplanationSpec.php',
    'Google\\Cloud\\AIPlatform\\V1\\ModelExplanation' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ModelExplanation.php',
    'Google\\Cloud\\AIPlatform\\V1\\ModelMonitoringAlertConfig' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ModelMonitoringAlertConfig.php',
    'Google\\Cloud\\AIPlatform\\V1\\ModelMonitoringAlertConfig\\EmailAlertConfig' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ModelMonitoringAlertConfig/EmailAlertConfig.php',
    'Google\\Cloud\\AIPlatform\\V1\\ModelMonitoringObjectiveConfig' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ModelMonitoringObjectiveConfig.php',
    'Google\\Cloud\\AIPlatform\\V1\\ModelMonitoringObjectiveConfig\\ExplanationConfig' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ModelMonitoringObjectiveConfig/ExplanationConfig.php',
    'Google\\Cloud\\AIPlatform\\V1\\ModelMonitoringObjectiveConfig\\ExplanationConfig\\ExplanationBaseline' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ModelMonitoringObjectiveConfig/ExplanationConfig/ExplanationBaseline.php',
    'Google\\Cloud\\AIPlatform\\V1\\ModelMonitoringObjectiveConfig\\ExplanationConfig\\ExplanationBaseline\\PredictionFormat' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ModelMonitoringObjectiveConfig/ExplanationConfig/ExplanationBaseline/PredictionFormat.php',
    'Google\\Cloud\\AIPlatform\\V1\\ModelMonitoringObjectiveConfig\\PredictionDriftDetectionConfig' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ModelMonitoringObjectiveConfig/PredictionDriftDetectionConfig.php',
    'Google\\Cloud\\AIPlatform\\V1\\ModelMonitoringObjectiveConfig\\TrainingDataset' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ModelMonitoringObjectiveConfig/TrainingDataset.php',
    'Google\\Cloud\\AIPlatform\\V1\\ModelMonitoringObjectiveConfig\\TrainingPredictionSkewDetectionConfig' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ModelMonitoringObjectiveConfig/TrainingPredictionSkewDetectionConfig.php',
    'Google\\Cloud\\AIPlatform\\V1\\ModelMonitoringStatsAnomalies' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ModelMonitoringStatsAnomalies.php',
    'Google\\Cloud\\AIPlatform\\V1\\ModelMonitoringStatsAnomalies\\FeatureHistoricStatsAnomalies' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ModelMonitoringStatsAnomalies/FeatureHistoricStatsAnomalies.php',
    'Google\\Cloud\\AIPlatform\\V1\\ModelServiceClient' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ModelServiceClient.php',
    'Google\\Cloud\\AIPlatform\\V1\\ModelServiceGrpcClient' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ModelServiceGrpcClient.php',
    'Google\\Cloud\\AIPlatform\\V1\\ModelSourceInfo' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ModelSourceInfo.php',
    'Google\\Cloud\\AIPlatform\\V1\\ModelSourceInfo\\ModelSourceType' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ModelSourceInfo/ModelSourceType.php',
    'Google\\Cloud\\AIPlatform\\V1\\Model\\DeploymentResourcesType' => $vendorDir . '/google/cloud/AiPlatform/src/V1/Model/DeploymentResourcesType.php',
    'Google\\Cloud\\AIPlatform\\V1\\Model\\ExportFormat' => $vendorDir . '/google/cloud/AiPlatform/src/V1/Model/ExportFormat.php',
    'Google\\Cloud\\AIPlatform\\V1\\Model\\ExportFormat\\ExportableContent' => $vendorDir . '/google/cloud/AiPlatform/src/V1/Model/ExportFormat/ExportableContent.php',
    'Google\\Cloud\\AIPlatform\\V1\\Model\\OriginalModelInfo' => $vendorDir . '/google/cloud/AiPlatform/src/V1/Model/OriginalModelInfo.php',
    'Google\\Cloud\\AIPlatform\\V1\\MutateDeployedIndexOperationMetadata' => $vendorDir . '/google/cloud/AiPlatform/src/V1/MutateDeployedIndexOperationMetadata.php',
    'Google\\Cloud\\AIPlatform\\V1\\MutateDeployedIndexRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/MutateDeployedIndexRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\MutateDeployedIndexResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/MutateDeployedIndexResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\NasJob' => $vendorDir . '/google/cloud/AiPlatform/src/V1/NasJob.php',
    'Google\\Cloud\\AIPlatform\\V1\\NasJobOutput' => $vendorDir . '/google/cloud/AiPlatform/src/V1/NasJobOutput.php',
    'Google\\Cloud\\AIPlatform\\V1\\NasJobOutput\\MultiTrialJobOutput' => $vendorDir . '/google/cloud/AiPlatform/src/V1/NasJobOutput/MultiTrialJobOutput.php',
    'Google\\Cloud\\AIPlatform\\V1\\NasJobSpec' => $vendorDir . '/google/cloud/AiPlatform/src/V1/NasJobSpec.php',
    'Google\\Cloud\\AIPlatform\\V1\\NasJobSpec\\MultiTrialAlgorithmSpec' => $vendorDir . '/google/cloud/AiPlatform/src/V1/NasJobSpec/MultiTrialAlgorithmSpec.php',
    'Google\\Cloud\\AIPlatform\\V1\\NasJobSpec\\MultiTrialAlgorithmSpec\\MetricSpec' => $vendorDir . '/google/cloud/AiPlatform/src/V1/NasJobSpec/MultiTrialAlgorithmSpec/MetricSpec.php',
    'Google\\Cloud\\AIPlatform\\V1\\NasJobSpec\\MultiTrialAlgorithmSpec\\MetricSpec\\GoalType' => $vendorDir . '/google/cloud/AiPlatform/src/V1/NasJobSpec/MultiTrialAlgorithmSpec/MetricSpec/GoalType.php',
    'Google\\Cloud\\AIPlatform\\V1\\NasJobSpec\\MultiTrialAlgorithmSpec\\MultiTrialAlgorithm' => $vendorDir . '/google/cloud/AiPlatform/src/V1/NasJobSpec/MultiTrialAlgorithmSpec/MultiTrialAlgorithm.php',
    'Google\\Cloud\\AIPlatform\\V1\\NasJobSpec\\MultiTrialAlgorithmSpec\\SearchTrialSpec' => $vendorDir . '/google/cloud/AiPlatform/src/V1/NasJobSpec/MultiTrialAlgorithmSpec/SearchTrialSpec.php',
    'Google\\Cloud\\AIPlatform\\V1\\NasJobSpec\\MultiTrialAlgorithmSpec\\TrainTrialSpec' => $vendorDir . '/google/cloud/AiPlatform/src/V1/NasJobSpec/MultiTrialAlgorithmSpec/TrainTrialSpec.php',
    'Google\\Cloud\\AIPlatform\\V1\\NasTrial' => $vendorDir . '/google/cloud/AiPlatform/src/V1/NasTrial.php',
    'Google\\Cloud\\AIPlatform\\V1\\NasTrialDetail' => $vendorDir . '/google/cloud/AiPlatform/src/V1/NasTrialDetail.php',
    'Google\\Cloud\\AIPlatform\\V1\\NasTrial\\State' => $vendorDir . '/google/cloud/AiPlatform/src/V1/NasTrial/State.php',
    'Google\\Cloud\\AIPlatform\\V1\\NearestNeighborSearchOperationMetadata' => $vendorDir . '/google/cloud/AiPlatform/src/V1/NearestNeighborSearchOperationMetadata.php',
    'Google\\Cloud\\AIPlatform\\V1\\NearestNeighborSearchOperationMetadata\\ContentValidationStats' => $vendorDir . '/google/cloud/AiPlatform/src/V1/NearestNeighborSearchOperationMetadata/ContentValidationStats.php',
    'Google\\Cloud\\AIPlatform\\V1\\NearestNeighborSearchOperationMetadata\\RecordError' => $vendorDir . '/google/cloud/AiPlatform/src/V1/NearestNeighborSearchOperationMetadata/RecordError.php',
    'Google\\Cloud\\AIPlatform\\V1\\NearestNeighborSearchOperationMetadata\\RecordError\\RecordErrorType' => $vendorDir . '/google/cloud/AiPlatform/src/V1/NearestNeighborSearchOperationMetadata/RecordError/RecordErrorType.php',
    'Google\\Cloud\\AIPlatform\\V1\\Neighbor' => $vendorDir . '/google/cloud/AiPlatform/src/V1/Neighbor.php',
    'Google\\Cloud\\AIPlatform\\V1\\NfsMount' => $vendorDir . '/google/cloud/AiPlatform/src/V1/NfsMount.php',
    'Google\\Cloud\\AIPlatform\\V1\\PauseModelDeploymentMonitoringJobRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/PauseModelDeploymentMonitoringJobRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\PipelineFailurePolicy' => $vendorDir . '/google/cloud/AiPlatform/src/V1/PipelineFailurePolicy.php',
    'Google\\Cloud\\AIPlatform\\V1\\PipelineJob' => $vendorDir . '/google/cloud/AiPlatform/src/V1/PipelineJob.php',
    'Google\\Cloud\\AIPlatform\\V1\\PipelineJobDetail' => $vendorDir . '/google/cloud/AiPlatform/src/V1/PipelineJobDetail.php',
    'Google\\Cloud\\AIPlatform\\V1\\PipelineJob\\RuntimeConfig' => $vendorDir . '/google/cloud/AiPlatform/src/V1/PipelineJob/RuntimeConfig.php',
    'Google\\Cloud\\AIPlatform\\V1\\PipelineJob\\RuntimeConfig\\InputArtifact' => $vendorDir . '/google/cloud/AiPlatform/src/V1/PipelineJob/RuntimeConfig/InputArtifact.php',
    'Google\\Cloud\\AIPlatform\\V1\\PipelineServiceClient' => $vendorDir . '/google/cloud/AiPlatform/src/V1/PipelineServiceClient.php',
    'Google\\Cloud\\AIPlatform\\V1\\PipelineServiceGrpcClient' => $vendorDir . '/google/cloud/AiPlatform/src/V1/PipelineServiceGrpcClient.php',
    'Google\\Cloud\\AIPlatform\\V1\\PipelineState' => $vendorDir . '/google/cloud/AiPlatform/src/V1/PipelineState.php',
    'Google\\Cloud\\AIPlatform\\V1\\PipelineTaskDetail' => $vendorDir . '/google/cloud/AiPlatform/src/V1/PipelineTaskDetail.php',
    'Google\\Cloud\\AIPlatform\\V1\\PipelineTaskDetail\\ArtifactList' => $vendorDir . '/google/cloud/AiPlatform/src/V1/PipelineTaskDetail/ArtifactList.php',
    'Google\\Cloud\\AIPlatform\\V1\\PipelineTaskDetail\\PipelineTaskStatus' => $vendorDir . '/google/cloud/AiPlatform/src/V1/PipelineTaskDetail/PipelineTaskStatus.php',
    'Google\\Cloud\\AIPlatform\\V1\\PipelineTaskDetail\\State' => $vendorDir . '/google/cloud/AiPlatform/src/V1/PipelineTaskDetail/State.php',
    'Google\\Cloud\\AIPlatform\\V1\\PipelineTaskExecutorDetail' => $vendorDir . '/google/cloud/AiPlatform/src/V1/PipelineTaskExecutorDetail.php',
    'Google\\Cloud\\AIPlatform\\V1\\PipelineTaskExecutorDetail\\ContainerDetail' => $vendorDir . '/google/cloud/AiPlatform/src/V1/PipelineTaskExecutorDetail/ContainerDetail.php',
    'Google\\Cloud\\AIPlatform\\V1\\PipelineTaskExecutorDetail\\CustomJobDetail' => $vendorDir . '/google/cloud/AiPlatform/src/V1/PipelineTaskExecutorDetail/CustomJobDetail.php',
    'Google\\Cloud\\AIPlatform\\V1\\PipelineTemplateMetadata' => $vendorDir . '/google/cloud/AiPlatform/src/V1/PipelineTemplateMetadata.php',
    'Google\\Cloud\\AIPlatform\\V1\\Port' => $vendorDir . '/google/cloud/AiPlatform/src/V1/Port.php',
    'Google\\Cloud\\AIPlatform\\V1\\PredefinedSplit' => $vendorDir . '/google/cloud/AiPlatform/src/V1/PredefinedSplit.php',
    'Google\\Cloud\\AIPlatform\\V1\\PredictRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/PredictRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\PredictRequestResponseLoggingConfig' => $vendorDir . '/google/cloud/AiPlatform/src/V1/PredictRequestResponseLoggingConfig.php',
    'Google\\Cloud\\AIPlatform\\V1\\PredictResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/PredictResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\PredictSchemata' => $vendorDir . '/google/cloud/AiPlatform/src/V1/PredictSchemata.php',
    'Google\\Cloud\\AIPlatform\\V1\\PredictionServiceClient' => $vendorDir . '/google/cloud/AiPlatform/src/V1/PredictionServiceClient.php',
    'Google\\Cloud\\AIPlatform\\V1\\PredictionServiceGrpcClient' => $vendorDir . '/google/cloud/AiPlatform/src/V1/PredictionServiceGrpcClient.php',
    'Google\\Cloud\\AIPlatform\\V1\\PrivateEndpoints' => $vendorDir . '/google/cloud/AiPlatform/src/V1/PrivateEndpoints.php',
    'Google\\Cloud\\AIPlatform\\V1\\PrivateServiceConnectConfig' => $vendorDir . '/google/cloud/AiPlatform/src/V1/PrivateServiceConnectConfig.php',
    'Google\\Cloud\\AIPlatform\\V1\\PurgeArtifactsMetadata' => $vendorDir . '/google/cloud/AiPlatform/src/V1/PurgeArtifactsMetadata.php',
    'Google\\Cloud\\AIPlatform\\V1\\PurgeArtifactsRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/PurgeArtifactsRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\PurgeArtifactsResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/PurgeArtifactsResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\PurgeContextsMetadata' => $vendorDir . '/google/cloud/AiPlatform/src/V1/PurgeContextsMetadata.php',
    'Google\\Cloud\\AIPlatform\\V1\\PurgeContextsRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/PurgeContextsRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\PurgeContextsResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/PurgeContextsResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\PurgeExecutionsMetadata' => $vendorDir . '/google/cloud/AiPlatform/src/V1/PurgeExecutionsMetadata.php',
    'Google\\Cloud\\AIPlatform\\V1\\PurgeExecutionsRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/PurgeExecutionsRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\PurgeExecutionsResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/PurgeExecutionsResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\PythonPackageSpec' => $vendorDir . '/google/cloud/AiPlatform/src/V1/PythonPackageSpec.php',
    'Google\\Cloud\\AIPlatform\\V1\\QueryArtifactLineageSubgraphRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/QueryArtifactLineageSubgraphRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\QueryContextLineageSubgraphRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/QueryContextLineageSubgraphRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\QueryExecutionInputsAndOutputsRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/QueryExecutionInputsAndOutputsRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\RawPredictRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/RawPredictRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\ReadFeatureValuesRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ReadFeatureValuesRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\ReadFeatureValuesResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ReadFeatureValuesResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\ReadFeatureValuesResponse\\EntityView' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ReadFeatureValuesResponse/EntityView.php',
    'Google\\Cloud\\AIPlatform\\V1\\ReadFeatureValuesResponse\\EntityView\\Data' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ReadFeatureValuesResponse/EntityView/Data.php',
    'Google\\Cloud\\AIPlatform\\V1\\ReadFeatureValuesResponse\\FeatureDescriptor' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ReadFeatureValuesResponse/FeatureDescriptor.php',
    'Google\\Cloud\\AIPlatform\\V1\\ReadFeatureValuesResponse\\Header' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ReadFeatureValuesResponse/Header.php',
    'Google\\Cloud\\AIPlatform\\V1\\ReadTensorboardBlobDataRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ReadTensorboardBlobDataRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\ReadTensorboardBlobDataResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ReadTensorboardBlobDataResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\ReadTensorboardTimeSeriesDataRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ReadTensorboardTimeSeriesDataRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\ReadTensorboardTimeSeriesDataResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ReadTensorboardTimeSeriesDataResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\ReadTensorboardUsageRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ReadTensorboardUsageRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\ReadTensorboardUsageResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ReadTensorboardUsageResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\ReadTensorboardUsageResponse\\PerMonthUsageData' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ReadTensorboardUsageResponse/PerMonthUsageData.php',
    'Google\\Cloud\\AIPlatform\\V1\\ReadTensorboardUsageResponse\\PerUserUsageData' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ReadTensorboardUsageResponse/PerUserUsageData.php',
    'Google\\Cloud\\AIPlatform\\V1\\RemoveContextChildrenRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/RemoveContextChildrenRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\RemoveContextChildrenResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/RemoveContextChildrenResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\RemoveDatapointsRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/RemoveDatapointsRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\RemoveDatapointsResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/RemoveDatapointsResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\ResourcesConsumed' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ResourcesConsumed.php',
    'Google\\Cloud\\AIPlatform\\V1\\ResumeModelDeploymentMonitoringJobRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ResumeModelDeploymentMonitoringJobRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\SampleConfig' => $vendorDir . '/google/cloud/AiPlatform/src/V1/SampleConfig.php',
    'Google\\Cloud\\AIPlatform\\V1\\SampleConfig\\SampleStrategy' => $vendorDir . '/google/cloud/AiPlatform/src/V1/SampleConfig/SampleStrategy.php',
    'Google\\Cloud\\AIPlatform\\V1\\SampledShapleyAttribution' => $vendorDir . '/google/cloud/AiPlatform/src/V1/SampledShapleyAttribution.php',
    'Google\\Cloud\\AIPlatform\\V1\\SamplingStrategy' => $vendorDir . '/google/cloud/AiPlatform/src/V1/SamplingStrategy.php',
    'Google\\Cloud\\AIPlatform\\V1\\SamplingStrategy\\RandomSampleConfig' => $vendorDir . '/google/cloud/AiPlatform/src/V1/SamplingStrategy/RandomSampleConfig.php',
    'Google\\Cloud\\AIPlatform\\V1\\SavedQuery' => $vendorDir . '/google/cloud/AiPlatform/src/V1/SavedQuery.php',
    'Google\\Cloud\\AIPlatform\\V1\\Scalar' => $vendorDir . '/google/cloud/AiPlatform/src/V1/Scalar.php',
    'Google\\Cloud\\AIPlatform\\V1\\Scheduling' => $vendorDir . '/google/cloud/AiPlatform/src/V1/Scheduling.php',
    'Google\\Cloud\\AIPlatform\\V1\\SearchDataItemsRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/SearchDataItemsRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\SearchDataItemsRequest\\OrderByAnnotation' => $vendorDir . '/google/cloud/AiPlatform/src/V1/SearchDataItemsRequest/OrderByAnnotation.php',
    'Google\\Cloud\\AIPlatform\\V1\\SearchDataItemsResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/SearchDataItemsResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\SearchFeaturesRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/SearchFeaturesRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\SearchFeaturesResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/SearchFeaturesResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\SearchMigratableResourcesRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/SearchMigratableResourcesRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\SearchMigratableResourcesResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/SearchMigratableResourcesResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\SearchModelDeploymentMonitoringStatsAnomaliesRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/SearchModelDeploymentMonitoringStatsAnomaliesRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\SearchModelDeploymentMonitoringStatsAnomaliesRequest\\StatsAnomaliesObjective' => $vendorDir . '/google/cloud/AiPlatform/src/V1/SearchModelDeploymentMonitoringStatsAnomaliesRequest/StatsAnomaliesObjective.php',
    'Google\\Cloud\\AIPlatform\\V1\\SearchModelDeploymentMonitoringStatsAnomaliesResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/SearchModelDeploymentMonitoringStatsAnomaliesResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\SmoothGradConfig' => $vendorDir . '/google/cloud/AiPlatform/src/V1/SmoothGradConfig.php',
    'Google\\Cloud\\AIPlatform\\V1\\SpecialistPool' => $vendorDir . '/google/cloud/AiPlatform/src/V1/SpecialistPool.php',
    'Google\\Cloud\\AIPlatform\\V1\\SpecialistPoolServiceClient' => $vendorDir . '/google/cloud/AiPlatform/src/V1/SpecialistPoolServiceClient.php',
    'Google\\Cloud\\AIPlatform\\V1\\SpecialistPoolServiceGrpcClient' => $vendorDir . '/google/cloud/AiPlatform/src/V1/SpecialistPoolServiceGrpcClient.php',
    'Google\\Cloud\\AIPlatform\\V1\\StopTrialRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/StopTrialRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\StratifiedSplit' => $vendorDir . '/google/cloud/AiPlatform/src/V1/StratifiedSplit.php',
    'Google\\Cloud\\AIPlatform\\V1\\StreamingReadFeatureValuesRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/StreamingReadFeatureValuesRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\StringArray' => $vendorDir . '/google/cloud/AiPlatform/src/V1/StringArray.php',
    'Google\\Cloud\\AIPlatform\\V1\\Study' => $vendorDir . '/google/cloud/AiPlatform/src/V1/Study.php',
    'Google\\Cloud\\AIPlatform\\V1\\StudySpec' => $vendorDir . '/google/cloud/AiPlatform/src/V1/StudySpec.php',
    'Google\\Cloud\\AIPlatform\\V1\\StudySpec\\Algorithm' => $vendorDir . '/google/cloud/AiPlatform/src/V1/StudySpec/Algorithm.php',
    'Google\\Cloud\\AIPlatform\\V1\\StudySpec\\ConvexAutomatedStoppingSpec' => $vendorDir . '/google/cloud/AiPlatform/src/V1/StudySpec/ConvexAutomatedStoppingSpec.php',
    'Google\\Cloud\\AIPlatform\\V1\\StudySpec\\DecayCurveAutomatedStoppingSpec' => $vendorDir . '/google/cloud/AiPlatform/src/V1/StudySpec/DecayCurveAutomatedStoppingSpec.php',
    'Google\\Cloud\\AIPlatform\\V1\\StudySpec\\MeasurementSelectionType' => $vendorDir . '/google/cloud/AiPlatform/src/V1/StudySpec/MeasurementSelectionType.php',
    'Google\\Cloud\\AIPlatform\\V1\\StudySpec\\MedianAutomatedStoppingSpec' => $vendorDir . '/google/cloud/AiPlatform/src/V1/StudySpec/MedianAutomatedStoppingSpec.php',
    'Google\\Cloud\\AIPlatform\\V1\\StudySpec\\MetricSpec' => $vendorDir . '/google/cloud/AiPlatform/src/V1/StudySpec/MetricSpec.php',
    'Google\\Cloud\\AIPlatform\\V1\\StudySpec\\MetricSpec\\GoalType' => $vendorDir . '/google/cloud/AiPlatform/src/V1/StudySpec/MetricSpec/GoalType.php',
    'Google\\Cloud\\AIPlatform\\V1\\StudySpec\\MetricSpec\\SafetyMetricConfig' => $vendorDir . '/google/cloud/AiPlatform/src/V1/StudySpec/MetricSpec/SafetyMetricConfig.php',
    'Google\\Cloud\\AIPlatform\\V1\\StudySpec\\ObservationNoise' => $vendorDir . '/google/cloud/AiPlatform/src/V1/StudySpec/ObservationNoise.php',
    'Google\\Cloud\\AIPlatform\\V1\\StudySpec\\ParameterSpec' => $vendorDir . '/google/cloud/AiPlatform/src/V1/StudySpec/ParameterSpec.php',
    'Google\\Cloud\\AIPlatform\\V1\\StudySpec\\ParameterSpec\\CategoricalValueSpec' => $vendorDir . '/google/cloud/AiPlatform/src/V1/StudySpec/ParameterSpec/CategoricalValueSpec.php',
    'Google\\Cloud\\AIPlatform\\V1\\StudySpec\\ParameterSpec\\ConditionalParameterSpec' => $vendorDir . '/google/cloud/AiPlatform/src/V1/StudySpec/ParameterSpec/ConditionalParameterSpec.php',
    'Google\\Cloud\\AIPlatform\\V1\\StudySpec\\ParameterSpec\\ConditionalParameterSpec\\CategoricalValueCondition' => $vendorDir . '/google/cloud/AiPlatform/src/V1/StudySpec/ParameterSpec/ConditionalParameterSpec/CategoricalValueCondition.php',
    'Google\\Cloud\\AIPlatform\\V1\\StudySpec\\ParameterSpec\\ConditionalParameterSpec\\DiscreteValueCondition' => $vendorDir . '/google/cloud/AiPlatform/src/V1/StudySpec/ParameterSpec/ConditionalParameterSpec/DiscreteValueCondition.php',
    'Google\\Cloud\\AIPlatform\\V1\\StudySpec\\ParameterSpec\\ConditionalParameterSpec\\IntValueCondition' => $vendorDir . '/google/cloud/AiPlatform/src/V1/StudySpec/ParameterSpec/ConditionalParameterSpec/IntValueCondition.php',
    'Google\\Cloud\\AIPlatform\\V1\\StudySpec\\ParameterSpec\\DiscreteValueSpec' => $vendorDir . '/google/cloud/AiPlatform/src/V1/StudySpec/ParameterSpec/DiscreteValueSpec.php',
    'Google\\Cloud\\AIPlatform\\V1\\StudySpec\\ParameterSpec\\DoubleValueSpec' => $vendorDir . '/google/cloud/AiPlatform/src/V1/StudySpec/ParameterSpec/DoubleValueSpec.php',
    'Google\\Cloud\\AIPlatform\\V1\\StudySpec\\ParameterSpec\\IntegerValueSpec' => $vendorDir . '/google/cloud/AiPlatform/src/V1/StudySpec/ParameterSpec/IntegerValueSpec.php',
    'Google\\Cloud\\AIPlatform\\V1\\StudySpec\\ParameterSpec\\ScaleType' => $vendorDir . '/google/cloud/AiPlatform/src/V1/StudySpec/ParameterSpec/ScaleType.php',
    'Google\\Cloud\\AIPlatform\\V1\\Study\\State' => $vendorDir . '/google/cloud/AiPlatform/src/V1/Study/State.php',
    'Google\\Cloud\\AIPlatform\\V1\\SuggestTrialsMetadata' => $vendorDir . '/google/cloud/AiPlatform/src/V1/SuggestTrialsMetadata.php',
    'Google\\Cloud\\AIPlatform\\V1\\SuggestTrialsRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/SuggestTrialsRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\SuggestTrialsResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/SuggestTrialsResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\TFRecordDestination' => $vendorDir . '/google/cloud/AiPlatform/src/V1/TFRecordDestination.php',
    'Google\\Cloud\\AIPlatform\\V1\\Tensorboard' => $vendorDir . '/google/cloud/AiPlatform/src/V1/Tensorboard.php',
    'Google\\Cloud\\AIPlatform\\V1\\TensorboardBlob' => $vendorDir . '/google/cloud/AiPlatform/src/V1/TensorboardBlob.php',
    'Google\\Cloud\\AIPlatform\\V1\\TensorboardBlobSequence' => $vendorDir . '/google/cloud/AiPlatform/src/V1/TensorboardBlobSequence.php',
    'Google\\Cloud\\AIPlatform\\V1\\TensorboardExperiment' => $vendorDir . '/google/cloud/AiPlatform/src/V1/TensorboardExperiment.php',
    'Google\\Cloud\\AIPlatform\\V1\\TensorboardRun' => $vendorDir . '/google/cloud/AiPlatform/src/V1/TensorboardRun.php',
    'Google\\Cloud\\AIPlatform\\V1\\TensorboardServiceClient' => $vendorDir . '/google/cloud/AiPlatform/src/V1/TensorboardServiceClient.php',
    'Google\\Cloud\\AIPlatform\\V1\\TensorboardServiceGrpcClient' => $vendorDir . '/google/cloud/AiPlatform/src/V1/TensorboardServiceGrpcClient.php',
    'Google\\Cloud\\AIPlatform\\V1\\TensorboardTensor' => $vendorDir . '/google/cloud/AiPlatform/src/V1/TensorboardTensor.php',
    'Google\\Cloud\\AIPlatform\\V1\\TensorboardTimeSeries' => $vendorDir . '/google/cloud/AiPlatform/src/V1/TensorboardTimeSeries.php',
    'Google\\Cloud\\AIPlatform\\V1\\TensorboardTimeSeries\\Metadata' => $vendorDir . '/google/cloud/AiPlatform/src/V1/TensorboardTimeSeries/Metadata.php',
    'Google\\Cloud\\AIPlatform\\V1\\TensorboardTimeSeries\\ValueType' => $vendorDir . '/google/cloud/AiPlatform/src/V1/TensorboardTimeSeries/ValueType.php',
    'Google\\Cloud\\AIPlatform\\V1\\ThresholdConfig' => $vendorDir . '/google/cloud/AiPlatform/src/V1/ThresholdConfig.php',
    'Google\\Cloud\\AIPlatform\\V1\\TimeSeriesData' => $vendorDir . '/google/cloud/AiPlatform/src/V1/TimeSeriesData.php',
    'Google\\Cloud\\AIPlatform\\V1\\TimeSeriesDataPoint' => $vendorDir . '/google/cloud/AiPlatform/src/V1/TimeSeriesDataPoint.php',
    'Google\\Cloud\\AIPlatform\\V1\\TimestampSplit' => $vendorDir . '/google/cloud/AiPlatform/src/V1/TimestampSplit.php',
    'Google\\Cloud\\AIPlatform\\V1\\TrainingConfig' => $vendorDir . '/google/cloud/AiPlatform/src/V1/TrainingConfig.php',
    'Google\\Cloud\\AIPlatform\\V1\\TrainingPipeline' => $vendorDir . '/google/cloud/AiPlatform/src/V1/TrainingPipeline.php',
    'Google\\Cloud\\AIPlatform\\V1\\Trial' => $vendorDir . '/google/cloud/AiPlatform/src/V1/Trial.php',
    'Google\\Cloud\\AIPlatform\\V1\\Trial\\Parameter' => $vendorDir . '/google/cloud/AiPlatform/src/V1/Trial/Parameter.php',
    'Google\\Cloud\\AIPlatform\\V1\\Trial\\State' => $vendorDir . '/google/cloud/AiPlatform/src/V1/Trial/State.php',
    'Google\\Cloud\\AIPlatform\\V1\\UndeployIndexOperationMetadata' => $vendorDir . '/google/cloud/AiPlatform/src/V1/UndeployIndexOperationMetadata.php',
    'Google\\Cloud\\AIPlatform\\V1\\UndeployIndexRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/UndeployIndexRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\UndeployIndexResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/UndeployIndexResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\UndeployModelOperationMetadata' => $vendorDir . '/google/cloud/AiPlatform/src/V1/UndeployModelOperationMetadata.php',
    'Google\\Cloud\\AIPlatform\\V1\\UndeployModelRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/UndeployModelRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\UndeployModelResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/UndeployModelResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\UnmanagedContainerModel' => $vendorDir . '/google/cloud/AiPlatform/src/V1/UnmanagedContainerModel.php',
    'Google\\Cloud\\AIPlatform\\V1\\UpdateArtifactRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/UpdateArtifactRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\UpdateContextRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/UpdateContextRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\UpdateDatasetRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/UpdateDatasetRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\UpdateEndpointRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/UpdateEndpointRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\UpdateEntityTypeRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/UpdateEntityTypeRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\UpdateExecutionRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/UpdateExecutionRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\UpdateFeatureRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/UpdateFeatureRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\UpdateFeaturestoreOperationMetadata' => $vendorDir . '/google/cloud/AiPlatform/src/V1/UpdateFeaturestoreOperationMetadata.php',
    'Google\\Cloud\\AIPlatform\\V1\\UpdateFeaturestoreRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/UpdateFeaturestoreRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\UpdateIndexEndpointRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/UpdateIndexEndpointRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\UpdateIndexOperationMetadata' => $vendorDir . '/google/cloud/AiPlatform/src/V1/UpdateIndexOperationMetadata.php',
    'Google\\Cloud\\AIPlatform\\V1\\UpdateIndexRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/UpdateIndexRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\UpdateModelDeploymentMonitoringJobOperationMetadata' => $vendorDir . '/google/cloud/AiPlatform/src/V1/UpdateModelDeploymentMonitoringJobOperationMetadata.php',
    'Google\\Cloud\\AIPlatform\\V1\\UpdateModelDeploymentMonitoringJobRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/UpdateModelDeploymentMonitoringJobRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\UpdateModelRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/UpdateModelRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\UpdateSpecialistPoolOperationMetadata' => $vendorDir . '/google/cloud/AiPlatform/src/V1/UpdateSpecialistPoolOperationMetadata.php',
    'Google\\Cloud\\AIPlatform\\V1\\UpdateSpecialistPoolRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/UpdateSpecialistPoolRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\UpdateTensorboardExperimentRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/UpdateTensorboardExperimentRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\UpdateTensorboardOperationMetadata' => $vendorDir . '/google/cloud/AiPlatform/src/V1/UpdateTensorboardOperationMetadata.php',
    'Google\\Cloud\\AIPlatform\\V1\\UpdateTensorboardRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/UpdateTensorboardRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\UpdateTensorboardRunRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/UpdateTensorboardRunRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\UpdateTensorboardTimeSeriesRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/UpdateTensorboardTimeSeriesRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\UploadModelOperationMetadata' => $vendorDir . '/google/cloud/AiPlatform/src/V1/UploadModelOperationMetadata.php',
    'Google\\Cloud\\AIPlatform\\V1\\UploadModelRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/UploadModelRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\UploadModelResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/UploadModelResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\UpsertDatapointsRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/UpsertDatapointsRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\UpsertDatapointsResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/UpsertDatapointsResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\UserActionReference' => $vendorDir . '/google/cloud/AiPlatform/src/V1/UserActionReference.php',
    'Google\\Cloud\\AIPlatform\\V1\\Value' => $vendorDir . '/google/cloud/AiPlatform/src/V1/Value.php',
    'Google\\Cloud\\AIPlatform\\V1\\VizierServiceClient' => $vendorDir . '/google/cloud/AiPlatform/src/V1/VizierServiceClient.php',
    'Google\\Cloud\\AIPlatform\\V1\\VizierServiceGrpcClient' => $vendorDir . '/google/cloud/AiPlatform/src/V1/VizierServiceGrpcClient.php',
    'Google\\Cloud\\AIPlatform\\V1\\WorkerPoolSpec' => $vendorDir . '/google/cloud/AiPlatform/src/V1/WorkerPoolSpec.php',
    'Google\\Cloud\\AIPlatform\\V1\\WriteFeatureValuesPayload' => $vendorDir . '/google/cloud/AiPlatform/src/V1/WriteFeatureValuesPayload.php',
    'Google\\Cloud\\AIPlatform\\V1\\WriteFeatureValuesRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/WriteFeatureValuesRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\WriteFeatureValuesResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/WriteFeatureValuesResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\WriteTensorboardExperimentDataRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/WriteTensorboardExperimentDataRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\WriteTensorboardExperimentDataResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/WriteTensorboardExperimentDataResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\WriteTensorboardRunDataRequest' => $vendorDir . '/google/cloud/AiPlatform/src/V1/WriteTensorboardRunDataRequest.php',
    'Google\\Cloud\\AIPlatform\\V1\\WriteTensorboardRunDataResponse' => $vendorDir . '/google/cloud/AiPlatform/src/V1/WriteTensorboardRunDataResponse.php',
    'Google\\Cloud\\AIPlatform\\V1\\XraiAttribution' => $vendorDir . '/google/cloud/AiPlatform/src/V1/XraiAttribution.php',
    'Google\\Cloud\\AccessApproval\\V1\\AccessApprovalClient' => $vendorDir . '/google/cloud/AccessApproval/src/V1/AccessApprovalClient.php',
    'Google\\Cloud\\AccessApproval\\V1\\AccessApprovalServiceAccount' => $vendorDir . '/google/cloud/AccessApproval/src/V1/AccessApprovalServiceAccount.php',
    'Google\\Cloud\\AccessApproval\\V1\\AccessApprovalSettings' => $vendorDir . '/google/cloud/AccessApproval/src/V1/AccessApprovalSettings.php',
    'Google\\Cloud\\AccessApproval\\V1\\AccessLocations' => $vendorDir . '/google/cloud/AccessApproval/src/V1/AccessLocations.php',
    'Google\\Cloud\\AccessApproval\\V1\\AccessReason' => $vendorDir . '/google/cloud/AccessApproval/src/V1/AccessReason.php',
    'Google\\Cloud\\AccessApproval\\V1\\AccessReason\\Type' => $vendorDir . '/google/cloud/AccessApproval/src/V1/AccessReason/Type.php',
    'Google\\Cloud\\AccessApproval\\V1\\ApprovalRequest' => $vendorDir . '/google/cloud/AccessApproval/src/V1/ApprovalRequest.php',
    'Google\\Cloud\\AccessApproval\\V1\\ApproveApprovalRequestMessage' => $vendorDir . '/google/cloud/AccessApproval/src/V1/ApproveApprovalRequestMessage.php',
    'Google\\Cloud\\AccessApproval\\V1\\ApproveDecision' => $vendorDir . '/google/cloud/AccessApproval/src/V1/ApproveDecision.php',
    'Google\\Cloud\\AccessApproval\\V1\\DeleteAccessApprovalSettingsMessage' => $vendorDir . '/google/cloud/AccessApproval/src/V1/DeleteAccessApprovalSettingsMessage.php',
    'Google\\Cloud\\AccessApproval\\V1\\DismissApprovalRequestMessage' => $vendorDir . '/google/cloud/AccessApproval/src/V1/DismissApprovalRequestMessage.php',
    'Google\\Cloud\\AccessApproval\\V1\\DismissDecision' => $vendorDir . '/google/cloud/AccessApproval/src/V1/DismissDecision.php',
    'Google\\Cloud\\AccessApproval\\V1\\EnrolledService' => $vendorDir . '/google/cloud/AccessApproval/src/V1/EnrolledService.php',
    'Google\\Cloud\\AccessApproval\\V1\\EnrollmentLevel' => $vendorDir . '/google/cloud/AccessApproval/src/V1/EnrollmentLevel.php',
    'Google\\Cloud\\AccessApproval\\V1\\Gapic\\AccessApprovalGapicClient' => $vendorDir . '/google/cloud/AccessApproval/src/V1/Gapic/AccessApprovalGapicClient.php',
    'Google\\Cloud\\AccessApproval\\V1\\GetAccessApprovalServiceAccountMessage' => $vendorDir . '/google/cloud/AccessApproval/src/V1/GetAccessApprovalServiceAccountMessage.php',
    'Google\\Cloud\\AccessApproval\\V1\\GetAccessApprovalSettingsMessage' => $vendorDir . '/google/cloud/AccessApproval/src/V1/GetAccessApprovalSettingsMessage.php',
    'Google\\Cloud\\AccessApproval\\V1\\GetApprovalRequestMessage' => $vendorDir . '/google/cloud/AccessApproval/src/V1/GetApprovalRequestMessage.php',
    'Google\\Cloud\\AccessApproval\\V1\\InvalidateApprovalRequestMessage' => $vendorDir . '/google/cloud/AccessApproval/src/V1/InvalidateApprovalRequestMessage.php',
    'Google\\Cloud\\AccessApproval\\V1\\ListApprovalRequestsMessage' => $vendorDir . '/google/cloud/AccessApproval/src/V1/ListApprovalRequestsMessage.php',
    'Google\\Cloud\\AccessApproval\\V1\\ListApprovalRequestsResponse' => $vendorDir . '/google/cloud/AccessApproval/src/V1/ListApprovalRequestsResponse.php',
    'Google\\Cloud\\AccessApproval\\V1\\ResourceProperties' => $vendorDir . '/google/cloud/AccessApproval/src/V1/ResourceProperties.php',
    'Google\\Cloud\\AccessApproval\\V1\\SignatureInfo' => $vendorDir . '/google/cloud/AccessApproval/src/V1/SignatureInfo.php',
    'Google\\Cloud\\AccessApproval\\V1\\UpdateAccessApprovalSettingsMessage' => $vendorDir . '/google/cloud/AccessApproval/src/V1/UpdateAccessApprovalSettingsMessage.php',
    'Google\\Cloud\\AdvisoryNotifications\\V1\\AdvisoryNotificationsServiceClient' => $vendorDir . '/google/cloud/AdvisoryNotifications/src/V1/AdvisoryNotificationsServiceClient.php',
    'Google\\Cloud\\AdvisoryNotifications\\V1\\Attachment' => $vendorDir . '/google/cloud/AdvisoryNotifications/src/V1/Attachment.php',
    'Google\\Cloud\\AdvisoryNotifications\\V1\\Csv' => $vendorDir . '/google/cloud/AdvisoryNotifications/src/V1/Csv.php',
    'Google\\Cloud\\AdvisoryNotifications\\V1\\Csv\\CsvRow' => $vendorDir . '/google/cloud/AdvisoryNotifications/src/V1/Csv/CsvRow.php',
    'Google\\Cloud\\AdvisoryNotifications\\V1\\Gapic\\AdvisoryNotificationsServiceGapicClient' => $vendorDir . '/google/cloud/AdvisoryNotifications/src/V1/Gapic/AdvisoryNotificationsServiceGapicClient.php',
    'Google\\Cloud\\AdvisoryNotifications\\V1\\GetNotificationRequest' => $vendorDir . '/google/cloud/AdvisoryNotifications/src/V1/GetNotificationRequest.php',
    'Google\\Cloud\\AdvisoryNotifications\\V1\\ListNotificationsRequest' => $vendorDir . '/google/cloud/AdvisoryNotifications/src/V1/ListNotificationsRequest.php',
    'Google\\Cloud\\AdvisoryNotifications\\V1\\ListNotificationsResponse' => $vendorDir . '/google/cloud/AdvisoryNotifications/src/V1/ListNotificationsResponse.php',
    'Google\\Cloud\\AdvisoryNotifications\\V1\\LocalizationState' => $vendorDir . '/google/cloud/AdvisoryNotifications/src/V1/LocalizationState.php',
    'Google\\Cloud\\AdvisoryNotifications\\V1\\Message' => $vendorDir . '/google/cloud/AdvisoryNotifications/src/V1/Message.php',
    'Google\\Cloud\\AdvisoryNotifications\\V1\\Message\\Body' => $vendorDir . '/google/cloud/AdvisoryNotifications/src/V1/Message/Body.php',
    'Google\\Cloud\\AdvisoryNotifications\\V1\\Notification' => $vendorDir . '/google/cloud/AdvisoryNotifications/src/V1/Notification.php',
    'Google\\Cloud\\AdvisoryNotifications\\V1\\NotificationView' => $vendorDir . '/google/cloud/AdvisoryNotifications/src/V1/NotificationView.php',
    'Google\\Cloud\\AdvisoryNotifications\\V1\\Subject' => $vendorDir . '/google/cloud/AdvisoryNotifications/src/V1/Subject.php',
    'Google\\Cloud\\AdvisoryNotifications\\V1\\Text' => $vendorDir . '/google/cloud/AdvisoryNotifications/src/V1/Text.php',
    'Google\\Cloud\\ApiGateway\\V1\\Api' => $vendorDir . '/google/cloud/ApiGateway/src/V1/Api.php',
    'Google\\Cloud\\ApiGateway\\V1\\ApiConfig' => $vendorDir . '/google/cloud/ApiGateway/src/V1/ApiConfig.php',
    'Google\\Cloud\\ApiGateway\\V1\\ApiConfig\\File' => $vendorDir . '/google/cloud/ApiGateway/src/V1/ApiConfig/File.php',
    'Google\\Cloud\\ApiGateway\\V1\\ApiConfig\\GrpcServiceDefinition' => $vendorDir . '/google/cloud/ApiGateway/src/V1/ApiConfig/GrpcServiceDefinition.php',
    'Google\\Cloud\\ApiGateway\\V1\\ApiConfig\\OpenApiDocument' => $vendorDir . '/google/cloud/ApiGateway/src/V1/ApiConfig/OpenApiDocument.php',
    'Google\\Cloud\\ApiGateway\\V1\\ApiConfig\\State' => $vendorDir . '/google/cloud/ApiGateway/src/V1/ApiConfig/State.php',
    'Google\\Cloud\\ApiGateway\\V1\\ApiGatewayServiceClient' => $vendorDir . '/google/cloud/ApiGateway/src/V1/ApiGatewayServiceClient.php',
    'Google\\Cloud\\ApiGateway\\V1\\Api\\State' => $vendorDir . '/google/cloud/ApiGateway/src/V1/Api/State.php',
    'Google\\Cloud\\ApiGateway\\V1\\CreateApiConfigRequest' => $vendorDir . '/google/cloud/ApiGateway/src/V1/CreateApiConfigRequest.php',
    'Google\\Cloud\\ApiGateway\\V1\\CreateApiRequest' => $vendorDir . '/google/cloud/ApiGateway/src/V1/CreateApiRequest.php',
    'Google\\Cloud\\ApiGateway\\V1\\CreateGatewayRequest' => $vendorDir . '/google/cloud/ApiGateway/src/V1/CreateGatewayRequest.php',
    'Google\\Cloud\\ApiGateway\\V1\\DeleteApiConfigRequest' => $vendorDir . '/google/cloud/ApiGateway/src/V1/DeleteApiConfigRequest.php',
    'Google\\Cloud\\ApiGateway\\V1\\DeleteApiRequest' => $vendorDir . '/google/cloud/ApiGateway/src/V1/DeleteApiRequest.php',
    'Google\\Cloud\\ApiGateway\\V1\\DeleteGatewayRequest' => $vendorDir . '/google/cloud/ApiGateway/src/V1/DeleteGatewayRequest.php',
    'Google\\Cloud\\ApiGateway\\V1\\Gapic\\ApiGatewayServiceGapicClient' => $vendorDir . '/google/cloud/ApiGateway/src/V1/Gapic/ApiGatewayServiceGapicClient.php',
    'Google\\Cloud\\ApiGateway\\V1\\Gateway' => $vendorDir . '/google/cloud/ApiGateway/src/V1/Gateway.php',
    'Google\\Cloud\\ApiGateway\\V1\\Gateway\\State' => $vendorDir . '/google/cloud/ApiGateway/src/V1/Gateway/State.php',
    'Google\\Cloud\\ApiGateway\\V1\\GetApiConfigRequest' => $vendorDir . '/google/cloud/ApiGateway/src/V1/GetApiConfigRequest.php',
    'Google\\Cloud\\ApiGateway\\V1\\GetApiConfigRequest\\ConfigView' => $vendorDir . '/google/cloud/ApiGateway/src/V1/GetApiConfigRequest/ConfigView.php',
    'Google\\Cloud\\ApiGateway\\V1\\GetApiRequest' => $vendorDir . '/google/cloud/ApiGateway/src/V1/GetApiRequest.php',
    'Google\\Cloud\\ApiGateway\\V1\\GetGatewayRequest' => $vendorDir . '/google/cloud/ApiGateway/src/V1/GetGatewayRequest.php',
    'Google\\Cloud\\ApiGateway\\V1\\ListApiConfigsRequest' => $vendorDir . '/google/cloud/ApiGateway/src/V1/ListApiConfigsRequest.php',
    'Google\\Cloud\\ApiGateway\\V1\\ListApiConfigsResponse' => $vendorDir . '/google/cloud/ApiGateway/src/V1/ListApiConfigsResponse.php',
    'Google\\Cloud\\ApiGateway\\V1\\ListApisRequest' => $vendorDir . '/google/cloud/ApiGateway/src/V1/ListApisRequest.php',
    'Google\\Cloud\\ApiGateway\\V1\\ListApisResponse' => $vendorDir . '/google/cloud/ApiGateway/src/V1/ListApisResponse.php',
    'Google\\Cloud\\ApiGateway\\V1\\ListGatewaysRequest' => $vendorDir . '/google/cloud/ApiGateway/src/V1/ListGatewaysRequest.php',
    'Google\\Cloud\\ApiGateway\\V1\\ListGatewaysResponse' => $vendorDir . '/google/cloud/ApiGateway/src/V1/ListGatewaysResponse.php',
    'Google\\Cloud\\ApiGateway\\V1\\OperationMetadata' => $vendorDir . '/google/cloud/ApiGateway/src/V1/OperationMetadata.php',
    'Google\\Cloud\\ApiGateway\\V1\\OperationMetadata\\Diagnostic' => $vendorDir . '/google/cloud/ApiGateway/src/V1/OperationMetadata/Diagnostic.php',
    'Google\\Cloud\\ApiGateway\\V1\\UpdateApiConfigRequest' => $vendorDir . '/google/cloud/ApiGateway/src/V1/UpdateApiConfigRequest.php',
    'Google\\Cloud\\ApiGateway\\V1\\UpdateApiRequest' => $vendorDir . '/google/cloud/ApiGateway/src/V1/UpdateApiRequest.php',
    'Google\\Cloud\\ApiGateway\\V1\\UpdateGatewayRequest' => $vendorDir . '/google/cloud/ApiGateway/src/V1/UpdateGatewayRequest.php',
    'Google\\Cloud\\ApiKeys\\V2\\AndroidApplication' => $vendorDir . '/google/cloud/ApiKeys/src/V2/AndroidApplication.php',
    'Google\\Cloud\\ApiKeys\\V2\\AndroidKeyRestrictions' => $vendorDir . '/google/cloud/ApiKeys/src/V2/AndroidKeyRestrictions.php',
    'Google\\Cloud\\ApiKeys\\V2\\ApiKeysClient' => $vendorDir . '/google/cloud/ApiKeys/src/V2/ApiKeysClient.php',
    'Google\\Cloud\\ApiKeys\\V2\\ApiTarget' => $vendorDir . '/google/cloud/ApiKeys/src/V2/ApiTarget.php',
    'Google\\Cloud\\ApiKeys\\V2\\BrowserKeyRestrictions' => $vendorDir . '/google/cloud/ApiKeys/src/V2/BrowserKeyRestrictions.php',
    'Google\\Cloud\\ApiKeys\\V2\\CreateKeyRequest' => $vendorDir . '/google/cloud/ApiKeys/src/V2/CreateKeyRequest.php',
    'Google\\Cloud\\ApiKeys\\V2\\DeleteKeyRequest' => $vendorDir . '/google/cloud/ApiKeys/src/V2/DeleteKeyRequest.php',
    'Google\\Cloud\\ApiKeys\\V2\\Gapic\\ApiKeysGapicClient' => $vendorDir . '/google/cloud/ApiKeys/src/V2/Gapic/ApiKeysGapicClient.php',
    'Google\\Cloud\\ApiKeys\\V2\\GetKeyRequest' => $vendorDir . '/google/cloud/ApiKeys/src/V2/GetKeyRequest.php',
    'Google\\Cloud\\ApiKeys\\V2\\GetKeyStringRequest' => $vendorDir . '/google/cloud/ApiKeys/src/V2/GetKeyStringRequest.php',
    'Google\\Cloud\\ApiKeys\\V2\\GetKeyStringResponse' => $vendorDir . '/google/cloud/ApiKeys/src/V2/GetKeyStringResponse.php',
    'Google\\Cloud\\ApiKeys\\V2\\IosKeyRestrictions' => $vendorDir . '/google/cloud/ApiKeys/src/V2/IosKeyRestrictions.php',
    'Google\\Cloud\\ApiKeys\\V2\\Key' => $vendorDir . '/google/cloud/ApiKeys/src/V2/Key.php',
    'Google\\Cloud\\ApiKeys\\V2\\ListKeysRequest' => $vendorDir . '/google/cloud/ApiKeys/src/V2/ListKeysRequest.php',
    'Google\\Cloud\\ApiKeys\\V2\\ListKeysResponse' => $vendorDir . '/google/cloud/ApiKeys/src/V2/ListKeysResponse.php',
    'Google\\Cloud\\ApiKeys\\V2\\LookupKeyRequest' => $vendorDir . '/google/cloud/ApiKeys/src/V2/LookupKeyRequest.php',
    'Google\\Cloud\\ApiKeys\\V2\\LookupKeyResponse' => $vendorDir . '/google/cloud/ApiKeys/src/V2/LookupKeyResponse.php',
    'Google\\Cloud\\ApiKeys\\V2\\Restrictions' => $vendorDir . '/google/cloud/ApiKeys/src/V2/Restrictions.php',
    'Google\\Cloud\\ApiKeys\\V2\\ServerKeyRestrictions' => $vendorDir . '/google/cloud/ApiKeys/src/V2/ServerKeyRestrictions.php',
    'Google\\Cloud\\ApiKeys\\V2\\UndeleteKeyRequest' => $vendorDir . '/google/cloud/ApiKeys/src/V2/UndeleteKeyRequest.php',
    'Google\\Cloud\\ApiKeys\\V2\\UpdateKeyRequest' => $vendorDir . '/google/cloud/ApiKeys/src/V2/UpdateKeyRequest.php',
    'Google\\Cloud\\ApigeeConnect\\V1\\Action' => $vendorDir . '/google/cloud/ApigeeConnect/src/V1/Action.php',
    'Google\\Cloud\\ApigeeConnect\\V1\\Cluster' => $vendorDir . '/google/cloud/ApigeeConnect/src/V1/Cluster.php',
    'Google\\Cloud\\ApigeeConnect\\V1\\Connection' => $vendorDir . '/google/cloud/ApigeeConnect/src/V1/Connection.php',
    'Google\\Cloud\\ApigeeConnect\\V1\\ConnectionServiceClient' => $vendorDir . '/google/cloud/ApigeeConnect/src/V1/ConnectionServiceClient.php',
    'Google\\Cloud\\ApigeeConnect\\V1\\EgressRequest' => $vendorDir . '/google/cloud/ApigeeConnect/src/V1/EgressRequest.php',
    'Google\\Cloud\\ApigeeConnect\\V1\\EgressResponse' => $vendorDir . '/google/cloud/ApigeeConnect/src/V1/EgressResponse.php',
    'Google\\Cloud\\ApigeeConnect\\V1\\Gapic\\ConnectionServiceGapicClient' => $vendorDir . '/google/cloud/ApigeeConnect/src/V1/Gapic/ConnectionServiceGapicClient.php',
    'Google\\Cloud\\ApigeeConnect\\V1\\Gapic\\TetherGapicClient' => $vendorDir . '/google/cloud/ApigeeConnect/src/V1/Gapic/TetherGapicClient.php',
    'Google\\Cloud\\ApigeeConnect\\V1\\Header' => $vendorDir . '/google/cloud/ApigeeConnect/src/V1/Header.php',
    'Google\\Cloud\\ApigeeConnect\\V1\\HttpRequest' => $vendorDir . '/google/cloud/ApigeeConnect/src/V1/HttpRequest.php',
    'Google\\Cloud\\ApigeeConnect\\V1\\HttpResponse' => $vendorDir . '/google/cloud/ApigeeConnect/src/V1/HttpResponse.php',
    'Google\\Cloud\\ApigeeConnect\\V1\\ListConnectionsRequest' => $vendorDir . '/google/cloud/ApigeeConnect/src/V1/ListConnectionsRequest.php',
    'Google\\Cloud\\ApigeeConnect\\V1\\ListConnectionsResponse' => $vendorDir . '/google/cloud/ApigeeConnect/src/V1/ListConnectionsResponse.php',
    'Google\\Cloud\\ApigeeConnect\\V1\\Payload' => $vendorDir . '/google/cloud/ApigeeConnect/src/V1/Payload.php',
    'Google\\Cloud\\ApigeeConnect\\V1\\Scheme' => $vendorDir . '/google/cloud/ApigeeConnect/src/V1/Scheme.php',
    'Google\\Cloud\\ApigeeConnect\\V1\\StreamInfo' => $vendorDir . '/google/cloud/ApigeeConnect/src/V1/StreamInfo.php',
    'Google\\Cloud\\ApigeeConnect\\V1\\TetherClient' => $vendorDir . '/google/cloud/ApigeeConnect/src/V1/TetherClient.php',
    'Google\\Cloud\\ApigeeConnect\\V1\\TetherEndpoint' => $vendorDir . '/google/cloud/ApigeeConnect/src/V1/TetherEndpoint.php',
    'Google\\Cloud\\ApigeeConnect\\V1\\Url' => $vendorDir . '/google/cloud/ApigeeConnect/src/V1/Url.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\Api' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/Api.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\ApiDeployment' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/ApiDeployment.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\ApiSpec' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/ApiSpec.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\ApiVersion' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/ApiVersion.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\Artifact' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/Artifact.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\CreateApiDeploymentRequest' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/CreateApiDeploymentRequest.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\CreateApiRequest' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/CreateApiRequest.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\CreateApiSpecRequest' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/CreateApiSpecRequest.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\CreateApiVersionRequest' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/CreateApiVersionRequest.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\CreateArtifactRequest' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/CreateArtifactRequest.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\CreateInstanceRequest' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/CreateInstanceRequest.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\DeleteApiDeploymentRequest' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/DeleteApiDeploymentRequest.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\DeleteApiDeploymentRevisionRequest' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/DeleteApiDeploymentRevisionRequest.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\DeleteApiRequest' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/DeleteApiRequest.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\DeleteApiSpecRequest' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/DeleteApiSpecRequest.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\DeleteApiSpecRevisionRequest' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/DeleteApiSpecRevisionRequest.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\DeleteApiVersionRequest' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/DeleteApiVersionRequest.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\DeleteArtifactRequest' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/DeleteArtifactRequest.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\DeleteInstanceRequest' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/DeleteInstanceRequest.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\Gapic\\ProvisioningGapicClient' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/Gapic/ProvisioningGapicClient.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\Gapic\\RegistryGapicClient' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/Gapic/RegistryGapicClient.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\GetApiDeploymentRequest' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/GetApiDeploymentRequest.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\GetApiRequest' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/GetApiRequest.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\GetApiSpecContentsRequest' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/GetApiSpecContentsRequest.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\GetApiSpecRequest' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/GetApiSpecRequest.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\GetApiVersionRequest' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/GetApiVersionRequest.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\GetArtifactContentsRequest' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/GetArtifactContentsRequest.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\GetArtifactRequest' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/GetArtifactRequest.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\GetInstanceRequest' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/GetInstanceRequest.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\Instance' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/Instance.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\Instance\\Config' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/Instance/Config.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\Instance\\State' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/Instance/State.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\ListApiDeploymentRevisionsRequest' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/ListApiDeploymentRevisionsRequest.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\ListApiDeploymentRevisionsResponse' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/ListApiDeploymentRevisionsResponse.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\ListApiDeploymentsRequest' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/ListApiDeploymentsRequest.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\ListApiDeploymentsResponse' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/ListApiDeploymentsResponse.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\ListApiSpecRevisionsRequest' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/ListApiSpecRevisionsRequest.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\ListApiSpecRevisionsResponse' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/ListApiSpecRevisionsResponse.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\ListApiSpecsRequest' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/ListApiSpecsRequest.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\ListApiSpecsResponse' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/ListApiSpecsResponse.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\ListApiVersionsRequest' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/ListApiVersionsRequest.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\ListApiVersionsResponse' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/ListApiVersionsResponse.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\ListApisRequest' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/ListApisRequest.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\ListApisResponse' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/ListApisResponse.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\ListArtifactsRequest' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/ListArtifactsRequest.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\ListArtifactsResponse' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/ListArtifactsResponse.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\OperationMetadata' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/OperationMetadata.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\ProvisioningClient' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/ProvisioningClient.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\ProvisioningGrpcClient' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/ProvisioningGrpcClient.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\RegistryClient' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/RegistryClient.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\RegistryGrpcClient' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/RegistryGrpcClient.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\ReplaceArtifactRequest' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/ReplaceArtifactRequest.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\RollbackApiDeploymentRequest' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/RollbackApiDeploymentRequest.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\RollbackApiSpecRequest' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/RollbackApiSpecRequest.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\TagApiDeploymentRevisionRequest' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/TagApiDeploymentRevisionRequest.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\TagApiSpecRevisionRequest' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/TagApiSpecRevisionRequest.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\UpdateApiDeploymentRequest' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/UpdateApiDeploymentRequest.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\UpdateApiRequest' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/UpdateApiRequest.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\UpdateApiSpecRequest' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/UpdateApiSpecRequest.php',
    'Google\\Cloud\\ApigeeRegistry\\V1\\UpdateApiVersionRequest' => $vendorDir . '/google/cloud/ApigeeRegistry/src/V1/UpdateApiVersionRequest.php',
    'Google\\Cloud\\AppEngine\\V1\\ApiConfigHandler' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/ApiConfigHandler.php',
    'Google\\Cloud\\AppEngine\\V1\\ApiEndpointHandler' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/ApiEndpointHandler.php',
    'Google\\Cloud\\AppEngine\\V1\\Application' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/Application.php',
    'Google\\Cloud\\AppEngine\\V1\\Application\\DatabaseType' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/Application/DatabaseType.php',
    'Google\\Cloud\\AppEngine\\V1\\Application\\FeatureSettings' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/Application/FeatureSettings.php',
    'Google\\Cloud\\AppEngine\\V1\\Application\\IdentityAwareProxy' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/Application/IdentityAwareProxy.php',
    'Google\\Cloud\\AppEngine\\V1\\Application\\ServingStatus' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/Application/ServingStatus.php',
    'Google\\Cloud\\AppEngine\\V1\\ApplicationsClient' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/ApplicationsClient.php',
    'Google\\Cloud\\AppEngine\\V1\\AuditData' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/AuditData.php',
    'Google\\Cloud\\AppEngine\\V1\\AuthFailAction' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/AuthFailAction.php',
    'Google\\Cloud\\AppEngine\\V1\\AuthorizedCertificate' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/AuthorizedCertificate.php',
    'Google\\Cloud\\AppEngine\\V1\\AuthorizedCertificateView' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/AuthorizedCertificateView.php',
    'Google\\Cloud\\AppEngine\\V1\\AuthorizedCertificatesClient' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/AuthorizedCertificatesClient.php',
    'Google\\Cloud\\AppEngine\\V1\\AuthorizedDomain' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/AuthorizedDomain.php',
    'Google\\Cloud\\AppEngine\\V1\\AuthorizedDomainsClient' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/AuthorizedDomainsClient.php',
    'Google\\Cloud\\AppEngine\\V1\\AutomaticScaling' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/AutomaticScaling.php',
    'Google\\Cloud\\AppEngine\\V1\\BasicScaling' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/BasicScaling.php',
    'Google\\Cloud\\AppEngine\\V1\\BatchUpdateIngressRulesRequest' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/BatchUpdateIngressRulesRequest.php',
    'Google\\Cloud\\AppEngine\\V1\\BatchUpdateIngressRulesResponse' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/BatchUpdateIngressRulesResponse.php',
    'Google\\Cloud\\AppEngine\\V1\\CertificateRawData' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/CertificateRawData.php',
    'Google\\Cloud\\AppEngine\\V1\\CloudBuildOptions' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/CloudBuildOptions.php',
    'Google\\Cloud\\AppEngine\\V1\\ContainerInfo' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/ContainerInfo.php',
    'Google\\Cloud\\AppEngine\\V1\\CpuUtilization' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/CpuUtilization.php',
    'Google\\Cloud\\AppEngine\\V1\\CreateApplicationRequest' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/CreateApplicationRequest.php',
    'Google\\Cloud\\AppEngine\\V1\\CreateAuthorizedCertificateRequest' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/CreateAuthorizedCertificateRequest.php',
    'Google\\Cloud\\AppEngine\\V1\\CreateDomainMappingRequest' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/CreateDomainMappingRequest.php',
    'Google\\Cloud\\AppEngine\\V1\\CreateIngressRuleRequest' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/CreateIngressRuleRequest.php',
    'Google\\Cloud\\AppEngine\\V1\\CreateVersionMetadataV1' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/CreateVersionMetadataV1.php',
    'Google\\Cloud\\AppEngine\\V1\\CreateVersionMethod' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/CreateVersionMethod.php',
    'Google\\Cloud\\AppEngine\\V1\\CreateVersionRequest' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/CreateVersionRequest.php',
    'Google\\Cloud\\AppEngine\\V1\\DebugInstanceRequest' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/DebugInstanceRequest.php',
    'Google\\Cloud\\AppEngine\\V1\\DeleteAuthorizedCertificateRequest' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/DeleteAuthorizedCertificateRequest.php',
    'Google\\Cloud\\AppEngine\\V1\\DeleteDomainMappingRequest' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/DeleteDomainMappingRequest.php',
    'Google\\Cloud\\AppEngine\\V1\\DeleteIngressRuleRequest' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/DeleteIngressRuleRequest.php',
    'Google\\Cloud\\AppEngine\\V1\\DeleteInstanceRequest' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/DeleteInstanceRequest.php',
    'Google\\Cloud\\AppEngine\\V1\\DeleteServiceRequest' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/DeleteServiceRequest.php',
    'Google\\Cloud\\AppEngine\\V1\\DeleteVersionRequest' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/DeleteVersionRequest.php',
    'Google\\Cloud\\AppEngine\\V1\\Deployment' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/Deployment.php',
    'Google\\Cloud\\AppEngine\\V1\\DiskUtilization' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/DiskUtilization.php',
    'Google\\Cloud\\AppEngine\\V1\\DomainMapping' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/DomainMapping.php',
    'Google\\Cloud\\AppEngine\\V1\\DomainMappingsClient' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/DomainMappingsClient.php',
    'Google\\Cloud\\AppEngine\\V1\\DomainOverrideStrategy' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/DomainOverrideStrategy.php',
    'Google\\Cloud\\AppEngine\\V1\\EndpointsApiService' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/EndpointsApiService.php',
    'Google\\Cloud\\AppEngine\\V1\\EndpointsApiService\\RolloutStrategy' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/EndpointsApiService/RolloutStrategy.php',
    'Google\\Cloud\\AppEngine\\V1\\Entrypoint' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/Entrypoint.php',
    'Google\\Cloud\\AppEngine\\V1\\ErrorHandler' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/ErrorHandler.php',
    'Google\\Cloud\\AppEngine\\V1\\ErrorHandler\\ErrorCode' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/ErrorHandler/ErrorCode.php',
    'Google\\Cloud\\AppEngine\\V1\\FileInfo' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/FileInfo.php',
    'Google\\Cloud\\AppEngine\\V1\\FirewallClient' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/FirewallClient.php',
    'Google\\Cloud\\AppEngine\\V1\\FirewallRule' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/FirewallRule.php',
    'Google\\Cloud\\AppEngine\\V1\\FirewallRule\\Action' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/FirewallRule/Action.php',
    'Google\\Cloud\\AppEngine\\V1\\Gapic\\ApplicationsGapicClient' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/Gapic/ApplicationsGapicClient.php',
    'Google\\Cloud\\AppEngine\\V1\\Gapic\\AuthorizedCertificatesGapicClient' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/Gapic/AuthorizedCertificatesGapicClient.php',
    'Google\\Cloud\\AppEngine\\V1\\Gapic\\AuthorizedDomainsGapicClient' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/Gapic/AuthorizedDomainsGapicClient.php',
    'Google\\Cloud\\AppEngine\\V1\\Gapic\\DomainMappingsGapicClient' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/Gapic/DomainMappingsGapicClient.php',
    'Google\\Cloud\\AppEngine\\V1\\Gapic\\FirewallGapicClient' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/Gapic/FirewallGapicClient.php',
    'Google\\Cloud\\AppEngine\\V1\\Gapic\\InstancesGapicClient' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/Gapic/InstancesGapicClient.php',
    'Google\\Cloud\\AppEngine\\V1\\Gapic\\ServicesGapicClient' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/Gapic/ServicesGapicClient.php',
    'Google\\Cloud\\AppEngine\\V1\\Gapic\\VersionsGapicClient' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/Gapic/VersionsGapicClient.php',
    'Google\\Cloud\\AppEngine\\V1\\GetApplicationRequest' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/GetApplicationRequest.php',
    'Google\\Cloud\\AppEngine\\V1\\GetAuthorizedCertificateRequest' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/GetAuthorizedCertificateRequest.php',
    'Google\\Cloud\\AppEngine\\V1\\GetDomainMappingRequest' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/GetDomainMappingRequest.php',
    'Google\\Cloud\\AppEngine\\V1\\GetIngressRuleRequest' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/GetIngressRuleRequest.php',
    'Google\\Cloud\\AppEngine\\V1\\GetInstanceRequest' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/GetInstanceRequest.php',
    'Google\\Cloud\\AppEngine\\V1\\GetServiceRequest' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/GetServiceRequest.php',
    'Google\\Cloud\\AppEngine\\V1\\GetVersionRequest' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/GetVersionRequest.php',
    'Google\\Cloud\\AppEngine\\V1\\HealthCheck' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/HealthCheck.php',
    'Google\\Cloud\\AppEngine\\V1\\InboundServiceType' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/InboundServiceType.php',
    'Google\\Cloud\\AppEngine\\V1\\Instance' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/Instance.php',
    'Google\\Cloud\\AppEngine\\V1\\Instance\\Availability' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/Instance/Availability.php',
    'Google\\Cloud\\AppEngine\\V1\\Instance\\Liveness' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/Instance/Liveness.php',
    'Google\\Cloud\\AppEngine\\V1\\Instance\\Liveness\\LivenessState' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/Instance/Liveness/LivenessState.php',
    'Google\\Cloud\\AppEngine\\V1\\InstancesClient' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/InstancesClient.php',
    'Google\\Cloud\\AppEngine\\V1\\Library' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/Library.php',
    'Google\\Cloud\\AppEngine\\V1\\ListAuthorizedCertificatesRequest' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/ListAuthorizedCertificatesRequest.php',
    'Google\\Cloud\\AppEngine\\V1\\ListAuthorizedCertificatesResponse' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/ListAuthorizedCertificatesResponse.php',
    'Google\\Cloud\\AppEngine\\V1\\ListAuthorizedDomainsRequest' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/ListAuthorizedDomainsRequest.php',
    'Google\\Cloud\\AppEngine\\V1\\ListAuthorizedDomainsResponse' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/ListAuthorizedDomainsResponse.php',
    'Google\\Cloud\\AppEngine\\V1\\ListDomainMappingsRequest' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/ListDomainMappingsRequest.php',
    'Google\\Cloud\\AppEngine\\V1\\ListDomainMappingsResponse' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/ListDomainMappingsResponse.php',
    'Google\\Cloud\\AppEngine\\V1\\ListIngressRulesRequest' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/ListIngressRulesRequest.php',
    'Google\\Cloud\\AppEngine\\V1\\ListIngressRulesResponse' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/ListIngressRulesResponse.php',
    'Google\\Cloud\\AppEngine\\V1\\ListInstancesRequest' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/ListInstancesRequest.php',
    'Google\\Cloud\\AppEngine\\V1\\ListInstancesResponse' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/ListInstancesResponse.php',
    'Google\\Cloud\\AppEngine\\V1\\ListServicesRequest' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/ListServicesRequest.php',
    'Google\\Cloud\\AppEngine\\V1\\ListServicesResponse' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/ListServicesResponse.php',
    'Google\\Cloud\\AppEngine\\V1\\ListVersionsRequest' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/ListVersionsRequest.php',
    'Google\\Cloud\\AppEngine\\V1\\ListVersionsResponse' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/ListVersionsResponse.php',
    'Google\\Cloud\\AppEngine\\V1\\LivenessCheck' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/LivenessCheck.php',
    'Google\\Cloud\\AppEngine\\V1\\LocationMetadata' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/LocationMetadata.php',
    'Google\\Cloud\\AppEngine\\V1\\LoginRequirement' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/LoginRequirement.php',
    'Google\\Cloud\\AppEngine\\V1\\ManagedCertificate' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/ManagedCertificate.php',
    'Google\\Cloud\\AppEngine\\V1\\ManagementStatus' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/ManagementStatus.php',
    'Google\\Cloud\\AppEngine\\V1\\ManualScaling' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/ManualScaling.php',
    'Google\\Cloud\\AppEngine\\V1\\Network' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/Network.php',
    'Google\\Cloud\\AppEngine\\V1\\NetworkSettings' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/NetworkSettings.php',
    'Google\\Cloud\\AppEngine\\V1\\NetworkSettings\\IngressTrafficAllowed' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/NetworkSettings/IngressTrafficAllowed.php',
    'Google\\Cloud\\AppEngine\\V1\\NetworkUtilization' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/NetworkUtilization.php',
    'Google\\Cloud\\AppEngine\\V1\\OperationMetadataV1' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/OperationMetadataV1.php',
    'Google\\Cloud\\AppEngine\\V1\\ReadinessCheck' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/ReadinessCheck.php',
    'Google\\Cloud\\AppEngine\\V1\\RepairApplicationRequest' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/RepairApplicationRequest.php',
    'Google\\Cloud\\AppEngine\\V1\\RequestUtilization' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/RequestUtilization.php',
    'Google\\Cloud\\AppEngine\\V1\\ResourceRecord' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/ResourceRecord.php',
    'Google\\Cloud\\AppEngine\\V1\\ResourceRecord\\RecordType' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/ResourceRecord/RecordType.php',
    'Google\\Cloud\\AppEngine\\V1\\Resources' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/Resources.php',
    'Google\\Cloud\\AppEngine\\V1\\ScriptHandler' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/ScriptHandler.php',
    'Google\\Cloud\\AppEngine\\V1\\SecurityLevel' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/SecurityLevel.php',
    'Google\\Cloud\\AppEngine\\V1\\Service' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/Service.php',
    'Google\\Cloud\\AppEngine\\V1\\ServicesClient' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/ServicesClient.php',
    'Google\\Cloud\\AppEngine\\V1\\ServingStatus' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/ServingStatus.php',
    'Google\\Cloud\\AppEngine\\V1\\SslSettings' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/SslSettings.php',
    'Google\\Cloud\\AppEngine\\V1\\SslSettings\\SslManagementType' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/SslSettings/SslManagementType.php',
    'Google\\Cloud\\AppEngine\\V1\\StandardSchedulerSettings' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/StandardSchedulerSettings.php',
    'Google\\Cloud\\AppEngine\\V1\\StaticFilesHandler' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/StaticFilesHandler.php',
    'Google\\Cloud\\AppEngine\\V1\\TrafficSplit' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/TrafficSplit.php',
    'Google\\Cloud\\AppEngine\\V1\\TrafficSplit\\ShardBy' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/TrafficSplit/ShardBy.php',
    'Google\\Cloud\\AppEngine\\V1\\UpdateApplicationRequest' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/UpdateApplicationRequest.php',
    'Google\\Cloud\\AppEngine\\V1\\UpdateAuthorizedCertificateRequest' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/UpdateAuthorizedCertificateRequest.php',
    'Google\\Cloud\\AppEngine\\V1\\UpdateDomainMappingRequest' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/UpdateDomainMappingRequest.php',
    'Google\\Cloud\\AppEngine\\V1\\UpdateIngressRuleRequest' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/UpdateIngressRuleRequest.php',
    'Google\\Cloud\\AppEngine\\V1\\UpdateServiceMethod' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/UpdateServiceMethod.php',
    'Google\\Cloud\\AppEngine\\V1\\UpdateServiceRequest' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/UpdateServiceRequest.php',
    'Google\\Cloud\\AppEngine\\V1\\UpdateVersionRequest' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/UpdateVersionRequest.php',
    'Google\\Cloud\\AppEngine\\V1\\UrlDispatchRule' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/UrlDispatchRule.php',
    'Google\\Cloud\\AppEngine\\V1\\UrlMap' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/UrlMap.php',
    'Google\\Cloud\\AppEngine\\V1\\UrlMap\\RedirectHttpResponseCode' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/UrlMap/RedirectHttpResponseCode.php',
    'Google\\Cloud\\AppEngine\\V1\\Version' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/Version.php',
    'Google\\Cloud\\AppEngine\\V1\\VersionView' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/VersionView.php',
    'Google\\Cloud\\AppEngine\\V1\\VersionsClient' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/VersionsClient.php',
    'Google\\Cloud\\AppEngine\\V1\\Volume' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/Volume.php',
    'Google\\Cloud\\AppEngine\\V1\\VpcAccessConnector' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/VpcAccessConnector.php',
    'Google\\Cloud\\AppEngine\\V1\\VpcAccessConnector\\EgressSetting' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/VpcAccessConnector/EgressSetting.php',
    'Google\\Cloud\\AppEngine\\V1\\ZipInfo' => $vendorDir . '/google/cloud/AppEngineAdmin/src/V1/ZipInfo.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\AptArtifact' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/AptArtifact.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\AptArtifact\\PackageType' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/AptArtifact/PackageType.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\AptArtifact_PackageType' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/AptArtifact_PackageType.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\ArtifactRegistryClient' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/ArtifactRegistryClient.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\ArtifactRegistryGrpcClient' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/ArtifactRegistryGrpcClient.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\CreateRepositoryRequest' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/CreateRepositoryRequest.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\CreateTagRequest' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/CreateTagRequest.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\DeletePackageRequest' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/DeletePackageRequest.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\DeleteRepositoryRequest' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/DeleteRepositoryRequest.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\DeleteTagRequest' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/DeleteTagRequest.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\DeleteVersionRequest' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/DeleteVersionRequest.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\File' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/File.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\Gapic\\ArtifactRegistryGapicClient' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/Gapic/ArtifactRegistryGapicClient.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\GetFileRequest' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/GetFileRequest.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\GetPackageRequest' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/GetPackageRequest.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\GetProjectSettingsRequest' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/GetProjectSettingsRequest.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\GetRepositoryRequest' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/GetRepositoryRequest.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\GetTagRequest' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/GetTagRequest.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\GetVersionRequest' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/GetVersionRequest.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\Hash' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/Hash.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\Hash\\HashType' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/Hash/HashType.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\Hash_HashType' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/Hash_HashType.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\ImportAptArtifactsErrorInfo' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/ImportAptArtifactsErrorInfo.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\ImportAptArtifactsGcsSource' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/ImportAptArtifactsGcsSource.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\ImportAptArtifactsMetadata' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/ImportAptArtifactsMetadata.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\ImportAptArtifactsRequest' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/ImportAptArtifactsRequest.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\ImportAptArtifactsResponse' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/ImportAptArtifactsResponse.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\ImportYumArtifactsErrorInfo' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/ImportYumArtifactsErrorInfo.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\ImportYumArtifactsGcsSource' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/ImportYumArtifactsGcsSource.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\ImportYumArtifactsMetadata' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/ImportYumArtifactsMetadata.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\ImportYumArtifactsRequest' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/ImportYumArtifactsRequest.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\ImportYumArtifactsResponse' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/ImportYumArtifactsResponse.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\ListFilesRequest' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/ListFilesRequest.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\ListFilesResponse' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/ListFilesResponse.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\ListPackagesRequest' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/ListPackagesRequest.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\ListPackagesResponse' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/ListPackagesResponse.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\ListRepositoriesRequest' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/ListRepositoriesRequest.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\ListRepositoriesResponse' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/ListRepositoriesResponse.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\ListTagsRequest' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/ListTagsRequest.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\ListTagsResponse' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/ListTagsResponse.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\ListVersionsRequest' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/ListVersionsRequest.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\ListVersionsResponse' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/ListVersionsResponse.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\OperationMetadata' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/OperationMetadata.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\Package' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/Package.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\ProjectSettings' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/ProjectSettings.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\ProjectSettings\\RedirectionState' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/ProjectSettings/RedirectionState.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\ProjectSettings_RedirectionState' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/ProjectSettings_RedirectionState.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\Repository' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/Repository.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\Repository\\Format' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/Repository/Format.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\Repository\\MavenRepositoryConfig' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/Repository/MavenRepositoryConfig.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\Repository\\MavenRepositoryConfig\\VersionPolicy' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/Repository/MavenRepositoryConfig/VersionPolicy.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\Repository_Format' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/Repository_Format.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\Repository_MavenRepositoryConfig' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/Repository_MavenRepositoryConfig.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\Repository_MavenRepositoryConfig_VersionPolicy' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/Repository_MavenRepositoryConfig_VersionPolicy.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\Tag' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/Tag.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\UpdateProjectSettingsRequest' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/UpdateProjectSettingsRequest.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\UpdateRepositoryRequest' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/UpdateRepositoryRequest.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\UpdateTagRequest' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/UpdateTagRequest.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\Version' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/Version.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\VersionView' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/VersionView.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\YumArtifact' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/YumArtifact.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\YumArtifact\\PackageType' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/YumArtifact/PackageType.php',
    'Google\\Cloud\\ArtifactRegistry\\V1beta2\\YumArtifact_PackageType' => $vendorDir . '/google/cloud/ArtifactRegistry/src/V1beta2/YumArtifact_PackageType.php',
    'Google\\Cloud\\Asset\\V1\\AnalyzeIamPolicyLongrunningMetadata' => $vendorDir . '/google/cloud/Asset/src/V1/AnalyzeIamPolicyLongrunningMetadata.php',
    'Google\\Cloud\\Asset\\V1\\AnalyzeIamPolicyLongrunningRequest' => $vendorDir . '/google/cloud/Asset/src/V1/AnalyzeIamPolicyLongrunningRequest.php',
    'Google\\Cloud\\Asset\\V1\\AnalyzeIamPolicyLongrunningResponse' => $vendorDir . '/google/cloud/Asset/src/V1/AnalyzeIamPolicyLongrunningResponse.php',
    'Google\\Cloud\\Asset\\V1\\AnalyzeIamPolicyRequest' => $vendorDir . '/google/cloud/Asset/src/V1/AnalyzeIamPolicyRequest.php',
    'Google\\Cloud\\Asset\\V1\\AnalyzeIamPolicyResponse' => $vendorDir . '/google/cloud/Asset/src/V1/AnalyzeIamPolicyResponse.php',
    'Google\\Cloud\\Asset\\V1\\AnalyzeIamPolicyResponse\\IamPolicyAnalysis' => $vendorDir . '/google/cloud/Asset/src/V1/AnalyzeIamPolicyResponse/IamPolicyAnalysis.php',
    'Google\\Cloud\\Asset\\V1\\AnalyzeIamPolicyResponse_IamPolicyAnalysis' => $vendorDir . '/google/cloud/Asset/src/V1/AnalyzeIamPolicyResponse_IamPolicyAnalysis.php',
    'Google\\Cloud\\Asset\\V1\\AnalyzeMoveRequest' => $vendorDir . '/google/cloud/Asset/src/V1/AnalyzeMoveRequest.php',
    'Google\\Cloud\\Asset\\V1\\AnalyzeMoveRequest\\AnalysisView' => $vendorDir . '/google/cloud/Asset/src/V1/AnalyzeMoveRequest/AnalysisView.php',
    'Google\\Cloud\\Asset\\V1\\AnalyzeMoveRequest_AnalysisView' => $vendorDir . '/google/cloud/Asset/src/V1/AnalyzeMoveRequest_AnalysisView.php',
    'Google\\Cloud\\Asset\\V1\\AnalyzeMoveResponse' => $vendorDir . '/google/cloud/Asset/src/V1/AnalyzeMoveResponse.php',
    'Google\\Cloud\\Asset\\V1\\AnalyzeOrgPoliciesRequest' => $vendorDir . '/google/cloud/Asset/src/V1/AnalyzeOrgPoliciesRequest.php',
    'Google\\Cloud\\Asset\\V1\\AnalyzeOrgPoliciesResponse' => $vendorDir . '/google/cloud/Asset/src/V1/AnalyzeOrgPoliciesResponse.php',
    'Google\\Cloud\\Asset\\V1\\AnalyzeOrgPoliciesResponse\\OrgPolicyResult' => $vendorDir . '/google/cloud/Asset/src/V1/AnalyzeOrgPoliciesResponse/OrgPolicyResult.php',
    'Google\\Cloud\\Asset\\V1\\AnalyzeOrgPoliciesResponse_OrgPolicyResult' => $vendorDir . '/google/cloud/Asset/src/V1/AnalyzeOrgPoliciesResponse_OrgPolicyResult.php',
    'Google\\Cloud\\Asset\\V1\\AnalyzeOrgPolicyGovernedAssetsRequest' => $vendorDir . '/google/cloud/Asset/src/V1/AnalyzeOrgPolicyGovernedAssetsRequest.php',
    'Google\\Cloud\\Asset\\V1\\AnalyzeOrgPolicyGovernedAssetsResponse' => $vendorDir . '/google/cloud/Asset/src/V1/AnalyzeOrgPolicyGovernedAssetsResponse.php',
    'Google\\Cloud\\Asset\\V1\\AnalyzeOrgPolicyGovernedAssetsResponse\\GovernedAsset' => $vendorDir . '/google/cloud/Asset/src/V1/AnalyzeOrgPolicyGovernedAssetsResponse/GovernedAsset.php',
    'Google\\Cloud\\Asset\\V1\\AnalyzeOrgPolicyGovernedAssetsResponse\\GovernedIamPolicy' => $vendorDir . '/google/cloud/Asset/src/V1/AnalyzeOrgPolicyGovernedAssetsResponse/GovernedIamPolicy.php',
    'Google\\Cloud\\Asset\\V1\\AnalyzeOrgPolicyGovernedAssetsResponse\\GovernedResource' => $vendorDir . '/google/cloud/Asset/src/V1/AnalyzeOrgPolicyGovernedAssetsResponse/GovernedResource.php',
    'Google\\Cloud\\Asset\\V1\\AnalyzeOrgPolicyGovernedAssetsResponse_GovernedAsset' => $vendorDir . '/google/cloud/Asset/src/V1/AnalyzeOrgPolicyGovernedAssetsResponse_GovernedAsset.php',
    'Google\\Cloud\\Asset\\V1\\AnalyzeOrgPolicyGovernedAssetsResponse_GovernedIamPolicy' => $vendorDir . '/google/cloud/Asset/src/V1/AnalyzeOrgPolicyGovernedAssetsResponse_GovernedIamPolicy.php',
    'Google\\Cloud\\Asset\\V1\\AnalyzeOrgPolicyGovernedAssetsResponse_GovernedResource' => $vendorDir . '/google/cloud/Asset/src/V1/AnalyzeOrgPolicyGovernedAssetsResponse_GovernedResource.php',
    'Google\\Cloud\\Asset\\V1\\AnalyzeOrgPolicyGovernedContainersRequest' => $vendorDir . '/google/cloud/Asset/src/V1/AnalyzeOrgPolicyGovernedContainersRequest.php',
    'Google\\Cloud\\Asset\\V1\\AnalyzeOrgPolicyGovernedContainersResponse' => $vendorDir . '/google/cloud/Asset/src/V1/AnalyzeOrgPolicyGovernedContainersResponse.php',
    'Google\\Cloud\\Asset\\V1\\AnalyzeOrgPolicyGovernedContainersResponse\\GovernedContainer' => $vendorDir . '/google/cloud/Asset/src/V1/AnalyzeOrgPolicyGovernedContainersResponse/GovernedContainer.php',
    'Google\\Cloud\\Asset\\V1\\AnalyzeOrgPolicyGovernedContainersResponse_GovernedContainer' => $vendorDir . '/google/cloud/Asset/src/V1/AnalyzeOrgPolicyGovernedContainersResponse_GovernedContainer.php',
    'Google\\Cloud\\Asset\\V1\\AnalyzerOrgPolicy' => $vendorDir . '/google/cloud/Asset/src/V1/AnalyzerOrgPolicy.php',
    'Google\\Cloud\\Asset\\V1\\AnalyzerOrgPolicyConstraint' => $vendorDir . '/google/cloud/Asset/src/V1/AnalyzerOrgPolicyConstraint.php',
    'Google\\Cloud\\Asset\\V1\\AnalyzerOrgPolicyConstraint\\Constraint' => $vendorDir . '/google/cloud/Asset/src/V1/AnalyzerOrgPolicyConstraint/Constraint.php',
    'Google\\Cloud\\Asset\\V1\\AnalyzerOrgPolicyConstraint\\Constraint\\BooleanConstraint' => $vendorDir . '/google/cloud/Asset/src/V1/AnalyzerOrgPolicyConstraint/Constraint/BooleanConstraint.php',
    'Google\\Cloud\\Asset\\V1\\AnalyzerOrgPolicyConstraint\\Constraint\\ConstraintDefault' => $vendorDir . '/google/cloud/Asset/src/V1/AnalyzerOrgPolicyConstraint/Constraint/ConstraintDefault.php',
    'Google\\Cloud\\Asset\\V1\\AnalyzerOrgPolicyConstraint\\Constraint\\ListConstraint' => $vendorDir . '/google/cloud/Asset/src/V1/AnalyzerOrgPolicyConstraint/Constraint/ListConstraint.php',
    'Google\\Cloud\\Asset\\V1\\AnalyzerOrgPolicyConstraint\\CustomConstraint' => $vendorDir . '/google/cloud/Asset/src/V1/AnalyzerOrgPolicyConstraint/CustomConstraint.php',
    'Google\\Cloud\\Asset\\V1\\AnalyzerOrgPolicyConstraint\\CustomConstraint\\ActionType' => $vendorDir . '/google/cloud/Asset/src/V1/AnalyzerOrgPolicyConstraint/CustomConstraint/ActionType.php',
    'Google\\Cloud\\Asset\\V1\\AnalyzerOrgPolicyConstraint\\CustomConstraint\\MethodType' => $vendorDir . '/google/cloud/Asset/src/V1/AnalyzerOrgPolicyConstraint/CustomConstraint/MethodType.php',
    'Google\\Cloud\\Asset\\V1\\AnalyzerOrgPolicyConstraint_Constraint' => $vendorDir . '/google/cloud/Asset/src/V1/AnalyzerOrgPolicyConstraint_Constraint.php',
    'Google\\Cloud\\Asset\\V1\\AnalyzerOrgPolicyConstraint_Constraint_BooleanConstraint' => $vendorDir . '/google/cloud/Asset/src/V1/AnalyzerOrgPolicyConstraint_Constraint_BooleanConstraint.php',
    'Google\\Cloud\\Asset\\V1\\AnalyzerOrgPolicyConstraint_Constraint_ConstraintDefault' => $vendorDir . '/google/cloud/Asset/src/V1/AnalyzerOrgPolicyConstraint_Constraint_ConstraintDefault.php',
    'Google\\Cloud\\Asset\\V1\\AnalyzerOrgPolicyConstraint_Constraint_ListConstraint' => $vendorDir . '/google/cloud/Asset/src/V1/AnalyzerOrgPolicyConstraint_Constraint_ListConstraint.php',
    'Google\\Cloud\\Asset\\V1\\AnalyzerOrgPolicyConstraint_CustomConstraint' => $vendorDir . '/google/cloud/Asset/src/V1/AnalyzerOrgPolicyConstraint_CustomConstraint.php',
    'Google\\Cloud\\Asset\\V1\\AnalyzerOrgPolicyConstraint_CustomConstraint_ActionType' => $vendorDir . '/google/cloud/Asset/src/V1/AnalyzerOrgPolicyConstraint_CustomConstraint_ActionType.php',
    'Google\\Cloud\\Asset\\V1\\AnalyzerOrgPolicyConstraint_CustomConstraint_MethodType' => $vendorDir . '/google/cloud/Asset/src/V1/AnalyzerOrgPolicyConstraint_CustomConstraint_MethodType.php',
    'Google\\Cloud\\Asset\\V1\\AnalyzerOrgPolicy\\Rule' => $vendorDir . '/google/cloud/Asset/src/V1/AnalyzerOrgPolicy/Rule.php',
    'Google\\Cloud\\Asset\\V1\\AnalyzerOrgPolicy\\Rule\\StringValues' => $vendorDir . '/google/cloud/Asset/src/V1/AnalyzerOrgPolicy/Rule/StringValues.php',
    'Google\\Cloud\\Asset\\V1\\AnalyzerOrgPolicy_Rule' => $vendorDir . '/google/cloud/Asset/src/V1/AnalyzerOrgPolicy_Rule.php',
    'Google\\Cloud\\Asset\\V1\\AnalyzerOrgPolicy_Rule_StringValues' => $vendorDir . '/google/cloud/Asset/src/V1/AnalyzerOrgPolicy_Rule_StringValues.php',
    'Google\\Cloud\\Asset\\V1\\Asset' => $vendorDir . '/google/cloud/Asset/src/V1/Asset.php',
    'Google\\Cloud\\Asset\\V1\\AssetServiceClient' => $vendorDir . '/google/cloud/Asset/src/V1/AssetServiceClient.php',
    'Google\\Cloud\\Asset\\V1\\AssetServiceGrpcClient' => $vendorDir . '/google/cloud/Asset/src/V1/AssetServiceGrpcClient.php',
    'Google\\Cloud\\Asset\\V1\\AttachedResource' => $vendorDir . '/google/cloud/Asset/src/V1/AttachedResource.php',
    'Google\\Cloud\\Asset\\V1\\BatchGetAssetsHistoryRequest' => $vendorDir . '/google/cloud/Asset/src/V1/BatchGetAssetsHistoryRequest.php',
    'Google\\Cloud\\Asset\\V1\\BatchGetAssetsHistoryResponse' => $vendorDir . '/google/cloud/Asset/src/V1/BatchGetAssetsHistoryResponse.php',
    'Google\\Cloud\\Asset\\V1\\BatchGetEffectiveIamPoliciesRequest' => $vendorDir . '/google/cloud/Asset/src/V1/BatchGetEffectiveIamPoliciesRequest.php',
    'Google\\Cloud\\Asset\\V1\\BatchGetEffectiveIamPoliciesResponse' => $vendorDir . '/google/cloud/Asset/src/V1/BatchGetEffectiveIamPoliciesResponse.php',
    'Google\\Cloud\\Asset\\V1\\BatchGetEffectiveIamPoliciesResponse\\EffectiveIamPolicy' => $vendorDir . '/google/cloud/Asset/src/V1/BatchGetEffectiveIamPoliciesResponse/EffectiveIamPolicy.php',
    'Google\\Cloud\\Asset\\V1\\BatchGetEffectiveIamPoliciesResponse\\EffectiveIamPolicy\\PolicyInfo' => $vendorDir . '/google/cloud/Asset/src/V1/BatchGetEffectiveIamPoliciesResponse/EffectiveIamPolicy/PolicyInfo.php',
    'Google\\Cloud\\Asset\\V1\\BatchGetEffectiveIamPoliciesResponse_EffectiveIamPolicy' => $vendorDir . '/google/cloud/Asset/src/V1/BatchGetEffectiveIamPoliciesResponse_EffectiveIamPolicy.php',
    'Google\\Cloud\\Asset\\V1\\BatchGetEffectiveIamPoliciesResponse_EffectiveIamPolicy_PolicyInfo' => $vendorDir . '/google/cloud/Asset/src/V1/BatchGetEffectiveIamPoliciesResponse_EffectiveIamPolicy_PolicyInfo.php',
    'Google\\Cloud\\Asset\\V1\\BigQueryDestination' => $vendorDir . '/google/cloud/Asset/src/V1/BigQueryDestination.php',
    'Google\\Cloud\\Asset\\V1\\ConditionEvaluation' => $vendorDir . '/google/cloud/Asset/src/V1/ConditionEvaluation.php',
    'Google\\Cloud\\Asset\\V1\\ConditionEvaluation\\EvaluationValue' => $vendorDir . '/google/cloud/Asset/src/V1/ConditionEvaluation/EvaluationValue.php',
    'Google\\Cloud\\Asset\\V1\\ConditionEvaluation_EvaluationValue' => $vendorDir . '/google/cloud/Asset/src/V1/ConditionEvaluation_EvaluationValue.php',
    'Google\\Cloud\\Asset\\V1\\ContentType' => $vendorDir . '/google/cloud/Asset/src/V1/ContentType.php',
    'Google\\Cloud\\Asset\\V1\\CreateFeedRequest' => $vendorDir . '/google/cloud/Asset/src/V1/CreateFeedRequest.php',
    'Google\\Cloud\\Asset\\V1\\CreateSavedQueryRequest' => $vendorDir . '/google/cloud/Asset/src/V1/CreateSavedQueryRequest.php',
    'Google\\Cloud\\Asset\\V1\\DeleteFeedRequest' => $vendorDir . '/google/cloud/Asset/src/V1/DeleteFeedRequest.php',
    'Google\\Cloud\\Asset\\V1\\DeleteSavedQueryRequest' => $vendorDir . '/google/cloud/Asset/src/V1/DeleteSavedQueryRequest.php',
    'Google\\Cloud\\Asset\\V1\\ExportAssetsRequest' => $vendorDir . '/google/cloud/Asset/src/V1/ExportAssetsRequest.php',
    'Google\\Cloud\\Asset\\V1\\ExportAssetsResponse' => $vendorDir . '/google/cloud/Asset/src/V1/ExportAssetsResponse.php',
    'Google\\Cloud\\Asset\\V1\\Feed' => $vendorDir . '/google/cloud/Asset/src/V1/Feed.php',
    'Google\\Cloud\\Asset\\V1\\FeedOutputConfig' => $vendorDir . '/google/cloud/Asset/src/V1/FeedOutputConfig.php',
    'Google\\Cloud\\Asset\\V1\\Gapic\\AssetServiceGapicClient' => $vendorDir . '/google/cloud/Asset/src/V1/Gapic/AssetServiceGapicClient.php',
    'Google\\Cloud\\Asset\\V1\\GcsDestination' => $vendorDir . '/google/cloud/Asset/src/V1/GcsDestination.php',
    'Google\\Cloud\\Asset\\V1\\GcsOutputResult' => $vendorDir . '/google/cloud/Asset/src/V1/GcsOutputResult.php',
    'Google\\Cloud\\Asset\\V1\\GetFeedRequest' => $vendorDir . '/google/cloud/Asset/src/V1/GetFeedRequest.php',
    'Google\\Cloud\\Asset\\V1\\GetSavedQueryRequest' => $vendorDir . '/google/cloud/Asset/src/V1/GetSavedQueryRequest.php',
    'Google\\Cloud\\Asset\\V1\\IamPolicyAnalysisOutputConfig' => $vendorDir . '/google/cloud/Asset/src/V1/IamPolicyAnalysisOutputConfig.php',
    'Google\\Cloud\\Asset\\V1\\IamPolicyAnalysisOutputConfig\\BigQueryDestination' => $vendorDir . '/google/cloud/Asset/src/V1/IamPolicyAnalysisOutputConfig/BigQueryDestination.php',
    'Google\\Cloud\\Asset\\V1\\IamPolicyAnalysisOutputConfig\\BigQueryDestination\\PartitionKey' => $vendorDir . '/google/cloud/Asset/src/V1/IamPolicyAnalysisOutputConfig/BigQueryDestination/PartitionKey.php',
    'Google\\Cloud\\Asset\\V1\\IamPolicyAnalysisOutputConfig\\GcsDestination' => $vendorDir . '/google/cloud/Asset/src/V1/IamPolicyAnalysisOutputConfig/GcsDestination.php',
    'Google\\Cloud\\Asset\\V1\\IamPolicyAnalysisOutputConfig_BigQueryDestination' => $vendorDir . '/google/cloud/Asset/src/V1/IamPolicyAnalysisOutputConfig_BigQueryDestination.php',
    'Google\\Cloud\\Asset\\V1\\IamPolicyAnalysisOutputConfig_BigQueryDestination_PartitionKey' => $vendorDir . '/google/cloud/Asset/src/V1/IamPolicyAnalysisOutputConfig_BigQueryDestination_PartitionKey.php',
    'Google\\Cloud\\Asset\\V1\\IamPolicyAnalysisOutputConfig_GcsDestination' => $vendorDir . '/google/cloud/Asset/src/V1/IamPolicyAnalysisOutputConfig_GcsDestination.php',
    'Google\\Cloud\\Asset\\V1\\IamPolicyAnalysisQuery' => $vendorDir . '/google/cloud/Asset/src/V1/IamPolicyAnalysisQuery.php',
    'Google\\Cloud\\Asset\\V1\\IamPolicyAnalysisQuery\\AccessSelector' => $vendorDir . '/google/cloud/Asset/src/V1/IamPolicyAnalysisQuery/AccessSelector.php',
    'Google\\Cloud\\Asset\\V1\\IamPolicyAnalysisQuery\\ConditionContext' => $vendorDir . '/google/cloud/Asset/src/V1/IamPolicyAnalysisQuery/ConditionContext.php',
    'Google\\Cloud\\Asset\\V1\\IamPolicyAnalysisQuery\\IdentitySelector' => $vendorDir . '/google/cloud/Asset/src/V1/IamPolicyAnalysisQuery/IdentitySelector.php',
    'Google\\Cloud\\Asset\\V1\\IamPolicyAnalysisQuery\\Options' => $vendorDir . '/google/cloud/Asset/src/V1/IamPolicyAnalysisQuery/Options.php',
    'Google\\Cloud\\Asset\\V1\\IamPolicyAnalysisQuery\\ResourceSelector' => $vendorDir . '/google/cloud/Asset/src/V1/IamPolicyAnalysisQuery/ResourceSelector.php',
    'Google\\Cloud\\Asset\\V1\\IamPolicyAnalysisQuery_AccessSelector' => $vendorDir . '/google/cloud/Asset/src/V1/IamPolicyAnalysisQuery_AccessSelector.php',
    'Google\\Cloud\\Asset\\V1\\IamPolicyAnalysisQuery_ConditionContext' => $vendorDir . '/google/cloud/Asset/src/V1/IamPolicyAnalysisQuery_ConditionContext.php',
    'Google\\Cloud\\Asset\\V1\\IamPolicyAnalysisQuery_IdentitySelector' => $vendorDir . '/google/cloud/Asset/src/V1/IamPolicyAnalysisQuery_IdentitySelector.php',
    'Google\\Cloud\\Asset\\V1\\IamPolicyAnalysisQuery_Options' => $vendorDir . '/google/cloud/Asset/src/V1/IamPolicyAnalysisQuery_Options.php',
    'Google\\Cloud\\Asset\\V1\\IamPolicyAnalysisQuery_ResourceSelector' => $vendorDir . '/google/cloud/Asset/src/V1/IamPolicyAnalysisQuery_ResourceSelector.php',
    'Google\\Cloud\\Asset\\V1\\IamPolicyAnalysisResult' => $vendorDir . '/google/cloud/Asset/src/V1/IamPolicyAnalysisResult.php',
    'Google\\Cloud\\Asset\\V1\\IamPolicyAnalysisResult\\Access' => $vendorDir . '/google/cloud/Asset/src/V1/IamPolicyAnalysisResult/Access.php',
    'Google\\Cloud\\Asset\\V1\\IamPolicyAnalysisResult\\AccessControlList' => $vendorDir . '/google/cloud/Asset/src/V1/IamPolicyAnalysisResult/AccessControlList.php',
    'Google\\Cloud\\Asset\\V1\\IamPolicyAnalysisResult\\Edge' => $vendorDir . '/google/cloud/Asset/src/V1/IamPolicyAnalysisResult/Edge.php',
    'Google\\Cloud\\Asset\\V1\\IamPolicyAnalysisResult\\Identity' => $vendorDir . '/google/cloud/Asset/src/V1/IamPolicyAnalysisResult/Identity.php',
    'Google\\Cloud\\Asset\\V1\\IamPolicyAnalysisResult\\IdentityList' => $vendorDir . '/google/cloud/Asset/src/V1/IamPolicyAnalysisResult/IdentityList.php',
    'Google\\Cloud\\Asset\\V1\\IamPolicyAnalysisResult\\Resource' => $vendorDir . '/google/cloud/Asset/src/V1/IamPolicyAnalysisResult/Resource.php',
    'Google\\Cloud\\Asset\\V1\\IamPolicyAnalysisResult_Access' => $vendorDir . '/google/cloud/Asset/src/V1/IamPolicyAnalysisResult_Access.php',
    'Google\\Cloud\\Asset\\V1\\IamPolicyAnalysisResult_AccessControlList' => $vendorDir . '/google/cloud/Asset/src/V1/IamPolicyAnalysisResult_AccessControlList.php',
    'Google\\Cloud\\Asset\\V1\\IamPolicyAnalysisResult_Edge' => $vendorDir . '/google/cloud/Asset/src/V1/IamPolicyAnalysisResult_Edge.php',
    'Google\\Cloud\\Asset\\V1\\IamPolicyAnalysisResult_Identity' => $vendorDir . '/google/cloud/Asset/src/V1/IamPolicyAnalysisResult_Identity.php',
    'Google\\Cloud\\Asset\\V1\\IamPolicyAnalysisResult_IdentityList' => $vendorDir . '/google/cloud/Asset/src/V1/IamPolicyAnalysisResult_IdentityList.php',
    'Google\\Cloud\\Asset\\V1\\IamPolicyAnalysisResult_Resource' => $vendorDir . '/google/cloud/Asset/src/V1/IamPolicyAnalysisResult_Resource.php',
    'Google\\Cloud\\Asset\\V1\\IamPolicyAnalysisState' => $vendorDir . '/google/cloud/Asset/src/V1/IamPolicyAnalysisState.php',
    'Google\\Cloud\\Asset\\V1\\IamPolicySearchResult' => $vendorDir . '/google/cloud/Asset/src/V1/IamPolicySearchResult.php',
    'Google\\Cloud\\Asset\\V1\\IamPolicySearchResult\\Explanation' => $vendorDir . '/google/cloud/Asset/src/V1/IamPolicySearchResult/Explanation.php',
    'Google\\Cloud\\Asset\\V1\\IamPolicySearchResult\\Explanation\\Permissions' => $vendorDir . '/google/cloud/Asset/src/V1/IamPolicySearchResult/Explanation/Permissions.php',
    'Google\\Cloud\\Asset\\V1\\IamPolicySearchResult_Explanation' => $vendorDir . '/google/cloud/Asset/src/V1/IamPolicySearchResult_Explanation.php',
    'Google\\Cloud\\Asset\\V1\\IamPolicySearchResult_Explanation_Permissions' => $vendorDir . '/google/cloud/Asset/src/V1/IamPolicySearchResult_Explanation_Permissions.php',
    'Google\\Cloud\\Asset\\V1\\ListAssetsRequest' => $vendorDir . '/google/cloud/Asset/src/V1/ListAssetsRequest.php',
    'Google\\Cloud\\Asset\\V1\\ListAssetsResponse' => $vendorDir . '/google/cloud/Asset/src/V1/ListAssetsResponse.php',
    'Google\\Cloud\\Asset\\V1\\ListFeedsRequest' => $vendorDir . '/google/cloud/Asset/src/V1/ListFeedsRequest.php',
    'Google\\Cloud\\Asset\\V1\\ListFeedsResponse' => $vendorDir . '/google/cloud/Asset/src/V1/ListFeedsResponse.php',
    'Google\\Cloud\\Asset\\V1\\ListSavedQueriesRequest' => $vendorDir . '/google/cloud/Asset/src/V1/ListSavedQueriesRequest.php',
    'Google\\Cloud\\Asset\\V1\\ListSavedQueriesResponse' => $vendorDir . '/google/cloud/Asset/src/V1/ListSavedQueriesResponse.php',
    'Google\\Cloud\\Asset\\V1\\MoveAnalysis' => $vendorDir . '/google/cloud/Asset/src/V1/MoveAnalysis.php',
    'Google\\Cloud\\Asset\\V1\\MoveAnalysisResult' => $vendorDir . '/google/cloud/Asset/src/V1/MoveAnalysisResult.php',
    'Google\\Cloud\\Asset\\V1\\MoveImpact' => $vendorDir . '/google/cloud/Asset/src/V1/MoveImpact.php',
    'Google\\Cloud\\Asset\\V1\\OutputConfig' => $vendorDir . '/google/cloud/Asset/src/V1/OutputConfig.php',
    'Google\\Cloud\\Asset\\V1\\OutputResult' => $vendorDir . '/google/cloud/Asset/src/V1/OutputResult.php',
    'Google\\Cloud\\Asset\\V1\\PartitionSpec' => $vendorDir . '/google/cloud/Asset/src/V1/PartitionSpec.php',
    'Google\\Cloud\\Asset\\V1\\PartitionSpec\\PartitionKey' => $vendorDir . '/google/cloud/Asset/src/V1/PartitionSpec/PartitionKey.php',
    'Google\\Cloud\\Asset\\V1\\PartitionSpec_PartitionKey' => $vendorDir . '/google/cloud/Asset/src/V1/PartitionSpec_PartitionKey.php',
    'Google\\Cloud\\Asset\\V1\\PubsubDestination' => $vendorDir . '/google/cloud/Asset/src/V1/PubsubDestination.php',
    'Google\\Cloud\\Asset\\V1\\QueryAssetsOutputConfig' => $vendorDir . '/google/cloud/Asset/src/V1/QueryAssetsOutputConfig.php',
    'Google\\Cloud\\Asset\\V1\\QueryAssetsOutputConfig\\BigQueryDestination' => $vendorDir . '/google/cloud/Asset/src/V1/QueryAssetsOutputConfig/BigQueryDestination.php',
    'Google\\Cloud\\Asset\\V1\\QueryAssetsOutputConfig_BigQueryDestination' => $vendorDir . '/google/cloud/Asset/src/V1/QueryAssetsOutputConfig_BigQueryDestination.php',
    'Google\\Cloud\\Asset\\V1\\QueryAssetsRequest' => $vendorDir . '/google/cloud/Asset/src/V1/QueryAssetsRequest.php',
    'Google\\Cloud\\Asset\\V1\\QueryAssetsResponse' => $vendorDir . '/google/cloud/Asset/src/V1/QueryAssetsResponse.php',
    'Google\\Cloud\\Asset\\V1\\QueryResult' => $vendorDir . '/google/cloud/Asset/src/V1/QueryResult.php',
    'Google\\Cloud\\Asset\\V1\\RelatedAsset' => $vendorDir . '/google/cloud/Asset/src/V1/RelatedAsset.php',
    'Google\\Cloud\\Asset\\V1\\RelatedAssets' => $vendorDir . '/google/cloud/Asset/src/V1/RelatedAssets.php',
    'Google\\Cloud\\Asset\\V1\\RelatedResource' => $vendorDir . '/google/cloud/Asset/src/V1/RelatedResource.php',
    'Google\\Cloud\\Asset\\V1\\RelatedResources' => $vendorDir . '/google/cloud/Asset/src/V1/RelatedResources.php',
    'Google\\Cloud\\Asset\\V1\\RelationshipAttributes' => $vendorDir . '/google/cloud/Asset/src/V1/RelationshipAttributes.php',
    'Google\\Cloud\\Asset\\V1\\Resource' => $vendorDir . '/google/cloud/Asset/src/V1/Resource.php',
    'Google\\Cloud\\Asset\\V1\\ResourceSearchResult' => $vendorDir . '/google/cloud/Asset/src/V1/ResourceSearchResult.php',
    'Google\\Cloud\\Asset\\V1\\SavedQuery' => $vendorDir . '/google/cloud/Asset/src/V1/SavedQuery.php',
    'Google\\Cloud\\Asset\\V1\\SavedQuery\\QueryContent' => $vendorDir . '/google/cloud/Asset/src/V1/SavedQuery/QueryContent.php',
    'Google\\Cloud\\Asset\\V1\\SavedQuery_QueryContent' => $vendorDir . '/google/cloud/Asset/src/V1/SavedQuery_QueryContent.php',
    'Google\\Cloud\\Asset\\V1\\SearchAllIamPoliciesRequest' => $vendorDir . '/google/cloud/Asset/src/V1/SearchAllIamPoliciesRequest.php',
    'Google\\Cloud\\Asset\\V1\\SearchAllIamPoliciesResponse' => $vendorDir . '/google/cloud/Asset/src/V1/SearchAllIamPoliciesResponse.php',
    'Google\\Cloud\\Asset\\V1\\SearchAllResourcesRequest' => $vendorDir . '/google/cloud/Asset/src/V1/SearchAllResourcesRequest.php',
    'Google\\Cloud\\Asset\\V1\\SearchAllResourcesResponse' => $vendorDir . '/google/cloud/Asset/src/V1/SearchAllResourcesResponse.php',
    'Google\\Cloud\\Asset\\V1\\TableFieldSchema' => $vendorDir . '/google/cloud/Asset/src/V1/TableFieldSchema.php',
    'Google\\Cloud\\Asset\\V1\\TableSchema' => $vendorDir . '/google/cloud/Asset/src/V1/TableSchema.php',
    'Google\\Cloud\\Asset\\V1\\TemporalAsset' => $vendorDir . '/google/cloud/Asset/src/V1/TemporalAsset.php',
    'Google\\Cloud\\Asset\\V1\\TemporalAsset\\PriorAssetState' => $vendorDir . '/google/cloud/Asset/src/V1/TemporalAsset/PriorAssetState.php',
    'Google\\Cloud\\Asset\\V1\\TemporalAsset_PriorAssetState' => $vendorDir . '/google/cloud/Asset/src/V1/TemporalAsset_PriorAssetState.php',
    'Google\\Cloud\\Asset\\V1\\TimeWindow' => $vendorDir . '/google/cloud/Asset/src/V1/TimeWindow.php',
    'Google\\Cloud\\Asset\\V1\\UpdateFeedRequest' => $vendorDir . '/google/cloud/Asset/src/V1/UpdateFeedRequest.php',
    'Google\\Cloud\\Asset\\V1\\UpdateSavedQueryRequest' => $vendorDir . '/google/cloud/Asset/src/V1/UpdateSavedQueryRequest.php',
    'Google\\Cloud\\Asset\\V1\\VersionedResource' => $vendorDir . '/google/cloud/Asset/src/V1/VersionedResource.php',
    'Google\\Cloud\\Asset\\V1beta1\\Asset' => $vendorDir . '/google/cloud/Asset/src/V1beta1/Asset.php',
    'Google\\Cloud\\Asset\\V1beta1\\AssetServiceClient' => $vendorDir . '/google/cloud/Asset/src/V1beta1/AssetServiceClient.php',
    'Google\\Cloud\\Asset\\V1beta1\\AssetServiceGrpcClient' => $vendorDir . '/google/cloud/Asset/src/V1beta1/AssetServiceGrpcClient.php',
    'Google\\Cloud\\Asset\\V1beta1\\BatchGetAssetsHistoryRequest' => $vendorDir . '/google/cloud/Asset/src/V1beta1/BatchGetAssetsHistoryRequest.php',
    'Google\\Cloud\\Asset\\V1beta1\\BatchGetAssetsHistoryResponse' => $vendorDir . '/google/cloud/Asset/src/V1beta1/BatchGetAssetsHistoryResponse.php',
    'Google\\Cloud\\Asset\\V1beta1\\ContentType' => $vendorDir . '/google/cloud/Asset/src/V1beta1/ContentType.php',
    'Google\\Cloud\\Asset\\V1beta1\\ExportAssetsRequest' => $vendorDir . '/google/cloud/Asset/src/V1beta1/ExportAssetsRequest.php',
    'Google\\Cloud\\Asset\\V1beta1\\ExportAssetsResponse' => $vendorDir . '/google/cloud/Asset/src/V1beta1/ExportAssetsResponse.php',
    'Google\\Cloud\\Asset\\V1beta1\\Gapic\\AssetServiceGapicClient' => $vendorDir . '/google/cloud/Asset/src/V1beta1/Gapic/AssetServiceGapicClient.php',
    'Google\\Cloud\\Asset\\V1beta1\\GcsDestination' => $vendorDir . '/google/cloud/Asset/src/V1beta1/GcsDestination.php',
    'Google\\Cloud\\Asset\\V1beta1\\OutputConfig' => $vendorDir . '/google/cloud/Asset/src/V1beta1/OutputConfig.php',
    'Google\\Cloud\\Asset\\V1beta1\\Resource' => $vendorDir . '/google/cloud/Asset/src/V1beta1/Resource.php',
    'Google\\Cloud\\Asset\\V1beta1\\TemporalAsset' => $vendorDir . '/google/cloud/Asset/src/V1beta1/TemporalAsset.php',
    'Google\\Cloud\\Asset\\V1beta1\\TimeWindow' => $vendorDir . '/google/cloud/Asset/src/V1beta1/TimeWindow.php',
    'Google\\Cloud\\AssuredWorkloads\\V1beta1\\AnalyzeWorkloadMoveRequest' => $vendorDir . '/google/cloud/AssuredWorkloads/src/V1beta1/AnalyzeWorkloadMoveRequest.php',
    'Google\\Cloud\\AssuredWorkloads\\V1beta1\\AnalyzeWorkloadMoveResponse' => $vendorDir . '/google/cloud/AssuredWorkloads/src/V1beta1/AnalyzeWorkloadMoveResponse.php',
    'Google\\Cloud\\AssuredWorkloads\\V1beta1\\AssuredWorkloadsServiceClient' => $vendorDir . '/google/cloud/AssuredWorkloads/src/V1beta1/AssuredWorkloadsServiceClient.php',
    'Google\\Cloud\\AssuredWorkloads\\V1beta1\\AssuredWorkloadsServiceGrpcClient' => $vendorDir . '/google/cloud/AssuredWorkloads/src/V1beta1/AssuredWorkloadsServiceGrpcClient.php',
    'Google\\Cloud\\AssuredWorkloads\\V1beta1\\CreateWorkloadOperationMetadata' => $vendorDir . '/google/cloud/AssuredWorkloads/src/V1beta1/CreateWorkloadOperationMetadata.php',
    'Google\\Cloud\\AssuredWorkloads\\V1beta1\\CreateWorkloadRequest' => $vendorDir . '/google/cloud/AssuredWorkloads/src/V1beta1/CreateWorkloadRequest.php',
    'Google\\Cloud\\AssuredWorkloads\\V1beta1\\DeleteWorkloadRequest' => $vendorDir . '/google/cloud/AssuredWorkloads/src/V1beta1/DeleteWorkloadRequest.php',
    'Google\\Cloud\\AssuredWorkloads\\V1beta1\\Gapic\\AssuredWorkloadsServiceGapicClient' => $vendorDir . '/google/cloud/AssuredWorkloads/src/V1beta1/Gapic/AssuredWorkloadsServiceGapicClient.php',
    'Google\\Cloud\\AssuredWorkloads\\V1beta1\\GetWorkloadRequest' => $vendorDir . '/google/cloud/AssuredWorkloads/src/V1beta1/GetWorkloadRequest.php',
    'Google\\Cloud\\AssuredWorkloads\\V1beta1\\ListWorkloadsRequest' => $vendorDir . '/google/cloud/AssuredWorkloads/src/V1beta1/ListWorkloadsRequest.php',
    'Google\\Cloud\\AssuredWorkloads\\V1beta1\\ListWorkloadsResponse' => $vendorDir . '/google/cloud/AssuredWorkloads/src/V1beta1/ListWorkloadsResponse.php',
    'Google\\Cloud\\AssuredWorkloads\\V1beta1\\RestrictAllowedResourcesRequest' => $vendorDir . '/google/cloud/AssuredWorkloads/src/V1beta1/RestrictAllowedResourcesRequest.php',
    'Google\\Cloud\\AssuredWorkloads\\V1beta1\\RestrictAllowedResourcesRequest\\RestrictionType' => $vendorDir . '/google/cloud/AssuredWorkloads/src/V1beta1/RestrictAllowedResourcesRequest/RestrictionType.php',
    'Google\\Cloud\\AssuredWorkloads\\V1beta1\\RestrictAllowedResourcesRequest_RestrictionType' => $vendorDir . '/google/cloud/AssuredWorkloads/src/V1beta1/RestrictAllowedResourcesRequest_RestrictionType.php',
    'Google\\Cloud\\AssuredWorkloads\\V1beta1\\RestrictAllowedResourcesResponse' => $vendorDir . '/google/cloud/AssuredWorkloads/src/V1beta1/RestrictAllowedResourcesResponse.php',
    'Google\\Cloud\\AssuredWorkloads\\V1beta1\\UpdateWorkloadRequest' => $vendorDir . '/google/cloud/AssuredWorkloads/src/V1beta1/UpdateWorkloadRequest.php',
    'Google\\Cloud\\AssuredWorkloads\\V1beta1\\Workload' => $vendorDir . '/google/cloud/AssuredWorkloads/src/V1beta1/Workload.php',
    'Google\\Cloud\\AssuredWorkloads\\V1beta1\\Workload\\CJISSettings' => $vendorDir . '/google/cloud/AssuredWorkloads/src/V1beta1/Workload/CJISSettings.php',
    'Google\\Cloud\\AssuredWorkloads\\V1beta1\\Workload\\ComplianceRegime' => $vendorDir . '/google/cloud/AssuredWorkloads/src/V1beta1/Workload/ComplianceRegime.php',
    'Google\\Cloud\\AssuredWorkloads\\V1beta1\\Workload\\FedrampHighSettings' => $vendorDir . '/google/cloud/AssuredWorkloads/src/V1beta1/Workload/FedrampHighSettings.php',
    'Google\\Cloud\\AssuredWorkloads\\V1beta1\\Workload\\FedrampModerateSettings' => $vendorDir . '/google/cloud/AssuredWorkloads/src/V1beta1/Workload/FedrampModerateSettings.php',
    'Google\\Cloud\\AssuredWorkloads\\V1beta1\\Workload\\IL4Settings' => $vendorDir . '/google/cloud/AssuredWorkloads/src/V1beta1/Workload/IL4Settings.php',
    'Google\\Cloud\\AssuredWorkloads\\V1beta1\\Workload\\KMSSettings' => $vendorDir . '/google/cloud/AssuredWorkloads/src/V1beta1/Workload/KMSSettings.php',
    'Google\\Cloud\\AssuredWorkloads\\V1beta1\\Workload\\KajEnrollmentState' => $vendorDir . '/google/cloud/AssuredWorkloads/src/V1beta1/Workload/KajEnrollmentState.php',
    'Google\\Cloud\\AssuredWorkloads\\V1beta1\\Workload\\ResourceInfo' => $vendorDir . '/google/cloud/AssuredWorkloads/src/V1beta1/Workload/ResourceInfo.php',
    'Google\\Cloud\\AssuredWorkloads\\V1beta1\\Workload\\ResourceInfo\\ResourceType' => $vendorDir . '/google/cloud/AssuredWorkloads/src/V1beta1/Workload/ResourceInfo/ResourceType.php',
    'Google\\Cloud\\AssuredWorkloads\\V1beta1\\Workload\\ResourceSettings' => $vendorDir . '/google/cloud/AssuredWorkloads/src/V1beta1/Workload/ResourceSettings.php',
    'Google\\Cloud\\AssuredWorkloads\\V1beta1\\Workload\\SaaEnrollmentResponse' => $vendorDir . '/google/cloud/AssuredWorkloads/src/V1beta1/Workload/SaaEnrollmentResponse.php',
    'Google\\Cloud\\AssuredWorkloads\\V1beta1\\Workload\\SaaEnrollmentResponse\\SetupError' => $vendorDir . '/google/cloud/AssuredWorkloads/src/V1beta1/Workload/SaaEnrollmentResponse/SetupError.php',
    'Google\\Cloud\\AssuredWorkloads\\V1beta1\\Workload\\SaaEnrollmentResponse\\SetupState' => $vendorDir . '/google/cloud/AssuredWorkloads/src/V1beta1/Workload/SaaEnrollmentResponse/SetupState.php',
    'Google\\Cloud\\AssuredWorkloads\\V1beta1\\Workload_CJISSettings' => $vendorDir . '/google/cloud/AssuredWorkloads/src/V1beta1/Workload_CJISSettings.php',
    'Google\\Cloud\\AssuredWorkloads\\V1beta1\\Workload_ComplianceRegime' => $vendorDir . '/google/cloud/AssuredWorkloads/src/V1beta1/Workload_ComplianceRegime.php',
    'Google\\Cloud\\AssuredWorkloads\\V1beta1\\Workload_FedrampHighSettings' => $vendorDir . '/google/cloud/AssuredWorkloads/src/V1beta1/Workload_FedrampHighSettings.php',
    'Google\\Cloud\\AssuredWorkloads\\V1beta1\\Workload_FedrampModerateSettings' => $vendorDir . '/google/cloud/AssuredWorkloads/src/V1beta1/Workload_FedrampModerateSettings.php',
    'Google\\Cloud\\AssuredWorkloads\\V1beta1\\Workload_IL4Settings' => $vendorDir . '/google/cloud/AssuredWorkloads/src/V1beta1/Workload_IL4Settings.php',
    'Google\\Cloud\\AssuredWorkloads\\V1beta1\\Workload_KMSSettings' => $vendorDir . '/google/cloud/AssuredWorkloads/src/V1beta1/Workload_KMSSettings.php',
    'Google\\Cloud\\AssuredWorkloads\\V1beta1\\Workload_KajEnrollmentState' => $vendorDir . '/google/cloud/AssuredWorkloads/src/V1beta1/Workload_KajEnrollmentState.php',
    'Google\\Cloud\\AssuredWorkloads\\V1beta1\\Workload_ResourceInfo' => $vendorDir . '/google/cloud/AssuredWorkloads/src/V1beta1/Workload_ResourceInfo.php',
    'Google\\Cloud\\AssuredWorkloads\\V1beta1\\Workload_ResourceInfo_ResourceType' => $vendorDir . '/google/cloud/AssuredWorkloads/src/V1beta1/Workload_ResourceInfo_ResourceType.php',
    'Google\\Cloud\\AssuredWorkloads\\V1beta1\\Workload_ResourceSettings' => $vendorDir . '/google/cloud/AssuredWorkloads/src/V1beta1/Workload_ResourceSettings.php',
    'Google\\Cloud\\AssuredWorkloads\\V1beta1\\Workload_SaaEnrollmentResponse' => $vendorDir . '/google/cloud/AssuredWorkloads/src/V1beta1/Workload_SaaEnrollmentResponse.php',
    'Google\\Cloud\\AssuredWorkloads\\V1beta1\\Workload_SaaEnrollmentResponse_SetupError' => $vendorDir . '/google/cloud/AssuredWorkloads/src/V1beta1/Workload_SaaEnrollmentResponse_SetupError.php',
    'Google\\Cloud\\AssuredWorkloads\\V1beta1\\Workload_SaaEnrollmentResponse_SetupState' => $vendorDir . '/google/cloud/AssuredWorkloads/src/V1beta1/Workload_SaaEnrollmentResponse_SetupState.php',
    'Google\\Cloud\\Audit\\AuditLog' => $vendorDir . '/google/cloud/CommonProtos/src/Audit/AuditLog.php',
    'Google\\Cloud\\Audit\\AuthenticationInfo' => $vendorDir . '/google/cloud/CommonProtos/src/Audit/AuthenticationInfo.php',
    'Google\\Cloud\\Audit\\AuthorizationInfo' => $vendorDir . '/google/cloud/CommonProtos/src/Audit/AuthorizationInfo.php',
    'Google\\Cloud\\Audit\\RequestMetadata' => $vendorDir . '/google/cloud/CommonProtos/src/Audit/RequestMetadata.php',
    'Google\\Cloud\\Audit\\ResourceLocation' => $vendorDir . '/google/cloud/CommonProtos/src/Audit/ResourceLocation.php',
    'Google\\Cloud\\Audit\\ServiceAccountDelegationInfo' => $vendorDir . '/google/cloud/CommonProtos/src/Audit/ServiceAccountDelegationInfo.php',
    'Google\\Cloud\\Audit\\ServiceAccountDelegationInfo\\FirstPartyPrincipal' => $vendorDir . '/google/cloud/CommonProtos/src/Audit/ServiceAccountDelegationInfo/FirstPartyPrincipal.php',
    'Google\\Cloud\\Audit\\ServiceAccountDelegationInfo\\ThirdPartyPrincipal' => $vendorDir . '/google/cloud/CommonProtos/src/Audit/ServiceAccountDelegationInfo/ThirdPartyPrincipal.php',
    'Google\\Cloud\\Audit\\ServiceAccountDelegationInfo_FirstPartyPrincipal' => $vendorDir . '/google/cloud/CommonProtos/src/Audit/ServiceAccountDelegationInfo_FirstPartyPrincipal.php',
    'Google\\Cloud\\Audit\\ServiceAccountDelegationInfo_ThirdPartyPrincipal' => $vendorDir . '/google/cloud/CommonProtos/src/Audit/ServiceAccountDelegationInfo_ThirdPartyPrincipal.php',
    'Google\\Cloud\\AutoMl\\V1\\AnnotationPayload' => $vendorDir . '/google/cloud/AutoMl/src/V1/AnnotationPayload.php',
    'Google\\Cloud\\AutoMl\\V1\\AnnotationSpec' => $vendorDir . '/google/cloud/AutoMl/src/V1/AnnotationSpec.php',
    'Google\\Cloud\\AutoMl\\V1\\AutoMlClient' => $vendorDir . '/google/cloud/AutoMl/src/V1/AutoMlClient.php',
    'Google\\Cloud\\AutoMl\\V1\\AutoMlGrpcClient' => $vendorDir . '/google/cloud/AutoMl/src/V1/AutoMlGrpcClient.php',
    'Google\\Cloud\\AutoMl\\V1\\BatchPredictInputConfig' => $vendorDir . '/google/cloud/AutoMl/src/V1/BatchPredictInputConfig.php',
    'Google\\Cloud\\AutoMl\\V1\\BatchPredictOperationMetadata' => $vendorDir . '/google/cloud/AutoMl/src/V1/BatchPredictOperationMetadata.php',
    'Google\\Cloud\\AutoMl\\V1\\BatchPredictOperationMetadata\\BatchPredictOutputInfo' => $vendorDir . '/google/cloud/AutoMl/src/V1/BatchPredictOperationMetadata/BatchPredictOutputInfo.php',
    'Google\\Cloud\\AutoMl\\V1\\BatchPredictOperationMetadata_BatchPredictOutputInfo' => $vendorDir . '/google/cloud/AutoMl/src/V1/BatchPredictOperationMetadata_BatchPredictOutputInfo.php',
    'Google\\Cloud\\AutoMl\\V1\\BatchPredictOutputConfig' => $vendorDir . '/google/cloud/AutoMl/src/V1/BatchPredictOutputConfig.php',
    'Google\\Cloud\\AutoMl\\V1\\BatchPredictRequest' => $vendorDir . '/google/cloud/AutoMl/src/V1/BatchPredictRequest.php',
    'Google\\Cloud\\AutoMl\\V1\\BatchPredictResult' => $vendorDir . '/google/cloud/AutoMl/src/V1/BatchPredictResult.php',
    'Google\\Cloud\\AutoMl\\V1\\BoundingBoxMetricsEntry' => $vendorDir . '/google/cloud/AutoMl/src/V1/BoundingBoxMetricsEntry.php',
    'Google\\Cloud\\AutoMl\\V1\\BoundingBoxMetricsEntry\\ConfidenceMetricsEntry' => $vendorDir . '/google/cloud/AutoMl/src/V1/BoundingBoxMetricsEntry/ConfidenceMetricsEntry.php',
    'Google\\Cloud\\AutoMl\\V1\\BoundingBoxMetricsEntry_ConfidenceMetricsEntry' => $vendorDir . '/google/cloud/AutoMl/src/V1/BoundingBoxMetricsEntry_ConfidenceMetricsEntry.php',
    'Google\\Cloud\\AutoMl\\V1\\BoundingPoly' => $vendorDir . '/google/cloud/AutoMl/src/V1/BoundingPoly.php',
    'Google\\Cloud\\AutoMl\\V1\\ClassificationAnnotation' => $vendorDir . '/google/cloud/AutoMl/src/V1/ClassificationAnnotation.php',
    'Google\\Cloud\\AutoMl\\V1\\ClassificationEvaluationMetrics' => $vendorDir . '/google/cloud/AutoMl/src/V1/ClassificationEvaluationMetrics.php',
    'Google\\Cloud\\AutoMl\\V1\\ClassificationEvaluationMetrics\\ConfidenceMetricsEntry' => $vendorDir . '/google/cloud/AutoMl/src/V1/ClassificationEvaluationMetrics/ConfidenceMetricsEntry.php',
    'Google\\Cloud\\AutoMl\\V1\\ClassificationEvaluationMetrics\\ConfusionMatrix' => $vendorDir . '/google/cloud/AutoMl/src/V1/ClassificationEvaluationMetrics/ConfusionMatrix.php',
    'Google\\Cloud\\AutoMl\\V1\\ClassificationEvaluationMetrics\\ConfusionMatrix\\Row' => $vendorDir . '/google/cloud/AutoMl/src/V1/ClassificationEvaluationMetrics/ConfusionMatrix/Row.php',
    'Google\\Cloud\\AutoMl\\V1\\ClassificationEvaluationMetrics_ConfidenceMetricsEntry' => $vendorDir . '/google/cloud/AutoMl/src/V1/ClassificationEvaluationMetrics_ConfidenceMetricsEntry.php',
    'Google\\Cloud\\AutoMl\\V1\\ClassificationEvaluationMetrics_ConfusionMatrix' => $vendorDir . '/google/cloud/AutoMl/src/V1/ClassificationEvaluationMetrics_ConfusionMatrix.php',
    'Google\\Cloud\\AutoMl\\V1\\ClassificationEvaluationMetrics_ConfusionMatrix_Row' => $vendorDir . '/google/cloud/AutoMl/src/V1/ClassificationEvaluationMetrics_ConfusionMatrix_Row.php',
    'Google\\Cloud\\AutoMl\\V1\\ClassificationType' => $vendorDir . '/google/cloud/AutoMl/src/V1/ClassificationType.php',
    'Google\\Cloud\\AutoMl\\V1\\CreateDatasetOperationMetadata' => $vendorDir . '/google/cloud/AutoMl/src/V1/CreateDatasetOperationMetadata.php',
    'Google\\Cloud\\AutoMl\\V1\\CreateDatasetRequest' => $vendorDir . '/google/cloud/AutoMl/src/V1/CreateDatasetRequest.php',
    'Google\\Cloud\\AutoMl\\V1\\CreateModelOperationMetadata' => $vendorDir . '/google/cloud/AutoMl/src/V1/CreateModelOperationMetadata.php',
    'Google\\Cloud\\AutoMl\\V1\\CreateModelRequest' => $vendorDir . '/google/cloud/AutoMl/src/V1/CreateModelRequest.php',
    'Google\\Cloud\\AutoMl\\V1\\Dataset' => $vendorDir . '/google/cloud/AutoMl/src/V1/Dataset.php',
    'Google\\Cloud\\AutoMl\\V1\\DeleteDatasetRequest' => $vendorDir . '/google/cloud/AutoMl/src/V1/DeleteDatasetRequest.php',
    'Google\\Cloud\\AutoMl\\V1\\DeleteModelRequest' => $vendorDir . '/google/cloud/AutoMl/src/V1/DeleteModelRequest.php',
    'Google\\Cloud\\AutoMl\\V1\\DeleteOperationMetadata' => $vendorDir . '/google/cloud/AutoMl/src/V1/DeleteOperationMetadata.php',
    'Google\\Cloud\\AutoMl\\V1\\DeployModelOperationMetadata' => $vendorDir . '/google/cloud/AutoMl/src/V1/DeployModelOperationMetadata.php',
    'Google\\Cloud\\AutoMl\\V1\\DeployModelRequest' => $vendorDir . '/google/cloud/AutoMl/src/V1/DeployModelRequest.php',
    'Google\\Cloud\\AutoMl\\V1\\Document' => $vendorDir . '/google/cloud/AutoMl/src/V1/Document.php',
    'Google\\Cloud\\AutoMl\\V1\\DocumentDimensions' => $vendorDir . '/google/cloud/AutoMl/src/V1/DocumentDimensions.php',
    'Google\\Cloud\\AutoMl\\V1\\DocumentDimensions\\DocumentDimensionUnit' => $vendorDir . '/google/cloud/AutoMl/src/V1/DocumentDimensions/DocumentDimensionUnit.php',
    'Google\\Cloud\\AutoMl\\V1\\DocumentDimensions_DocumentDimensionUnit' => $vendorDir . '/google/cloud/AutoMl/src/V1/DocumentDimensions_DocumentDimensionUnit.php',
    'Google\\Cloud\\AutoMl\\V1\\DocumentInputConfig' => $vendorDir . '/google/cloud/AutoMl/src/V1/DocumentInputConfig.php',
    'Google\\Cloud\\AutoMl\\V1\\Document\\Layout' => $vendorDir . '/google/cloud/AutoMl/src/V1/Document/Layout.php',
    'Google\\Cloud\\AutoMl\\V1\\Document\\Layout\\TextSegmentType' => $vendorDir . '/google/cloud/AutoMl/src/V1/Document/Layout/TextSegmentType.php',
    'Google\\Cloud\\AutoMl\\V1\\Document_Layout' => $vendorDir . '/google/cloud/AutoMl/src/V1/Document_Layout.php',
    'Google\\Cloud\\AutoMl\\V1\\Document_Layout_TextSegmentType' => $vendorDir . '/google/cloud/AutoMl/src/V1/Document_Layout_TextSegmentType.php',
    'Google\\Cloud\\AutoMl\\V1\\ExamplePayload' => $vendorDir . '/google/cloud/AutoMl/src/V1/ExamplePayload.php',
    'Google\\Cloud\\AutoMl\\V1\\ExportDataOperationMetadata' => $vendorDir . '/google/cloud/AutoMl/src/V1/ExportDataOperationMetadata.php',
    'Google\\Cloud\\AutoMl\\V1\\ExportDataOperationMetadata\\ExportDataOutputInfo' => $vendorDir . '/google/cloud/AutoMl/src/V1/ExportDataOperationMetadata/ExportDataOutputInfo.php',
    'Google\\Cloud\\AutoMl\\V1\\ExportDataOperationMetadata_ExportDataOutputInfo' => $vendorDir . '/google/cloud/AutoMl/src/V1/ExportDataOperationMetadata_ExportDataOutputInfo.php',
    'Google\\Cloud\\AutoMl\\V1\\ExportDataRequest' => $vendorDir . '/google/cloud/AutoMl/src/V1/ExportDataRequest.php',
    'Google\\Cloud\\AutoMl\\V1\\ExportModelOperationMetadata' => $vendorDir . '/google/cloud/AutoMl/src/V1/ExportModelOperationMetadata.php',
    'Google\\Cloud\\AutoMl\\V1\\ExportModelOperationMetadata\\ExportModelOutputInfo' => $vendorDir . '/google/cloud/AutoMl/src/V1/ExportModelOperationMetadata/ExportModelOutputInfo.php',
    'Google\\Cloud\\AutoMl\\V1\\ExportModelOperationMetadata_ExportModelOutputInfo' => $vendorDir . '/google/cloud/AutoMl/src/V1/ExportModelOperationMetadata_ExportModelOutputInfo.php',
    'Google\\Cloud\\AutoMl\\V1\\ExportModelRequest' => $vendorDir . '/google/cloud/AutoMl/src/V1/ExportModelRequest.php',
    'Google\\Cloud\\AutoMl\\V1\\Gapic\\AutoMlGapicClient' => $vendorDir . '/google/cloud/AutoMl/src/V1/Gapic/AutoMlGapicClient.php',
    'Google\\Cloud\\AutoMl\\V1\\Gapic\\PredictionServiceGapicClient' => $vendorDir . '/google/cloud/AutoMl/src/V1/Gapic/PredictionServiceGapicClient.php',
    'Google\\Cloud\\AutoMl\\V1\\GcsDestination' => $vendorDir . '/google/cloud/AutoMl/src/V1/GcsDestination.php',
    'Google\\Cloud\\AutoMl\\V1\\GcsSource' => $vendorDir . '/google/cloud/AutoMl/src/V1/GcsSource.php',
    'Google\\Cloud\\AutoMl\\V1\\GetAnnotationSpecRequest' => $vendorDir . '/google/cloud/AutoMl/src/V1/GetAnnotationSpecRequest.php',
    'Google\\Cloud\\AutoMl\\V1\\GetDatasetRequest' => $vendorDir . '/google/cloud/AutoMl/src/V1/GetDatasetRequest.php',
    'Google\\Cloud\\AutoMl\\V1\\GetModelEvaluationRequest' => $vendorDir . '/google/cloud/AutoMl/src/V1/GetModelEvaluationRequest.php',
    'Google\\Cloud\\AutoMl\\V1\\GetModelRequest' => $vendorDir . '/google/cloud/AutoMl/src/V1/GetModelRequest.php',
    'Google\\Cloud\\AutoMl\\V1\\Image' => $vendorDir . '/google/cloud/AutoMl/src/V1/Image.php',
    'Google\\Cloud\\AutoMl\\V1\\ImageClassificationDatasetMetadata' => $vendorDir . '/google/cloud/AutoMl/src/V1/ImageClassificationDatasetMetadata.php',
    'Google\\Cloud\\AutoMl\\V1\\ImageClassificationModelDeploymentMetadata' => $vendorDir . '/google/cloud/AutoMl/src/V1/ImageClassificationModelDeploymentMetadata.php',
    'Google\\Cloud\\AutoMl\\V1\\ImageClassificationModelMetadata' => $vendorDir . '/google/cloud/AutoMl/src/V1/ImageClassificationModelMetadata.php',
    'Google\\Cloud\\AutoMl\\V1\\ImageObjectDetectionAnnotation' => $vendorDir . '/google/cloud/AutoMl/src/V1/ImageObjectDetectionAnnotation.php',
    'Google\\Cloud\\AutoMl\\V1\\ImageObjectDetectionDatasetMetadata' => $vendorDir . '/google/cloud/AutoMl/src/V1/ImageObjectDetectionDatasetMetadata.php',
    'Google\\Cloud\\AutoMl\\V1\\ImageObjectDetectionEvaluationMetrics' => $vendorDir . '/google/cloud/AutoMl/src/V1/ImageObjectDetectionEvaluationMetrics.php',
    'Google\\Cloud\\AutoMl\\V1\\ImageObjectDetectionModelDeploymentMetadata' => $vendorDir . '/google/cloud/AutoMl/src/V1/ImageObjectDetectionModelDeploymentMetadata.php',
    'Google\\Cloud\\AutoMl\\V1\\ImageObjectDetectionModelMetadata' => $vendorDir . '/google/cloud/AutoMl/src/V1/ImageObjectDetectionModelMetadata.php',
    'Google\\Cloud\\AutoMl\\V1\\ImportDataOperationMetadata' => $vendorDir . '/google/cloud/AutoMl/src/V1/ImportDataOperationMetadata.php',
    'Google\\Cloud\\AutoMl\\V1\\ImportDataRequest' => $vendorDir . '/google/cloud/AutoMl/src/V1/ImportDataRequest.php',
    'Google\\Cloud\\AutoMl\\V1\\InputConfig' => $vendorDir . '/google/cloud/AutoMl/src/V1/InputConfig.php',
    'Google\\Cloud\\AutoMl\\V1\\ListDatasetsRequest' => $vendorDir . '/google/cloud/AutoMl/src/V1/ListDatasetsRequest.php',
    'Google\\Cloud\\AutoMl\\V1\\ListDatasetsResponse' => $vendorDir . '/google/cloud/AutoMl/src/V1/ListDatasetsResponse.php',
    'Google\\Cloud\\AutoMl\\V1\\ListModelEvaluationsRequest' => $vendorDir . '/google/cloud/AutoMl/src/V1/ListModelEvaluationsRequest.php',
    'Google\\Cloud\\AutoMl\\V1\\ListModelEvaluationsResponse' => $vendorDir . '/google/cloud/AutoMl/src/V1/ListModelEvaluationsResponse.php',
    'Google\\Cloud\\AutoMl\\V1\\ListModelsRequest' => $vendorDir . '/google/cloud/AutoMl/src/V1/ListModelsRequest.php',
    'Google\\Cloud\\AutoMl\\V1\\ListModelsResponse' => $vendorDir . '/google/cloud/AutoMl/src/V1/ListModelsResponse.php',
    'Google\\Cloud\\AutoMl\\V1\\Model' => $vendorDir . '/google/cloud/AutoMl/src/V1/Model.php',
    'Google\\Cloud\\AutoMl\\V1\\ModelEvaluation' => $vendorDir . '/google/cloud/AutoMl/src/V1/ModelEvaluation.php',
    'Google\\Cloud\\AutoMl\\V1\\ModelExportOutputConfig' => $vendorDir . '/google/cloud/AutoMl/src/V1/ModelExportOutputConfig.php',
    'Google\\Cloud\\AutoMl\\V1\\Model\\DeploymentState' => $vendorDir . '/google/cloud/AutoMl/src/V1/Model/DeploymentState.php',
    'Google\\Cloud\\AutoMl\\V1\\Model_DeploymentState' => $vendorDir . '/google/cloud/AutoMl/src/V1/Model_DeploymentState.php',
    'Google\\Cloud\\AutoMl\\V1\\NormalizedVertex' => $vendorDir . '/google/cloud/AutoMl/src/V1/NormalizedVertex.php',
    'Google\\Cloud\\AutoMl\\V1\\OperationMetadata' => $vendorDir . '/google/cloud/AutoMl/src/V1/OperationMetadata.php',
    'Google\\Cloud\\AutoMl\\V1\\OutputConfig' => $vendorDir . '/google/cloud/AutoMl/src/V1/OutputConfig.php',
    'Google\\Cloud\\AutoMl\\V1\\PredictRequest' => $vendorDir . '/google/cloud/AutoMl/src/V1/PredictRequest.php',
    'Google\\Cloud\\AutoMl\\V1\\PredictResponse' => $vendorDir . '/google/cloud/AutoMl/src/V1/PredictResponse.php',
    'Google\\Cloud\\AutoMl\\V1\\PredictionServiceClient' => $vendorDir . '/google/cloud/AutoMl/src/V1/PredictionServiceClient.php',
    'Google\\Cloud\\AutoMl\\V1\\PredictionServiceGrpcClient' => $vendorDir . '/google/cloud/AutoMl/src/V1/PredictionServiceGrpcClient.php',
    'Google\\Cloud\\AutoMl\\V1\\TextClassificationDatasetMetadata' => $vendorDir . '/google/cloud/AutoMl/src/V1/TextClassificationDatasetMetadata.php',
    'Google\\Cloud\\AutoMl\\V1\\TextClassificationModelMetadata' => $vendorDir . '/google/cloud/AutoMl/src/V1/TextClassificationModelMetadata.php',
    'Google\\Cloud\\AutoMl\\V1\\TextExtractionAnnotation' => $vendorDir . '/google/cloud/AutoMl/src/V1/TextExtractionAnnotation.php',
    'Google\\Cloud\\AutoMl\\V1\\TextExtractionDatasetMetadata' => $vendorDir . '/google/cloud/AutoMl/src/V1/TextExtractionDatasetMetadata.php',
    'Google\\Cloud\\AutoMl\\V1\\TextExtractionEvaluationMetrics' => $vendorDir . '/google/cloud/AutoMl/src/V1/TextExtractionEvaluationMetrics.php',
    'Google\\Cloud\\AutoMl\\V1\\TextExtractionEvaluationMetrics\\ConfidenceMetricsEntry' => $vendorDir . '/google/cloud/AutoMl/src/V1/TextExtractionEvaluationMetrics/ConfidenceMetricsEntry.php',
    'Google\\Cloud\\AutoMl\\V1\\TextExtractionEvaluationMetrics_ConfidenceMetricsEntry' => $vendorDir . '/google/cloud/AutoMl/src/V1/TextExtractionEvaluationMetrics_ConfidenceMetricsEntry.php',
    'Google\\Cloud\\AutoMl\\V1\\TextExtractionModelMetadata' => $vendorDir . '/google/cloud/AutoMl/src/V1/TextExtractionModelMetadata.php',
    'Google\\Cloud\\AutoMl\\V1\\TextSegment' => $vendorDir . '/google/cloud/AutoMl/src/V1/TextSegment.php',
    'Google\\Cloud\\AutoMl\\V1\\TextSentimentAnnotation' => $vendorDir . '/google/cloud/AutoMl/src/V1/TextSentimentAnnotation.php',
    'Google\\Cloud\\AutoMl\\V1\\TextSentimentDatasetMetadata' => $vendorDir . '/google/cloud/AutoMl/src/V1/TextSentimentDatasetMetadata.php',
    'Google\\Cloud\\AutoMl\\V1\\TextSentimentEvaluationMetrics' => $vendorDir . '/google/cloud/AutoMl/src/V1/TextSentimentEvaluationMetrics.php',
    'Google\\Cloud\\AutoMl\\V1\\TextSentimentModelMetadata' => $vendorDir . '/google/cloud/AutoMl/src/V1/TextSentimentModelMetadata.php',
    'Google\\Cloud\\AutoMl\\V1\\TextSnippet' => $vendorDir . '/google/cloud/AutoMl/src/V1/TextSnippet.php',
    'Google\\Cloud\\AutoMl\\V1\\TranslationAnnotation' => $vendorDir . '/google/cloud/AutoMl/src/V1/TranslationAnnotation.php',
    'Google\\Cloud\\AutoMl\\V1\\TranslationDatasetMetadata' => $vendorDir . '/google/cloud/AutoMl/src/V1/TranslationDatasetMetadata.php',
    'Google\\Cloud\\AutoMl\\V1\\TranslationEvaluationMetrics' => $vendorDir . '/google/cloud/AutoMl/src/V1/TranslationEvaluationMetrics.php',
    'Google\\Cloud\\AutoMl\\V1\\TranslationModelMetadata' => $vendorDir . '/google/cloud/AutoMl/src/V1/TranslationModelMetadata.php',
    'Google\\Cloud\\AutoMl\\V1\\UndeployModelOperationMetadata' => $vendorDir . '/google/cloud/AutoMl/src/V1/UndeployModelOperationMetadata.php',
    'Google\\Cloud\\AutoMl\\V1\\UndeployModelRequest' => $vendorDir . '/google/cloud/AutoMl/src/V1/UndeployModelRequest.php',
    'Google\\Cloud\\AutoMl\\V1\\UpdateDatasetRequest' => $vendorDir . '/google/cloud/AutoMl/src/V1/UpdateDatasetRequest.php',
    'Google\\Cloud\\AutoMl\\V1\\UpdateModelRequest' => $vendorDir . '/google/cloud/AutoMl/src/V1/UpdateModelRequest.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\AnnotationPayload' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/AnnotationPayload.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\AnnotationSpec' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/AnnotationSpec.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\ArrayStats' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/ArrayStats.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\AutoMlClient' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/AutoMlClient.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\AutoMlGrpcClient' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/AutoMlGrpcClient.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\BatchPredictInputConfig' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/BatchPredictInputConfig.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\BatchPredictOperationMetadata' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/BatchPredictOperationMetadata.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\BatchPredictOperationMetadata\\BatchPredictOutputInfo' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/BatchPredictOperationMetadata/BatchPredictOutputInfo.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\BatchPredictOperationMetadata_BatchPredictOutputInfo' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/BatchPredictOperationMetadata_BatchPredictOutputInfo.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\BatchPredictOutputConfig' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/BatchPredictOutputConfig.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\BatchPredictRequest' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/BatchPredictRequest.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\BatchPredictResult' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/BatchPredictResult.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\BigQueryDestination' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/BigQueryDestination.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\BigQuerySource' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/BigQuerySource.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\BoundingBoxMetricsEntry' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/BoundingBoxMetricsEntry.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\BoundingBoxMetricsEntry\\ConfidenceMetricsEntry' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/BoundingBoxMetricsEntry/ConfidenceMetricsEntry.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\BoundingBoxMetricsEntry_ConfidenceMetricsEntry' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/BoundingBoxMetricsEntry_ConfidenceMetricsEntry.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\BoundingPoly' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/BoundingPoly.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\CategoryStats' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/CategoryStats.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\CategoryStats\\SingleCategoryStats' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/CategoryStats/SingleCategoryStats.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\CategoryStats_SingleCategoryStats' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/CategoryStats_SingleCategoryStats.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\ClassificationAnnotation' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/ClassificationAnnotation.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\ClassificationEvaluationMetrics' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/ClassificationEvaluationMetrics.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\ClassificationEvaluationMetrics\\ConfidenceMetricsEntry' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/ClassificationEvaluationMetrics/ConfidenceMetricsEntry.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\ClassificationEvaluationMetrics\\ConfusionMatrix' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/ClassificationEvaluationMetrics/ConfusionMatrix.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\ClassificationEvaluationMetrics\\ConfusionMatrix\\Row' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/ClassificationEvaluationMetrics/ConfusionMatrix/Row.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\ClassificationEvaluationMetrics_ConfidenceMetricsEntry' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/ClassificationEvaluationMetrics_ConfidenceMetricsEntry.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\ClassificationEvaluationMetrics_ConfusionMatrix' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/ClassificationEvaluationMetrics_ConfusionMatrix.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\ClassificationEvaluationMetrics_ConfusionMatrix_Row' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/ClassificationEvaluationMetrics_ConfusionMatrix_Row.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\ClassificationType' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/ClassificationType.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\ColumnSpec' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/ColumnSpec.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\ColumnSpec\\CorrelatedColumn' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/ColumnSpec/CorrelatedColumn.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\ColumnSpec_CorrelatedColumn' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/ColumnSpec_CorrelatedColumn.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\CorrelationStats' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/CorrelationStats.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\CreateDatasetRequest' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/CreateDatasetRequest.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\CreateModelOperationMetadata' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/CreateModelOperationMetadata.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\CreateModelRequest' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/CreateModelRequest.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\DataStats' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/DataStats.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\DataType' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/DataType.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\Dataset' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/Dataset.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\DeleteDatasetRequest' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/DeleteDatasetRequest.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\DeleteModelRequest' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/DeleteModelRequest.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\DeleteOperationMetadata' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/DeleteOperationMetadata.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\DeployModelOperationMetadata' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/DeployModelOperationMetadata.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\DeployModelRequest' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/DeployModelRequest.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\Document' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/Document.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\DocumentDimensions' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/DocumentDimensions.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\DocumentDimensions\\DocumentDimensionUnit' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/DocumentDimensions/DocumentDimensionUnit.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\DocumentDimensions_DocumentDimensionUnit' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/DocumentDimensions_DocumentDimensionUnit.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\DocumentInputConfig' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/DocumentInputConfig.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\Document\\Layout' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/Document/Layout.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\Document\\Layout\\TextSegmentType' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/Document/Layout/TextSegmentType.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\Document_Layout' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/Document_Layout.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\Document_Layout_TextSegmentType' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/Document_Layout_TextSegmentType.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\DoubleRange' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/DoubleRange.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\ExamplePayload' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/ExamplePayload.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\ExportDataOperationMetadata' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/ExportDataOperationMetadata.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\ExportDataOperationMetadata\\ExportDataOutputInfo' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/ExportDataOperationMetadata/ExportDataOutputInfo.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\ExportDataOperationMetadata_ExportDataOutputInfo' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/ExportDataOperationMetadata_ExportDataOutputInfo.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\ExportDataRequest' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/ExportDataRequest.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\ExportEvaluatedExamplesOperationMetadata' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/ExportEvaluatedExamplesOperationMetadata.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\ExportEvaluatedExamplesOperationMetadata\\ExportEvaluatedExamplesOutputInfo' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/ExportEvaluatedExamplesOperationMetadata/ExportEvaluatedExamplesOutputInfo.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\ExportEvaluatedExamplesOperationMetadata_ExportEvaluatedExamplesOutputInfo' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/ExportEvaluatedExamplesOperationMetadata_ExportEvaluatedExamplesOutputInfo.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\ExportEvaluatedExamplesOutputConfig' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/ExportEvaluatedExamplesOutputConfig.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\ExportEvaluatedExamplesRequest' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/ExportEvaluatedExamplesRequest.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\ExportModelOperationMetadata' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/ExportModelOperationMetadata.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\ExportModelOperationMetadata\\ExportModelOutputInfo' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/ExportModelOperationMetadata/ExportModelOutputInfo.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\ExportModelOperationMetadata_ExportModelOutputInfo' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/ExportModelOperationMetadata_ExportModelOutputInfo.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\ExportModelRequest' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/ExportModelRequest.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\Float64Stats' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/Float64Stats.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\Float64Stats\\HistogramBucket' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/Float64Stats/HistogramBucket.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\Float64Stats_HistogramBucket' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/Float64Stats_HistogramBucket.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\Gapic\\AutoMlGapicClient' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/Gapic/AutoMlGapicClient.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\Gapic\\PredictionServiceGapicClient' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/Gapic/PredictionServiceGapicClient.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\GcrDestination' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/GcrDestination.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\GcsDestination' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/GcsDestination.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\GcsSource' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/GcsSource.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\GetAnnotationSpecRequest' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/GetAnnotationSpecRequest.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\GetColumnSpecRequest' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/GetColumnSpecRequest.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\GetDatasetRequest' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/GetDatasetRequest.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\GetModelEvaluationRequest' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/GetModelEvaluationRequest.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\GetModelRequest' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/GetModelRequest.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\GetTableSpecRequest' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/GetTableSpecRequest.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\Image' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/Image.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\ImageClassificationDatasetMetadata' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/ImageClassificationDatasetMetadata.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\ImageClassificationModelDeploymentMetadata' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/ImageClassificationModelDeploymentMetadata.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\ImageClassificationModelMetadata' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/ImageClassificationModelMetadata.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\ImageObjectDetectionAnnotation' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/ImageObjectDetectionAnnotation.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\ImageObjectDetectionDatasetMetadata' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/ImageObjectDetectionDatasetMetadata.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\ImageObjectDetectionEvaluationMetrics' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/ImageObjectDetectionEvaluationMetrics.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\ImageObjectDetectionModelDeploymentMetadata' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/ImageObjectDetectionModelDeploymentMetadata.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\ImageObjectDetectionModelMetadata' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/ImageObjectDetectionModelMetadata.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\ImportDataOperationMetadata' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/ImportDataOperationMetadata.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\ImportDataRequest' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/ImportDataRequest.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\InputConfig' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/InputConfig.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\ListColumnSpecsRequest' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/ListColumnSpecsRequest.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\ListColumnSpecsResponse' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/ListColumnSpecsResponse.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\ListDatasetsRequest' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/ListDatasetsRequest.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\ListDatasetsResponse' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/ListDatasetsResponse.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\ListModelEvaluationsRequest' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/ListModelEvaluationsRequest.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\ListModelEvaluationsResponse' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/ListModelEvaluationsResponse.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\ListModelsRequest' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/ListModelsRequest.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\ListModelsResponse' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/ListModelsResponse.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\ListTableSpecsRequest' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/ListTableSpecsRequest.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\ListTableSpecsResponse' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/ListTableSpecsResponse.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\Model' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/Model.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\ModelEvaluation' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/ModelEvaluation.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\ModelExportOutputConfig' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/ModelExportOutputConfig.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\Model\\DeploymentState' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/Model/DeploymentState.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\Model_DeploymentState' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/Model_DeploymentState.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\NormalizedVertex' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/NormalizedVertex.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\OperationMetadata' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/OperationMetadata.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\OutputConfig' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/OutputConfig.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\PredictRequest' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/PredictRequest.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\PredictResponse' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/PredictResponse.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\PredictionServiceClient' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/PredictionServiceClient.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\PredictionServiceGrpcClient' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/PredictionServiceGrpcClient.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\RegressionEvaluationMetrics' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/RegressionEvaluationMetrics.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\Row' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/Row.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\StringStats' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/StringStats.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\StringStats\\UnigramStats' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/StringStats/UnigramStats.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\StringStats_UnigramStats' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/StringStats_UnigramStats.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\StructStats' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/StructStats.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\StructType' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/StructType.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\TableSpec' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/TableSpec.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\TablesAnnotation' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/TablesAnnotation.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\TablesDatasetMetadata' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/TablesDatasetMetadata.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\TablesModelColumnInfo' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/TablesModelColumnInfo.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\TablesModelMetadata' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/TablesModelMetadata.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\TextClassificationDatasetMetadata' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/TextClassificationDatasetMetadata.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\TextClassificationModelMetadata' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/TextClassificationModelMetadata.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\TextExtractionAnnotation' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/TextExtractionAnnotation.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\TextExtractionDatasetMetadata' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/TextExtractionDatasetMetadata.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\TextExtractionEvaluationMetrics' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/TextExtractionEvaluationMetrics.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\TextExtractionEvaluationMetrics\\ConfidenceMetricsEntry' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/TextExtractionEvaluationMetrics/ConfidenceMetricsEntry.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\TextExtractionEvaluationMetrics_ConfidenceMetricsEntry' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/TextExtractionEvaluationMetrics_ConfidenceMetricsEntry.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\TextExtractionModelMetadata' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/TextExtractionModelMetadata.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\TextSegment' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/TextSegment.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\TextSentimentAnnotation' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/TextSentimentAnnotation.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\TextSentimentDatasetMetadata' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/TextSentimentDatasetMetadata.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\TextSentimentEvaluationMetrics' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/TextSentimentEvaluationMetrics.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\TextSentimentModelMetadata' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/TextSentimentModelMetadata.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\TextSnippet' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/TextSnippet.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\TimeSegment' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/TimeSegment.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\TimestampStats' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/TimestampStats.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\TimestampStats\\GranularStats' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/TimestampStats/GranularStats.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\TimestampStats_GranularStats' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/TimestampStats_GranularStats.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\TranslationAnnotation' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/TranslationAnnotation.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\TranslationDatasetMetadata' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/TranslationDatasetMetadata.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\TranslationEvaluationMetrics' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/TranslationEvaluationMetrics.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\TranslationModelMetadata' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/TranslationModelMetadata.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\TypeCode' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/TypeCode.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\UndeployModelOperationMetadata' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/UndeployModelOperationMetadata.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\UndeployModelRequest' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/UndeployModelRequest.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\UpdateColumnSpecRequest' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/UpdateColumnSpecRequest.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\UpdateDatasetRequest' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/UpdateDatasetRequest.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\UpdateTableSpecRequest' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/UpdateTableSpecRequest.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\VideoClassificationAnnotation' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/VideoClassificationAnnotation.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\VideoClassificationDatasetMetadata' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/VideoClassificationDatasetMetadata.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\VideoClassificationModelMetadata' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/VideoClassificationModelMetadata.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\VideoObjectTrackingAnnotation' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/VideoObjectTrackingAnnotation.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\VideoObjectTrackingDatasetMetadata' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/VideoObjectTrackingDatasetMetadata.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\VideoObjectTrackingEvaluationMetrics' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/VideoObjectTrackingEvaluationMetrics.php',
    'Google\\Cloud\\AutoMl\\V1beta1\\VideoObjectTrackingModelMetadata' => $vendorDir . '/google/cloud/AutoMl/src/V1beta1/VideoObjectTrackingModelMetadata.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\BareMetalSolutionClient' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/BareMetalSolutionClient.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\BareMetalSolutionGrpcClient' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/BareMetalSolutionGrpcClient.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\DetachLunRequest' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/DetachLunRequest.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\Gapic\\BareMetalSolutionGapicClient' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/Gapic/BareMetalSolutionGapicClient.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\GetInstanceRequest' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/GetInstanceRequest.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\GetLunRequest' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/GetLunRequest.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\GetNetworkRequest' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/GetNetworkRequest.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\GetNfsShareRequest' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/GetNfsShareRequest.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\GetVolumeRequest' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/GetVolumeRequest.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\Instance' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/Instance.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\Instance\\State' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/Instance/State.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\ListInstancesRequest' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/ListInstancesRequest.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\ListInstancesResponse' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/ListInstancesResponse.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\ListLunsRequest' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/ListLunsRequest.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\ListLunsResponse' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/ListLunsResponse.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\ListNetworkUsageRequest' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/ListNetworkUsageRequest.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\ListNetworkUsageResponse' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/ListNetworkUsageResponse.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\ListNetworksRequest' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/ListNetworksRequest.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\ListNetworksResponse' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/ListNetworksResponse.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\ListNfsSharesRequest' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/ListNfsSharesRequest.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\ListNfsSharesResponse' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/ListNfsSharesResponse.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\ListVolumesRequest' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/ListVolumesRequest.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\ListVolumesResponse' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/ListVolumesResponse.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\LogicalInterface' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/LogicalInterface.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\LogicalInterface\\LogicalNetworkInterface' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/LogicalInterface/LogicalNetworkInterface.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\Lun' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/Lun.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\Lun\\MultiprotocolType' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/Lun/MultiprotocolType.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\Lun\\State' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/Lun/State.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\Lun\\StorageType' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/Lun/StorageType.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\Network' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/Network.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\NetworkAddressReservation' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/NetworkAddressReservation.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\NetworkUsage' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/NetworkUsage.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\Network\\State' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/Network/State.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\Network\\Type' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/Network/Type.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\NfsShare' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/NfsShare.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\NfsShare\\AllowedClient' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/NfsShare/AllowedClient.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\NfsShare\\MountPermissions' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/NfsShare/MountPermissions.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\NfsShare\\State' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/NfsShare/State.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\OperationMetadata' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/OperationMetadata.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\ResetInstanceRequest' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/ResetInstanceRequest.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\ResetInstanceResponse' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/ResetInstanceResponse.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\ResizeVolumeRequest' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/ResizeVolumeRequest.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\ServerNetworkTemplate' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/ServerNetworkTemplate.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\ServerNetworkTemplate\\LogicalInterface' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/ServerNetworkTemplate/LogicalInterface.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\ServerNetworkTemplate\\LogicalInterface\\InterfaceType' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/ServerNetworkTemplate/LogicalInterface/InterfaceType.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\SnapshotSchedulePolicy\\Schedule' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/SnapshotSchedulePolicy/Schedule.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\StartInstanceRequest' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/StartInstanceRequest.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\StartInstanceResponse' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/StartInstanceResponse.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\StopInstanceRequest' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/StopInstanceRequest.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\StopInstanceResponse' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/StopInstanceResponse.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\UpdateInstanceRequest' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/UpdateInstanceRequest.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\UpdateNetworkRequest' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/UpdateNetworkRequest.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\UpdateNfsShareRequest' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/UpdateNfsShareRequest.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\UpdateVolumeRequest' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/UpdateVolumeRequest.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\VRF' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/VRF.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\VRF\\QosPolicy' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/VRF/QosPolicy.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\VRF\\State' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/VRF/State.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\VRF\\VlanAttachment' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/VRF/VlanAttachment.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\Volume' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/Volume.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\Volume\\SnapshotAutoDeleteBehavior' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/Volume/SnapshotAutoDeleteBehavior.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\Volume\\SnapshotReservationDetail' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/Volume/SnapshotReservationDetail.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\Volume\\State' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/Volume/State.php',
    'Google\\Cloud\\BareMetalSolution\\V2\\Volume\\StorageType' => $vendorDir . '/google/cloud/BareMetalSolution/src/V2/Volume/StorageType.php',
    'Google\\Cloud\\Batch\\V1\\AllocationPolicy' => $vendorDir . '/google/cloud/Batch/src/V1/AllocationPolicy.php',
    'Google\\Cloud\\Batch\\V1\\AllocationPolicy\\Accelerator' => $vendorDir . '/google/cloud/Batch/src/V1/AllocationPolicy/Accelerator.php',
    'Google\\Cloud\\Batch\\V1\\AllocationPolicy\\AttachedDisk' => $vendorDir . '/google/cloud/Batch/src/V1/AllocationPolicy/AttachedDisk.php',
    'Google\\Cloud\\Batch\\V1\\AllocationPolicy\\Disk' => $vendorDir . '/google/cloud/Batch/src/V1/AllocationPolicy/Disk.php',
    'Google\\Cloud\\Batch\\V1\\AllocationPolicy\\InstancePolicy' => $vendorDir . '/google/cloud/Batch/src/V1/AllocationPolicy/InstancePolicy.php',
    'Google\\Cloud\\Batch\\V1\\AllocationPolicy\\InstancePolicyOrTemplate' => $vendorDir . '/google/cloud/Batch/src/V1/AllocationPolicy/InstancePolicyOrTemplate.php',
    'Google\\Cloud\\Batch\\V1\\AllocationPolicy\\LocationPolicy' => $vendorDir . '/google/cloud/Batch/src/V1/AllocationPolicy/LocationPolicy.php',
    'Google\\Cloud\\Batch\\V1\\AllocationPolicy\\NetworkInterface' => $vendorDir . '/google/cloud/Batch/src/V1/AllocationPolicy/NetworkInterface.php',
    'Google\\Cloud\\Batch\\V1\\AllocationPolicy\\NetworkPolicy' => $vendorDir . '/google/cloud/Batch/src/V1/AllocationPolicy/NetworkPolicy.php',
    'Google\\Cloud\\Batch\\V1\\AllocationPolicy\\ProvisioningModel' => $vendorDir . '/google/cloud/Batch/src/V1/AllocationPolicy/ProvisioningModel.php',
    'Google\\Cloud\\Batch\\V1\\BatchServiceClient' => $vendorDir . '/google/cloud/Batch/src/V1/BatchServiceClient.php',
    'Google\\Cloud\\Batch\\V1\\BatchServiceGrpcClient' => $vendorDir . '/google/cloud/Batch/src/V1/BatchServiceGrpcClient.php',
    'Google\\Cloud\\Batch\\V1\\ComputeResource' => $vendorDir . '/google/cloud/Batch/src/V1/ComputeResource.php',
    'Google\\Cloud\\Batch\\V1\\CreateJobRequest' => $vendorDir . '/google/cloud/Batch/src/V1/CreateJobRequest.php',
    'Google\\Cloud\\Batch\\V1\\DeleteJobRequest' => $vendorDir . '/google/cloud/Batch/src/V1/DeleteJobRequest.php',
    'Google\\Cloud\\Batch\\V1\\Environment' => $vendorDir . '/google/cloud/Batch/src/V1/Environment.php',
    'Google\\Cloud\\Batch\\V1\\Environment\\KMSEnvMap' => $vendorDir . '/google/cloud/Batch/src/V1/Environment/KMSEnvMap.php',
    'Google\\Cloud\\Batch\\V1\\GCS' => $vendorDir . '/google/cloud/Batch/src/V1/GCS.php',
    'Google\\Cloud\\Batch\\V1\\Gapic\\BatchServiceGapicClient' => $vendorDir . '/google/cloud/Batch/src/V1/Gapic/BatchServiceGapicClient.php',
    'Google\\Cloud\\Batch\\V1\\GetJobRequest' => $vendorDir . '/google/cloud/Batch/src/V1/GetJobRequest.php',
    'Google\\Cloud\\Batch\\V1\\GetTaskRequest' => $vendorDir . '/google/cloud/Batch/src/V1/GetTaskRequest.php',
    'Google\\Cloud\\Batch\\V1\\Job' => $vendorDir . '/google/cloud/Batch/src/V1/Job.php',
    'Google\\Cloud\\Batch\\V1\\JobNotification' => $vendorDir . '/google/cloud/Batch/src/V1/JobNotification.php',
    'Google\\Cloud\\Batch\\V1\\JobNotification\\Message' => $vendorDir . '/google/cloud/Batch/src/V1/JobNotification/Message.php',
    'Google\\Cloud\\Batch\\V1\\JobNotification\\Type' => $vendorDir . '/google/cloud/Batch/src/V1/JobNotification/Type.php',
    'Google\\Cloud\\Batch\\V1\\JobStatus' => $vendorDir . '/google/cloud/Batch/src/V1/JobStatus.php',
    'Google\\Cloud\\Batch\\V1\\JobStatus\\InstanceStatus' => $vendorDir . '/google/cloud/Batch/src/V1/JobStatus/InstanceStatus.php',
    'Google\\Cloud\\Batch\\V1\\JobStatus\\State' => $vendorDir . '/google/cloud/Batch/src/V1/JobStatus/State.php',
    'Google\\Cloud\\Batch\\V1\\JobStatus\\TaskGroupStatus' => $vendorDir . '/google/cloud/Batch/src/V1/JobStatus/TaskGroupStatus.php',
    'Google\\Cloud\\Batch\\V1\\LifecyclePolicy' => $vendorDir . '/google/cloud/Batch/src/V1/LifecyclePolicy.php',
    'Google\\Cloud\\Batch\\V1\\LifecyclePolicy\\Action' => $vendorDir . '/google/cloud/Batch/src/V1/LifecyclePolicy/Action.php',
    'Google\\Cloud\\Batch\\V1\\LifecyclePolicy\\ActionCondition' => $vendorDir . '/google/cloud/Batch/src/V1/LifecyclePolicy/ActionCondition.php',
    'Google\\Cloud\\Batch\\V1\\ListJobsRequest' => $vendorDir . '/google/cloud/Batch/src/V1/ListJobsRequest.php',
    'Google\\Cloud\\Batch\\V1\\ListJobsResponse' => $vendorDir . '/google/cloud/Batch/src/V1/ListJobsResponse.php',
    'Google\\Cloud\\Batch\\V1\\ListTasksRequest' => $vendorDir . '/google/cloud/Batch/src/V1/ListTasksRequest.php',
    'Google\\Cloud\\Batch\\V1\\ListTasksResponse' => $vendorDir . '/google/cloud/Batch/src/V1/ListTasksResponse.php',
    'Google\\Cloud\\Batch\\V1\\LogsPolicy' => $vendorDir . '/google/cloud/Batch/src/V1/LogsPolicy.php',
    'Google\\Cloud\\Batch\\V1\\LogsPolicy\\Destination' => $vendorDir . '/google/cloud/Batch/src/V1/LogsPolicy/Destination.php',
    'Google\\Cloud\\Batch\\V1\\NFS' => $vendorDir . '/google/cloud/Batch/src/V1/NFS.php',
    'Google\\Cloud\\Batch\\V1\\OperationMetadata' => $vendorDir . '/google/cloud/Batch/src/V1/OperationMetadata.php',
    'Google\\Cloud\\Batch\\V1\\Runnable' => $vendorDir . '/google/cloud/Batch/src/V1/Runnable.php',
    'Google\\Cloud\\Batch\\V1\\Runnable\\Barrier' => $vendorDir . '/google/cloud/Batch/src/V1/Runnable/Barrier.php',
    'Google\\Cloud\\Batch\\V1\\Runnable\\Container' => $vendorDir . '/google/cloud/Batch/src/V1/Runnable/Container.php',
    'Google\\Cloud\\Batch\\V1\\Runnable\\Script' => $vendorDir . '/google/cloud/Batch/src/V1/Runnable/Script.php',
    'Google\\Cloud\\Batch\\V1\\ServiceAccount' => $vendorDir . '/google/cloud/Batch/src/V1/ServiceAccount.php',
    'Google\\Cloud\\Batch\\V1\\StatusEvent' => $vendorDir . '/google/cloud/Batch/src/V1/StatusEvent.php',
    'Google\\Cloud\\Batch\\V1\\Task' => $vendorDir . '/google/cloud/Batch/src/V1/Task.php',
    'Google\\Cloud\\Batch\\V1\\TaskExecution' => $vendorDir . '/google/cloud/Batch/src/V1/TaskExecution.php',
    'Google\\Cloud\\Batch\\V1\\TaskGroup' => $vendorDir . '/google/cloud/Batch/src/V1/TaskGroup.php',
    'Google\\Cloud\\Batch\\V1\\TaskSpec' => $vendorDir . '/google/cloud/Batch/src/V1/TaskSpec.php',
    'Google\\Cloud\\Batch\\V1\\TaskStatus' => $vendorDir . '/google/cloud/Batch/src/V1/TaskStatus.php',
    'Google\\Cloud\\Batch\\V1\\TaskStatus\\State' => $vendorDir . '/google/cloud/Batch/src/V1/TaskStatus/State.php',
    'Google\\Cloud\\Batch\\V1\\Volume' => $vendorDir . '/google/cloud/Batch/src/V1/Volume.php',
    'Google\\Cloud\\BeyondCorp\\AppConnections\\V1\\AppConnection' => $vendorDir . '/google/cloud/BeyondCorpAppConnections/src/V1/AppConnection.php',
    'Google\\Cloud\\BeyondCorp\\AppConnections\\V1\\AppConnectionOperationMetadata' => $vendorDir . '/google/cloud/BeyondCorpAppConnections/src/V1/AppConnectionOperationMetadata.php',
    'Google\\Cloud\\BeyondCorp\\AppConnections\\V1\\AppConnection\\ApplicationEndpoint' => $vendorDir . '/google/cloud/BeyondCorpAppConnections/src/V1/AppConnection/ApplicationEndpoint.php',
    'Google\\Cloud\\BeyondCorp\\AppConnections\\V1\\AppConnection\\Gateway' => $vendorDir . '/google/cloud/BeyondCorpAppConnections/src/V1/AppConnection/Gateway.php',
    'Google\\Cloud\\BeyondCorp\\AppConnections\\V1\\AppConnection\\Gateway\\Type' => $vendorDir . '/google/cloud/BeyondCorpAppConnections/src/V1/AppConnection/Gateway/Type.php',
    'Google\\Cloud\\BeyondCorp\\AppConnections\\V1\\AppConnection\\State' => $vendorDir . '/google/cloud/BeyondCorpAppConnections/src/V1/AppConnection/State.php',
    'Google\\Cloud\\BeyondCorp\\AppConnections\\V1\\AppConnection\\Type' => $vendorDir . '/google/cloud/BeyondCorpAppConnections/src/V1/AppConnection/Type.php',
    'Google\\Cloud\\BeyondCorp\\AppConnections\\V1\\AppConnectionsServiceClient' => $vendorDir . '/google/cloud/BeyondCorpAppConnections/src/V1/AppConnectionsServiceClient.php',
    'Google\\Cloud\\BeyondCorp\\AppConnections\\V1\\AppConnectionsServiceGrpcClient' => $vendorDir . '/google/cloud/BeyondCorpAppConnections/src/V1/AppConnectionsServiceGrpcClient.php',
    'Google\\Cloud\\BeyondCorp\\AppConnections\\V1\\CreateAppConnectionRequest' => $vendorDir . '/google/cloud/BeyondCorpAppConnections/src/V1/CreateAppConnectionRequest.php',
    'Google\\Cloud\\BeyondCorp\\AppConnections\\V1\\DeleteAppConnectionRequest' => $vendorDir . '/google/cloud/BeyondCorpAppConnections/src/V1/DeleteAppConnectionRequest.php',
    'Google\\Cloud\\BeyondCorp\\AppConnections\\V1\\Gapic\\AppConnectionsServiceGapicClient' => $vendorDir . '/google/cloud/BeyondCorpAppConnections/src/V1/Gapic/AppConnectionsServiceGapicClient.php',
    'Google\\Cloud\\BeyondCorp\\AppConnections\\V1\\GetAppConnectionRequest' => $vendorDir . '/google/cloud/BeyondCorpAppConnections/src/V1/GetAppConnectionRequest.php',
    'Google\\Cloud\\BeyondCorp\\AppConnections\\V1\\ListAppConnectionsRequest' => $vendorDir . '/google/cloud/BeyondCorpAppConnections/src/V1/ListAppConnectionsRequest.php',
    'Google\\Cloud\\BeyondCorp\\AppConnections\\V1\\ListAppConnectionsResponse' => $vendorDir . '/google/cloud/BeyondCorpAppConnections/src/V1/ListAppConnectionsResponse.php',
    'Google\\Cloud\\BeyondCorp\\AppConnections\\V1\\ResolveAppConnectionsRequest' => $vendorDir . '/google/cloud/BeyondCorpAppConnections/src/V1/ResolveAppConnectionsRequest.php',
    'Google\\Cloud\\BeyondCorp\\AppConnections\\V1\\ResolveAppConnectionsResponse' => $vendorDir . '/google/cloud/BeyondCorpAppConnections/src/V1/ResolveAppConnectionsResponse.php',
    'Google\\Cloud\\BeyondCorp\\AppConnections\\V1\\ResolveAppConnectionsResponse\\AppConnectionDetails' => $vendorDir . '/google/cloud/BeyondCorpAppConnections/src/V1/ResolveAppConnectionsResponse/AppConnectionDetails.php',
    'Google\\Cloud\\BeyondCorp\\AppConnections\\V1\\UpdateAppConnectionRequest' => $vendorDir . '/google/cloud/BeyondCorpAppConnections/src/V1/UpdateAppConnectionRequest.php',
    'Google\\Cloud\\BeyondCorp\\AppConnectors\\V1\\AppConnector' => $vendorDir . '/google/cloud/BeyondCorpAppConnectors/src/V1/AppConnector.php',
    'Google\\Cloud\\BeyondCorp\\AppConnectors\\V1\\AppConnectorInstanceConfig' => $vendorDir . '/google/cloud/BeyondCorpAppConnectors/src/V1/AppConnectorInstanceConfig.php',
    'Google\\Cloud\\BeyondCorp\\AppConnectors\\V1\\AppConnectorOperationMetadata' => $vendorDir . '/google/cloud/BeyondCorpAppConnectors/src/V1/AppConnectorOperationMetadata.php',
    'Google\\Cloud\\BeyondCorp\\AppConnectors\\V1\\AppConnector\\PrincipalInfo' => $vendorDir . '/google/cloud/BeyondCorpAppConnectors/src/V1/AppConnector/PrincipalInfo.php',
    'Google\\Cloud\\BeyondCorp\\AppConnectors\\V1\\AppConnector\\PrincipalInfo\\ServiceAccount' => $vendorDir . '/google/cloud/BeyondCorpAppConnectors/src/V1/AppConnector/PrincipalInfo/ServiceAccount.php',
    'Google\\Cloud\\BeyondCorp\\AppConnectors\\V1\\AppConnector\\State' => $vendorDir . '/google/cloud/BeyondCorpAppConnectors/src/V1/AppConnector/State.php',
    'Google\\Cloud\\BeyondCorp\\AppConnectors\\V1\\AppConnectorsServiceClient' => $vendorDir . '/google/cloud/BeyondCorpAppConnectors/src/V1/AppConnectorsServiceClient.php',
    'Google\\Cloud\\BeyondCorp\\AppConnectors\\V1\\AppConnectorsServiceGrpcClient' => $vendorDir . '/google/cloud/BeyondCorpAppConnectors/src/V1/AppConnectorsServiceGrpcClient.php',
    'Google\\Cloud\\BeyondCorp\\AppConnectors\\V1\\CreateAppConnectorRequest' => $vendorDir . '/google/cloud/BeyondCorpAppConnectors/src/V1/CreateAppConnectorRequest.php',
    'Google\\Cloud\\BeyondCorp\\AppConnectors\\V1\\DeleteAppConnectorRequest' => $vendorDir . '/google/cloud/BeyondCorpAppConnectors/src/V1/DeleteAppConnectorRequest.php',
    'Google\\Cloud\\BeyondCorp\\AppConnectors\\V1\\Gapic\\AppConnectorsServiceGapicClient' => $vendorDir . '/google/cloud/BeyondCorpAppConnectors/src/V1/Gapic/AppConnectorsServiceGapicClient.php',
    'Google\\Cloud\\BeyondCorp\\AppConnectors\\V1\\GetAppConnectorRequest' => $vendorDir . '/google/cloud/BeyondCorpAppConnectors/src/V1/GetAppConnectorRequest.php',
    'Google\\Cloud\\BeyondCorp\\AppConnectors\\V1\\HealthStatus' => $vendorDir . '/google/cloud/BeyondCorpAppConnectors/src/V1/HealthStatus.php',
    'Google\\Cloud\\BeyondCorp\\AppConnectors\\V1\\ImageConfig' => $vendorDir . '/google/cloud/BeyondCorpAppConnectors/src/V1/ImageConfig.php',
    'Google\\Cloud\\BeyondCorp\\AppConnectors\\V1\\ListAppConnectorsRequest' => $vendorDir . '/google/cloud/BeyondCorpAppConnectors/src/V1/ListAppConnectorsRequest.php',
    'Google\\Cloud\\BeyondCorp\\AppConnectors\\V1\\ListAppConnectorsResponse' => $vendorDir . '/google/cloud/BeyondCorpAppConnectors/src/V1/ListAppConnectorsResponse.php',
    'Google\\Cloud\\BeyondCorp\\AppConnectors\\V1\\NotificationConfig' => $vendorDir . '/google/cloud/BeyondCorpAppConnectors/src/V1/NotificationConfig.php',
    'Google\\Cloud\\BeyondCorp\\AppConnectors\\V1\\NotificationConfig\\CloudPubSubNotificationConfig' => $vendorDir . '/google/cloud/BeyondCorpAppConnectors/src/V1/NotificationConfig/CloudPubSubNotificationConfig.php',
    'Google\\Cloud\\BeyondCorp\\AppConnectors\\V1\\ReportStatusRequest' => $vendorDir . '/google/cloud/BeyondCorpAppConnectors/src/V1/ReportStatusRequest.php',
    'Google\\Cloud\\BeyondCorp\\AppConnectors\\V1\\ResourceInfo' => $vendorDir . '/google/cloud/BeyondCorpAppConnectors/src/V1/ResourceInfo.php',
    'Google\\Cloud\\BeyondCorp\\AppConnectors\\V1\\UpdateAppConnectorRequest' => $vendorDir . '/google/cloud/BeyondCorpAppConnectors/src/V1/UpdateAppConnectorRequest.php',
    'Google\\Cloud\\BeyondCorp\\AppGateways\\V1\\AppGateway' => $vendorDir . '/google/cloud/BeyondCorpAppGateways/src/V1/AppGateway.php',
    'Google\\Cloud\\BeyondCorp\\AppGateways\\V1\\AppGatewayOperationMetadata' => $vendorDir . '/google/cloud/BeyondCorpAppGateways/src/V1/AppGatewayOperationMetadata.php',
    'Google\\Cloud\\BeyondCorp\\AppGateways\\V1\\AppGateway\\AllocatedConnection' => $vendorDir . '/google/cloud/BeyondCorpAppGateways/src/V1/AppGateway/AllocatedConnection.php',
    'Google\\Cloud\\BeyondCorp\\AppGateways\\V1\\AppGateway\\HostType' => $vendorDir . '/google/cloud/BeyondCorpAppGateways/src/V1/AppGateway/HostType.php',
    'Google\\Cloud\\BeyondCorp\\AppGateways\\V1\\AppGateway\\State' => $vendorDir . '/google/cloud/BeyondCorpAppGateways/src/V1/AppGateway/State.php',
    'Google\\Cloud\\BeyondCorp\\AppGateways\\V1\\AppGateway\\Type' => $vendorDir . '/google/cloud/BeyondCorpAppGateways/src/V1/AppGateway/Type.php',
    'Google\\Cloud\\BeyondCorp\\AppGateways\\V1\\AppGatewaysServiceClient' => $vendorDir . '/google/cloud/BeyondCorpAppGateways/src/V1/AppGatewaysServiceClient.php',
    'Google\\Cloud\\BeyondCorp\\AppGateways\\V1\\AppGatewaysServiceGrpcClient' => $vendorDir . '/google/cloud/BeyondCorpAppGateways/src/V1/AppGatewaysServiceGrpcClient.php',
    'Google\\Cloud\\BeyondCorp\\AppGateways\\V1\\CreateAppGatewayRequest' => $vendorDir . '/google/cloud/BeyondCorpAppGateways/src/V1/CreateAppGatewayRequest.php',
    'Google\\Cloud\\BeyondCorp\\AppGateways\\V1\\DeleteAppGatewayRequest' => $vendorDir . '/google/cloud/BeyondCorpAppGateways/src/V1/DeleteAppGatewayRequest.php',
    'Google\\Cloud\\BeyondCorp\\AppGateways\\V1\\Gapic\\AppGatewaysServiceGapicClient' => $vendorDir . '/google/cloud/BeyondCorpAppGateways/src/V1/Gapic/AppGatewaysServiceGapicClient.php',
    'Google\\Cloud\\BeyondCorp\\AppGateways\\V1\\GetAppGatewayRequest' => $vendorDir . '/google/cloud/BeyondCorpAppGateways/src/V1/GetAppGatewayRequest.php',
    'Google\\Cloud\\BeyondCorp\\AppGateways\\V1\\ListAppGatewaysRequest' => $vendorDir . '/google/cloud/BeyondCorpAppGateways/src/V1/ListAppGatewaysRequest.php',
    'Google\\Cloud\\BeyondCorp\\AppGateways\\V1\\ListAppGatewaysResponse' => $vendorDir . '/google/cloud/BeyondCorpAppGateways/src/V1/ListAppGatewaysResponse.php',
    'Google\\Cloud\\BeyondCorp\\ClientConnectorServices\\V1\\ClientConnectorService' => $vendorDir . '/google/cloud/BeyondCorpClientConnectorServices/src/V1/ClientConnectorService.php',
    'Google\\Cloud\\BeyondCorp\\ClientConnectorServices\\V1\\ClientConnectorServiceOperationMetadata' => $vendorDir . '/google/cloud/BeyondCorpClientConnectorServices/src/V1/ClientConnectorServiceOperationMetadata.php',
    'Google\\Cloud\\BeyondCorp\\ClientConnectorServices\\V1\\ClientConnectorService\\Egress' => $vendorDir . '/google/cloud/BeyondCorpClientConnectorServices/src/V1/ClientConnectorService/Egress.php',
    'Google\\Cloud\\BeyondCorp\\ClientConnectorServices\\V1\\ClientConnectorService\\Egress\\PeeredVpc' => $vendorDir . '/google/cloud/BeyondCorpClientConnectorServices/src/V1/ClientConnectorService/Egress/PeeredVpc.php',
    'Google\\Cloud\\BeyondCorp\\ClientConnectorServices\\V1\\ClientConnectorService\\Ingress' => $vendorDir . '/google/cloud/BeyondCorpClientConnectorServices/src/V1/ClientConnectorService/Ingress.php',
    'Google\\Cloud\\BeyondCorp\\ClientConnectorServices\\V1\\ClientConnectorService\\Ingress\\Config' => $vendorDir . '/google/cloud/BeyondCorpClientConnectorServices/src/V1/ClientConnectorService/Ingress/Config.php',
    'Google\\Cloud\\BeyondCorp\\ClientConnectorServices\\V1\\ClientConnectorService\\Ingress\\Config\\DestinationRoute' => $vendorDir . '/google/cloud/BeyondCorpClientConnectorServices/src/V1/ClientConnectorService/Ingress/Config/DestinationRoute.php',
    'Google\\Cloud\\BeyondCorp\\ClientConnectorServices\\V1\\ClientConnectorService\\Ingress\\Config\\TransportProtocol' => $vendorDir . '/google/cloud/BeyondCorpClientConnectorServices/src/V1/ClientConnectorService/Ingress/Config/TransportProtocol.php',
    'Google\\Cloud\\BeyondCorp\\ClientConnectorServices\\V1\\ClientConnectorService\\State' => $vendorDir . '/google/cloud/BeyondCorpClientConnectorServices/src/V1/ClientConnectorService/State.php',
    'Google\\Cloud\\BeyondCorp\\ClientConnectorServices\\V1\\ClientConnectorServicesServiceClient' => $vendorDir . '/google/cloud/BeyondCorpClientConnectorServices/src/V1/ClientConnectorServicesServiceClient.php',
    'Google\\Cloud\\BeyondCorp\\ClientConnectorServices\\V1\\ClientConnectorServicesServiceGrpcClient' => $vendorDir . '/google/cloud/BeyondCorpClientConnectorServices/src/V1/ClientConnectorServicesServiceGrpcClient.php',
    'Google\\Cloud\\BeyondCorp\\ClientConnectorServices\\V1\\CreateClientConnectorServiceRequest' => $vendorDir . '/google/cloud/BeyondCorpClientConnectorServices/src/V1/CreateClientConnectorServiceRequest.php',
    'Google\\Cloud\\BeyondCorp\\ClientConnectorServices\\V1\\DeleteClientConnectorServiceRequest' => $vendorDir . '/google/cloud/BeyondCorpClientConnectorServices/src/V1/DeleteClientConnectorServiceRequest.php',
    'Google\\Cloud\\BeyondCorp\\ClientConnectorServices\\V1\\Gapic\\ClientConnectorServicesServiceGapicClient' => $vendorDir . '/google/cloud/BeyondCorpClientConnectorServices/src/V1/Gapic/ClientConnectorServicesServiceGapicClient.php',
    'Google\\Cloud\\BeyondCorp\\ClientConnectorServices\\V1\\GetClientConnectorServiceRequest' => $vendorDir . '/google/cloud/BeyondCorpClientConnectorServices/src/V1/GetClientConnectorServiceRequest.php',
    'Google\\Cloud\\BeyondCorp\\ClientConnectorServices\\V1\\ListClientConnectorServicesRequest' => $vendorDir . '/google/cloud/BeyondCorpClientConnectorServices/src/V1/ListClientConnectorServicesRequest.php',
    'Google\\Cloud\\BeyondCorp\\ClientConnectorServices\\V1\\ListClientConnectorServicesResponse' => $vendorDir . '/google/cloud/BeyondCorpClientConnectorServices/src/V1/ListClientConnectorServicesResponse.php',
    'Google\\Cloud\\BeyondCorp\\ClientConnectorServices\\V1\\UpdateClientConnectorServiceRequest' => $vendorDir . '/google/cloud/BeyondCorpClientConnectorServices/src/V1/UpdateClientConnectorServiceRequest.php',
    'Google\\Cloud\\BeyondCorp\\ClientGateways\\V1\\ClientGateway' => $vendorDir . '/google/cloud/BeyondCorpClientGateways/src/V1/ClientGateway.php',
    'Google\\Cloud\\BeyondCorp\\ClientGateways\\V1\\ClientGatewayOperationMetadata' => $vendorDir . '/google/cloud/BeyondCorpClientGateways/src/V1/ClientGatewayOperationMetadata.php',
    'Google\\Cloud\\BeyondCorp\\ClientGateways\\V1\\ClientGateway\\State' => $vendorDir . '/google/cloud/BeyondCorpClientGateways/src/V1/ClientGateway/State.php',
    'Google\\Cloud\\BeyondCorp\\ClientGateways\\V1\\ClientGatewaysServiceClient' => $vendorDir . '/google/cloud/BeyondCorpClientGateways/src/V1/ClientGatewaysServiceClient.php',
    'Google\\Cloud\\BeyondCorp\\ClientGateways\\V1\\ClientGatewaysServiceGrpcClient' => $vendorDir . '/google/cloud/BeyondCorpClientGateways/src/V1/ClientGatewaysServiceGrpcClient.php',
    'Google\\Cloud\\BeyondCorp\\ClientGateways\\V1\\CreateClientGatewayRequest' => $vendorDir . '/google/cloud/BeyondCorpClientGateways/src/V1/CreateClientGatewayRequest.php',
    'Google\\Cloud\\BeyondCorp\\ClientGateways\\V1\\DeleteClientGatewayRequest' => $vendorDir . '/google/cloud/BeyondCorpClientGateways/src/V1/DeleteClientGatewayRequest.php',
    'Google\\Cloud\\BeyondCorp\\ClientGateways\\V1\\Gapic\\ClientGatewaysServiceGapicClient' => $vendorDir . '/google/cloud/BeyondCorpClientGateways/src/V1/Gapic/ClientGatewaysServiceGapicClient.php',
    'Google\\Cloud\\BeyondCorp\\ClientGateways\\V1\\GetClientGatewayRequest' => $vendorDir . '/google/cloud/BeyondCorpClientGateways/src/V1/GetClientGatewayRequest.php',
    'Google\\Cloud\\BeyondCorp\\ClientGateways\\V1\\ListClientGatewaysRequest' => $vendorDir . '/google/cloud/BeyondCorpClientGateways/src/V1/ListClientGatewaysRequest.php',
    'Google\\Cloud\\BeyondCorp\\ClientGateways\\V1\\ListClientGatewaysResponse' => $vendorDir . '/google/cloud/BeyondCorpClientGateways/src/V1/ListClientGatewaysResponse.php',
    'Google\\Cloud\\BigQuery\\AnalyticsHub\\V1\\AnalyticsHubServiceClient' => $vendorDir . '/google/cloud/BigQueryAnalyticsHub/src/V1/AnalyticsHubServiceClient.php',
    'Google\\Cloud\\BigQuery\\AnalyticsHub\\V1\\CreateDataExchangeRequest' => $vendorDir . '/google/cloud/BigQueryAnalyticsHub/src/V1/CreateDataExchangeRequest.php',
    'Google\\Cloud\\BigQuery\\AnalyticsHub\\V1\\CreateListingRequest' => $vendorDir . '/google/cloud/BigQueryAnalyticsHub/src/V1/CreateListingRequest.php',
    'Google\\Cloud\\BigQuery\\AnalyticsHub\\V1\\DataExchange' => $vendorDir . '/google/cloud/BigQueryAnalyticsHub/src/V1/DataExchange.php',
    'Google\\Cloud\\BigQuery\\AnalyticsHub\\V1\\DataProvider' => $vendorDir . '/google/cloud/BigQueryAnalyticsHub/src/V1/DataProvider.php',
    'Google\\Cloud\\BigQuery\\AnalyticsHub\\V1\\DeleteDataExchangeRequest' => $vendorDir . '/google/cloud/BigQueryAnalyticsHub/src/V1/DeleteDataExchangeRequest.php',
    'Google\\Cloud\\BigQuery\\AnalyticsHub\\V1\\DeleteListingRequest' => $vendorDir . '/google/cloud/BigQueryAnalyticsHub/src/V1/DeleteListingRequest.php',
    'Google\\Cloud\\BigQuery\\AnalyticsHub\\V1\\DestinationDataset' => $vendorDir . '/google/cloud/BigQueryAnalyticsHub/src/V1/DestinationDataset.php',
    'Google\\Cloud\\BigQuery\\AnalyticsHub\\V1\\DestinationDatasetReference' => $vendorDir . '/google/cloud/BigQueryAnalyticsHub/src/V1/DestinationDatasetReference.php',
    'Google\\Cloud\\BigQuery\\AnalyticsHub\\V1\\Gapic\\AnalyticsHubServiceGapicClient' => $vendorDir . '/google/cloud/BigQueryAnalyticsHub/src/V1/Gapic/AnalyticsHubServiceGapicClient.php',
    'Google\\Cloud\\BigQuery\\AnalyticsHub\\V1\\GetDataExchangeRequest' => $vendorDir . '/google/cloud/BigQueryAnalyticsHub/src/V1/GetDataExchangeRequest.php',
    'Google\\Cloud\\BigQuery\\AnalyticsHub\\V1\\GetListingRequest' => $vendorDir . '/google/cloud/BigQueryAnalyticsHub/src/V1/GetListingRequest.php',
    'Google\\Cloud\\BigQuery\\AnalyticsHub\\V1\\ListDataExchangesRequest' => $vendorDir . '/google/cloud/BigQueryAnalyticsHub/src/V1/ListDataExchangesRequest.php',
    'Google\\Cloud\\BigQuery\\AnalyticsHub\\V1\\ListDataExchangesResponse' => $vendorDir . '/google/cloud/BigQueryAnalyticsHub/src/V1/ListDataExchangesResponse.php',
    'Google\\Cloud\\BigQuery\\AnalyticsHub\\V1\\ListListingsRequest' => $vendorDir . '/google/cloud/BigQueryAnalyticsHub/src/V1/ListListingsRequest.php',
    'Google\\Cloud\\BigQuery\\AnalyticsHub\\V1\\ListListingsResponse' => $vendorDir . '/google/cloud/BigQueryAnalyticsHub/src/V1/ListListingsResponse.php',
    'Google\\Cloud\\BigQuery\\AnalyticsHub\\V1\\ListOrgDataExchangesRequest' => $vendorDir . '/google/cloud/BigQueryAnalyticsHub/src/V1/ListOrgDataExchangesRequest.php',
    'Google\\Cloud\\BigQuery\\AnalyticsHub\\V1\\ListOrgDataExchangesResponse' => $vendorDir . '/google/cloud/BigQueryAnalyticsHub/src/V1/ListOrgDataExchangesResponse.php',
    'Google\\Cloud\\BigQuery\\AnalyticsHub\\V1\\Listing' => $vendorDir . '/google/cloud/BigQueryAnalyticsHub/src/V1/Listing.php',
    'Google\\Cloud\\BigQuery\\AnalyticsHub\\V1\\Listing\\BigQueryDatasetSource' => $vendorDir . '/google/cloud/BigQueryAnalyticsHub/src/V1/Listing/BigQueryDatasetSource.php',
    'Google\\Cloud\\BigQuery\\AnalyticsHub\\V1\\Listing\\Category' => $vendorDir . '/google/cloud/BigQueryAnalyticsHub/src/V1/Listing/Category.php',
    'Google\\Cloud\\BigQuery\\AnalyticsHub\\V1\\Listing\\State' => $vendorDir . '/google/cloud/BigQueryAnalyticsHub/src/V1/Listing/State.php',
    'Google\\Cloud\\BigQuery\\AnalyticsHub\\V1\\Publisher' => $vendorDir . '/google/cloud/BigQueryAnalyticsHub/src/V1/Publisher.php',
    'Google\\Cloud\\BigQuery\\AnalyticsHub\\V1\\SubscribeListingRequest' => $vendorDir . '/google/cloud/BigQueryAnalyticsHub/src/V1/SubscribeListingRequest.php',
    'Google\\Cloud\\BigQuery\\AnalyticsHub\\V1\\SubscribeListingResponse' => $vendorDir . '/google/cloud/BigQueryAnalyticsHub/src/V1/SubscribeListingResponse.php',
    'Google\\Cloud\\BigQuery\\AnalyticsHub\\V1\\UpdateDataExchangeRequest' => $vendorDir . '/google/cloud/BigQueryAnalyticsHub/src/V1/UpdateDataExchangeRequest.php',
    'Google\\Cloud\\BigQuery\\AnalyticsHub\\V1\\UpdateListingRequest' => $vendorDir . '/google/cloud/BigQueryAnalyticsHub/src/V1/UpdateListingRequest.php',
    'Google\\Cloud\\BigQuery\\BigNumeric' => $vendorDir . '/google/cloud/BigQuery/src/BigNumeric.php',
    'Google\\Cloud\\BigQuery\\BigQueryClient' => $vendorDir . '/google/cloud/BigQuery/src/BigQueryClient.php',
    'Google\\Cloud\\BigQuery\\Bytes' => $vendorDir . '/google/cloud/BigQuery/src/Bytes.php',
    'Google\\Cloud\\BigQuery\\Connection\\ConnectionInterface' => $vendorDir . '/google/cloud/BigQuery/src/Connection/ConnectionInterface.php',
    'Google\\Cloud\\BigQuery\\Connection\\IamTable' => $vendorDir . '/google/cloud/BigQuery/src/Connection/IamTable.php',
    'Google\\Cloud\\BigQuery\\Connection\\Rest' => $vendorDir . '/google/cloud/BigQuery/src/Connection/Rest.php',
    'Google\\Cloud\\BigQuery\\Connection\\V1\\AwsAccessRole' => $vendorDir . '/google/cloud/BigQueryConnection/src/V1/AwsAccessRole.php',
    'Google\\Cloud\\BigQuery\\Connection\\V1\\AwsCrossAccountRole' => $vendorDir . '/google/cloud/BigQueryConnection/src/V1/AwsCrossAccountRole.php',
    'Google\\Cloud\\BigQuery\\Connection\\V1\\AwsProperties' => $vendorDir . '/google/cloud/BigQueryConnection/src/V1/AwsProperties.php',
    'Google\\Cloud\\BigQuery\\Connection\\V1\\AzureProperties' => $vendorDir . '/google/cloud/BigQueryConnection/src/V1/AzureProperties.php',
    'Google\\Cloud\\BigQuery\\Connection\\V1\\CloudResourceProperties' => $vendorDir . '/google/cloud/BigQueryConnection/src/V1/CloudResourceProperties.php',
    'Google\\Cloud\\BigQuery\\Connection\\V1\\CloudSpannerProperties' => $vendorDir . '/google/cloud/BigQueryConnection/src/V1/CloudSpannerProperties.php',
    'Google\\Cloud\\BigQuery\\Connection\\V1\\CloudSqlCredential' => $vendorDir . '/google/cloud/BigQueryConnection/src/V1/CloudSqlCredential.php',
    'Google\\Cloud\\BigQuery\\Connection\\V1\\CloudSqlProperties' => $vendorDir . '/google/cloud/BigQueryConnection/src/V1/CloudSqlProperties.php',
    'Google\\Cloud\\BigQuery\\Connection\\V1\\CloudSqlProperties\\DatabaseType' => $vendorDir . '/google/cloud/BigQueryConnection/src/V1/CloudSqlProperties/DatabaseType.php',
    'Google\\Cloud\\BigQuery\\Connection\\V1\\Connection' => $vendorDir . '/google/cloud/BigQueryConnection/src/V1/Connection.php',
    'Google\\Cloud\\BigQuery\\Connection\\V1\\ConnectionServiceClient' => $vendorDir . '/google/cloud/BigQueryConnection/src/V1/ConnectionServiceClient.php',
    'Google\\Cloud\\BigQuery\\Connection\\V1\\CreateConnectionRequest' => $vendorDir . '/google/cloud/BigQueryConnection/src/V1/CreateConnectionRequest.php',
    'Google\\Cloud\\BigQuery\\Connection\\V1\\DeleteConnectionRequest' => $vendorDir . '/google/cloud/BigQueryConnection/src/V1/DeleteConnectionRequest.php',
    'Google\\Cloud\\BigQuery\\Connection\\V1\\Gapic\\ConnectionServiceGapicClient' => $vendorDir . '/google/cloud/BigQueryConnection/src/V1/Gapic/ConnectionServiceGapicClient.php',
    'Google\\Cloud\\BigQuery\\Connection\\V1\\GetConnectionRequest' => $vendorDir . '/google/cloud/BigQueryConnection/src/V1/GetConnectionRequest.php',
    'Google\\Cloud\\BigQuery\\Connection\\V1\\ListConnectionsRequest' => $vendorDir . '/google/cloud/BigQueryConnection/src/V1/ListConnectionsRequest.php',
    'Google\\Cloud\\BigQuery\\Connection\\V1\\ListConnectionsResponse' => $vendorDir . '/google/cloud/BigQueryConnection/src/V1/ListConnectionsResponse.php',
    'Google\\Cloud\\BigQuery\\Connection\\V1\\UpdateConnectionRequest' => $vendorDir . '/google/cloud/BigQueryConnection/src/V1/UpdateConnectionRequest.php',
    'Google\\Cloud\\BigQuery\\CopyJobConfiguration' => $vendorDir . '/google/cloud/BigQuery/src/CopyJobConfiguration.php',
    'Google\\Cloud\\BigQuery\\DataExchange\\Common\\Category' => $vendorDir . '/google/cloud/BigQueryDataExchange/src/Common/Category.php',
    'Google\\Cloud\\BigQuery\\DataExchange\\V1beta1\\AnalyticsHubServiceClient' => $vendorDir . '/google/cloud/BigQueryDataExchange/src/V1beta1/AnalyticsHubServiceClient.php',
    'Google\\Cloud\\BigQuery\\DataExchange\\V1beta1\\AnalyticsHubServiceGrpcClient' => $vendorDir . '/google/cloud/BigQueryDataExchange/src/V1beta1/AnalyticsHubServiceGrpcClient.php',
    'Google\\Cloud\\BigQuery\\DataExchange\\V1beta1\\CreateDataExchangeRequest' => $vendorDir . '/google/cloud/BigQueryDataExchange/src/V1beta1/CreateDataExchangeRequest.php',
    'Google\\Cloud\\BigQuery\\DataExchange\\V1beta1\\CreateListingRequest' => $vendorDir . '/google/cloud/BigQueryDataExchange/src/V1beta1/CreateListingRequest.php',
    'Google\\Cloud\\BigQuery\\DataExchange\\V1beta1\\DataExchange' => $vendorDir . '/google/cloud/BigQueryDataExchange/src/V1beta1/DataExchange.php',
    'Google\\Cloud\\BigQuery\\DataExchange\\V1beta1\\DataProvider' => $vendorDir . '/google/cloud/BigQueryDataExchange/src/V1beta1/DataProvider.php',
    'Google\\Cloud\\BigQuery\\DataExchange\\V1beta1\\DeleteDataExchangeRequest' => $vendorDir . '/google/cloud/BigQueryDataExchange/src/V1beta1/DeleteDataExchangeRequest.php',
    'Google\\Cloud\\BigQuery\\DataExchange\\V1beta1\\DeleteListingRequest' => $vendorDir . '/google/cloud/BigQueryDataExchange/src/V1beta1/DeleteListingRequest.php',
    'Google\\Cloud\\BigQuery\\DataExchange\\V1beta1\\DestinationDataset' => $vendorDir . '/google/cloud/BigQueryDataExchange/src/V1beta1/DestinationDataset.php',
    'Google\\Cloud\\BigQuery\\DataExchange\\V1beta1\\DestinationDatasetReference' => $vendorDir . '/google/cloud/BigQueryDataExchange/src/V1beta1/DestinationDatasetReference.php',
    'Google\\Cloud\\BigQuery\\DataExchange\\V1beta1\\Gapic\\AnalyticsHubServiceGapicClient' => $vendorDir . '/google/cloud/BigQueryDataExchange/src/V1beta1/Gapic/AnalyticsHubServiceGapicClient.php',
    'Google\\Cloud\\BigQuery\\DataExchange\\V1beta1\\GetDataExchangeRequest' => $vendorDir . '/google/cloud/BigQueryDataExchange/src/V1beta1/GetDataExchangeRequest.php',
    'Google\\Cloud\\BigQuery\\DataExchange\\V1beta1\\GetListingRequest' => $vendorDir . '/google/cloud/BigQueryDataExchange/src/V1beta1/GetListingRequest.php',
    'Google\\Cloud\\BigQuery\\DataExchange\\V1beta1\\ListDataExchangesRequest' => $vendorDir . '/google/cloud/BigQueryDataExchange/src/V1beta1/ListDataExchangesRequest.php',
    'Google\\Cloud\\BigQuery\\DataExchange\\V1beta1\\ListDataExchangesResponse' => $vendorDir . '/google/cloud/BigQueryDataExchange/src/V1beta1/ListDataExchangesResponse.php',
    'Google\\Cloud\\BigQuery\\DataExchange\\V1beta1\\ListListingsRequest' => $vendorDir . '/google/cloud/BigQueryDataExchange/src/V1beta1/ListListingsRequest.php',
    'Google\\Cloud\\BigQuery\\DataExchange\\V1beta1\\ListListingsResponse' => $vendorDir . '/google/cloud/BigQueryDataExchange/src/V1beta1/ListListingsResponse.php',
    'Google\\Cloud\\BigQuery\\DataExchange\\V1beta1\\ListOrgDataExchangesRequest' => $vendorDir . '/google/cloud/BigQueryDataExchange/src/V1beta1/ListOrgDataExchangesRequest.php',
    'Google\\Cloud\\BigQuery\\DataExchange\\V1beta1\\ListOrgDataExchangesResponse' => $vendorDir . '/google/cloud/BigQueryDataExchange/src/V1beta1/ListOrgDataExchangesResponse.php',
    'Google\\Cloud\\BigQuery\\DataExchange\\V1beta1\\Listing' => $vendorDir . '/google/cloud/BigQueryDataExchange/src/V1beta1/Listing.php',
    'Google\\Cloud\\BigQuery\\DataExchange\\V1beta1\\Listing\\BigQueryDatasetSource' => $vendorDir . '/google/cloud/BigQueryDataExchange/src/V1beta1/Listing/BigQueryDatasetSource.php',
    'Google\\Cloud\\BigQuery\\DataExchange\\V1beta1\\Listing\\Category' => $vendorDir . '/google/cloud/BigQueryDataExchange/src/V1beta1/Listing/Category.php',
    'Google\\Cloud\\BigQuery\\DataExchange\\V1beta1\\Listing\\State' => $vendorDir . '/google/cloud/BigQueryDataExchange/src/V1beta1/Listing/State.php',
    'Google\\Cloud\\BigQuery\\DataExchange\\V1beta1\\Publisher' => $vendorDir . '/google/cloud/BigQueryDataExchange/src/V1beta1/Publisher.php',
    'Google\\Cloud\\BigQuery\\DataExchange\\V1beta1\\SubscribeListingRequest' => $vendorDir . '/google/cloud/BigQueryDataExchange/src/V1beta1/SubscribeListingRequest.php',
    'Google\\Cloud\\BigQuery\\DataExchange\\V1beta1\\SubscribeListingResponse' => $vendorDir . '/google/cloud/BigQueryDataExchange/src/V1beta1/SubscribeListingResponse.php',
    'Google\\Cloud\\BigQuery\\DataExchange\\V1beta1\\UpdateDataExchangeRequest' => $vendorDir . '/google/cloud/BigQueryDataExchange/src/V1beta1/UpdateDataExchangeRequest.php',
    'Google\\Cloud\\BigQuery\\DataExchange\\V1beta1\\UpdateListingRequest' => $vendorDir . '/google/cloud/BigQueryDataExchange/src/V1beta1/UpdateListingRequest.php',
    'Google\\Cloud\\BigQuery\\DataPolicies\\V1\\CreateDataPolicyRequest' => $vendorDir . '/google/cloud/BigQueryDataPolicies/src/V1/CreateDataPolicyRequest.php',
    'Google\\Cloud\\BigQuery\\DataPolicies\\V1\\DataMaskingPolicy' => $vendorDir . '/google/cloud/BigQueryDataPolicies/src/V1/DataMaskingPolicy.php',
    'Google\\Cloud\\BigQuery\\DataPolicies\\V1\\DataMaskingPolicy\\PredefinedExpression' => $vendorDir . '/google/cloud/BigQueryDataPolicies/src/V1/DataMaskingPolicy/PredefinedExpression.php',
    'Google\\Cloud\\BigQuery\\DataPolicies\\V1\\DataPolicy' => $vendorDir . '/google/cloud/BigQueryDataPolicies/src/V1/DataPolicy.php',
    'Google\\Cloud\\BigQuery\\DataPolicies\\V1\\DataPolicyServiceClient' => $vendorDir . '/google/cloud/BigQueryDataPolicies/src/V1/DataPolicyServiceClient.php',
    'Google\\Cloud\\BigQuery\\DataPolicies\\V1\\DataPolicy\\DataPolicyType' => $vendorDir . '/google/cloud/BigQueryDataPolicies/src/V1/DataPolicy/DataPolicyType.php',
    'Google\\Cloud\\BigQuery\\DataPolicies\\V1\\DeleteDataPolicyRequest' => $vendorDir . '/google/cloud/BigQueryDataPolicies/src/V1/DeleteDataPolicyRequest.php',
    'Google\\Cloud\\BigQuery\\DataPolicies\\V1\\Gapic\\DataPolicyServiceGapicClient' => $vendorDir . '/google/cloud/BigQueryDataPolicies/src/V1/Gapic/DataPolicyServiceGapicClient.php',
    'Google\\Cloud\\BigQuery\\DataPolicies\\V1\\GetDataPolicyRequest' => $vendorDir . '/google/cloud/BigQueryDataPolicies/src/V1/GetDataPolicyRequest.php',
    'Google\\Cloud\\BigQuery\\DataPolicies\\V1\\ListDataPoliciesRequest' => $vendorDir . '/google/cloud/BigQueryDataPolicies/src/V1/ListDataPoliciesRequest.php',
    'Google\\Cloud\\BigQuery\\DataPolicies\\V1\\ListDataPoliciesResponse' => $vendorDir . '/google/cloud/BigQueryDataPolicies/src/V1/ListDataPoliciesResponse.php',
    'Google\\Cloud\\BigQuery\\DataPolicies\\V1\\RenameDataPolicyRequest' => $vendorDir . '/google/cloud/BigQueryDataPolicies/src/V1/RenameDataPolicyRequest.php',
    'Google\\Cloud\\BigQuery\\DataPolicies\\V1\\UpdateDataPolicyRequest' => $vendorDir . '/google/cloud/BigQueryDataPolicies/src/V1/UpdateDataPolicyRequest.php',
    'Google\\Cloud\\BigQuery\\DataPolicies\\V1beta1\\CreateDataPolicyRequest' => $vendorDir . '/google/cloud/BigQueryDataPolicies/src/V1beta1/CreateDataPolicyRequest.php',
    'Google\\Cloud\\BigQuery\\DataPolicies\\V1beta1\\DataMaskingPolicy' => $vendorDir . '/google/cloud/BigQueryDataPolicies/src/V1beta1/DataMaskingPolicy.php',
    'Google\\Cloud\\BigQuery\\DataPolicies\\V1beta1\\DataMaskingPolicy\\PredefinedExpression' => $vendorDir . '/google/cloud/BigQueryDataPolicies/src/V1beta1/DataMaskingPolicy/PredefinedExpression.php',
    'Google\\Cloud\\BigQuery\\DataPolicies\\V1beta1\\DataPolicy' => $vendorDir . '/google/cloud/BigQueryDataPolicies/src/V1beta1/DataPolicy.php',
    'Google\\Cloud\\BigQuery\\DataPolicies\\V1beta1\\DataPolicyServiceClient' => $vendorDir . '/google/cloud/BigQueryDataPolicies/src/V1beta1/DataPolicyServiceClient.php',
    'Google\\Cloud\\BigQuery\\DataPolicies\\V1beta1\\DataPolicy\\DataPolicyType' => $vendorDir . '/google/cloud/BigQueryDataPolicies/src/V1beta1/DataPolicy/DataPolicyType.php',
    'Google\\Cloud\\BigQuery\\DataPolicies\\V1beta1\\DeleteDataPolicyRequest' => $vendorDir . '/google/cloud/BigQueryDataPolicies/src/V1beta1/DeleteDataPolicyRequest.php',
    'Google\\Cloud\\BigQuery\\DataPolicies\\V1beta1\\Gapic\\DataPolicyServiceGapicClient' => $vendorDir . '/google/cloud/BigQueryDataPolicies/src/V1beta1/Gapic/DataPolicyServiceGapicClient.php',
    'Google\\Cloud\\BigQuery\\DataPolicies\\V1beta1\\GetDataPolicyRequest' => $vendorDir . '/google/cloud/BigQueryDataPolicies/src/V1beta1/GetDataPolicyRequest.php',
    'Google\\Cloud\\BigQuery\\DataPolicies\\V1beta1\\ListDataPoliciesRequest' => $vendorDir . '/google/cloud/BigQueryDataPolicies/src/V1beta1/ListDataPoliciesRequest.php',
    'Google\\Cloud\\BigQuery\\DataPolicies\\V1beta1\\ListDataPoliciesResponse' => $vendorDir . '/google/cloud/BigQueryDataPolicies/src/V1beta1/ListDataPoliciesResponse.php',
    'Google\\Cloud\\BigQuery\\DataPolicies\\V1beta1\\UpdateDataPolicyRequest' => $vendorDir . '/google/cloud/BigQueryDataPolicies/src/V1beta1/UpdateDataPolicyRequest.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\CheckValidCredsRequest' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/CheckValidCredsRequest.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\CheckValidCredsResponse' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/CheckValidCredsResponse.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\CreateDataSourceDefinitionRequest' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/CreateDataSourceDefinitionRequest.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\CreateTransferConfigRequest' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/CreateTransferConfigRequest.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\DataSource' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/DataSource.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\DataSourceDefinition' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/DataSourceDefinition.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\DataSourceParameter' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/DataSourceParameter.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\DataSourceParameter\\Type' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/DataSourceParameter/Type.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\DataSourceParameter_Type' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/DataSourceParameter_Type.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\DataSourceServiceGrpcClient' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/DataSourceServiceGrpcClient.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\DataSource\\AuthorizationType' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/DataSource/AuthorizationType.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\DataSource\\DataRefreshType' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/DataSource/DataRefreshType.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\DataSource_AuthorizationType' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/DataSource_AuthorizationType.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\DataSource_DataRefreshType' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/DataSource_DataRefreshType.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\DataTransferServiceClient' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/DataTransferServiceClient.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\DataTransferServiceGrpcClient' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/DataTransferServiceGrpcClient.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\DeleteDataSourceDefinitionRequest' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/DeleteDataSourceDefinitionRequest.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\DeleteTransferConfigRequest' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/DeleteTransferConfigRequest.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\DeleteTransferRunRequest' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/DeleteTransferRunRequest.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\EmailPreferences' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/EmailPreferences.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\EnableDataTransferServiceRequest' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/EnableDataTransferServiceRequest.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\EnrollDataSourcesRequest' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/EnrollDataSourcesRequest.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\FinishRunRequest' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/FinishRunRequest.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\Gapic\\DataTransferServiceGapicClient' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/Gapic/DataTransferServiceGapicClient.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\GetDataSourceDefinitionRequest' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/GetDataSourceDefinitionRequest.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\GetDataSourceRequest' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/GetDataSourceRequest.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\GetTransferConfigRequest' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/GetTransferConfigRequest.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\GetTransferRunRequest' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/GetTransferRunRequest.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\ImportedDataInfo' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/ImportedDataInfo.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\ImportedDataInfo\\Encoding' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/ImportedDataInfo/Encoding.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\ImportedDataInfo\\FieldSchema' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/ImportedDataInfo/FieldSchema.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\ImportedDataInfo\\FieldSchema\\Type' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/ImportedDataInfo/FieldSchema/Type.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\ImportedDataInfo\\Format' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/ImportedDataInfo/Format.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\ImportedDataInfo\\RecordSchema' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/ImportedDataInfo/RecordSchema.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\ImportedDataInfo\\TableDefinition' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/ImportedDataInfo/TableDefinition.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\ImportedDataInfo\\TableDefinition\\CsvOptions' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/ImportedDataInfo/TableDefinition/CsvOptions.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\ImportedDataInfo_Encoding' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/ImportedDataInfo_Encoding.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\ImportedDataInfo_FieldSchema' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/ImportedDataInfo_FieldSchema.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\ImportedDataInfo_FieldSchema_Type' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/ImportedDataInfo_FieldSchema_Type.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\ImportedDataInfo_Format' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/ImportedDataInfo_Format.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\ImportedDataInfo_RecordSchema' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/ImportedDataInfo_RecordSchema.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\ImportedDataInfo_TableDefinition' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/ImportedDataInfo_TableDefinition.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\ImportedDataInfo_TableDefinition_CsvOptions' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/ImportedDataInfo_TableDefinition_CsvOptions.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\IsDataTransferServiceEnabledRequest' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/IsDataTransferServiceEnabledRequest.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\IsDataTransferServiceEnabledResponse' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/IsDataTransferServiceEnabledResponse.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\ListDataSourceDefinitionsRequest' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/ListDataSourceDefinitionsRequest.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\ListDataSourceDefinitionsResponse' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/ListDataSourceDefinitionsResponse.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\ListDataSourcesRequest' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/ListDataSourcesRequest.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\ListDataSourcesResponse' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/ListDataSourcesResponse.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\ListTransferConfigsRequest' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/ListTransferConfigsRequest.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\ListTransferConfigsResponse' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/ListTransferConfigsResponse.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\ListTransferLogsRequest' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/ListTransferLogsRequest.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\ListTransferLogsResponse' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/ListTransferLogsResponse.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\ListTransferRunsRequest' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/ListTransferRunsRequest.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\ListTransferRunsRequest\\RunAttempt' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/ListTransferRunsRequest/RunAttempt.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\ListTransferRunsRequest_RunAttempt' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/ListTransferRunsRequest_RunAttempt.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\ListTransferRunsResponse' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/ListTransferRunsResponse.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\LogTransferRunMessagesRequest' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/LogTransferRunMessagesRequest.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\ScheduleOptions' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/ScheduleOptions.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\ScheduleTransferRunsRequest' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/ScheduleTransferRunsRequest.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\ScheduleTransferRunsResponse' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/ScheduleTransferRunsResponse.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\StartBigQueryJobsRequest' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/StartBigQueryJobsRequest.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\StartManualTransferRunsRequest' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/StartManualTransferRunsRequest.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\StartManualTransferRunsRequest\\TimeRange' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/StartManualTransferRunsRequest/TimeRange.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\StartManualTransferRunsRequest_TimeRange' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/StartManualTransferRunsRequest_TimeRange.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\StartManualTransferRunsResponse' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/StartManualTransferRunsResponse.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\TransferConfig' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/TransferConfig.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\TransferMessage' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/TransferMessage.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\TransferMessage\\MessageSeverity' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/TransferMessage/MessageSeverity.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\TransferMessage_MessageSeverity' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/TransferMessage_MessageSeverity.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\TransferRun' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/TransferRun.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\TransferState' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/TransferState.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\TransferType' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/TransferType.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\UpdateDataSourceDefinitionRequest' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/UpdateDataSourceDefinitionRequest.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\UpdateTransferConfigRequest' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/UpdateTransferConfigRequest.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\UpdateTransferRunRequest' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/UpdateTransferRunRequest.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\UserInfo' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/UserInfo.php',
    'Google\\Cloud\\BigQuery\\DataTransfer\\V1\\WriteDisposition' => $vendorDir . '/google/cloud/BigQueryDataTransfer/src/V1/WriteDisposition.php',
    'Google\\Cloud\\BigQuery\\Dataset' => $vendorDir . '/google/cloud/BigQuery/src/Dataset.php',
    'Google\\Cloud\\BigQuery\\Date' => $vendorDir . '/google/cloud/BigQuery/src/Date.php',
    'Google\\Cloud\\BigQuery\\Exception\\JobException' => $vendorDir . '/google/cloud/BigQuery/src/Exception/JobException.php',
    'Google\\Cloud\\BigQuery\\ExtractJobConfiguration' => $vendorDir . '/google/cloud/BigQuery/src/ExtractJobConfiguration.php',
    'Google\\Cloud\\BigQuery\\Geography' => $vendorDir . '/google/cloud/BigQuery/src/Geography.php',
    'Google\\Cloud\\BigQuery\\InsertResponse' => $vendorDir . '/google/cloud/BigQuery/src/InsertResponse.php',
    'Google\\Cloud\\BigQuery\\Job' => $vendorDir . '/google/cloud/BigQuery/src/Job.php',
    'Google\\Cloud\\BigQuery\\JobConfigurationInterface' => $vendorDir . '/google/cloud/BigQuery/src/JobConfigurationInterface.php',
    'Google\\Cloud\\BigQuery\\JobConfigurationTrait' => $vendorDir . '/google/cloud/BigQuery/src/JobConfigurationTrait.php',
    'Google\\Cloud\\BigQuery\\JobWaitTrait' => $vendorDir . '/google/cloud/BigQuery/src/JobWaitTrait.php',
    'Google\\Cloud\\BigQuery\\LoadJobConfiguration' => $vendorDir . '/google/cloud/BigQuery/src/LoadJobConfiguration.php',
    'Google\\Cloud\\BigQuery\\Migration\\V2\\AzureSynapseDialect' => $vendorDir . '/google/cloud/BigQueryMigration/src/V2/AzureSynapseDialect.php',
    'Google\\Cloud\\BigQuery\\Migration\\V2\\BigQueryDialect' => $vendorDir . '/google/cloud/BigQueryMigration/src/V2/BigQueryDialect.php',
    'Google\\Cloud\\BigQuery\\Migration\\V2\\CreateMigrationWorkflowRequest' => $vendorDir . '/google/cloud/BigQueryMigration/src/V2/CreateMigrationWorkflowRequest.php',
    'Google\\Cloud\\BigQuery\\Migration\\V2\\DeleteMigrationWorkflowRequest' => $vendorDir . '/google/cloud/BigQueryMigration/src/V2/DeleteMigrationWorkflowRequest.php',
    'Google\\Cloud\\BigQuery\\Migration\\V2\\Dialect' => $vendorDir . '/google/cloud/BigQueryMigration/src/V2/Dialect.php',
    'Google\\Cloud\\BigQuery\\Migration\\V2\\ErrorDetail' => $vendorDir . '/google/cloud/BigQueryMigration/src/V2/ErrorDetail.php',
    'Google\\Cloud\\BigQuery\\Migration\\V2\\ErrorLocation' => $vendorDir . '/google/cloud/BigQueryMigration/src/V2/ErrorLocation.php',
    'Google\\Cloud\\BigQuery\\Migration\\V2\\Gapic\\MigrationServiceGapicClient' => $vendorDir . '/google/cloud/BigQueryMigration/src/V2/Gapic/MigrationServiceGapicClient.php',
    'Google\\Cloud\\BigQuery\\Migration\\V2\\GetMigrationSubtaskRequest' => $vendorDir . '/google/cloud/BigQueryMigration/src/V2/GetMigrationSubtaskRequest.php',
    'Google\\Cloud\\BigQuery\\Migration\\V2\\GetMigrationWorkflowRequest' => $vendorDir . '/google/cloud/BigQueryMigration/src/V2/GetMigrationWorkflowRequest.php',
    'Google\\Cloud\\BigQuery\\Migration\\V2\\HiveQLDialect' => $vendorDir . '/google/cloud/BigQueryMigration/src/V2/HiveQLDialect.php',
    'Google\\Cloud\\BigQuery\\Migration\\V2\\ListMigrationSubtasksRequest' => $vendorDir . '/google/cloud/BigQueryMigration/src/V2/ListMigrationSubtasksRequest.php',
    'Google\\Cloud\\BigQuery\\Migration\\V2\\ListMigrationSubtasksResponse' => $vendorDir . '/google/cloud/BigQueryMigration/src/V2/ListMigrationSubtasksResponse.php',
    'Google\\Cloud\\BigQuery\\Migration\\V2\\ListMigrationWorkflowsRequest' => $vendorDir . '/google/cloud/BigQueryMigration/src/V2/ListMigrationWorkflowsRequest.php',
    'Google\\Cloud\\BigQuery\\Migration\\V2\\ListMigrationWorkflowsResponse' => $vendorDir . '/google/cloud/BigQueryMigration/src/V2/ListMigrationWorkflowsResponse.php',
    'Google\\Cloud\\BigQuery\\Migration\\V2\\MigrationServiceClient' => $vendorDir . '/google/cloud/BigQueryMigration/src/V2/MigrationServiceClient.php',
    'Google\\Cloud\\BigQuery\\Migration\\V2\\MigrationSubtask' => $vendorDir . '/google/cloud/BigQueryMigration/src/V2/MigrationSubtask.php',
    'Google\\Cloud\\BigQuery\\Migration\\V2\\MigrationSubtask\\State' => $vendorDir . '/google/cloud/BigQueryMigration/src/V2/MigrationSubtask/State.php',
    'Google\\Cloud\\BigQuery\\Migration\\V2\\MigrationTask' => $vendorDir . '/google/cloud/BigQueryMigration/src/V2/MigrationTask.php',
    'Google\\Cloud\\BigQuery\\Migration\\V2\\MigrationTask\\State' => $vendorDir . '/google/cloud/BigQueryMigration/src/V2/MigrationTask/State.php',
    'Google\\Cloud\\BigQuery\\Migration\\V2\\MigrationWorkflow' => $vendorDir . '/google/cloud/BigQueryMigration/src/V2/MigrationWorkflow.php',
    'Google\\Cloud\\BigQuery\\Migration\\V2\\MigrationWorkflow\\State' => $vendorDir . '/google/cloud/BigQueryMigration/src/V2/MigrationWorkflow/State.php',
    'Google\\Cloud\\BigQuery\\Migration\\V2\\MySQLDialect' => $vendorDir . '/google/cloud/BigQueryMigration/src/V2/MySQLDialect.php',
    'Google\\Cloud\\BigQuery\\Migration\\V2\\NameMappingKey' => $vendorDir . '/google/cloud/BigQueryMigration/src/V2/NameMappingKey.php',
    'Google\\Cloud\\BigQuery\\Migration\\V2\\NameMappingKey\\Type' => $vendorDir . '/google/cloud/BigQueryMigration/src/V2/NameMappingKey/Type.php',
    'Google\\Cloud\\BigQuery\\Migration\\V2\\NameMappingValue' => $vendorDir . '/google/cloud/BigQueryMigration/src/V2/NameMappingValue.php',
    'Google\\Cloud\\BigQuery\\Migration\\V2\\NetezzaDialect' => $vendorDir . '/google/cloud/BigQueryMigration/src/V2/NetezzaDialect.php',
    'Google\\Cloud\\BigQuery\\Migration\\V2\\ObjectNameMapping' => $vendorDir . '/google/cloud/BigQueryMigration/src/V2/ObjectNameMapping.php',
    'Google\\Cloud\\BigQuery\\Migration\\V2\\ObjectNameMappingList' => $vendorDir . '/google/cloud/BigQueryMigration/src/V2/ObjectNameMappingList.php',
    'Google\\Cloud\\BigQuery\\Migration\\V2\\OracleDialect' => $vendorDir . '/google/cloud/BigQueryMigration/src/V2/OracleDialect.php',
    'Google\\Cloud\\BigQuery\\Migration\\V2\\Point' => $vendorDir . '/google/cloud/BigQueryMigration/src/V2/Point.php',
    'Google\\Cloud\\BigQuery\\Migration\\V2\\PostgresqlDialect' => $vendorDir . '/google/cloud/BigQueryMigration/src/V2/PostgresqlDialect.php',
    'Google\\Cloud\\BigQuery\\Migration\\V2\\PrestoDialect' => $vendorDir . '/google/cloud/BigQueryMigration/src/V2/PrestoDialect.php',
    'Google\\Cloud\\BigQuery\\Migration\\V2\\RedshiftDialect' => $vendorDir . '/google/cloud/BigQueryMigration/src/V2/RedshiftDialect.php',
    'Google\\Cloud\\BigQuery\\Migration\\V2\\ResourceErrorDetail' => $vendorDir . '/google/cloud/BigQueryMigration/src/V2/ResourceErrorDetail.php',
    'Google\\Cloud\\BigQuery\\Migration\\V2\\SQLServerDialect' => $vendorDir . '/google/cloud/BigQueryMigration/src/V2/SQLServerDialect.php',
    'Google\\Cloud\\BigQuery\\Migration\\V2\\SnowflakeDialect' => $vendorDir . '/google/cloud/BigQueryMigration/src/V2/SnowflakeDialect.php',
    'Google\\Cloud\\BigQuery\\Migration\\V2\\SourceEnv' => $vendorDir . '/google/cloud/BigQueryMigration/src/V2/SourceEnv.php',
    'Google\\Cloud\\BigQuery\\Migration\\V2\\SparkSQLDialect' => $vendorDir . '/google/cloud/BigQueryMigration/src/V2/SparkSQLDialect.php',
    'Google\\Cloud\\BigQuery\\Migration\\V2\\StartMigrationWorkflowRequest' => $vendorDir . '/google/cloud/BigQueryMigration/src/V2/StartMigrationWorkflowRequest.php',
    'Google\\Cloud\\BigQuery\\Migration\\V2\\TeradataDialect' => $vendorDir . '/google/cloud/BigQueryMigration/src/V2/TeradataDialect.php',
    'Google\\Cloud\\BigQuery\\Migration\\V2\\TeradataDialect\\Mode' => $vendorDir . '/google/cloud/BigQueryMigration/src/V2/TeradataDialect/Mode.php',
    'Google\\Cloud\\BigQuery\\Migration\\V2\\TimeInterval' => $vendorDir . '/google/cloud/BigQueryMigration/src/V2/TimeInterval.php',
    'Google\\Cloud\\BigQuery\\Migration\\V2\\TimeSeries' => $vendorDir . '/google/cloud/BigQueryMigration/src/V2/TimeSeries.php',
    'Google\\Cloud\\BigQuery\\Migration\\V2\\TranslationConfigDetails' => $vendorDir . '/google/cloud/BigQueryMigration/src/V2/TranslationConfigDetails.php',
    'Google\\Cloud\\BigQuery\\Migration\\V2\\TypedValue' => $vendorDir . '/google/cloud/BigQueryMigration/src/V2/TypedValue.php',
    'Google\\Cloud\\BigQuery\\Migration\\V2\\VerticaDialect' => $vendorDir . '/google/cloud/BigQueryMigration/src/V2/VerticaDialect.php',
    'Google\\Cloud\\BigQuery\\Model' => $vendorDir . '/google/cloud/BigQuery/src/Model.php',
    'Google\\Cloud\\BigQuery\\Numeric' => $vendorDir . '/google/cloud/BigQuery/src/Numeric.php',
    'Google\\Cloud\\BigQuery\\QueryJobConfiguration' => $vendorDir . '/google/cloud/BigQuery/src/QueryJobConfiguration.php',
    'Google\\Cloud\\BigQuery\\QueryResults' => $vendorDir . '/google/cloud/BigQuery/src/QueryResults.php',
    'Google\\Cloud\\BigQuery\\Reservation\\V1\\Assignment' => $vendorDir . '/google/cloud/BigQueryReservation/src/V1/Assignment.php',
    'Google\\Cloud\\BigQuery\\Reservation\\V1\\Assignment\\JobType' => $vendorDir . '/google/cloud/BigQueryReservation/src/V1/Assignment/JobType.php',
    'Google\\Cloud\\BigQuery\\Reservation\\V1\\Assignment\\State' => $vendorDir . '/google/cloud/BigQueryReservation/src/V1/Assignment/State.php',
    'Google\\Cloud\\BigQuery\\Reservation\\V1\\BiReservation' => $vendorDir . '/google/cloud/BigQueryReservation/src/V1/BiReservation.php',
    'Google\\Cloud\\BigQuery\\Reservation\\V1\\CapacityCommitment' => $vendorDir . '/google/cloud/BigQueryReservation/src/V1/CapacityCommitment.php',
    'Google\\Cloud\\BigQuery\\Reservation\\V1\\CapacityCommitment\\CommitmentPlan' => $vendorDir . '/google/cloud/BigQueryReservation/src/V1/CapacityCommitment/CommitmentPlan.php',
    'Google\\Cloud\\BigQuery\\Reservation\\V1\\CapacityCommitment\\State' => $vendorDir . '/google/cloud/BigQueryReservation/src/V1/CapacityCommitment/State.php',
    'Google\\Cloud\\BigQuery\\Reservation\\V1\\CreateAssignmentRequest' => $vendorDir . '/google/cloud/BigQueryReservation/src/V1/CreateAssignmentRequest.php',
    'Google\\Cloud\\BigQuery\\Reservation\\V1\\CreateCapacityCommitmentRequest' => $vendorDir . '/google/cloud/BigQueryReservation/src/V1/CreateCapacityCommitmentRequest.php',
    'Google\\Cloud\\BigQuery\\Reservation\\V1\\CreateReservationRequest' => $vendorDir . '/google/cloud/BigQueryReservation/src/V1/CreateReservationRequest.php',
    'Google\\Cloud\\BigQuery\\Reservation\\V1\\DeleteAssignmentRequest' => $vendorDir . '/google/cloud/BigQueryReservation/src/V1/DeleteAssignmentRequest.php',
    'Google\\Cloud\\BigQuery\\Reservation\\V1\\DeleteCapacityCommitmentRequest' => $vendorDir . '/google/cloud/BigQueryReservation/src/V1/DeleteCapacityCommitmentRequest.php',
    'Google\\Cloud\\BigQuery\\Reservation\\V1\\DeleteReservationRequest' => $vendorDir . '/google/cloud/BigQueryReservation/src/V1/DeleteReservationRequest.php',
    'Google\\Cloud\\BigQuery\\Reservation\\V1\\Gapic\\ReservationServiceGapicClient' => $vendorDir . '/google/cloud/BigQueryReservation/src/V1/Gapic/ReservationServiceGapicClient.php',
    'Google\\Cloud\\BigQuery\\Reservation\\V1\\GetBiReservationRequest' => $vendorDir . '/google/cloud/BigQueryReservation/src/V1/GetBiReservationRequest.php',
    'Google\\Cloud\\BigQuery\\Reservation\\V1\\GetCapacityCommitmentRequest' => $vendorDir . '/google/cloud/BigQueryReservation/src/V1/GetCapacityCommitmentRequest.php',
    'Google\\Cloud\\BigQuery\\Reservation\\V1\\GetReservationRequest' => $vendorDir . '/google/cloud/BigQueryReservation/src/V1/GetReservationRequest.php',
    'Google\\Cloud\\BigQuery\\Reservation\\V1\\ListAssignmentsRequest' => $vendorDir . '/google/cloud/BigQueryReservation/src/V1/ListAssignmentsRequest.php',
    'Google\\Cloud\\BigQuery\\Reservation\\V1\\ListAssignmentsResponse' => $vendorDir . '/google/cloud/BigQueryReservation/src/V1/ListAssignmentsResponse.php',
    'Google\\Cloud\\BigQuery\\Reservation\\V1\\ListCapacityCommitmentsRequest' => $vendorDir . '/google/cloud/BigQueryReservation/src/V1/ListCapacityCommitmentsRequest.php',
    'Google\\Cloud\\BigQuery\\Reservation\\V1\\ListCapacityCommitmentsResponse' => $vendorDir . '/google/cloud/BigQueryReservation/src/V1/ListCapacityCommitmentsResponse.php',
    'Google\\Cloud\\BigQuery\\Reservation\\V1\\ListReservationsRequest' => $vendorDir . '/google/cloud/BigQueryReservation/src/V1/ListReservationsRequest.php',
    'Google\\Cloud\\BigQuery\\Reservation\\V1\\ListReservationsResponse' => $vendorDir . '/google/cloud/BigQueryReservation/src/V1/ListReservationsResponse.php',
    'Google\\Cloud\\BigQuery\\Reservation\\V1\\MergeCapacityCommitmentsRequest' => $vendorDir . '/google/cloud/BigQueryReservation/src/V1/MergeCapacityCommitmentsRequest.php',
    'Google\\Cloud\\BigQuery\\Reservation\\V1\\MoveAssignmentRequest' => $vendorDir . '/google/cloud/BigQueryReservation/src/V1/MoveAssignmentRequest.php',
    'Google\\Cloud\\BigQuery\\Reservation\\V1\\Reservation' => $vendorDir . '/google/cloud/BigQueryReservation/src/V1/Reservation.php',
    'Google\\Cloud\\BigQuery\\Reservation\\V1\\ReservationServiceClient' => $vendorDir . '/google/cloud/BigQueryReservation/src/V1/ReservationServiceClient.php',
    'Google\\Cloud\\BigQuery\\Reservation\\V1\\SearchAllAssignmentsRequest' => $vendorDir . '/google/cloud/BigQueryReservation/src/V1/SearchAllAssignmentsRequest.php',
    'Google\\Cloud\\BigQuery\\Reservation\\V1\\SearchAllAssignmentsResponse' => $vendorDir . '/google/cloud/BigQueryReservation/src/V1/SearchAllAssignmentsResponse.php',
    'Google\\Cloud\\BigQuery\\Reservation\\V1\\SearchAssignmentsRequest' => $vendorDir . '/google/cloud/BigQueryReservation/src/V1/SearchAssignmentsRequest.php',
    'Google\\Cloud\\BigQuery\\Reservation\\V1\\SearchAssignmentsResponse' => $vendorDir . '/google/cloud/BigQueryReservation/src/V1/SearchAssignmentsResponse.php',
    'Google\\Cloud\\BigQuery\\Reservation\\V1\\SplitCapacityCommitmentRequest' => $vendorDir . '/google/cloud/BigQueryReservation/src/V1/SplitCapacityCommitmentRequest.php',
    'Google\\Cloud\\BigQuery\\Reservation\\V1\\SplitCapacityCommitmentResponse' => $vendorDir . '/google/cloud/BigQueryReservation/src/V1/SplitCapacityCommitmentResponse.php',
    'Google\\Cloud\\BigQuery\\Reservation\\V1\\TableReference' => $vendorDir . '/google/cloud/BigQueryReservation/src/V1/TableReference.php',
    'Google\\Cloud\\BigQuery\\Reservation\\V1\\UpdateAssignmentRequest' => $vendorDir . '/google/cloud/BigQueryReservation/src/V1/UpdateAssignmentRequest.php',
    'Google\\Cloud\\BigQuery\\Reservation\\V1\\UpdateBiReservationRequest' => $vendorDir . '/google/cloud/BigQueryReservation/src/V1/UpdateBiReservationRequest.php',
    'Google\\Cloud\\BigQuery\\Reservation\\V1\\UpdateCapacityCommitmentRequest' => $vendorDir . '/google/cloud/BigQueryReservation/src/V1/UpdateCapacityCommitmentRequest.php',
    'Google\\Cloud\\BigQuery\\Reservation\\V1\\UpdateReservationRequest' => $vendorDir . '/google/cloud/BigQueryReservation/src/V1/UpdateReservationRequest.php',
    'Google\\Cloud\\BigQuery\\Routine' => $vendorDir . '/google/cloud/BigQuery/src/Routine.php',
    'Google\\Cloud\\BigQuery\\Storage\\V1\\ArrowRecordBatch' => $vendorDir . '/google/cloud/BigQueryStorage/src/V1/ArrowRecordBatch.php',
    'Google\\Cloud\\BigQuery\\Storage\\V1\\ArrowSchema' => $vendorDir . '/google/cloud/BigQueryStorage/src/V1/ArrowSchema.php',
    'Google\\Cloud\\BigQuery\\Storage\\V1\\ArrowSerializationOptions' => $vendorDir . '/google/cloud/BigQueryStorage/src/V1/ArrowSerializationOptions.php',
    'Google\\Cloud\\BigQuery\\Storage\\V1\\ArrowSerializationOptions\\CompressionCodec' => $vendorDir . '/google/cloud/BigQueryStorage/src/V1/ArrowSerializationOptions/CompressionCodec.php',
    'Google\\Cloud\\BigQuery\\Storage\\V1\\ArrowSerializationOptions_CompressionCodec' => $vendorDir . '/google/cloud/BigQueryStorage/src/V1/ArrowSerializationOptions_CompressionCodec.php',
    'Google\\Cloud\\BigQuery\\Storage\\V1\\AvroRows' => $vendorDir . '/google/cloud/BigQueryStorage/src/V1/AvroRows.php',
    'Google\\Cloud\\BigQuery\\Storage\\V1\\AvroSchema' => $vendorDir . '/google/cloud/BigQueryStorage/src/V1/AvroSchema.php',
    'Google\\Cloud\\BigQuery\\Storage\\V1\\BigQueryReadClient' => $vendorDir . '/google/cloud/BigQueryStorage/src/V1/BigQueryReadClient.php',
    'Google\\Cloud\\BigQuery\\Storage\\V1\\BigQueryReadGrpcClient' => $vendorDir . '/google/cloud/BigQueryStorage/src/V1/BigQueryReadGrpcClient.php',
    'Google\\Cloud\\BigQuery\\Storage\\V1\\CreateReadSessionRequest' => $vendorDir . '/google/cloud/BigQueryStorage/src/V1/CreateReadSessionRequest.php',
    'Google\\Cloud\\BigQuery\\Storage\\V1\\DataFormat' => $vendorDir . '/google/cloud/BigQueryStorage/src/V1/DataFormat.php',
    'Google\\Cloud\\BigQuery\\Storage\\V1\\Gapic\\BigQueryReadGapicClient' => $vendorDir . '/google/cloud/BigQueryStorage/src/V1/Gapic/BigQueryReadGapicClient.php',
    'Google\\Cloud\\BigQuery\\Storage\\V1\\ReadRowsRequest' => $vendorDir . '/google/cloud/BigQueryStorage/src/V1/ReadRowsRequest.php',
    'Google\\Cloud\\BigQuery\\Storage\\V1\\ReadRowsResponse' => $vendorDir . '/google/cloud/BigQueryStorage/src/V1/ReadRowsResponse.php',
    'Google\\Cloud\\BigQuery\\Storage\\V1\\ReadSession' => $vendorDir . '/google/cloud/BigQueryStorage/src/V1/ReadSession.php',
    'Google\\Cloud\\BigQuery\\Storage\\V1\\ReadSession\\TableModifiers' => $vendorDir . '/google/cloud/BigQueryStorage/src/V1/ReadSession/TableModifiers.php',
    'Google\\Cloud\\BigQuery\\Storage\\V1\\ReadSession\\TableReadOptions' => $vendorDir . '/google/cloud/BigQueryStorage/src/V1/ReadSession/TableReadOptions.php',
    'Google\\Cloud\\BigQuery\\Storage\\V1\\ReadSession_TableModifiers' => $vendorDir . '/google/cloud/BigQueryStorage/src/V1/ReadSession_TableModifiers.php',
    'Google\\Cloud\\BigQuery\\Storage\\V1\\ReadSession_TableReadOptions' => $vendorDir . '/google/cloud/BigQueryStorage/src/V1/ReadSession_TableReadOptions.php',
    'Google\\Cloud\\BigQuery\\Storage\\V1\\ReadStream' => $vendorDir . '/google/cloud/BigQueryStorage/src/V1/ReadStream.php',
    'Google\\Cloud\\BigQuery\\Storage\\V1\\SplitReadStreamRequest' => $vendorDir . '/google/cloud/BigQueryStorage/src/V1/SplitReadStreamRequest.php',
    'Google\\Cloud\\BigQuery\\Storage\\V1\\SplitReadStreamResponse' => $vendorDir . '/google/cloud/BigQueryStorage/src/V1/SplitReadStreamResponse.php',
    'Google\\Cloud\\BigQuery\\Storage\\V1\\StreamStats' => $vendorDir . '/google/cloud/BigQueryStorage/src/V1/StreamStats.php',
    'Google\\Cloud\\BigQuery\\Storage\\V1\\StreamStats\\Progress' => $vendorDir . '/google/cloud/BigQueryStorage/src/V1/StreamStats/Progress.php',
    'Google\\Cloud\\BigQuery\\Storage\\V1\\StreamStats_Progress' => $vendorDir . '/google/cloud/BigQueryStorage/src/V1/StreamStats_Progress.php',
    'Google\\Cloud\\BigQuery\\Storage\\V1\\ThrottleState' => $vendorDir . '/google/cloud/BigQueryStorage/src/V1/ThrottleState.php',
    'Google\\Cloud\\BigQuery\\Table' => $vendorDir . '/google/cloud/BigQuery/src/Table.php',
    'Google\\Cloud\\BigQuery\\Time' => $vendorDir . '/google/cloud/BigQuery/src/Time.php',
    'Google\\Cloud\\BigQuery\\Timestamp' => $vendorDir . '/google/cloud/BigQuery/src/Timestamp.php',
    'Google\\Cloud\\BigQuery\\ValueInterface' => $vendorDir . '/google/cloud/BigQuery/src/ValueInterface.php',
    'Google\\Cloud\\BigQuery\\ValueMapper' => $vendorDir . '/google/cloud/BigQuery/src/ValueMapper.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\AppProfile' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/AppProfile.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\AppProfile\\MultiClusterRoutingUseAny' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/AppProfile/MultiClusterRoutingUseAny.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\AppProfile\\SingleClusterRouting' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/AppProfile/SingleClusterRouting.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\AppProfile_MultiClusterRoutingUseAny' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/AppProfile_MultiClusterRoutingUseAny.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\AppProfile_SingleClusterRouting' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/AppProfile_SingleClusterRouting.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\AutoscalingLimits' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/AutoscalingLimits.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\AutoscalingTargets' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/AutoscalingTargets.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\Backup' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/Backup.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\BackupInfo' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/BackupInfo.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\Backup\\State' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/Backup/State.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\Backup_State' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/Backup_State.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\BigtableInstanceAdminClient' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/BigtableInstanceAdminClient.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\BigtableInstanceAdminGrpcClient' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/BigtableInstanceAdminGrpcClient.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\BigtableTableAdminClient' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/BigtableTableAdminClient.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\BigtableTableAdminGrpcClient' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/BigtableTableAdminGrpcClient.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\CheckConsistencyRequest' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/CheckConsistencyRequest.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\CheckConsistencyResponse' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/CheckConsistencyResponse.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\Cluster' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/Cluster.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\Cluster\\ClusterAutoscalingConfig' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/Cluster/ClusterAutoscalingConfig.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\Cluster\\ClusterConfig' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/Cluster/ClusterConfig.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\Cluster\\EncryptionConfig' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/Cluster/EncryptionConfig.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\Cluster\\State' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/Cluster/State.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\Cluster_ClusterAutoscalingConfig' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/Cluster_ClusterAutoscalingConfig.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\Cluster_ClusterConfig' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/Cluster_ClusterConfig.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\Cluster_EncryptionConfig' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/Cluster_EncryptionConfig.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\Cluster_State' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/Cluster_State.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\ColumnFamily' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/ColumnFamily.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\CreateAppProfileRequest' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/CreateAppProfileRequest.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\CreateBackupMetadata' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/CreateBackupMetadata.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\CreateBackupRequest' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/CreateBackupRequest.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\CreateClusterMetadata' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/CreateClusterMetadata.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\CreateClusterMetadata\\TableProgress' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/CreateClusterMetadata/TableProgress.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\CreateClusterMetadata\\TableProgress\\State' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/CreateClusterMetadata/TableProgress/State.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\CreateClusterMetadata_TableProgress' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/CreateClusterMetadata_TableProgress.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\CreateClusterMetadata_TableProgress_State' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/CreateClusterMetadata_TableProgress_State.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\CreateClusterRequest' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/CreateClusterRequest.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\CreateInstanceMetadata' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/CreateInstanceMetadata.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\CreateInstanceRequest' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/CreateInstanceRequest.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\CreateTableFromSnapshotMetadata' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/CreateTableFromSnapshotMetadata.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\CreateTableFromSnapshotRequest' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/CreateTableFromSnapshotRequest.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\CreateTableRequest' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/CreateTableRequest.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\CreateTableRequest\\Split' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/CreateTableRequest/Split.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\CreateTableRequest_Split' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/CreateTableRequest_Split.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\DeleteAppProfileRequest' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/DeleteAppProfileRequest.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\DeleteBackupRequest' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/DeleteBackupRequest.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\DeleteClusterRequest' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/DeleteClusterRequest.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\DeleteInstanceRequest' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/DeleteInstanceRequest.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\DeleteSnapshotRequest' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/DeleteSnapshotRequest.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\DeleteTableRequest' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/DeleteTableRequest.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\DropRowRangeRequest' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/DropRowRangeRequest.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\EncryptionInfo' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/EncryptionInfo.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\EncryptionInfo\\EncryptionType' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/EncryptionInfo/EncryptionType.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\EncryptionInfo_EncryptionType' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/EncryptionInfo_EncryptionType.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\Gapic\\BigtableInstanceAdminGapicClient' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/Gapic/BigtableInstanceAdminGapicClient.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\Gapic\\BigtableTableAdminGapicClient' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/Gapic/BigtableTableAdminGapicClient.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\GcRule' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/GcRule.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\GcRule\\Intersection' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/GcRule/Intersection.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\GcRule\\Union' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/GcRule/Union.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\GcRule_Intersection' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/GcRule_Intersection.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\GcRule_Union' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/GcRule_Union.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\GenerateConsistencyTokenRequest' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/GenerateConsistencyTokenRequest.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\GenerateConsistencyTokenResponse' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/GenerateConsistencyTokenResponse.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\GetAppProfileRequest' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/GetAppProfileRequest.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\GetBackupRequest' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/GetBackupRequest.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\GetClusterRequest' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/GetClusterRequest.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\GetInstanceRequest' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/GetInstanceRequest.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\GetSnapshotRequest' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/GetSnapshotRequest.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\GetTableRequest' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/GetTableRequest.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\HotTablet' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/HotTablet.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\Instance' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/Instance.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\Instance\\State' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/Instance/State.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\Instance\\Type' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/Instance/Type.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\Instance_State' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/Instance_State.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\Instance_Type' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/Instance_Type.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\ListAppProfilesRequest' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/ListAppProfilesRequest.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\ListAppProfilesResponse' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/ListAppProfilesResponse.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\ListBackupsRequest' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/ListBackupsRequest.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\ListBackupsResponse' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/ListBackupsResponse.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\ListClustersRequest' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/ListClustersRequest.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\ListClustersResponse' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/ListClustersResponse.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\ListHotTabletsRequest' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/ListHotTabletsRequest.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\ListHotTabletsResponse' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/ListHotTabletsResponse.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\ListInstancesRequest' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/ListInstancesRequest.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\ListInstancesResponse' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/ListInstancesResponse.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\ListSnapshotsRequest' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/ListSnapshotsRequest.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\ListSnapshotsResponse' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/ListSnapshotsResponse.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\ListTablesRequest' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/ListTablesRequest.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\ListTablesResponse' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/ListTablesResponse.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\ModifyColumnFamiliesRequest' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/ModifyColumnFamiliesRequest.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\ModifyColumnFamiliesRequest\\Modification' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/ModifyColumnFamiliesRequest/Modification.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\ModifyColumnFamiliesRequest_Modification' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/ModifyColumnFamiliesRequest_Modification.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\OperationProgress' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/OperationProgress.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\OptimizeRestoredTableMetadata' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/OptimizeRestoredTableMetadata.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\PartialUpdateClusterMetadata' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/PartialUpdateClusterMetadata.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\PartialUpdateClusterRequest' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/PartialUpdateClusterRequest.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\PartialUpdateInstanceRequest' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/PartialUpdateInstanceRequest.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\RestoreInfo' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/RestoreInfo.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\RestoreSourceType' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/RestoreSourceType.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\RestoreTableMetadata' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/RestoreTableMetadata.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\RestoreTableRequest' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/RestoreTableRequest.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\Snapshot' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/Snapshot.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\SnapshotTableMetadata' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/SnapshotTableMetadata.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\SnapshotTableRequest' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/SnapshotTableRequest.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\Snapshot\\State' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/Snapshot/State.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\Snapshot_State' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/Snapshot_State.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\StorageType' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/StorageType.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\Table' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/Table.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\Table\\ClusterState' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/Table/ClusterState.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\Table\\ClusterState\\ReplicationState' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/Table/ClusterState/ReplicationState.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\Table\\TimestampGranularity' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/Table/TimestampGranularity.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\Table\\View' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/Table/View.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\Table_ClusterState' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/Table_ClusterState.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\Table_ClusterState_ReplicationState' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/Table_ClusterState_ReplicationState.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\Table_TimestampGranularity' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/Table_TimestampGranularity.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\Table_View' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/Table_View.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\UndeleteTableMetadata' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/UndeleteTableMetadata.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\UndeleteTableRequest' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/UndeleteTableRequest.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\UpdateAppProfileMetadata' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/UpdateAppProfileMetadata.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\UpdateAppProfileRequest' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/UpdateAppProfileRequest.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\UpdateBackupRequest' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/UpdateBackupRequest.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\UpdateClusterMetadata' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/UpdateClusterMetadata.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\UpdateInstanceMetadata' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/UpdateInstanceMetadata.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\UpdateTableMetadata' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/UpdateTableMetadata.php',
    'Google\\Cloud\\Bigtable\\Admin\\V2\\UpdateTableRequest' => $vendorDir . '/google/cloud/Bigtable/src/Admin/V2/UpdateTableRequest.php',
    'Google\\Cloud\\Bigtable\\BigtableClient' => $vendorDir . '/google/cloud/Bigtable/src/BigtableClient.php',
    'Google\\Cloud\\Bigtable\\ChunkFormatter' => $vendorDir . '/google/cloud/Bigtable/src/ChunkFormatter.php',
    'Google\\Cloud\\Bigtable\\DataUtil' => $vendorDir . '/google/cloud/Bigtable/src/DataUtil.php',
    'Google\\Cloud\\Bigtable\\EmulatorSupportTrait' => $vendorDir . '/google/cloud/Bigtable/src/EmulatorSupportTrait.php',
    'Google\\Cloud\\Bigtable\\Exception\\BigtableDataOperationException' => $vendorDir . '/google/cloud/Bigtable/src/Exception/BigtableDataOperationException.php',
    'Google\\Cloud\\Bigtable\\Filter' => $vendorDir . '/google/cloud/Bigtable/src/Filter.php',
    'Google\\Cloud\\Bigtable\\Filter\\Builder\\FamilyFilter' => $vendorDir . '/google/cloud/Bigtable/src/Filter/Builder/FamilyFilter.php',
    'Google\\Cloud\\Bigtable\\Filter\\Builder\\KeyFilter' => $vendorDir . '/google/cloud/Bigtable/src/Filter/Builder/KeyFilter.php',
    'Google\\Cloud\\Bigtable\\Filter\\Builder\\LimitFilter' => $vendorDir . '/google/cloud/Bigtable/src/Filter/Builder/LimitFilter.php',
    'Google\\Cloud\\Bigtable\\Filter\\Builder\\OffsetFilter' => $vendorDir . '/google/cloud/Bigtable/src/Filter/Builder/OffsetFilter.php',
    'Google\\Cloud\\Bigtable\\Filter\\Builder\\QualifierFilter' => $vendorDir . '/google/cloud/Bigtable/src/Filter/Builder/QualifierFilter.php',
    'Google\\Cloud\\Bigtable\\Filter\\Builder\\Range' => $vendorDir . '/google/cloud/Bigtable/src/Filter/Builder/Range.php',
    'Google\\Cloud\\Bigtable\\Filter\\Builder\\RegexTrait' => $vendorDir . '/google/cloud/Bigtable/src/Filter/Builder/RegexTrait.php',
    'Google\\Cloud\\Bigtable\\Filter\\Builder\\TimestampFilter' => $vendorDir . '/google/cloud/Bigtable/src/Filter/Builder/TimestampFilter.php',
    'Google\\Cloud\\Bigtable\\Filter\\Builder\\ValueFilter' => $vendorDir . '/google/cloud/Bigtable/src/Filter/Builder/ValueFilter.php',
    'Google\\Cloud\\Bigtable\\Filter\\ChainFilter' => $vendorDir . '/google/cloud/Bigtable/src/Filter/ChainFilter.php',
    'Google\\Cloud\\Bigtable\\Filter\\ConditionFilter' => $vendorDir . '/google/cloud/Bigtable/src/Filter/ConditionFilter.php',
    'Google\\Cloud\\Bigtable\\Filter\\FilterInterface' => $vendorDir . '/google/cloud/Bigtable/src/Filter/FilterInterface.php',
    'Google\\Cloud\\Bigtable\\Filter\\InterleaveFilter' => $vendorDir . '/google/cloud/Bigtable/src/Filter/InterleaveFilter.php',
    'Google\\Cloud\\Bigtable\\Filter\\QualifierRangeFilter' => $vendorDir . '/google/cloud/Bigtable/src/Filter/QualifierRangeFilter.php',
    'Google\\Cloud\\Bigtable\\Filter\\SimpleFilter' => $vendorDir . '/google/cloud/Bigtable/src/Filter/SimpleFilter.php',
    'Google\\Cloud\\Bigtable\\Filter\\TimestampRangeFilter' => $vendorDir . '/google/cloud/Bigtable/src/Filter/TimestampRangeFilter.php',
    'Google\\Cloud\\Bigtable\\Filter\\ValueRangeFilter' => $vendorDir . '/google/cloud/Bigtable/src/Filter/ValueRangeFilter.php',
    'Google\\Cloud\\Bigtable\\Mutations' => $vendorDir . '/google/cloud/Bigtable/src/Mutations.php',
    'Google\\Cloud\\Bigtable\\ReadModifyWriteRowRules' => $vendorDir . '/google/cloud/Bigtable/src/ReadModifyWriteRowRules.php',
    'Google\\Cloud\\Bigtable\\ResumableStream' => $vendorDir . '/google/cloud/Bigtable/src/ResumableStream.php',
    'Google\\Cloud\\Bigtable\\Table' => $vendorDir . '/google/cloud/Bigtable/src/Table.php',
    'Google\\Cloud\\Bigtable\\V2\\AllReadStats' => $vendorDir . '/google/cloud/Bigtable/src/V2/AllReadStats.php',
    'Google\\Cloud\\Bigtable\\V2\\BigtableClient' => $vendorDir . '/google/cloud/Bigtable/src/V2/BigtableClient.php',
    'Google\\Cloud\\Bigtable\\V2\\BigtableGrpcClient' => $vendorDir . '/google/cloud/Bigtable/src/V2/BigtableGrpcClient.php',
    'Google\\Cloud\\Bigtable\\V2\\Cell' => $vendorDir . '/google/cloud/Bigtable/src/V2/Cell.php',
    'Google\\Cloud\\Bigtable\\V2\\CheckAndMutateRowRequest' => $vendorDir . '/google/cloud/Bigtable/src/V2/CheckAndMutateRowRequest.php',
    'Google\\Cloud\\Bigtable\\V2\\CheckAndMutateRowResponse' => $vendorDir . '/google/cloud/Bigtable/src/V2/CheckAndMutateRowResponse.php',
    'Google\\Cloud\\Bigtable\\V2\\Column' => $vendorDir . '/google/cloud/Bigtable/src/V2/Column.php',
    'Google\\Cloud\\Bigtable\\V2\\ColumnRange' => $vendorDir . '/google/cloud/Bigtable/src/V2/ColumnRange.php',
    'Google\\Cloud\\Bigtable\\V2\\Family' => $vendorDir . '/google/cloud/Bigtable/src/V2/Family.php',
    'Google\\Cloud\\Bigtable\\V2\\FullReadStatsView' => $vendorDir . '/google/cloud/Bigtable/src/V2/FullReadStatsView.php',
    'Google\\Cloud\\Bigtable\\V2\\Gapic\\BigtableGapicClient' => $vendorDir . '/google/cloud/Bigtable/src/V2/Gapic/BigtableGapicClient.php',
    'Google\\Cloud\\Bigtable\\V2\\GenerateInitialChangeStreamPartitionsRequest' => $vendorDir . '/google/cloud/Bigtable/src/V2/GenerateInitialChangeStreamPartitionsRequest.php',
    'Google\\Cloud\\Bigtable\\V2\\GenerateInitialChangeStreamPartitionsResponse' => $vendorDir . '/google/cloud/Bigtable/src/V2/GenerateInitialChangeStreamPartitionsResponse.php',
    'Google\\Cloud\\Bigtable\\V2\\MutateRowRequest' => $vendorDir . '/google/cloud/Bigtable/src/V2/MutateRowRequest.php',
    'Google\\Cloud\\Bigtable\\V2\\MutateRowResponse' => $vendorDir . '/google/cloud/Bigtable/src/V2/MutateRowResponse.php',
    'Google\\Cloud\\Bigtable\\V2\\MutateRowsRequest' => $vendorDir . '/google/cloud/Bigtable/src/V2/MutateRowsRequest.php',
    'Google\\Cloud\\Bigtable\\V2\\MutateRowsRequest\\Entry' => $vendorDir . '/google/cloud/Bigtable/src/V2/MutateRowsRequest/Entry.php',
    'Google\\Cloud\\Bigtable\\V2\\MutateRowsRequest_Entry' => $vendorDir . '/google/cloud/Bigtable/src/V2/MutateRowsRequest_Entry.php',
    'Google\\Cloud\\Bigtable\\V2\\MutateRowsResponse' => $vendorDir . '/google/cloud/Bigtable/src/V2/MutateRowsResponse.php',
    'Google\\Cloud\\Bigtable\\V2\\MutateRowsResponse\\Entry' => $vendorDir . '/google/cloud/Bigtable/src/V2/MutateRowsResponse/Entry.php',
    'Google\\Cloud\\Bigtable\\V2\\MutateRowsResponse_Entry' => $vendorDir . '/google/cloud/Bigtable/src/V2/MutateRowsResponse_Entry.php',
    'Google\\Cloud\\Bigtable\\V2\\Mutation' => $vendorDir . '/google/cloud/Bigtable/src/V2/Mutation.php',
    'Google\\Cloud\\Bigtable\\V2\\Mutation\\DeleteFromColumn' => $vendorDir . '/google/cloud/Bigtable/src/V2/Mutation/DeleteFromColumn.php',
    'Google\\Cloud\\Bigtable\\V2\\Mutation\\DeleteFromFamily' => $vendorDir . '/google/cloud/Bigtable/src/V2/Mutation/DeleteFromFamily.php',
    'Google\\Cloud\\Bigtable\\V2\\Mutation\\DeleteFromRow' => $vendorDir . '/google/cloud/Bigtable/src/V2/Mutation/DeleteFromRow.php',
    'Google\\Cloud\\Bigtable\\V2\\Mutation\\SetCell' => $vendorDir . '/google/cloud/Bigtable/src/V2/Mutation/SetCell.php',
    'Google\\Cloud\\Bigtable\\V2\\Mutation_DeleteFromColumn' => $vendorDir . '/google/cloud/Bigtable/src/V2/Mutation_DeleteFromColumn.php',
    'Google\\Cloud\\Bigtable\\V2\\Mutation_DeleteFromFamily' => $vendorDir . '/google/cloud/Bigtable/src/V2/Mutation_DeleteFromFamily.php',
    'Google\\Cloud\\Bigtable\\V2\\Mutation_DeleteFromRow' => $vendorDir . '/google/cloud/Bigtable/src/V2/Mutation_DeleteFromRow.php',
    'Google\\Cloud\\Bigtable\\V2\\Mutation_SetCell' => $vendorDir . '/google/cloud/Bigtable/src/V2/Mutation_SetCell.php',
    'Google\\Cloud\\Bigtable\\V2\\PingAndWarmRequest' => $vendorDir . '/google/cloud/Bigtable/src/V2/PingAndWarmRequest.php',
    'Google\\Cloud\\Bigtable\\V2\\PingAndWarmResponse' => $vendorDir . '/google/cloud/Bigtable/src/V2/PingAndWarmResponse.php',
    'Google\\Cloud\\Bigtable\\V2\\ReadChangeStreamRequest' => $vendorDir . '/google/cloud/Bigtable/src/V2/ReadChangeStreamRequest.php',
    'Google\\Cloud\\Bigtable\\V2\\ReadChangeStreamResponse' => $vendorDir . '/google/cloud/Bigtable/src/V2/ReadChangeStreamResponse.php',
    'Google\\Cloud\\Bigtable\\V2\\ReadChangeStreamResponse\\CloseStream' => $vendorDir . '/google/cloud/Bigtable/src/V2/ReadChangeStreamResponse/CloseStream.php',
    'Google\\Cloud\\Bigtable\\V2\\ReadChangeStreamResponse\\DataChange' => $vendorDir . '/google/cloud/Bigtable/src/V2/ReadChangeStreamResponse/DataChange.php',
    'Google\\Cloud\\Bigtable\\V2\\ReadChangeStreamResponse\\DataChange\\Type' => $vendorDir . '/google/cloud/Bigtable/src/V2/ReadChangeStreamResponse/DataChange/Type.php',
    'Google\\Cloud\\Bigtable\\V2\\ReadChangeStreamResponse\\Heartbeat' => $vendorDir . '/google/cloud/Bigtable/src/V2/ReadChangeStreamResponse/Heartbeat.php',
    'Google\\Cloud\\Bigtable\\V2\\ReadChangeStreamResponse\\MutationChunk' => $vendorDir . '/google/cloud/Bigtable/src/V2/ReadChangeStreamResponse/MutationChunk.php',
    'Google\\Cloud\\Bigtable\\V2\\ReadChangeStreamResponse\\MutationChunk\\ChunkInfo' => $vendorDir . '/google/cloud/Bigtable/src/V2/ReadChangeStreamResponse/MutationChunk/ChunkInfo.php',
    'Google\\Cloud\\Bigtable\\V2\\ReadChangeStreamResponse_CloseStream' => $vendorDir . '/google/cloud/Bigtable/src/V2/ReadChangeStreamResponse_CloseStream.php',
    'Google\\Cloud\\Bigtable\\V2\\ReadChangeStreamResponse_DataChange' => $vendorDir . '/google/cloud/Bigtable/src/V2/ReadChangeStreamResponse_DataChange.php',
    'Google\\Cloud\\Bigtable\\V2\\ReadChangeStreamResponse_DataChange_Type' => $vendorDir . '/google/cloud/Bigtable/src/V2/ReadChangeStreamResponse_DataChange_Type.php',
    'Google\\Cloud\\Bigtable\\V2\\ReadChangeStreamResponse_Heartbeat' => $vendorDir . '/google/cloud/Bigtable/src/V2/ReadChangeStreamResponse_Heartbeat.php',
    'Google\\Cloud\\Bigtable\\V2\\ReadChangeStreamResponse_MutationChunk' => $vendorDir . '/google/cloud/Bigtable/src/V2/ReadChangeStreamResponse_MutationChunk.php',
    'Google\\Cloud\\Bigtable\\V2\\ReadChangeStreamResponse_MutationChunk_ChunkInfo' => $vendorDir . '/google/cloud/Bigtable/src/V2/ReadChangeStreamResponse_MutationChunk_ChunkInfo.php',
    'Google\\Cloud\\Bigtable\\V2\\ReadEfficiencyStats' => $vendorDir . '/google/cloud/Bigtable/src/V2/ReadEfficiencyStats.php',
    'Google\\Cloud\\Bigtable\\V2\\ReadIterationStats' => $vendorDir . '/google/cloud/Bigtable/src/V2/ReadIterationStats.php',
    'Google\\Cloud\\Bigtable\\V2\\ReadIteratorStats' => $vendorDir . '/google/cloud/Bigtable/src/V2/ReadIteratorStats.php',
    'Google\\Cloud\\Bigtable\\V2\\ReadModifyWriteRowRequest' => $vendorDir . '/google/cloud/Bigtable/src/V2/ReadModifyWriteRowRequest.php',
    'Google\\Cloud\\Bigtable\\V2\\ReadModifyWriteRowResponse' => $vendorDir . '/google/cloud/Bigtable/src/V2/ReadModifyWriteRowResponse.php',
    'Google\\Cloud\\Bigtable\\V2\\ReadModifyWriteRule' => $vendorDir . '/google/cloud/Bigtable/src/V2/ReadModifyWriteRule.php',
    'Google\\Cloud\\Bigtable\\V2\\ReadRowsRequest' => $vendorDir . '/google/cloud/Bigtable/src/V2/ReadRowsRequest.php',
    'Google\\Cloud\\Bigtable\\V2\\ReadRowsRequest\\RequestStatsView' => $vendorDir . '/google/cloud/Bigtable/src/V2/ReadRowsRequest/RequestStatsView.php',
    'Google\\Cloud\\Bigtable\\V2\\ReadRowsRequest_RequestStatsView' => $vendorDir . '/google/cloud/Bigtable/src/V2/ReadRowsRequest_RequestStatsView.php',
    'Google\\Cloud\\Bigtable\\V2\\ReadRowsResponse' => $vendorDir . '/google/cloud/Bigtable/src/V2/ReadRowsResponse.php',
    'Google\\Cloud\\Bigtable\\V2\\ReadRowsResponse\\CellChunk' => $vendorDir . '/google/cloud/Bigtable/src/V2/ReadRowsResponse/CellChunk.php',
    'Google\\Cloud\\Bigtable\\V2\\ReadRowsResponse_CellChunk' => $vendorDir . '/google/cloud/Bigtable/src/V2/ReadRowsResponse_CellChunk.php',
    'Google\\Cloud\\Bigtable\\V2\\RequestLatencyStats' => $vendorDir . '/google/cloud/Bigtable/src/V2/RequestLatencyStats.php',
    'Google\\Cloud\\Bigtable\\V2\\RequestStats' => $vendorDir . '/google/cloud/Bigtable/src/V2/RequestStats.php',
    'Google\\Cloud\\Bigtable\\V2\\ResponseParams' => $vendorDir . '/google/cloud/Bigtable/src/V2/ResponseParams.php',
    'Google\\Cloud\\Bigtable\\V2\\Row' => $vendorDir . '/google/cloud/Bigtable/src/V2/Row.php',
    'Google\\Cloud\\Bigtable\\V2\\RowFilter' => $vendorDir . '/google/cloud/Bigtable/src/V2/RowFilter.php',
    'Google\\Cloud\\Bigtable\\V2\\RowFilter\\Chain' => $vendorDir . '/google/cloud/Bigtable/src/V2/RowFilter/Chain.php',
    'Google\\Cloud\\Bigtable\\V2\\RowFilter\\Condition' => $vendorDir . '/google/cloud/Bigtable/src/V2/RowFilter/Condition.php',
    'Google\\Cloud\\Bigtable\\V2\\RowFilter\\Interleave' => $vendorDir . '/google/cloud/Bigtable/src/V2/RowFilter/Interleave.php',
    'Google\\Cloud\\Bigtable\\V2\\RowFilter_Chain' => $vendorDir . '/google/cloud/Bigtable/src/V2/RowFilter_Chain.php',
    'Google\\Cloud\\Bigtable\\V2\\RowFilter_Condition' => $vendorDir . '/google/cloud/Bigtable/src/V2/RowFilter_Condition.php',
    'Google\\Cloud\\Bigtable\\V2\\RowFilter_Interleave' => $vendorDir . '/google/cloud/Bigtable/src/V2/RowFilter_Interleave.php',
    'Google\\Cloud\\Bigtable\\V2\\RowRange' => $vendorDir . '/google/cloud/Bigtable/src/V2/RowRange.php',
    'Google\\Cloud\\Bigtable\\V2\\RowSet' => $vendorDir . '/google/cloud/Bigtable/src/V2/RowSet.php',
    'Google\\Cloud\\Bigtable\\V2\\SampleRowKeysRequest' => $vendorDir . '/google/cloud/Bigtable/src/V2/SampleRowKeysRequest.php',
    'Google\\Cloud\\Bigtable\\V2\\SampleRowKeysResponse' => $vendorDir . '/google/cloud/Bigtable/src/V2/SampleRowKeysResponse.php',
    'Google\\Cloud\\Bigtable\\V2\\StreamContinuationToken' => $vendorDir . '/google/cloud/Bigtable/src/V2/StreamContinuationToken.php',
    'Google\\Cloud\\Bigtable\\V2\\StreamContinuationTokens' => $vendorDir . '/google/cloud/Bigtable/src/V2/StreamContinuationTokens.php',
    'Google\\Cloud\\Bigtable\\V2\\StreamPartition' => $vendorDir . '/google/cloud/Bigtable/src/V2/StreamPartition.php',
    'Google\\Cloud\\Bigtable\\V2\\TimestampRange' => $vendorDir . '/google/cloud/Bigtable/src/V2/TimestampRange.php',
    'Google\\Cloud\\Bigtable\\V2\\ValueRange' => $vendorDir . '/google/cloud/Bigtable/src/V2/ValueRange.php',
    'Google\\Cloud\\Billing\\Budgets\\V1\\Budget' => $vendorDir . '/google/cloud/BillingBudgets/src/V1/Budget.php',
    'Google\\Cloud\\Billing\\Budgets\\V1\\BudgetAmount' => $vendorDir . '/google/cloud/BillingBudgets/src/V1/BudgetAmount.php',
    'Google\\Cloud\\Billing\\Budgets\\V1\\BudgetServiceClient' => $vendorDir . '/google/cloud/BillingBudgets/src/V1/BudgetServiceClient.php',
    'Google\\Cloud\\Billing\\Budgets\\V1\\CalendarPeriod' => $vendorDir . '/google/cloud/BillingBudgets/src/V1/CalendarPeriod.php',
    'Google\\Cloud\\Billing\\Budgets\\V1\\CreateBudgetRequest' => $vendorDir . '/google/cloud/BillingBudgets/src/V1/CreateBudgetRequest.php',
    'Google\\Cloud\\Billing\\Budgets\\V1\\CustomPeriod' => $vendorDir . '/google/cloud/BillingBudgets/src/V1/CustomPeriod.php',
    'Google\\Cloud\\Billing\\Budgets\\V1\\DeleteBudgetRequest' => $vendorDir . '/google/cloud/BillingBudgets/src/V1/DeleteBudgetRequest.php',
    'Google\\Cloud\\Billing\\Budgets\\V1\\Filter' => $vendorDir . '/google/cloud/BillingBudgets/src/V1/Filter.php',
    'Google\\Cloud\\Billing\\Budgets\\V1\\Filter\\CreditTypesTreatment' => $vendorDir . '/google/cloud/BillingBudgets/src/V1/Filter/CreditTypesTreatment.php',
    'Google\\Cloud\\Billing\\Budgets\\V1\\Gapic\\BudgetServiceGapicClient' => $vendorDir . '/google/cloud/BillingBudgets/src/V1/Gapic/BudgetServiceGapicClient.php',
    'Google\\Cloud\\Billing\\Budgets\\V1\\GetBudgetRequest' => $vendorDir . '/google/cloud/BillingBudgets/src/V1/GetBudgetRequest.php',
    'Google\\Cloud\\Billing\\Budgets\\V1\\LastPeriodAmount' => $vendorDir . '/google/cloud/BillingBudgets/src/V1/LastPeriodAmount.php',
    'Google\\Cloud\\Billing\\Budgets\\V1\\ListBudgetsRequest' => $vendorDir . '/google/cloud/BillingBudgets/src/V1/ListBudgetsRequest.php',
    'Google\\Cloud\\Billing\\Budgets\\V1\\ListBudgetsResponse' => $vendorDir . '/google/cloud/BillingBudgets/src/V1/ListBudgetsResponse.php',
    'Google\\Cloud\\Billing\\Budgets\\V1\\NotificationsRule' => $vendorDir . '/google/cloud/BillingBudgets/src/V1/NotificationsRule.php',
    'Google\\Cloud\\Billing\\Budgets\\V1\\ThresholdRule' => $vendorDir . '/google/cloud/BillingBudgets/src/V1/ThresholdRule.php',
    'Google\\Cloud\\Billing\\Budgets\\V1\\ThresholdRule\\Basis' => $vendorDir . '/google/cloud/BillingBudgets/src/V1/ThresholdRule/Basis.php',
    'Google\\Cloud\\Billing\\Budgets\\V1\\UpdateBudgetRequest' => $vendorDir . '/google/cloud/BillingBudgets/src/V1/UpdateBudgetRequest.php',
    'Google\\Cloud\\Billing\\Budgets\\V1beta1\\AllUpdatesRule' => $vendorDir . '/google/cloud/BillingBudgets/src/V1beta1/AllUpdatesRule.php',
    'Google\\Cloud\\Billing\\Budgets\\V1beta1\\Budget' => $vendorDir . '/google/cloud/BillingBudgets/src/V1beta1/Budget.php',
    'Google\\Cloud\\Billing\\Budgets\\V1beta1\\BudgetAmount' => $vendorDir . '/google/cloud/BillingBudgets/src/V1beta1/BudgetAmount.php',
    'Google\\Cloud\\Billing\\Budgets\\V1beta1\\BudgetServiceClient' => $vendorDir . '/google/cloud/BillingBudgets/src/V1beta1/BudgetServiceClient.php',
    'Google\\Cloud\\Billing\\Budgets\\V1beta1\\CalendarPeriod' => $vendorDir . '/google/cloud/BillingBudgets/src/V1beta1/CalendarPeriod.php',
    'Google\\Cloud\\Billing\\Budgets\\V1beta1\\CreateBudgetRequest' => $vendorDir . '/google/cloud/BillingBudgets/src/V1beta1/CreateBudgetRequest.php',
    'Google\\Cloud\\Billing\\Budgets\\V1beta1\\CustomPeriod' => $vendorDir . '/google/cloud/BillingBudgets/src/V1beta1/CustomPeriod.php',
    'Google\\Cloud\\Billing\\Budgets\\V1beta1\\DeleteBudgetRequest' => $vendorDir . '/google/cloud/BillingBudgets/src/V1beta1/DeleteBudgetRequest.php',
    'Google\\Cloud\\Billing\\Budgets\\V1beta1\\Filter' => $vendorDir . '/google/cloud/BillingBudgets/src/V1beta1/Filter.php',
    'Google\\Cloud\\Billing\\Budgets\\V1beta1\\Filter\\CreditTypesTreatment' => $vendorDir . '/google/cloud/BillingBudgets/src/V1beta1/Filter/CreditTypesTreatment.php',
    'Google\\Cloud\\Billing\\Budgets\\V1beta1\\Gapic\\BudgetServiceGapicClient' => $vendorDir . '/google/cloud/BillingBudgets/src/V1beta1/Gapic/BudgetServiceGapicClient.php',
    'Google\\Cloud\\Billing\\Budgets\\V1beta1\\GetBudgetRequest' => $vendorDir . '/google/cloud/BillingBudgets/src/V1beta1/GetBudgetRequest.php',
    'Google\\Cloud\\Billing\\Budgets\\V1beta1\\LastPeriodAmount' => $vendorDir . '/google/cloud/BillingBudgets/src/V1beta1/LastPeriodAmount.php',
    'Google\\Cloud\\Billing\\Budgets\\V1beta1\\ListBudgetsRequest' => $vendorDir . '/google/cloud/BillingBudgets/src/V1beta1/ListBudgetsRequest.php',
    'Google\\Cloud\\Billing\\Budgets\\V1beta1\\ListBudgetsResponse' => $vendorDir . '/google/cloud/BillingBudgets/src/V1beta1/ListBudgetsResponse.php',
    'Google\\Cloud\\Billing\\Budgets\\V1beta1\\ThresholdRule' => $vendorDir . '/google/cloud/BillingBudgets/src/V1beta1/ThresholdRule.php',
    'Google\\Cloud\\Billing\\Budgets\\V1beta1\\ThresholdRule\\Basis' => $vendorDir . '/google/cloud/BillingBudgets/src/V1beta1/ThresholdRule/Basis.php',
    'Google\\Cloud\\Billing\\Budgets\\V1beta1\\UpdateBudgetRequest' => $vendorDir . '/google/cloud/BillingBudgets/src/V1beta1/UpdateBudgetRequest.php',
    'Google\\Cloud\\Billing\\V1\\AggregationInfo' => $vendorDir . '/google/cloud/Billing/src/V1/AggregationInfo.php',
    'Google\\Cloud\\Billing\\V1\\AggregationInfo\\AggregationInterval' => $vendorDir . '/google/cloud/Billing/src/V1/AggregationInfo/AggregationInterval.php',
    'Google\\Cloud\\Billing\\V1\\AggregationInfo\\AggregationLevel' => $vendorDir . '/google/cloud/Billing/src/V1/AggregationInfo/AggregationLevel.php',
    'Google\\Cloud\\Billing\\V1\\AggregationInfo_AggregationInterval' => $vendorDir . '/google/cloud/Billing/src/V1/AggregationInfo_AggregationInterval.php',
    'Google\\Cloud\\Billing\\V1\\AggregationInfo_AggregationLevel' => $vendorDir . '/google/cloud/Billing/src/V1/AggregationInfo_AggregationLevel.php',
    'Google\\Cloud\\Billing\\V1\\BillingAccount' => $vendorDir . '/google/cloud/Billing/src/V1/BillingAccount.php',
    'Google\\Cloud\\Billing\\V1\\Category' => $vendorDir . '/google/cloud/Billing/src/V1/Category.php',
    'Google\\Cloud\\Billing\\V1\\CloudBillingClient' => $vendorDir . '/google/cloud/Billing/src/V1/CloudBillingClient.php',
    'Google\\Cloud\\Billing\\V1\\CloudBillingGrpcClient' => $vendorDir . '/google/cloud/Billing/src/V1/CloudBillingGrpcClient.php',
    'Google\\Cloud\\Billing\\V1\\CloudCatalogClient' => $vendorDir . '/google/cloud/Billing/src/V1/CloudCatalogClient.php',
    'Google\\Cloud\\Billing\\V1\\CloudCatalogGrpcClient' => $vendorDir . '/google/cloud/Billing/src/V1/CloudCatalogGrpcClient.php',
    'Google\\Cloud\\Billing\\V1\\CreateBillingAccountRequest' => $vendorDir . '/google/cloud/Billing/src/V1/CreateBillingAccountRequest.php',
    'Google\\Cloud\\Billing\\V1\\Gapic\\CloudBillingGapicClient' => $vendorDir . '/google/cloud/Billing/src/V1/Gapic/CloudBillingGapicClient.php',
    'Google\\Cloud\\Billing\\V1\\Gapic\\CloudCatalogGapicClient' => $vendorDir . '/google/cloud/Billing/src/V1/Gapic/CloudCatalogGapicClient.php',
    'Google\\Cloud\\Billing\\V1\\GeoTaxonomy' => $vendorDir . '/google/cloud/Billing/src/V1/GeoTaxonomy.php',
    'Google\\Cloud\\Billing\\V1\\GeoTaxonomy\\Type' => $vendorDir . '/google/cloud/Billing/src/V1/GeoTaxonomy/Type.php',
    'Google\\Cloud\\Billing\\V1\\GeoTaxonomy_Type' => $vendorDir . '/google/cloud/Billing/src/V1/GeoTaxonomy_Type.php',
    'Google\\Cloud\\Billing\\V1\\GetBillingAccountRequest' => $vendorDir . '/google/cloud/Billing/src/V1/GetBillingAccountRequest.php',
    'Google\\Cloud\\Billing\\V1\\GetProjectBillingInfoRequest' => $vendorDir . '/google/cloud/Billing/src/V1/GetProjectBillingInfoRequest.php',
    'Google\\Cloud\\Billing\\V1\\ListBillingAccountsRequest' => $vendorDir . '/google/cloud/Billing/src/V1/ListBillingAccountsRequest.php',
    'Google\\Cloud\\Billing\\V1\\ListBillingAccountsResponse' => $vendorDir . '/google/cloud/Billing/src/V1/ListBillingAccountsResponse.php',
    'Google\\Cloud\\Billing\\V1\\ListProjectBillingInfoRequest' => $vendorDir . '/google/cloud/Billing/src/V1/ListProjectBillingInfoRequest.php',
    'Google\\Cloud\\Billing\\V1\\ListProjectBillingInfoResponse' => $vendorDir . '/google/cloud/Billing/src/V1/ListProjectBillingInfoResponse.php',
    'Google\\Cloud\\Billing\\V1\\ListServicesRequest' => $vendorDir . '/google/cloud/Billing/src/V1/ListServicesRequest.php',
    'Google\\Cloud\\Billing\\V1\\ListServicesResponse' => $vendorDir . '/google/cloud/Billing/src/V1/ListServicesResponse.php',
    'Google\\Cloud\\Billing\\V1\\ListSkusRequest' => $vendorDir . '/google/cloud/Billing/src/V1/ListSkusRequest.php',
    'Google\\Cloud\\Billing\\V1\\ListSkusResponse' => $vendorDir . '/google/cloud/Billing/src/V1/ListSkusResponse.php',
    'Google\\Cloud\\Billing\\V1\\PricingExpression' => $vendorDir . '/google/cloud/Billing/src/V1/PricingExpression.php',
    'Google\\Cloud\\Billing\\V1\\PricingExpression\\TierRate' => $vendorDir . '/google/cloud/Billing/src/V1/PricingExpression/TierRate.php',
    'Google\\Cloud\\Billing\\V1\\PricingExpression_TierRate' => $vendorDir . '/google/cloud/Billing/src/V1/PricingExpression_TierRate.php',
    'Google\\Cloud\\Billing\\V1\\PricingInfo' => $vendorDir . '/google/cloud/Billing/src/V1/PricingInfo.php',
    'Google\\Cloud\\Billing\\V1\\ProjectBillingInfo' => $vendorDir . '/google/cloud/Billing/src/V1/ProjectBillingInfo.php',
    'Google\\Cloud\\Billing\\V1\\Service' => $vendorDir . '/google/cloud/Billing/src/V1/Service.php',
    'Google\\Cloud\\Billing\\V1\\Sku' => $vendorDir . '/google/cloud/Billing/src/V1/Sku.php',
    'Google\\Cloud\\Billing\\V1\\UpdateBillingAccountRequest' => $vendorDir . '/google/cloud/Billing/src/V1/UpdateBillingAccountRequest.php',
    'Google\\Cloud\\Billing\\V1\\UpdateProjectBillingInfoRequest' => $vendorDir . '/google/cloud/Billing/src/V1/UpdateProjectBillingInfoRequest.php',
    'Google\\Cloud\\BinaryAuthorization\\V1beta1\\AdmissionRule' => $vendorDir . '/google/cloud/BinaryAuthorization/src/V1beta1/AdmissionRule.php',
    'Google\\Cloud\\BinaryAuthorization\\V1beta1\\AdmissionRule\\EnforcementMode' => $vendorDir . '/google/cloud/BinaryAuthorization/src/V1beta1/AdmissionRule/EnforcementMode.php',
    'Google\\Cloud\\BinaryAuthorization\\V1beta1\\AdmissionRule\\EvaluationMode' => $vendorDir . '/google/cloud/BinaryAuthorization/src/V1beta1/AdmissionRule/EvaluationMode.php',
    'Google\\Cloud\\BinaryAuthorization\\V1beta1\\AdmissionRule_EnforcementMode' => $vendorDir . '/google/cloud/BinaryAuthorization/src/V1beta1/AdmissionRule_EnforcementMode.php',
    'Google\\Cloud\\BinaryAuthorization\\V1beta1\\AdmissionRule_EvaluationMode' => $vendorDir . '/google/cloud/BinaryAuthorization/src/V1beta1/AdmissionRule_EvaluationMode.php',
    'Google\\Cloud\\BinaryAuthorization\\V1beta1\\AdmissionWhitelistPattern' => $vendorDir . '/google/cloud/BinaryAuthorization/src/V1beta1/AdmissionWhitelistPattern.php',
    'Google\\Cloud\\BinaryAuthorization\\V1beta1\\Attestor' => $vendorDir . '/google/cloud/BinaryAuthorization/src/V1beta1/Attestor.php',
    'Google\\Cloud\\BinaryAuthorization\\V1beta1\\AttestorPublicKey' => $vendorDir . '/google/cloud/BinaryAuthorization/src/V1beta1/AttestorPublicKey.php',
    'Google\\Cloud\\BinaryAuthorization\\V1beta1\\BinauthzManagementServiceV1Beta1Client' => $vendorDir . '/google/cloud/BinaryAuthorization/src/V1beta1/BinauthzManagementServiceV1Beta1Client.php',
    'Google\\Cloud\\BinaryAuthorization\\V1beta1\\BinauthzManagementServiceV1Beta1GrpcClient' => $vendorDir . '/google/cloud/BinaryAuthorization/src/V1beta1/BinauthzManagementServiceV1Beta1GrpcClient.php',
    'Google\\Cloud\\BinaryAuthorization\\V1beta1\\ContinuousValidationEvent' => $vendorDir . '/google/cloud/BinaryAuthorization/src/V1beta1/ContinuousValidationEvent.php',
    'Google\\Cloud\\BinaryAuthorization\\V1beta1\\ContinuousValidationEvent\\ContinuousValidationPodEvent' => $vendorDir . '/google/cloud/BinaryAuthorization/src/V1beta1/ContinuousValidationEvent/ContinuousValidationPodEvent.php',
    'Google\\Cloud\\BinaryAuthorization\\V1beta1\\ContinuousValidationEvent\\ContinuousValidationPodEvent\\ImageDetails' => $vendorDir . '/google/cloud/BinaryAuthorization/src/V1beta1/ContinuousValidationEvent/ContinuousValidationPodEvent/ImageDetails.php',
    'Google\\Cloud\\BinaryAuthorization\\V1beta1\\ContinuousValidationEvent\\ContinuousValidationPodEvent\\ImageDetails\\AuditResult' => $vendorDir . '/google/cloud/BinaryAuthorization/src/V1beta1/ContinuousValidationEvent/ContinuousValidationPodEvent/ImageDetails/AuditResult.php',
    'Google\\Cloud\\BinaryAuthorization\\V1beta1\\ContinuousValidationEvent\\ContinuousValidationPodEvent\\PolicyConformanceVerdict' => $vendorDir . '/google/cloud/BinaryAuthorization/src/V1beta1/ContinuousValidationEvent/ContinuousValidationPodEvent/PolicyConformanceVerdict.php',
    'Google\\Cloud\\BinaryAuthorization\\V1beta1\\ContinuousValidationEvent\\UnsupportedPolicyEvent' => $vendorDir . '/google/cloud/BinaryAuthorization/src/V1beta1/ContinuousValidationEvent/UnsupportedPolicyEvent.php',
    'Google\\Cloud\\BinaryAuthorization\\V1beta1\\ContinuousValidationEvent_ContinuousValidationPodEvent' => $vendorDir . '/google/cloud/BinaryAuthorization/src/V1beta1/ContinuousValidationEvent_ContinuousValidationPodEvent.php',
    'Google\\Cloud\\BinaryAuthorization\\V1beta1\\ContinuousValidationEvent_ContinuousValidationPodEvent_ImageDetails' => $vendorDir . '/google/cloud/BinaryAuthorization/src/V1beta1/ContinuousValidationEvent_ContinuousValidationPodEvent_ImageDetails.php',
    'Google\\Cloud\\BinaryAuthorization\\V1beta1\\ContinuousValidationEvent_ContinuousValidationPodEvent_ImageDetails_AuditResult' => $vendorDir . '/google/cloud/BinaryAuthorization/src/V1beta1/ContinuousValidationEvent_ContinuousValidationPodEvent_ImageDetails_AuditResult.php',
    'Google\\Cloud\\BinaryAuthorization\\V1beta1\\ContinuousValidationEvent_ContinuousValidationPodEvent_PolicyConformanceVerdict' => $vendorDir . '/google/cloud/BinaryAuthorization/src/V1beta1/ContinuousValidationEvent_ContinuousValidationPodEvent_PolicyConformanceVerdict.php',
    'Google\\Cloud\\BinaryAuthorization\\V1beta1\\ContinuousValidationEvent_UnsupportedPolicyEvent' => $vendorDir . '/google/cloud/BinaryAuthorization/src/V1beta1/ContinuousValidationEvent_UnsupportedPolicyEvent.php',
    'Google\\Cloud\\BinaryAuthorization\\V1beta1\\CreateAttestorRequest' => $vendorDir . '/google/cloud/BinaryAuthorization/src/V1beta1/CreateAttestorRequest.php',
    'Google\\Cloud\\BinaryAuthorization\\V1beta1\\DeleteAttestorRequest' => $vendorDir . '/google/cloud/BinaryAuthorization/src/V1beta1/DeleteAttestorRequest.php',
    'Google\\Cloud\\BinaryAuthorization\\V1beta1\\Gapic\\BinauthzManagementServiceV1Beta1GapicClient' => $vendorDir . '/google/cloud/BinaryAuthorization/src/V1beta1/Gapic/BinauthzManagementServiceV1Beta1GapicClient.php',
    'Google\\Cloud\\BinaryAuthorization\\V1beta1\\Gapic\\SystemPolicyV1Beta1GapicClient' => $vendorDir . '/google/cloud/BinaryAuthorization/src/V1beta1/Gapic/SystemPolicyV1Beta1GapicClient.php',
    'Google\\Cloud\\BinaryAuthorization\\V1beta1\\GetAttestorRequest' => $vendorDir . '/google/cloud/BinaryAuthorization/src/V1beta1/GetAttestorRequest.php',
    'Google\\Cloud\\BinaryAuthorization\\V1beta1\\GetPolicyRequest' => $vendorDir . '/google/cloud/BinaryAuthorization/src/V1beta1/GetPolicyRequest.php',
    'Google\\Cloud\\BinaryAuthorization\\V1beta1\\GetSystemPolicyRequest' => $vendorDir . '/google/cloud/BinaryAuthorization/src/V1beta1/GetSystemPolicyRequest.php',
    'Google\\Cloud\\BinaryAuthorization\\V1beta1\\ListAttestorsRequest' => $vendorDir . '/google/cloud/BinaryAuthorization/src/V1beta1/ListAttestorsRequest.php',
    'Google\\Cloud\\BinaryAuthorization\\V1beta1\\ListAttestorsResponse' => $vendorDir . '/google/cloud/BinaryAuthorization/src/V1beta1/ListAttestorsResponse.php',
    'Google\\Cloud\\BinaryAuthorization\\V1beta1\\PkixPublicKey' => $vendorDir . '/google/cloud/BinaryAuthorization/src/V1beta1/PkixPublicKey.php',
    'Google\\Cloud\\BinaryAuthorization\\V1beta1\\PkixPublicKey\\SignatureAlgorithm' => $vendorDir . '/google/cloud/BinaryAuthorization/src/V1beta1/PkixPublicKey/SignatureAlgorithm.php',
    'Google\\Cloud\\BinaryAuthorization\\V1beta1\\PkixPublicKey_SignatureAlgorithm' => $vendorDir . '/google/cloud/BinaryAuthorization/src/V1beta1/PkixPublicKey_SignatureAlgorithm.php',
    'Google\\Cloud\\BinaryAuthorization\\V1beta1\\Policy' => $vendorDir . '/google/cloud/BinaryAuthorization/src/V1beta1/Policy.php',
    'Google\\Cloud\\BinaryAuthorization\\V1beta1\\Policy\\GlobalPolicyEvaluationMode' => $vendorDir . '/google/cloud/BinaryAuthorization/src/V1beta1/Policy/GlobalPolicyEvaluationMode.php',
    'Google\\Cloud\\BinaryAuthorization\\V1beta1\\Policy_GlobalPolicyEvaluationMode' => $vendorDir . '/google/cloud/BinaryAuthorization/src/V1beta1/Policy_GlobalPolicyEvaluationMode.php',
    'Google\\Cloud\\BinaryAuthorization\\V1beta1\\SystemPolicyV1Beta1Client' => $vendorDir . '/google/cloud/BinaryAuthorization/src/V1beta1/SystemPolicyV1Beta1Client.php',
    'Google\\Cloud\\BinaryAuthorization\\V1beta1\\SystemPolicyV1Beta1GrpcClient' => $vendorDir . '/google/cloud/BinaryAuthorization/src/V1beta1/SystemPolicyV1Beta1GrpcClient.php',
    'Google\\Cloud\\BinaryAuthorization\\V1beta1\\UpdateAttestorRequest' => $vendorDir . '/google/cloud/BinaryAuthorization/src/V1beta1/UpdateAttestorRequest.php',
    'Google\\Cloud\\BinaryAuthorization\\V1beta1\\UpdatePolicyRequest' => $vendorDir . '/google/cloud/BinaryAuthorization/src/V1beta1/UpdatePolicyRequest.php',
    'Google\\Cloud\\BinaryAuthorization\\V1beta1\\UserOwnedDrydockNote' => $vendorDir . '/google/cloud/BinaryAuthorization/src/V1beta1/UserOwnedDrydockNote.php',
    'Google\\Cloud\\Build\\V1\\ArtifactResult' => $vendorDir . '/google/cloud/Build/src/V1/ArtifactResult.php',
    'Google\\Cloud\\Build\\V1\\Artifacts' => $vendorDir . '/google/cloud/Build/src/V1/Artifacts.php',
    'Google\\Cloud\\Build\\V1\\Artifacts\\ArtifactObjects' => $vendorDir . '/google/cloud/Build/src/V1/Artifacts/ArtifactObjects.php',
    'Google\\Cloud\\Build\\V1\\Build' => $vendorDir . '/google/cloud/Build/src/V1/Build.php',
    'Google\\Cloud\\Build\\V1\\BuildOperationMetadata' => $vendorDir . '/google/cloud/Build/src/V1/BuildOperationMetadata.php',
    'Google\\Cloud\\Build\\V1\\BuildOptions' => $vendorDir . '/google/cloud/Build/src/V1/BuildOptions.php',
    'Google\\Cloud\\Build\\V1\\BuildOptions\\LogStreamingOption' => $vendorDir . '/google/cloud/Build/src/V1/BuildOptions/LogStreamingOption.php',
    'Google\\Cloud\\Build\\V1\\BuildOptions\\LoggingMode' => $vendorDir . '/google/cloud/Build/src/V1/BuildOptions/LoggingMode.php',
    'Google\\Cloud\\Build\\V1\\BuildOptions\\MachineType' => $vendorDir . '/google/cloud/Build/src/V1/BuildOptions/MachineType.php',
    'Google\\Cloud\\Build\\V1\\BuildOptions\\SubstitutionOption' => $vendorDir . '/google/cloud/Build/src/V1/BuildOptions/SubstitutionOption.php',
    'Google\\Cloud\\Build\\V1\\BuildOptions\\VerifyOption' => $vendorDir . '/google/cloud/Build/src/V1/BuildOptions/VerifyOption.php',
    'Google\\Cloud\\Build\\V1\\BuildStep' => $vendorDir . '/google/cloud/Build/src/V1/BuildStep.php',
    'Google\\Cloud\\Build\\V1\\BuildTrigger' => $vendorDir . '/google/cloud/Build/src/V1/BuildTrigger.php',
    'Google\\Cloud\\Build\\V1\\Build\\Status' => $vendorDir . '/google/cloud/Build/src/V1/Build/Status.php',
    'Google\\Cloud\\Build\\V1\\BuiltImage' => $vendorDir . '/google/cloud/Build/src/V1/BuiltImage.php',
    'Google\\Cloud\\Build\\V1\\CancelBuildRequest' => $vendorDir . '/google/cloud/Build/src/V1/CancelBuildRequest.php',
    'Google\\Cloud\\Build\\V1\\CloudBuildClient' => $vendorDir . '/google/cloud/Build/src/V1/CloudBuildClient.php',
    'Google\\Cloud\\Build\\V1\\CreateBuildRequest' => $vendorDir . '/google/cloud/Build/src/V1/CreateBuildRequest.php',
    'Google\\Cloud\\Build\\V1\\CreateBuildTriggerRequest' => $vendorDir . '/google/cloud/Build/src/V1/CreateBuildTriggerRequest.php',
    'Google\\Cloud\\Build\\V1\\CreateWorkerPoolRequest' => $vendorDir . '/google/cloud/Build/src/V1/CreateWorkerPoolRequest.php',
    'Google\\Cloud\\Build\\V1\\DeleteBuildTriggerRequest' => $vendorDir . '/google/cloud/Build/src/V1/DeleteBuildTriggerRequest.php',
    'Google\\Cloud\\Build\\V1\\DeleteWorkerPoolRequest' => $vendorDir . '/google/cloud/Build/src/V1/DeleteWorkerPoolRequest.php',
    'Google\\Cloud\\Build\\V1\\FileHashes' => $vendorDir . '/google/cloud/Build/src/V1/FileHashes.php',
    'Google\\Cloud\\Build\\V1\\Gapic\\CloudBuildGapicClient' => $vendorDir . '/google/cloud/Build/src/V1/Gapic/CloudBuildGapicClient.php',
    'Google\\Cloud\\Build\\V1\\GetBuildRequest' => $vendorDir . '/google/cloud/Build/src/V1/GetBuildRequest.php',
    'Google\\Cloud\\Build\\V1\\GetBuildTriggerRequest' => $vendorDir . '/google/cloud/Build/src/V1/GetBuildTriggerRequest.php',
    'Google\\Cloud\\Build\\V1\\GetWorkerPoolRequest' => $vendorDir . '/google/cloud/Build/src/V1/GetWorkerPoolRequest.php',
    'Google\\Cloud\\Build\\V1\\GitHubEventsConfig' => $vendorDir . '/google/cloud/Build/src/V1/GitHubEventsConfig.php',
    'Google\\Cloud\\Build\\V1\\Hash' => $vendorDir . '/google/cloud/Build/src/V1/Hash.php',
    'Google\\Cloud\\Build\\V1\\Hash\\HashType' => $vendorDir . '/google/cloud/Build/src/V1/Hash/HashType.php',
    'Google\\Cloud\\Build\\V1\\InlineSecret' => $vendorDir . '/google/cloud/Build/src/V1/InlineSecret.php',
    'Google\\Cloud\\Build\\V1\\ListBuildTriggersRequest' => $vendorDir . '/google/cloud/Build/src/V1/ListBuildTriggersRequest.php',
    'Google\\Cloud\\Build\\V1\\ListBuildTriggersResponse' => $vendorDir . '/google/cloud/Build/src/V1/ListBuildTriggersResponse.php',
    'Google\\Cloud\\Build\\V1\\ListBuildsRequest' => $vendorDir . '/google/cloud/Build/src/V1/ListBuildsRequest.php',
    'Google\\Cloud\\Build\\V1\\ListBuildsResponse' => $vendorDir . '/google/cloud/Build/src/V1/ListBuildsResponse.php',
    'Google\\Cloud\\Build\\V1\\ListWorkerPoolsRequest' => $vendorDir . '/google/cloud/Build/src/V1/ListWorkerPoolsRequest.php',
    'Google\\Cloud\\Build\\V1\\ListWorkerPoolsResponse' => $vendorDir . '/google/cloud/Build/src/V1/ListWorkerPoolsResponse.php',
    'Google\\Cloud\\Build\\V1\\PubsubConfig' => $vendorDir . '/google/cloud/Build/src/V1/PubsubConfig.php',
    'Google\\Cloud\\Build\\V1\\PubsubConfig\\State' => $vendorDir . '/google/cloud/Build/src/V1/PubsubConfig/State.php',
    'Google\\Cloud\\Build\\V1\\PullRequestFilter' => $vendorDir . '/google/cloud/Build/src/V1/PullRequestFilter.php',
    'Google\\Cloud\\Build\\V1\\PullRequestFilter\\CommentControl' => $vendorDir . '/google/cloud/Build/src/V1/PullRequestFilter/CommentControl.php',
    'Google\\Cloud\\Build\\V1\\PushFilter' => $vendorDir . '/google/cloud/Build/src/V1/PushFilter.php',
    'Google\\Cloud\\Build\\V1\\ReceiveTriggerWebhookRequest' => $vendorDir . '/google/cloud/Build/src/V1/ReceiveTriggerWebhookRequest.php',
    'Google\\Cloud\\Build\\V1\\ReceiveTriggerWebhookResponse' => $vendorDir . '/google/cloud/Build/src/V1/ReceiveTriggerWebhookResponse.php',
    'Google\\Cloud\\Build\\V1\\RepoSource' => $vendorDir . '/google/cloud/Build/src/V1/RepoSource.php',
    'Google\\Cloud\\Build\\V1\\Results' => $vendorDir . '/google/cloud/Build/src/V1/Results.php',
    'Google\\Cloud\\Build\\V1\\RetryBuildRequest' => $vendorDir . '/google/cloud/Build/src/V1/RetryBuildRequest.php',
    'Google\\Cloud\\Build\\V1\\RunBuildTriggerRequest' => $vendorDir . '/google/cloud/Build/src/V1/RunBuildTriggerRequest.php',
    'Google\\Cloud\\Build\\V1\\Secret' => $vendorDir . '/google/cloud/Build/src/V1/Secret.php',
    'Google\\Cloud\\Build\\V1\\SecretManagerSecret' => $vendorDir . '/google/cloud/Build/src/V1/SecretManagerSecret.php',
    'Google\\Cloud\\Build\\V1\\Secrets' => $vendorDir . '/google/cloud/Build/src/V1/Secrets.php',
    'Google\\Cloud\\Build\\V1\\Source' => $vendorDir . '/google/cloud/Build/src/V1/Source.php',
    'Google\\Cloud\\Build\\V1\\SourceProvenance' => $vendorDir . '/google/cloud/Build/src/V1/SourceProvenance.php',
    'Google\\Cloud\\Build\\V1\\StorageSource' => $vendorDir . '/google/cloud/Build/src/V1/StorageSource.php',
    'Google\\Cloud\\Build\\V1\\StorageSourceManifest' => $vendorDir . '/google/cloud/Build/src/V1/StorageSourceManifest.php',
    'Google\\Cloud\\Build\\V1\\TimeSpan' => $vendorDir . '/google/cloud/Build/src/V1/TimeSpan.php',
    'Google\\Cloud\\Build\\V1\\UpdateBuildTriggerRequest' => $vendorDir . '/google/cloud/Build/src/V1/UpdateBuildTriggerRequest.php',
    'Google\\Cloud\\Build\\V1\\UpdateWorkerPoolRequest' => $vendorDir . '/google/cloud/Build/src/V1/UpdateWorkerPoolRequest.php',
    'Google\\Cloud\\Build\\V1\\Volume' => $vendorDir . '/google/cloud/Build/src/V1/Volume.php',
    'Google\\Cloud\\Build\\V1\\WorkerPool' => $vendorDir . '/google/cloud/Build/src/V1/WorkerPool.php',
    'Google\\Cloud\\CertificateManager\\V1\\Certificate' => $vendorDir . '/google/cloud/CertificateManager/src/V1/Certificate.php',
    'Google\\Cloud\\CertificateManager\\V1\\CertificateIssuanceConfig' => $vendorDir . '/google/cloud/CertificateManager/src/V1/CertificateIssuanceConfig.php',
    'Google\\Cloud\\CertificateManager\\V1\\CertificateIssuanceConfig\\CertificateAuthorityConfig' => $vendorDir . '/google/cloud/CertificateManager/src/V1/CertificateIssuanceConfig/CertificateAuthorityConfig.php',
    'Google\\Cloud\\CertificateManager\\V1\\CertificateIssuanceConfig\\CertificateAuthorityConfig\\CertificateAuthorityServiceConfig' => $vendorDir . '/google/cloud/CertificateManager/src/V1/CertificateIssuanceConfig/CertificateAuthorityConfig/CertificateAuthorityServiceConfig.php',
    'Google\\Cloud\\CertificateManager\\V1\\CertificateIssuanceConfig\\KeyAlgorithm' => $vendorDir . '/google/cloud/CertificateManager/src/V1/CertificateIssuanceConfig/KeyAlgorithm.php',
    'Google\\Cloud\\CertificateManager\\V1\\CertificateManagerClient' => $vendorDir . '/google/cloud/CertificateManager/src/V1/CertificateManagerClient.php',
    'Google\\Cloud\\CertificateManager\\V1\\CertificateManagerGrpcClient' => $vendorDir . '/google/cloud/CertificateManager/src/V1/CertificateManagerGrpcClient.php',
    'Google\\Cloud\\CertificateManager\\V1\\CertificateMap' => $vendorDir . '/google/cloud/CertificateManager/src/V1/CertificateMap.php',
    'Google\\Cloud\\CertificateManager\\V1\\CertificateMapEntry' => $vendorDir . '/google/cloud/CertificateManager/src/V1/CertificateMapEntry.php',
    'Google\\Cloud\\CertificateManager\\V1\\CertificateMapEntry\\Matcher' => $vendorDir . '/google/cloud/CertificateManager/src/V1/CertificateMapEntry/Matcher.php',
    'Google\\Cloud\\CertificateManager\\V1\\CertificateMap\\GclbTarget' => $vendorDir . '/google/cloud/CertificateManager/src/V1/CertificateMap/GclbTarget.php',
    'Google\\Cloud\\CertificateManager\\V1\\CertificateMap\\GclbTarget\\IpConfig' => $vendorDir . '/google/cloud/CertificateManager/src/V1/CertificateMap/GclbTarget/IpConfig.php',
    'Google\\Cloud\\CertificateManager\\V1\\Certificate\\ManagedCertificate' => $vendorDir . '/google/cloud/CertificateManager/src/V1/Certificate/ManagedCertificate.php',
    'Google\\Cloud\\CertificateManager\\V1\\Certificate\\ManagedCertificate\\AuthorizationAttemptInfo' => $vendorDir . '/google/cloud/CertificateManager/src/V1/Certificate/ManagedCertificate/AuthorizationAttemptInfo.php',
    'Google\\Cloud\\CertificateManager\\V1\\Certificate\\ManagedCertificate\\AuthorizationAttemptInfo\\FailureReason' => $vendorDir . '/google/cloud/CertificateManager/src/V1/Certificate/ManagedCertificate/AuthorizationAttemptInfo/FailureReason.php',
    'Google\\Cloud\\CertificateManager\\V1\\Certificate\\ManagedCertificate\\AuthorizationAttemptInfo\\State' => $vendorDir . '/google/cloud/CertificateManager/src/V1/Certificate/ManagedCertificate/AuthorizationAttemptInfo/State.php',
    'Google\\Cloud\\CertificateManager\\V1\\Certificate\\ManagedCertificate\\ProvisioningIssue' => $vendorDir . '/google/cloud/CertificateManager/src/V1/Certificate/ManagedCertificate/ProvisioningIssue.php',
    'Google\\Cloud\\CertificateManager\\V1\\Certificate\\ManagedCertificate\\ProvisioningIssue\\Reason' => $vendorDir . '/google/cloud/CertificateManager/src/V1/Certificate/ManagedCertificate/ProvisioningIssue/Reason.php',
    'Google\\Cloud\\CertificateManager\\V1\\Certificate\\ManagedCertificate\\State' => $vendorDir . '/google/cloud/CertificateManager/src/V1/Certificate/ManagedCertificate/State.php',
    'Google\\Cloud\\CertificateManager\\V1\\Certificate\\Scope' => $vendorDir . '/google/cloud/CertificateManager/src/V1/Certificate/Scope.php',
    'Google\\Cloud\\CertificateManager\\V1\\Certificate\\SelfManagedCertificate' => $vendorDir . '/google/cloud/CertificateManager/src/V1/Certificate/SelfManagedCertificate.php',
    'Google\\Cloud\\CertificateManager\\V1\\CreateCertificateIssuanceConfigRequest' => $vendorDir . '/google/cloud/CertificateManager/src/V1/CreateCertificateIssuanceConfigRequest.php',
    'Google\\Cloud\\CertificateManager\\V1\\CreateCertificateMapEntryRequest' => $vendorDir . '/google/cloud/CertificateManager/src/V1/CreateCertificateMapEntryRequest.php',
    'Google\\Cloud\\CertificateManager\\V1\\CreateCertificateMapRequest' => $vendorDir . '/google/cloud/CertificateManager/src/V1/CreateCertificateMapRequest.php',
    'Google\\Cloud\\CertificateManager\\V1\\CreateCertificateRequest' => $vendorDir . '/google/cloud/CertificateManager/src/V1/CreateCertificateRequest.php',
    'Google\\Cloud\\CertificateManager\\V1\\CreateDnsAuthorizationRequest' => $vendorDir . '/google/cloud/CertificateManager/src/V1/CreateDnsAuthorizationRequest.php',
    'Google\\Cloud\\CertificateManager\\V1\\DeleteCertificateIssuanceConfigRequest' => $vendorDir . '/google/cloud/CertificateManager/src/V1/DeleteCertificateIssuanceConfigRequest.php',
    'Google\\Cloud\\CertificateManager\\V1\\DeleteCertificateMapEntryRequest' => $vendorDir . '/google/cloud/CertificateManager/src/V1/DeleteCertificateMapEntryRequest.php',
    'Google\\Cloud\\CertificateManager\\V1\\DeleteCertificateMapRequest' => $vendorDir . '/google/cloud/CertificateManager/src/V1/DeleteCertificateMapRequest.php',
    'Google\\Cloud\\CertificateManager\\V1\\DeleteCertificateRequest' => $vendorDir . '/google/cloud/CertificateManager/src/V1/DeleteCertificateRequest.php',
    'Google\\Cloud\\CertificateManager\\V1\\DeleteDnsAuthorizationRequest' => $vendorDir . '/google/cloud/CertificateManager/src/V1/DeleteDnsAuthorizationRequest.php',
    'Google\\Cloud\\CertificateManager\\V1\\DnsAuthorization' => $vendorDir . '/google/cloud/CertificateManager/src/V1/DnsAuthorization.php',
    'Google\\Cloud\\CertificateManager\\V1\\DnsAuthorization\\DnsResourceRecord' => $vendorDir . '/google/cloud/CertificateManager/src/V1/DnsAuthorization/DnsResourceRecord.php',
    'Google\\Cloud\\CertificateManager\\V1\\Gapic\\CertificateManagerGapicClient' => $vendorDir . '/google/cloud/CertificateManager/src/V1/Gapic/CertificateManagerGapicClient.php',
    'Google\\Cloud\\CertificateManager\\V1\\GetCertificateIssuanceConfigRequest' => $vendorDir . '/google/cloud/CertificateManager/src/V1/GetCertificateIssuanceConfigRequest.php',
    'Google\\Cloud\\CertificateManager\\V1\\GetCertificateMapEntryRequest' => $vendorDir . '/google/cloud/CertificateManager/src/V1/GetCertificateMapEntryRequest.php',
    'Google\\Cloud\\CertificateManager\\V1\\GetCertificateMapRequest' => $vendorDir . '/google/cloud/CertificateManager/src/V1/GetCertificateMapRequest.php',
    'Google\\Cloud\\CertificateManager\\V1\\GetCertificateRequest' => $vendorDir . '/google/cloud/CertificateManager/src/V1/GetCertificateRequest.php',
    'Google\\Cloud\\CertificateManager\\V1\\GetDnsAuthorizationRequest' => $vendorDir . '/google/cloud/CertificateManager/src/V1/GetDnsAuthorizationRequest.php',
    'Google\\Cloud\\CertificateManager\\V1\\ListCertificateIssuanceConfigsRequest' => $vendorDir . '/google/cloud/CertificateManager/src/V1/ListCertificateIssuanceConfigsRequest.php',
    'Google\\Cloud\\CertificateManager\\V1\\ListCertificateIssuanceConfigsResponse' => $vendorDir . '/google/cloud/CertificateManager/src/V1/ListCertificateIssuanceConfigsResponse.php',
    'Google\\Cloud\\CertificateManager\\V1\\ListCertificateMapEntriesRequest' => $vendorDir . '/google/cloud/CertificateManager/src/V1/ListCertificateMapEntriesRequest.php',
    'Google\\Cloud\\CertificateManager\\V1\\ListCertificateMapEntriesResponse' => $vendorDir . '/google/cloud/CertificateManager/src/V1/ListCertificateMapEntriesResponse.php',
    'Google\\Cloud\\CertificateManager\\V1\\ListCertificateMapsRequest' => $vendorDir . '/google/cloud/CertificateManager/src/V1/ListCertificateMapsRequest.php',
    'Google\\Cloud\\CertificateManager\\V1\\ListCertificateMapsResponse' => $vendorDir . '/google/cloud/CertificateManager/src/V1/ListCertificateMapsResponse.php',
    'Google\\Cloud\\CertificateManager\\V1\\ListCertificatesRequest' => $vendorDir . '/google/cloud/CertificateManager/src/V1/ListCertificatesRequest.php',
    'Google\\Cloud\\CertificateManager\\V1\\ListCertificatesResponse' => $vendorDir . '/google/cloud/CertificateManager/src/V1/ListCertificatesResponse.php',
    'Google\\Cloud\\CertificateManager\\V1\\ListDnsAuthorizationsRequest' => $vendorDir . '/google/cloud/CertificateManager/src/V1/ListDnsAuthorizationsRequest.php',
    'Google\\Cloud\\CertificateManager\\V1\\ListDnsAuthorizationsResponse' => $vendorDir . '/google/cloud/CertificateManager/src/V1/ListDnsAuthorizationsResponse.php',
    'Google\\Cloud\\CertificateManager\\V1\\OperationMetadata' => $vendorDir . '/google/cloud/CertificateManager/src/V1/OperationMetadata.php',
    'Google\\Cloud\\CertificateManager\\V1\\ServingState' => $vendorDir . '/google/cloud/CertificateManager/src/V1/ServingState.php',
    'Google\\Cloud\\CertificateManager\\V1\\UpdateCertificateMapEntryRequest' => $vendorDir . '/google/cloud/CertificateManager/src/V1/UpdateCertificateMapEntryRequest.php',
    'Google\\Cloud\\CertificateManager\\V1\\UpdateCertificateMapRequest' => $vendorDir . '/google/cloud/CertificateManager/src/V1/UpdateCertificateMapRequest.php',
    'Google\\Cloud\\CertificateManager\\V1\\UpdateCertificateRequest' => $vendorDir . '/google/cloud/CertificateManager/src/V1/UpdateCertificateRequest.php',
    'Google\\Cloud\\CertificateManager\\V1\\UpdateDnsAuthorizationRequest' => $vendorDir . '/google/cloud/CertificateManager/src/V1/UpdateDnsAuthorizationRequest.php',
    'Google\\Cloud\\Channel\\V1\\ActivateEntitlementRequest' => $vendorDir . '/google/cloud/Channel/src/V1/ActivateEntitlementRequest.php',
    'Google\\Cloud\\Channel\\V1\\AdminUser' => $vendorDir . '/google/cloud/Channel/src/V1/AdminUser.php',
    'Google\\Cloud\\Channel\\V1\\AssociationInfo' => $vendorDir . '/google/cloud/Channel/src/V1/AssociationInfo.php',
    'Google\\Cloud\\Channel\\V1\\CancelEntitlementRequest' => $vendorDir . '/google/cloud/Channel/src/V1/CancelEntitlementRequest.php',
    'Google\\Cloud\\Channel\\V1\\ChangeOfferRequest' => $vendorDir . '/google/cloud/Channel/src/V1/ChangeOfferRequest.php',
    'Google\\Cloud\\Channel\\V1\\ChangeParametersRequest' => $vendorDir . '/google/cloud/Channel/src/V1/ChangeParametersRequest.php',
    'Google\\Cloud\\Channel\\V1\\ChangeRenewalSettingsRequest' => $vendorDir . '/google/cloud/Channel/src/V1/ChangeRenewalSettingsRequest.php',
    'Google\\Cloud\\Channel\\V1\\ChannelPartnerLink' => $vendorDir . '/google/cloud/Channel/src/V1/ChannelPartnerLink.php',
    'Google\\Cloud\\Channel\\V1\\ChannelPartnerLinkState' => $vendorDir . '/google/cloud/Channel/src/V1/ChannelPartnerLinkState.php',
    'Google\\Cloud\\Channel\\V1\\ChannelPartnerLinkView' => $vendorDir . '/google/cloud/Channel/src/V1/ChannelPartnerLinkView.php',
    'Google\\Cloud\\Channel\\V1\\ChannelPartnerRepricingConfig' => $vendorDir . '/google/cloud/Channel/src/V1/ChannelPartnerRepricingConfig.php',
    'Google\\Cloud\\Channel\\V1\\CheckCloudIdentityAccountsExistRequest' => $vendorDir . '/google/cloud/Channel/src/V1/CheckCloudIdentityAccountsExistRequest.php',
    'Google\\Cloud\\Channel\\V1\\CheckCloudIdentityAccountsExistResponse' => $vendorDir . '/google/cloud/Channel/src/V1/CheckCloudIdentityAccountsExistResponse.php',
    'Google\\Cloud\\Channel\\V1\\CloudChannelReportsServiceClient' => $vendorDir . '/google/cloud/Channel/src/V1/CloudChannelReportsServiceClient.php',
    'Google\\Cloud\\Channel\\V1\\CloudChannelReportsServiceGrpcClient' => $vendorDir . '/google/cloud/Channel/src/V1/CloudChannelReportsServiceGrpcClient.php',
    'Google\\Cloud\\Channel\\V1\\CloudChannelServiceClient' => $vendorDir . '/google/cloud/Channel/src/V1/CloudChannelServiceClient.php',
    'Google\\Cloud\\Channel\\V1\\CloudIdentityCustomerAccount' => $vendorDir . '/google/cloud/Channel/src/V1/CloudIdentityCustomerAccount.php',
    'Google\\Cloud\\Channel\\V1\\CloudIdentityInfo' => $vendorDir . '/google/cloud/Channel/src/V1/CloudIdentityInfo.php',
    'Google\\Cloud\\Channel\\V1\\CloudIdentityInfo\\CustomerType' => $vendorDir . '/google/cloud/Channel/src/V1/CloudIdentityInfo/CustomerType.php',
    'Google\\Cloud\\Channel\\V1\\Column' => $vendorDir . '/google/cloud/Channel/src/V1/Column.php',
    'Google\\Cloud\\Channel\\V1\\Column\\DataType' => $vendorDir . '/google/cloud/Channel/src/V1/Column/DataType.php',
    'Google\\Cloud\\Channel\\V1\\Column_DataType' => $vendorDir . '/google/cloud/Channel/src/V1/Column_DataType.php',
    'Google\\Cloud\\Channel\\V1\\CommitmentSettings' => $vendorDir . '/google/cloud/Channel/src/V1/CommitmentSettings.php',
    'Google\\Cloud\\Channel\\V1\\ConditionalOverride' => $vendorDir . '/google/cloud/Channel/src/V1/ConditionalOverride.php',
    'Google\\Cloud\\Channel\\V1\\Constraints' => $vendorDir . '/google/cloud/Channel/src/V1/Constraints.php',
    'Google\\Cloud\\Channel\\V1\\ContactInfo' => $vendorDir . '/google/cloud/Channel/src/V1/ContactInfo.php',
    'Google\\Cloud\\Channel\\V1\\CreateChannelPartnerLinkRequest' => $vendorDir . '/google/cloud/Channel/src/V1/CreateChannelPartnerLinkRequest.php',
    'Google\\Cloud\\Channel\\V1\\CreateChannelPartnerRepricingConfigRequest' => $vendorDir . '/google/cloud/Channel/src/V1/CreateChannelPartnerRepricingConfigRequest.php',
    'Google\\Cloud\\Channel\\V1\\CreateCustomerRepricingConfigRequest' => $vendorDir . '/google/cloud/Channel/src/V1/CreateCustomerRepricingConfigRequest.php',
    'Google\\Cloud\\Channel\\V1\\CreateCustomerRequest' => $vendorDir . '/google/cloud/Channel/src/V1/CreateCustomerRequest.php',
    'Google\\Cloud\\Channel\\V1\\CreateEntitlementRequest' => $vendorDir . '/google/cloud/Channel/src/V1/CreateEntitlementRequest.php',
    'Google\\Cloud\\Channel\\V1\\Customer' => $vendorDir . '/google/cloud/Channel/src/V1/Customer.php',
    'Google\\Cloud\\Channel\\V1\\CustomerConstraints' => $vendorDir . '/google/cloud/Channel/src/V1/CustomerConstraints.php',
    'Google\\Cloud\\Channel\\V1\\CustomerEvent' => $vendorDir . '/google/cloud/Channel/src/V1/CustomerEvent.php',
    'Google\\Cloud\\Channel\\V1\\CustomerEvent\\Type' => $vendorDir . '/google/cloud/Channel/src/V1/CustomerEvent/Type.php',
    'Google\\Cloud\\Channel\\V1\\CustomerRepricingConfig' => $vendorDir . '/google/cloud/Channel/src/V1/CustomerRepricingConfig.php',
    'Google\\Cloud\\Channel\\V1\\DateRange' => $vendorDir . '/google/cloud/Channel/src/V1/DateRange.php',
    'Google\\Cloud\\Channel\\V1\\DeleteChannelPartnerRepricingConfigRequest' => $vendorDir . '/google/cloud/Channel/src/V1/DeleteChannelPartnerRepricingConfigRequest.php',
    'Google\\Cloud\\Channel\\V1\\DeleteCustomerRepricingConfigRequest' => $vendorDir . '/google/cloud/Channel/src/V1/DeleteCustomerRepricingConfigRequest.php',
    'Google\\Cloud\\Channel\\V1\\DeleteCustomerRequest' => $vendorDir . '/google/cloud/Channel/src/V1/DeleteCustomerRequest.php',
    'Google\\Cloud\\Channel\\V1\\EduData' => $vendorDir . '/google/cloud/Channel/src/V1/EduData.php',
    'Google\\Cloud\\Channel\\V1\\EduData\\InstituteSize' => $vendorDir . '/google/cloud/Channel/src/V1/EduData/InstituteSize.php',
    'Google\\Cloud\\Channel\\V1\\EduData\\InstituteType' => $vendorDir . '/google/cloud/Channel/src/V1/EduData/InstituteType.php',
    'Google\\Cloud\\Channel\\V1\\Entitlement' => $vendorDir . '/google/cloud/Channel/src/V1/Entitlement.php',
    'Google\\Cloud\\Channel\\V1\\EntitlementEvent' => $vendorDir . '/google/cloud/Channel/src/V1/EntitlementEvent.php',
    'Google\\Cloud\\Channel\\V1\\EntitlementEvent\\Type' => $vendorDir . '/google/cloud/Channel/src/V1/EntitlementEvent/Type.php',
    'Google\\Cloud\\Channel\\V1\\Entitlement\\ProvisioningState' => $vendorDir . '/google/cloud/Channel/src/V1/Entitlement/ProvisioningState.php',
    'Google\\Cloud\\Channel\\V1\\Entitlement\\SuspensionReason' => $vendorDir . '/google/cloud/Channel/src/V1/Entitlement/SuspensionReason.php',
    'Google\\Cloud\\Channel\\V1\\FetchReportResultsRequest' => $vendorDir . '/google/cloud/Channel/src/V1/FetchReportResultsRequest.php',
    'Google\\Cloud\\Channel\\V1\\FetchReportResultsResponse' => $vendorDir . '/google/cloud/Channel/src/V1/FetchReportResultsResponse.php',
    'Google\\Cloud\\Channel\\V1\\Gapic\\CloudChannelReportsServiceGapicClient' => $vendorDir . '/google/cloud/Channel/src/V1/Gapic/CloudChannelReportsServiceGapicClient.php',
    'Google\\Cloud\\Channel\\V1\\Gapic\\CloudChannelServiceGapicClient' => $vendorDir . '/google/cloud/Channel/src/V1/Gapic/CloudChannelServiceGapicClient.php',
    'Google\\Cloud\\Channel\\V1\\GetChannelPartnerLinkRequest' => $vendorDir . '/google/cloud/Channel/src/V1/GetChannelPartnerLinkRequest.php',
    'Google\\Cloud\\Channel\\V1\\GetChannelPartnerRepricingConfigRequest' => $vendorDir . '/google/cloud/Channel/src/V1/GetChannelPartnerRepricingConfigRequest.php',
    'Google\\Cloud\\Channel\\V1\\GetCustomerRepricingConfigRequest' => $vendorDir . '/google/cloud/Channel/src/V1/GetCustomerRepricingConfigRequest.php',
    'Google\\Cloud\\Channel\\V1\\GetCustomerRequest' => $vendorDir . '/google/cloud/Channel/src/V1/GetCustomerRequest.php',
    'Google\\Cloud\\Channel\\V1\\GetEntitlementRequest' => $vendorDir . '/google/cloud/Channel/src/V1/GetEntitlementRequest.php',
    'Google\\Cloud\\Channel\\V1\\ImportCustomerRequest' => $vendorDir . '/google/cloud/Channel/src/V1/ImportCustomerRequest.php',
    'Google\\Cloud\\Channel\\V1\\ImportCustomerRequest\\CustomerIdentityOneof' => $vendorDir . '/google/cloud/Channel/src/V1/ImportCustomerRequest/CustomerIdentityOneof.php',
    'Google\\Cloud\\Channel\\V1\\ListChannelPartnerLinksRequest' => $vendorDir . '/google/cloud/Channel/src/V1/ListChannelPartnerLinksRequest.php',
    'Google\\Cloud\\Channel\\V1\\ListChannelPartnerLinksResponse' => $vendorDir . '/google/cloud/Channel/src/V1/ListChannelPartnerLinksResponse.php',
    'Google\\Cloud\\Channel\\V1\\ListChannelPartnerRepricingConfigsRequest' => $vendorDir . '/google/cloud/Channel/src/V1/ListChannelPartnerRepricingConfigsRequest.php',
    'Google\\Cloud\\Channel\\V1\\ListChannelPartnerRepricingConfigsResponse' => $vendorDir . '/google/cloud/Channel/src/V1/ListChannelPartnerRepricingConfigsResponse.php',
    'Google\\Cloud\\Channel\\V1\\ListCustomerRepricingConfigsRequest' => $vendorDir . '/google/cloud/Channel/src/V1/ListCustomerRepricingConfigsRequest.php',
    'Google\\Cloud\\Channel\\V1\\ListCustomerRepricingConfigsResponse' => $vendorDir . '/google/cloud/Channel/src/V1/ListCustomerRepricingConfigsResponse.php',
    'Google\\Cloud\\Channel\\V1\\ListCustomersRequest' => $vendorDir . '/google/cloud/Channel/src/V1/ListCustomersRequest.php',
    'Google\\Cloud\\Channel\\V1\\ListCustomersResponse' => $vendorDir . '/google/cloud/Channel/src/V1/ListCustomersResponse.php',
    'Google\\Cloud\\Channel\\V1\\ListEntitlementsRequest' => $vendorDir . '/google/cloud/Channel/src/V1/ListEntitlementsRequest.php',
    'Google\\Cloud\\Channel\\V1\\ListEntitlementsResponse' => $vendorDir . '/google/cloud/Channel/src/V1/ListEntitlementsResponse.php',
    'Google\\Cloud\\Channel\\V1\\ListOffersRequest' => $vendorDir . '/google/cloud/Channel/src/V1/ListOffersRequest.php',
    'Google\\Cloud\\Channel\\V1\\ListOffersResponse' => $vendorDir . '/google/cloud/Channel/src/V1/ListOffersResponse.php',
    'Google\\Cloud\\Channel\\V1\\ListProductsRequest' => $vendorDir . '/google/cloud/Channel/src/V1/ListProductsRequest.php',
    'Google\\Cloud\\Channel\\V1\\ListProductsResponse' => $vendorDir . '/google/cloud/Channel/src/V1/ListProductsResponse.php',
    'Google\\Cloud\\Channel\\V1\\ListPurchasableOffersRequest' => $vendorDir . '/google/cloud/Channel/src/V1/ListPurchasableOffersRequest.php',
    'Google\\Cloud\\Channel\\V1\\ListPurchasableOffersRequest\\ChangeOfferPurchase' => $vendorDir . '/google/cloud/Channel/src/V1/ListPurchasableOffersRequest/ChangeOfferPurchase.php',
    'Google\\Cloud\\Channel\\V1\\ListPurchasableOffersRequest\\CreateEntitlementPurchase' => $vendorDir . '/google/cloud/Channel/src/V1/ListPurchasableOffersRequest/CreateEntitlementPurchase.php',
    'Google\\Cloud\\Channel\\V1\\ListPurchasableOffersResponse' => $vendorDir . '/google/cloud/Channel/src/V1/ListPurchasableOffersResponse.php',
    'Google\\Cloud\\Channel\\V1\\ListPurchasableSkusRequest' => $vendorDir . '/google/cloud/Channel/src/V1/ListPurchasableSkusRequest.php',
    'Google\\Cloud\\Channel\\V1\\ListPurchasableSkusRequest\\ChangeOfferPurchase' => $vendorDir . '/google/cloud/Channel/src/V1/ListPurchasableSkusRequest/ChangeOfferPurchase.php',
    'Google\\Cloud\\Channel\\V1\\ListPurchasableSkusRequest\\ChangeOfferPurchase\\ChangeType' => $vendorDir . '/google/cloud/Channel/src/V1/ListPurchasableSkusRequest/ChangeOfferPurchase/ChangeType.php',
    'Google\\Cloud\\Channel\\V1\\ListPurchasableSkusRequest\\CreateEntitlementPurchase' => $vendorDir . '/google/cloud/Channel/src/V1/ListPurchasableSkusRequest/CreateEntitlementPurchase.php',
    'Google\\Cloud\\Channel\\V1\\ListPurchasableSkusResponse' => $vendorDir . '/google/cloud/Channel/src/V1/ListPurchasableSkusResponse.php',
    'Google\\Cloud\\Channel\\V1\\ListReportsRequest' => $vendorDir . '/google/cloud/Channel/src/V1/ListReportsRequest.php',
    'Google\\Cloud\\Channel\\V1\\ListReportsResponse' => $vendorDir . '/google/cloud/Channel/src/V1/ListReportsResponse.php',
    'Google\\Cloud\\Channel\\V1\\ListSkusRequest' => $vendorDir . '/google/cloud/Channel/src/V1/ListSkusRequest.php',
    'Google\\Cloud\\Channel\\V1\\ListSkusResponse' => $vendorDir . '/google/cloud/Channel/src/V1/ListSkusResponse.php',
    'Google\\Cloud\\Channel\\V1\\ListSubscribersRequest' => $vendorDir . '/google/cloud/Channel/src/V1/ListSubscribersRequest.php',
    'Google\\Cloud\\Channel\\V1\\ListSubscribersResponse' => $vendorDir . '/google/cloud/Channel/src/V1/ListSubscribersResponse.php',
    'Google\\Cloud\\Channel\\V1\\ListTransferableOffersRequest' => $vendorDir . '/google/cloud/Channel/src/V1/ListTransferableOffersRequest.php',
    'Google\\Cloud\\Channel\\V1\\ListTransferableOffersResponse' => $vendorDir . '/google/cloud/Channel/src/V1/ListTransferableOffersResponse.php',
    'Google\\Cloud\\Channel\\V1\\ListTransferableSkusRequest' => $vendorDir . '/google/cloud/Channel/src/V1/ListTransferableSkusRequest.php',
    'Google\\Cloud\\Channel\\V1\\ListTransferableSkusResponse' => $vendorDir . '/google/cloud/Channel/src/V1/ListTransferableSkusResponse.php',
    'Google\\Cloud\\Channel\\V1\\LookupOfferRequest' => $vendorDir . '/google/cloud/Channel/src/V1/LookupOfferRequest.php',
    'Google\\Cloud\\Channel\\V1\\MarketingInfo' => $vendorDir . '/google/cloud/Channel/src/V1/MarketingInfo.php',
    'Google\\Cloud\\Channel\\V1\\Media' => $vendorDir . '/google/cloud/Channel/src/V1/Media.php',
    'Google\\Cloud\\Channel\\V1\\MediaType' => $vendorDir . '/google/cloud/Channel/src/V1/MediaType.php',
    'Google\\Cloud\\Channel\\V1\\Offer' => $vendorDir . '/google/cloud/Channel/src/V1/Offer.php',
    'Google\\Cloud\\Channel\\V1\\OperationMetadata' => $vendorDir . '/google/cloud/Channel/src/V1/OperationMetadata.php',
    'Google\\Cloud\\Channel\\V1\\OperationMetadata\\OperationType' => $vendorDir . '/google/cloud/Channel/src/V1/OperationMetadata/OperationType.php',
    'Google\\Cloud\\Channel\\V1\\Parameter' => $vendorDir . '/google/cloud/Channel/src/V1/Parameter.php',
    'Google\\Cloud\\Channel\\V1\\ParameterDefinition' => $vendorDir . '/google/cloud/Channel/src/V1/ParameterDefinition.php',
    'Google\\Cloud\\Channel\\V1\\ParameterDefinition\\ParameterType' => $vendorDir . '/google/cloud/Channel/src/V1/ParameterDefinition/ParameterType.php',
    'Google\\Cloud\\Channel\\V1\\PaymentPlan' => $vendorDir . '/google/cloud/Channel/src/V1/PaymentPlan.php',
    'Google\\Cloud\\Channel\\V1\\PaymentType' => $vendorDir . '/google/cloud/Channel/src/V1/PaymentType.php',
    'Google\\Cloud\\Channel\\V1\\PercentageAdjustment' => $vendorDir . '/google/cloud/Channel/src/V1/PercentageAdjustment.php',
    'Google\\Cloud\\Channel\\V1\\Period' => $vendorDir . '/google/cloud/Channel/src/V1/Period.php',
    'Google\\Cloud\\Channel\\V1\\PeriodType' => $vendorDir . '/google/cloud/Channel/src/V1/PeriodType.php',
    'Google\\Cloud\\Channel\\V1\\Plan' => $vendorDir . '/google/cloud/Channel/src/V1/Plan.php',
    'Google\\Cloud\\Channel\\V1\\Price' => $vendorDir . '/google/cloud/Channel/src/V1/Price.php',
    'Google\\Cloud\\Channel\\V1\\PriceByResource' => $vendorDir . '/google/cloud/Channel/src/V1/PriceByResource.php',
    'Google\\Cloud\\Channel\\V1\\PricePhase' => $vendorDir . '/google/cloud/Channel/src/V1/PricePhase.php',
    'Google\\Cloud\\Channel\\V1\\PriceTier' => $vendorDir . '/google/cloud/Channel/src/V1/PriceTier.php',
    'Google\\Cloud\\Channel\\V1\\Product' => $vendorDir . '/google/cloud/Channel/src/V1/Product.php',
    'Google\\Cloud\\Channel\\V1\\PromotionalOrderType' => $vendorDir . '/google/cloud/Channel/src/V1/PromotionalOrderType.php',
    'Google\\Cloud\\Channel\\V1\\ProvisionCloudIdentityRequest' => $vendorDir . '/google/cloud/Channel/src/V1/ProvisionCloudIdentityRequest.php',
    'Google\\Cloud\\Channel\\V1\\ProvisionedService' => $vendorDir . '/google/cloud/Channel/src/V1/ProvisionedService.php',
    'Google\\Cloud\\Channel\\V1\\PurchasableOffer' => $vendorDir . '/google/cloud/Channel/src/V1/PurchasableOffer.php',
    'Google\\Cloud\\Channel\\V1\\PurchasableSku' => $vendorDir . '/google/cloud/Channel/src/V1/PurchasableSku.php',
    'Google\\Cloud\\Channel\\V1\\RebillingBasis' => $vendorDir . '/google/cloud/Channel/src/V1/RebillingBasis.php',
    'Google\\Cloud\\Channel\\V1\\RegisterSubscriberRequest' => $vendorDir . '/google/cloud/Channel/src/V1/RegisterSubscriberRequest.php',
    'Google\\Cloud\\Channel\\V1\\RegisterSubscriberResponse' => $vendorDir . '/google/cloud/Channel/src/V1/RegisterSubscriberResponse.php',
    'Google\\Cloud\\Channel\\V1\\RenewalSettings' => $vendorDir . '/google/cloud/Channel/src/V1/RenewalSettings.php',
    'Google\\Cloud\\Channel\\V1\\Report' => $vendorDir . '/google/cloud/Channel/src/V1/Report.php',
    'Google\\Cloud\\Channel\\V1\\ReportJob' => $vendorDir . '/google/cloud/Channel/src/V1/ReportJob.php',
    'Google\\Cloud\\Channel\\V1\\ReportResultsMetadata' => $vendorDir . '/google/cloud/Channel/src/V1/ReportResultsMetadata.php',
    'Google\\Cloud\\Channel\\V1\\ReportStatus' => $vendorDir . '/google/cloud/Channel/src/V1/ReportStatus.php',
    'Google\\Cloud\\Channel\\V1\\ReportStatus\\State' => $vendorDir . '/google/cloud/Channel/src/V1/ReportStatus/State.php',
    'Google\\Cloud\\Channel\\V1\\ReportStatus_State' => $vendorDir . '/google/cloud/Channel/src/V1/ReportStatus_State.php',
    'Google\\Cloud\\Channel\\V1\\ReportValue' => $vendorDir . '/google/cloud/Channel/src/V1/ReportValue.php',
    'Google\\Cloud\\Channel\\V1\\RepricingAdjustment' => $vendorDir . '/google/cloud/Channel/src/V1/RepricingAdjustment.php',
    'Google\\Cloud\\Channel\\V1\\RepricingCondition' => $vendorDir . '/google/cloud/Channel/src/V1/RepricingCondition.php',
    'Google\\Cloud\\Channel\\V1\\RepricingConfig' => $vendorDir . '/google/cloud/Channel/src/V1/RepricingConfig.php',
    'Google\\Cloud\\Channel\\V1\\RepricingConfig\\ChannelPartnerGranularity' => $vendorDir . '/google/cloud/Channel/src/V1/RepricingConfig/ChannelPartnerGranularity.php',
    'Google\\Cloud\\Channel\\V1\\RepricingConfig\\EntitlementGranularity' => $vendorDir . '/google/cloud/Channel/src/V1/RepricingConfig/EntitlementGranularity.php',
    'Google\\Cloud\\Channel\\V1\\RepricingConfig_ChannelPartnerGranularity' => $vendorDir . '/google/cloud/Channel/src/V1/RepricingConfig_ChannelPartnerGranularity.php',
    'Google\\Cloud\\Channel\\V1\\RepricingConfig_EntitlementGranularity' => $vendorDir . '/google/cloud/Channel/src/V1/RepricingConfig_EntitlementGranularity.php',
    'Google\\Cloud\\Channel\\V1\\ResourceType' => $vendorDir . '/google/cloud/Channel/src/V1/ResourceType.php',
    'Google\\Cloud\\Channel\\V1\\Row' => $vendorDir . '/google/cloud/Channel/src/V1/Row.php',
    'Google\\Cloud\\Channel\\V1\\RunReportJobRequest' => $vendorDir . '/google/cloud/Channel/src/V1/RunReportJobRequest.php',
    'Google\\Cloud\\Channel\\V1\\RunReportJobResponse' => $vendorDir . '/google/cloud/Channel/src/V1/RunReportJobResponse.php',
    'Google\\Cloud\\Channel\\V1\\Sku' => $vendorDir . '/google/cloud/Channel/src/V1/Sku.php',
    'Google\\Cloud\\Channel\\V1\\SkuGroupCondition' => $vendorDir . '/google/cloud/Channel/src/V1/SkuGroupCondition.php',
    'Google\\Cloud\\Channel\\V1\\StartPaidServiceRequest' => $vendorDir . '/google/cloud/Channel/src/V1/StartPaidServiceRequest.php',
    'Google\\Cloud\\Channel\\V1\\SubscriberEvent' => $vendorDir . '/google/cloud/Channel/src/V1/SubscriberEvent.php',
    'Google\\Cloud\\Channel\\V1\\SuspendEntitlementRequest' => $vendorDir . '/google/cloud/Channel/src/V1/SuspendEntitlementRequest.php',
    'Google\\Cloud\\Channel\\V1\\TransferEligibility' => $vendorDir . '/google/cloud/Channel/src/V1/TransferEligibility.php',
    'Google\\Cloud\\Channel\\V1\\TransferEligibility\\Reason' => $vendorDir . '/google/cloud/Channel/src/V1/TransferEligibility/Reason.php',
    'Google\\Cloud\\Channel\\V1\\TransferEntitlementsRequest' => $vendorDir . '/google/cloud/Channel/src/V1/TransferEntitlementsRequest.php',
    'Google\\Cloud\\Channel\\V1\\TransferEntitlementsResponse' => $vendorDir . '/google/cloud/Channel/src/V1/TransferEntitlementsResponse.php',
    'Google\\Cloud\\Channel\\V1\\TransferEntitlementsToGoogleRequest' => $vendorDir . '/google/cloud/Channel/src/V1/TransferEntitlementsToGoogleRequest.php',
    'Google\\Cloud\\Channel\\V1\\TransferableOffer' => $vendorDir . '/google/cloud/Channel/src/V1/TransferableOffer.php',
    'Google\\Cloud\\Channel\\V1\\TransferableSku' => $vendorDir . '/google/cloud/Channel/src/V1/TransferableSku.php',
    'Google\\Cloud\\Channel\\V1\\TrialSettings' => $vendorDir . '/google/cloud/Channel/src/V1/TrialSettings.php',
    'Google\\Cloud\\Channel\\V1\\UnregisterSubscriberRequest' => $vendorDir . '/google/cloud/Channel/src/V1/UnregisterSubscriberRequest.php',
    'Google\\Cloud\\Channel\\V1\\UnregisterSubscriberResponse' => $vendorDir . '/google/cloud/Channel/src/V1/UnregisterSubscriberResponse.php',
    'Google\\Cloud\\Channel\\V1\\UpdateChannelPartnerLinkRequest' => $vendorDir . '/google/cloud/Channel/src/V1/UpdateChannelPartnerLinkRequest.php',
    'Google\\Cloud\\Channel\\V1\\UpdateChannelPartnerRepricingConfigRequest' => $vendorDir . '/google/cloud/Channel/src/V1/UpdateChannelPartnerRepricingConfigRequest.php',
    'Google\\Cloud\\Channel\\V1\\UpdateCustomerRepricingConfigRequest' => $vendorDir . '/google/cloud/Channel/src/V1/UpdateCustomerRepricingConfigRequest.php',
    'Google\\Cloud\\Channel\\V1\\UpdateCustomerRequest' => $vendorDir . '/google/cloud/Channel/src/V1/UpdateCustomerRequest.php',
    'Google\\Cloud\\Channel\\V1\\Value' => $vendorDir . '/google/cloud/Channel/src/V1/Value.php',
    'Google\\Cloud\\CloudDms\\V1\\CloudSqlConnectionProfile' => $vendorDir . '/google/cloud/Dms/src/V1/CloudSqlConnectionProfile.php',
    'Google\\Cloud\\CloudDms\\V1\\CloudSqlSettings' => $vendorDir . '/google/cloud/Dms/src/V1/CloudSqlSettings.php',
    'Google\\Cloud\\CloudDms\\V1\\CloudSqlSettings\\SqlActivationPolicy' => $vendorDir . '/google/cloud/Dms/src/V1/CloudSqlSettings/SqlActivationPolicy.php',
    'Google\\Cloud\\CloudDms\\V1\\CloudSqlSettings\\SqlDataDiskType' => $vendorDir . '/google/cloud/Dms/src/V1/CloudSqlSettings/SqlDataDiskType.php',
    'Google\\Cloud\\CloudDms\\V1\\CloudSqlSettings\\SqlDatabaseVersion' => $vendorDir . '/google/cloud/Dms/src/V1/CloudSqlSettings/SqlDatabaseVersion.php',
    'Google\\Cloud\\CloudDms\\V1\\ConnectionProfile' => $vendorDir . '/google/cloud/Dms/src/V1/ConnectionProfile.php',
    'Google\\Cloud\\CloudDms\\V1\\ConnectionProfile\\State' => $vendorDir . '/google/cloud/Dms/src/V1/ConnectionProfile/State.php',
    'Google\\Cloud\\CloudDms\\V1\\CreateConnectionProfileRequest' => $vendorDir . '/google/cloud/Dms/src/V1/CreateConnectionProfileRequest.php',
    'Google\\Cloud\\CloudDms\\V1\\CreateMigrationJobRequest' => $vendorDir . '/google/cloud/Dms/src/V1/CreateMigrationJobRequest.php',
    'Google\\Cloud\\CloudDms\\V1\\DataMigrationServiceClient' => $vendorDir . '/google/cloud/Dms/src/V1/DataMigrationServiceClient.php',
    'Google\\Cloud\\CloudDms\\V1\\DatabaseEngine' => $vendorDir . '/google/cloud/Dms/src/V1/DatabaseEngine.php',
    'Google\\Cloud\\CloudDms\\V1\\DatabaseProvider' => $vendorDir . '/google/cloud/Dms/src/V1/DatabaseProvider.php',
    'Google\\Cloud\\CloudDms\\V1\\DatabaseType' => $vendorDir . '/google/cloud/Dms/src/V1/DatabaseType.php',
    'Google\\Cloud\\CloudDms\\V1\\DeleteConnectionProfileRequest' => $vendorDir . '/google/cloud/Dms/src/V1/DeleteConnectionProfileRequest.php',
    'Google\\Cloud\\CloudDms\\V1\\DeleteMigrationJobRequest' => $vendorDir . '/google/cloud/Dms/src/V1/DeleteMigrationJobRequest.php',
    'Google\\Cloud\\CloudDms\\V1\\Gapic\\DataMigrationServiceGapicClient' => $vendorDir . '/google/cloud/Dms/src/V1/Gapic/DataMigrationServiceGapicClient.php',
    'Google\\Cloud\\CloudDms\\V1\\GenerateSshScriptRequest' => $vendorDir . '/google/cloud/Dms/src/V1/GenerateSshScriptRequest.php',
    'Google\\Cloud\\CloudDms\\V1\\GetConnectionProfileRequest' => $vendorDir . '/google/cloud/Dms/src/V1/GetConnectionProfileRequest.php',
    'Google\\Cloud\\CloudDms\\V1\\GetMigrationJobRequest' => $vendorDir . '/google/cloud/Dms/src/V1/GetMigrationJobRequest.php',
    'Google\\Cloud\\CloudDms\\V1\\ListConnectionProfilesRequest' => $vendorDir . '/google/cloud/Dms/src/V1/ListConnectionProfilesRequest.php',
    'Google\\Cloud\\CloudDms\\V1\\ListConnectionProfilesResponse' => $vendorDir . '/google/cloud/Dms/src/V1/ListConnectionProfilesResponse.php',
    'Google\\Cloud\\CloudDms\\V1\\ListMigrationJobsRequest' => $vendorDir . '/google/cloud/Dms/src/V1/ListMigrationJobsRequest.php',
    'Google\\Cloud\\CloudDms\\V1\\ListMigrationJobsResponse' => $vendorDir . '/google/cloud/Dms/src/V1/ListMigrationJobsResponse.php',
    'Google\\Cloud\\CloudDms\\V1\\MigrationJob' => $vendorDir . '/google/cloud/Dms/src/V1/MigrationJob.php',
    'Google\\Cloud\\CloudDms\\V1\\MigrationJobVerificationError' => $vendorDir . '/google/cloud/Dms/src/V1/MigrationJobVerificationError.php',
    'Google\\Cloud\\CloudDms\\V1\\MigrationJobVerificationError\\ErrorCode' => $vendorDir . '/google/cloud/Dms/src/V1/MigrationJobVerificationError/ErrorCode.php',
    'Google\\Cloud\\CloudDms\\V1\\MigrationJob\\Phase' => $vendorDir . '/google/cloud/Dms/src/V1/MigrationJob/Phase.php',
    'Google\\Cloud\\CloudDms\\V1\\MigrationJob\\State' => $vendorDir . '/google/cloud/Dms/src/V1/MigrationJob/State.php',
    'Google\\Cloud\\CloudDms\\V1\\MigrationJob\\Type' => $vendorDir . '/google/cloud/Dms/src/V1/MigrationJob/Type.php',
    'Google\\Cloud\\CloudDms\\V1\\MySqlConnectionProfile' => $vendorDir . '/google/cloud/Dms/src/V1/MySqlConnectionProfile.php',
    'Google\\Cloud\\CloudDms\\V1\\OperationMetadata' => $vendorDir . '/google/cloud/Dms/src/V1/OperationMetadata.php',
    'Google\\Cloud\\CloudDms\\V1\\PostgreSqlConnectionProfile' => $vendorDir . '/google/cloud/Dms/src/V1/PostgreSqlConnectionProfile.php',
    'Google\\Cloud\\CloudDms\\V1\\PromoteMigrationJobRequest' => $vendorDir . '/google/cloud/Dms/src/V1/PromoteMigrationJobRequest.php',
    'Google\\Cloud\\CloudDms\\V1\\RestartMigrationJobRequest' => $vendorDir . '/google/cloud/Dms/src/V1/RestartMigrationJobRequest.php',
    'Google\\Cloud\\CloudDms\\V1\\ResumeMigrationJobRequest' => $vendorDir . '/google/cloud/Dms/src/V1/ResumeMigrationJobRequest.php',
    'Google\\Cloud\\CloudDms\\V1\\ReverseSshConnectivity' => $vendorDir . '/google/cloud/Dms/src/V1/ReverseSshConnectivity.php',
    'Google\\Cloud\\CloudDms\\V1\\SqlAclEntry' => $vendorDir . '/google/cloud/Dms/src/V1/SqlAclEntry.php',
    'Google\\Cloud\\CloudDms\\V1\\SqlIpConfig' => $vendorDir . '/google/cloud/Dms/src/V1/SqlIpConfig.php',
    'Google\\Cloud\\CloudDms\\V1\\SshScript' => $vendorDir . '/google/cloud/Dms/src/V1/SshScript.php',
    'Google\\Cloud\\CloudDms\\V1\\SslConfig' => $vendorDir . '/google/cloud/Dms/src/V1/SslConfig.php',
    'Google\\Cloud\\CloudDms\\V1\\SslConfig\\SslType' => $vendorDir . '/google/cloud/Dms/src/V1/SslConfig/SslType.php',
    'Google\\Cloud\\CloudDms\\V1\\StartMigrationJobRequest' => $vendorDir . '/google/cloud/Dms/src/V1/StartMigrationJobRequest.php',
    'Google\\Cloud\\CloudDms\\V1\\StaticIpConnectivity' => $vendorDir . '/google/cloud/Dms/src/V1/StaticIpConnectivity.php',
    'Google\\Cloud\\CloudDms\\V1\\StopMigrationJobRequest' => $vendorDir . '/google/cloud/Dms/src/V1/StopMigrationJobRequest.php',
    'Google\\Cloud\\CloudDms\\V1\\UpdateConnectionProfileRequest' => $vendorDir . '/google/cloud/Dms/src/V1/UpdateConnectionProfileRequest.php',
    'Google\\Cloud\\CloudDms\\V1\\UpdateMigrationJobRequest' => $vendorDir . '/google/cloud/Dms/src/V1/UpdateMigrationJobRequest.php',
    'Google\\Cloud\\CloudDms\\V1\\VerifyMigrationJobRequest' => $vendorDir . '/google/cloud/Dms/src/V1/VerifyMigrationJobRequest.php',
    'Google\\Cloud\\CloudDms\\V1\\VmCreationConfig' => $vendorDir . '/google/cloud/Dms/src/V1/VmCreationConfig.php',
    'Google\\Cloud\\CloudDms\\V1\\VmSelectionConfig' => $vendorDir . '/google/cloud/Dms/src/V1/VmSelectionConfig.php',
    'Google\\Cloud\\CloudDms\\V1\\VpcPeeringConnectivity' => $vendorDir . '/google/cloud/Dms/src/V1/VpcPeeringConnectivity.php',
    'Google\\Cloud\\Common\\OperationMetadata' => $vendorDir . '/google/cloud/CommonProtos/src/Common/OperationMetadata.php',
    'Google\\Cloud\\Compute\\V1\\AbandonInstancesInstanceGroupManagerRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AbandonInstancesInstanceGroupManagerRequest.php',
    'Google\\Cloud\\Compute\\V1\\AbandonInstancesRegionInstanceGroupManagerRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AbandonInstancesRegionInstanceGroupManagerRequest.php',
    'Google\\Cloud\\Compute\\V1\\AcceleratorConfig' => $vendorDir . '/google/cloud/Compute/src/V1/AcceleratorConfig.php',
    'Google\\Cloud\\Compute\\V1\\AcceleratorType' => $vendorDir . '/google/cloud/Compute/src/V1/AcceleratorType.php',
    'Google\\Cloud\\Compute\\V1\\AcceleratorTypeAggregatedList' => $vendorDir . '/google/cloud/Compute/src/V1/AcceleratorTypeAggregatedList.php',
    'Google\\Cloud\\Compute\\V1\\AcceleratorTypeList' => $vendorDir . '/google/cloud/Compute/src/V1/AcceleratorTypeList.php',
    'Google\\Cloud\\Compute\\V1\\AcceleratorTypesClient' => $vendorDir . '/google/cloud/Compute/src/V1/AcceleratorTypesClient.php',
    'Google\\Cloud\\Compute\\V1\\AcceleratorTypesScopedList' => $vendorDir . '/google/cloud/Compute/src/V1/AcceleratorTypesScopedList.php',
    'Google\\Cloud\\Compute\\V1\\Accelerators' => $vendorDir . '/google/cloud/Compute/src/V1/Accelerators.php',
    'Google\\Cloud\\Compute\\V1\\AccessConfig' => $vendorDir . '/google/cloud/Compute/src/V1/AccessConfig.php',
    'Google\\Cloud\\Compute\\V1\\AccessConfig\\NetworkTier' => $vendorDir . '/google/cloud/Compute/src/V1/AccessConfig/NetworkTier.php',
    'Google\\Cloud\\Compute\\V1\\AccessConfig\\Type' => $vendorDir . '/google/cloud/Compute/src/V1/AccessConfig/Type.php',
    'Google\\Cloud\\Compute\\V1\\AddAccessConfigInstanceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AddAccessConfigInstanceRequest.php',
    'Google\\Cloud\\Compute\\V1\\AddAssociationFirewallPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AddAssociationFirewallPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\AddAssociationNetworkFirewallPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AddAssociationNetworkFirewallPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\AddAssociationRegionNetworkFirewallPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AddAssociationRegionNetworkFirewallPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\AddHealthCheckTargetPoolRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AddHealthCheckTargetPoolRequest.php',
    'Google\\Cloud\\Compute\\V1\\AddInstanceTargetPoolRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AddInstanceTargetPoolRequest.php',
    'Google\\Cloud\\Compute\\V1\\AddInstancesInstanceGroupRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AddInstancesInstanceGroupRequest.php',
    'Google\\Cloud\\Compute\\V1\\AddNodesNodeGroupRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AddNodesNodeGroupRequest.php',
    'Google\\Cloud\\Compute\\V1\\AddPeeringNetworkRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AddPeeringNetworkRequest.php',
    'Google\\Cloud\\Compute\\V1\\AddResourcePoliciesDiskRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AddResourcePoliciesDiskRequest.php',
    'Google\\Cloud\\Compute\\V1\\AddResourcePoliciesInstanceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AddResourcePoliciesInstanceRequest.php',
    'Google\\Cloud\\Compute\\V1\\AddResourcePoliciesRegionDiskRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AddResourcePoliciesRegionDiskRequest.php',
    'Google\\Cloud\\Compute\\V1\\AddRuleFirewallPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AddRuleFirewallPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\AddRuleNetworkFirewallPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AddRuleNetworkFirewallPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\AddRuleRegionNetworkFirewallPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AddRuleRegionNetworkFirewallPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\AddRuleSecurityPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AddRuleSecurityPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\AddSignedUrlKeyBackendBucketRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AddSignedUrlKeyBackendBucketRequest.php',
    'Google\\Cloud\\Compute\\V1\\AddSignedUrlKeyBackendServiceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AddSignedUrlKeyBackendServiceRequest.php',
    'Google\\Cloud\\Compute\\V1\\Address' => $vendorDir . '/google/cloud/Compute/src/V1/Address.php',
    'Google\\Cloud\\Compute\\V1\\AddressAggregatedList' => $vendorDir . '/google/cloud/Compute/src/V1/AddressAggregatedList.php',
    'Google\\Cloud\\Compute\\V1\\AddressList' => $vendorDir . '/google/cloud/Compute/src/V1/AddressList.php',
    'Google\\Cloud\\Compute\\V1\\Address\\AddressType' => $vendorDir . '/google/cloud/Compute/src/V1/Address/AddressType.php',
    'Google\\Cloud\\Compute\\V1\\Address\\IpVersion' => $vendorDir . '/google/cloud/Compute/src/V1/Address/IpVersion.php',
    'Google\\Cloud\\Compute\\V1\\Address\\Ipv6EndpointType' => $vendorDir . '/google/cloud/Compute/src/V1/Address/Ipv6EndpointType.php',
    'Google\\Cloud\\Compute\\V1\\Address\\NetworkTier' => $vendorDir . '/google/cloud/Compute/src/V1/Address/NetworkTier.php',
    'Google\\Cloud\\Compute\\V1\\Address\\Purpose' => $vendorDir . '/google/cloud/Compute/src/V1/Address/Purpose.php',
    'Google\\Cloud\\Compute\\V1\\Address\\Status' => $vendorDir . '/google/cloud/Compute/src/V1/Address/Status.php',
    'Google\\Cloud\\Compute\\V1\\AddressesClient' => $vendorDir . '/google/cloud/Compute/src/V1/AddressesClient.php',
    'Google\\Cloud\\Compute\\V1\\AddressesScopedList' => $vendorDir . '/google/cloud/Compute/src/V1/AddressesScopedList.php',
    'Google\\Cloud\\Compute\\V1\\AdvancedMachineFeatures' => $vendorDir . '/google/cloud/Compute/src/V1/AdvancedMachineFeatures.php',
    'Google\\Cloud\\Compute\\V1\\AggregatedListAcceleratorTypesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AggregatedListAcceleratorTypesRequest.php',
    'Google\\Cloud\\Compute\\V1\\AggregatedListAddressesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AggregatedListAddressesRequest.php',
    'Google\\Cloud\\Compute\\V1\\AggregatedListAutoscalersRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AggregatedListAutoscalersRequest.php',
    'Google\\Cloud\\Compute\\V1\\AggregatedListBackendServicesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AggregatedListBackendServicesRequest.php',
    'Google\\Cloud\\Compute\\V1\\AggregatedListDiskTypesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AggregatedListDiskTypesRequest.php',
    'Google\\Cloud\\Compute\\V1\\AggregatedListDisksRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AggregatedListDisksRequest.php',
    'Google\\Cloud\\Compute\\V1\\AggregatedListForwardingRulesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AggregatedListForwardingRulesRequest.php',
    'Google\\Cloud\\Compute\\V1\\AggregatedListGlobalOperationsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AggregatedListGlobalOperationsRequest.php',
    'Google\\Cloud\\Compute\\V1\\AggregatedListHealthChecksRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AggregatedListHealthChecksRequest.php',
    'Google\\Cloud\\Compute\\V1\\AggregatedListInstanceGroupManagersRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AggregatedListInstanceGroupManagersRequest.php',
    'Google\\Cloud\\Compute\\V1\\AggregatedListInstanceGroupsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AggregatedListInstanceGroupsRequest.php',
    'Google\\Cloud\\Compute\\V1\\AggregatedListInstancesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AggregatedListInstancesRequest.php',
    'Google\\Cloud\\Compute\\V1\\AggregatedListInterconnectAttachmentsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AggregatedListInterconnectAttachmentsRequest.php',
    'Google\\Cloud\\Compute\\V1\\AggregatedListMachineTypesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AggregatedListMachineTypesRequest.php',
    'Google\\Cloud\\Compute\\V1\\AggregatedListNetworkAttachmentsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AggregatedListNetworkAttachmentsRequest.php',
    'Google\\Cloud\\Compute\\V1\\AggregatedListNetworkEdgeSecurityServicesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AggregatedListNetworkEdgeSecurityServicesRequest.php',
    'Google\\Cloud\\Compute\\V1\\AggregatedListNetworkEndpointGroupsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AggregatedListNetworkEndpointGroupsRequest.php',
    'Google\\Cloud\\Compute\\V1\\AggregatedListNodeGroupsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AggregatedListNodeGroupsRequest.php',
    'Google\\Cloud\\Compute\\V1\\AggregatedListNodeTemplatesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AggregatedListNodeTemplatesRequest.php',
    'Google\\Cloud\\Compute\\V1\\AggregatedListNodeTypesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AggregatedListNodeTypesRequest.php',
    'Google\\Cloud\\Compute\\V1\\AggregatedListPacketMirroringsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AggregatedListPacketMirroringsRequest.php',
    'Google\\Cloud\\Compute\\V1\\AggregatedListPublicDelegatedPrefixesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AggregatedListPublicDelegatedPrefixesRequest.php',
    'Google\\Cloud\\Compute\\V1\\AggregatedListRegionCommitmentsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AggregatedListRegionCommitmentsRequest.php',
    'Google\\Cloud\\Compute\\V1\\AggregatedListReservationsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AggregatedListReservationsRequest.php',
    'Google\\Cloud\\Compute\\V1\\AggregatedListResourcePoliciesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AggregatedListResourcePoliciesRequest.php',
    'Google\\Cloud\\Compute\\V1\\AggregatedListRoutersRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AggregatedListRoutersRequest.php',
    'Google\\Cloud\\Compute\\V1\\AggregatedListSecurityPoliciesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AggregatedListSecurityPoliciesRequest.php',
    'Google\\Cloud\\Compute\\V1\\AggregatedListServiceAttachmentsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AggregatedListServiceAttachmentsRequest.php',
    'Google\\Cloud\\Compute\\V1\\AggregatedListSslCertificatesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AggregatedListSslCertificatesRequest.php',
    'Google\\Cloud\\Compute\\V1\\AggregatedListSslPoliciesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AggregatedListSslPoliciesRequest.php',
    'Google\\Cloud\\Compute\\V1\\AggregatedListSubnetworksRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AggregatedListSubnetworksRequest.php',
    'Google\\Cloud\\Compute\\V1\\AggregatedListTargetHttpProxiesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AggregatedListTargetHttpProxiesRequest.php',
    'Google\\Cloud\\Compute\\V1\\AggregatedListTargetHttpsProxiesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AggregatedListTargetHttpsProxiesRequest.php',
    'Google\\Cloud\\Compute\\V1\\AggregatedListTargetInstancesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AggregatedListTargetInstancesRequest.php',
    'Google\\Cloud\\Compute\\V1\\AggregatedListTargetPoolsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AggregatedListTargetPoolsRequest.php',
    'Google\\Cloud\\Compute\\V1\\AggregatedListTargetTcpProxiesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AggregatedListTargetTcpProxiesRequest.php',
    'Google\\Cloud\\Compute\\V1\\AggregatedListTargetVpnGatewaysRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AggregatedListTargetVpnGatewaysRequest.php',
    'Google\\Cloud\\Compute\\V1\\AggregatedListUrlMapsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AggregatedListUrlMapsRequest.php',
    'Google\\Cloud\\Compute\\V1\\AggregatedListVpnGatewaysRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AggregatedListVpnGatewaysRequest.php',
    'Google\\Cloud\\Compute\\V1\\AggregatedListVpnTunnelsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AggregatedListVpnTunnelsRequest.php',
    'Google\\Cloud\\Compute\\V1\\AliasIpRange' => $vendorDir . '/google/cloud/Compute/src/V1/AliasIpRange.php',
    'Google\\Cloud\\Compute\\V1\\AllocationResourceStatus' => $vendorDir . '/google/cloud/Compute/src/V1/AllocationResourceStatus.php',
    'Google\\Cloud\\Compute\\V1\\AllocationResourceStatusSpecificSKUAllocation' => $vendorDir . '/google/cloud/Compute/src/V1/AllocationResourceStatusSpecificSKUAllocation.php',
    'Google\\Cloud\\Compute\\V1\\AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk' => $vendorDir . '/google/cloud/Compute/src/V1/AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk.php',
    'Google\\Cloud\\Compute\\V1\\AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk\\PBInterface' => $vendorDir . '/google/cloud/Compute/src/V1/AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk/PBInterface.php',
    'Google\\Cloud\\Compute\\V1\\AllocationSpecificSKUAllocationReservedInstanceProperties' => $vendorDir . '/google/cloud/Compute/src/V1/AllocationSpecificSKUAllocationReservedInstanceProperties.php',
    'Google\\Cloud\\Compute\\V1\\AllocationSpecificSKUAllocationReservedInstanceProperties\\MaintenanceInterval' => $vendorDir . '/google/cloud/Compute/src/V1/AllocationSpecificSKUAllocationReservedInstanceProperties/MaintenanceInterval.php',
    'Google\\Cloud\\Compute\\V1\\AllocationSpecificSKUReservation' => $vendorDir . '/google/cloud/Compute/src/V1/AllocationSpecificSKUReservation.php',
    'Google\\Cloud\\Compute\\V1\\Allowed' => $vendorDir . '/google/cloud/Compute/src/V1/Allowed.php',
    'Google\\Cloud\\Compute\\V1\\ApplyUpdatesToInstancesInstanceGroupManagerRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ApplyUpdatesToInstancesInstanceGroupManagerRequest.php',
    'Google\\Cloud\\Compute\\V1\\ApplyUpdatesToInstancesRegionInstanceGroupManagerRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ApplyUpdatesToInstancesRegionInstanceGroupManagerRequest.php',
    'Google\\Cloud\\Compute\\V1\\AttachDiskInstanceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AttachDiskInstanceRequest.php',
    'Google\\Cloud\\Compute\\V1\\AttachNetworkEndpointsGlobalNetworkEndpointGroupRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AttachNetworkEndpointsGlobalNetworkEndpointGroupRequest.php',
    'Google\\Cloud\\Compute\\V1\\AttachNetworkEndpointsNetworkEndpointGroupRequest' => $vendorDir . '/google/cloud/Compute/src/V1/AttachNetworkEndpointsNetworkEndpointGroupRequest.php',
    'Google\\Cloud\\Compute\\V1\\AttachedDisk' => $vendorDir . '/google/cloud/Compute/src/V1/AttachedDisk.php',
    'Google\\Cloud\\Compute\\V1\\AttachedDiskInitializeParams' => $vendorDir . '/google/cloud/Compute/src/V1/AttachedDiskInitializeParams.php',
    'Google\\Cloud\\Compute\\V1\\AttachedDiskInitializeParams\\Architecture' => $vendorDir . '/google/cloud/Compute/src/V1/AttachedDiskInitializeParams/Architecture.php',
    'Google\\Cloud\\Compute\\V1\\AttachedDiskInitializeParams\\OnUpdateAction' => $vendorDir . '/google/cloud/Compute/src/V1/AttachedDiskInitializeParams/OnUpdateAction.php',
    'Google\\Cloud\\Compute\\V1\\AttachedDisk\\Architecture' => $vendorDir . '/google/cloud/Compute/src/V1/AttachedDisk/Architecture.php',
    'Google\\Cloud\\Compute\\V1\\AttachedDisk\\Mode' => $vendorDir . '/google/cloud/Compute/src/V1/AttachedDisk/Mode.php',
    'Google\\Cloud\\Compute\\V1\\AttachedDisk\\PBInterface' => $vendorDir . '/google/cloud/Compute/src/V1/AttachedDisk/PBInterface.php',
    'Google\\Cloud\\Compute\\V1\\AttachedDisk\\Type' => $vendorDir . '/google/cloud/Compute/src/V1/AttachedDisk/Type.php',
    'Google\\Cloud\\Compute\\V1\\AuditConfig' => $vendorDir . '/google/cloud/Compute/src/V1/AuditConfig.php',
    'Google\\Cloud\\Compute\\V1\\AuditLogConfig' => $vendorDir . '/google/cloud/Compute/src/V1/AuditLogConfig.php',
    'Google\\Cloud\\Compute\\V1\\AuditLogConfig\\LogType' => $vendorDir . '/google/cloud/Compute/src/V1/AuditLogConfig/LogType.php',
    'Google\\Cloud\\Compute\\V1\\AuthorizationLoggingOptions' => $vendorDir . '/google/cloud/Compute/src/V1/AuthorizationLoggingOptions.php',
    'Google\\Cloud\\Compute\\V1\\AuthorizationLoggingOptions\\PermissionType' => $vendorDir . '/google/cloud/Compute/src/V1/AuthorizationLoggingOptions/PermissionType.php',
    'Google\\Cloud\\Compute\\V1\\Autoscaler' => $vendorDir . '/google/cloud/Compute/src/V1/Autoscaler.php',
    'Google\\Cloud\\Compute\\V1\\AutoscalerAggregatedList' => $vendorDir . '/google/cloud/Compute/src/V1/AutoscalerAggregatedList.php',
    'Google\\Cloud\\Compute\\V1\\AutoscalerList' => $vendorDir . '/google/cloud/Compute/src/V1/AutoscalerList.php',
    'Google\\Cloud\\Compute\\V1\\AutoscalerStatusDetails' => $vendorDir . '/google/cloud/Compute/src/V1/AutoscalerStatusDetails.php',
    'Google\\Cloud\\Compute\\V1\\AutoscalerStatusDetails\\Type' => $vendorDir . '/google/cloud/Compute/src/V1/AutoscalerStatusDetails/Type.php',
    'Google\\Cloud\\Compute\\V1\\Autoscaler\\Status' => $vendorDir . '/google/cloud/Compute/src/V1/Autoscaler/Status.php',
    'Google\\Cloud\\Compute\\V1\\AutoscalersClient' => $vendorDir . '/google/cloud/Compute/src/V1/AutoscalersClient.php',
    'Google\\Cloud\\Compute\\V1\\AutoscalersScopedList' => $vendorDir . '/google/cloud/Compute/src/V1/AutoscalersScopedList.php',
    'Google\\Cloud\\Compute\\V1\\AutoscalingPolicy' => $vendorDir . '/google/cloud/Compute/src/V1/AutoscalingPolicy.php',
    'Google\\Cloud\\Compute\\V1\\AutoscalingPolicyCpuUtilization' => $vendorDir . '/google/cloud/Compute/src/V1/AutoscalingPolicyCpuUtilization.php',
    'Google\\Cloud\\Compute\\V1\\AutoscalingPolicyCpuUtilization\\PredictiveMethod' => $vendorDir . '/google/cloud/Compute/src/V1/AutoscalingPolicyCpuUtilization/PredictiveMethod.php',
    'Google\\Cloud\\Compute\\V1\\AutoscalingPolicyCustomMetricUtilization' => $vendorDir . '/google/cloud/Compute/src/V1/AutoscalingPolicyCustomMetricUtilization.php',
    'Google\\Cloud\\Compute\\V1\\AutoscalingPolicyCustomMetricUtilization\\UtilizationTargetType' => $vendorDir . '/google/cloud/Compute/src/V1/AutoscalingPolicyCustomMetricUtilization/UtilizationTargetType.php',
    'Google\\Cloud\\Compute\\V1\\AutoscalingPolicyLoadBalancingUtilization' => $vendorDir . '/google/cloud/Compute/src/V1/AutoscalingPolicyLoadBalancingUtilization.php',
    'Google\\Cloud\\Compute\\V1\\AutoscalingPolicyScaleInControl' => $vendorDir . '/google/cloud/Compute/src/V1/AutoscalingPolicyScaleInControl.php',
    'Google\\Cloud\\Compute\\V1\\AutoscalingPolicyScalingSchedule' => $vendorDir . '/google/cloud/Compute/src/V1/AutoscalingPolicyScalingSchedule.php',
    'Google\\Cloud\\Compute\\V1\\AutoscalingPolicy\\Mode' => $vendorDir . '/google/cloud/Compute/src/V1/AutoscalingPolicy/Mode.php',
    'Google\\Cloud\\Compute\\V1\\Backend' => $vendorDir . '/google/cloud/Compute/src/V1/Backend.php',
    'Google\\Cloud\\Compute\\V1\\BackendBucket' => $vendorDir . '/google/cloud/Compute/src/V1/BackendBucket.php',
    'Google\\Cloud\\Compute\\V1\\BackendBucketCdnPolicy' => $vendorDir . '/google/cloud/Compute/src/V1/BackendBucketCdnPolicy.php',
    'Google\\Cloud\\Compute\\V1\\BackendBucketCdnPolicyBypassCacheOnRequestHeader' => $vendorDir . '/google/cloud/Compute/src/V1/BackendBucketCdnPolicyBypassCacheOnRequestHeader.php',
    'Google\\Cloud\\Compute\\V1\\BackendBucketCdnPolicyCacheKeyPolicy' => $vendorDir . '/google/cloud/Compute/src/V1/BackendBucketCdnPolicyCacheKeyPolicy.php',
    'Google\\Cloud\\Compute\\V1\\BackendBucketCdnPolicyNegativeCachingPolicy' => $vendorDir . '/google/cloud/Compute/src/V1/BackendBucketCdnPolicyNegativeCachingPolicy.php',
    'Google\\Cloud\\Compute\\V1\\BackendBucketCdnPolicy\\CacheMode' => $vendorDir . '/google/cloud/Compute/src/V1/BackendBucketCdnPolicy/CacheMode.php',
    'Google\\Cloud\\Compute\\V1\\BackendBucketList' => $vendorDir . '/google/cloud/Compute/src/V1/BackendBucketList.php',
    'Google\\Cloud\\Compute\\V1\\BackendBucket\\CompressionMode' => $vendorDir . '/google/cloud/Compute/src/V1/BackendBucket/CompressionMode.php',
    'Google\\Cloud\\Compute\\V1\\BackendBucketsClient' => $vendorDir . '/google/cloud/Compute/src/V1/BackendBucketsClient.php',
    'Google\\Cloud\\Compute\\V1\\BackendService' => $vendorDir . '/google/cloud/Compute/src/V1/BackendService.php',
    'Google\\Cloud\\Compute\\V1\\BackendServiceAggregatedList' => $vendorDir . '/google/cloud/Compute/src/V1/BackendServiceAggregatedList.php',
    'Google\\Cloud\\Compute\\V1\\BackendServiceCdnPolicy' => $vendorDir . '/google/cloud/Compute/src/V1/BackendServiceCdnPolicy.php',
    'Google\\Cloud\\Compute\\V1\\BackendServiceCdnPolicyBypassCacheOnRequestHeader' => $vendorDir . '/google/cloud/Compute/src/V1/BackendServiceCdnPolicyBypassCacheOnRequestHeader.php',
    'Google\\Cloud\\Compute\\V1\\BackendServiceCdnPolicyNegativeCachingPolicy' => $vendorDir . '/google/cloud/Compute/src/V1/BackendServiceCdnPolicyNegativeCachingPolicy.php',
    'Google\\Cloud\\Compute\\V1\\BackendServiceCdnPolicy\\CacheMode' => $vendorDir . '/google/cloud/Compute/src/V1/BackendServiceCdnPolicy/CacheMode.php',
    'Google\\Cloud\\Compute\\V1\\BackendServiceConnectionTrackingPolicy' => $vendorDir . '/google/cloud/Compute/src/V1/BackendServiceConnectionTrackingPolicy.php',
    'Google\\Cloud\\Compute\\V1\\BackendServiceConnectionTrackingPolicy\\ConnectionPersistenceOnUnhealthyBackends' => $vendorDir . '/google/cloud/Compute/src/V1/BackendServiceConnectionTrackingPolicy/ConnectionPersistenceOnUnhealthyBackends.php',
    'Google\\Cloud\\Compute\\V1\\BackendServiceConnectionTrackingPolicy\\TrackingMode' => $vendorDir . '/google/cloud/Compute/src/V1/BackendServiceConnectionTrackingPolicy/TrackingMode.php',
    'Google\\Cloud\\Compute\\V1\\BackendServiceFailoverPolicy' => $vendorDir . '/google/cloud/Compute/src/V1/BackendServiceFailoverPolicy.php',
    'Google\\Cloud\\Compute\\V1\\BackendServiceGroupHealth' => $vendorDir . '/google/cloud/Compute/src/V1/BackendServiceGroupHealth.php',
    'Google\\Cloud\\Compute\\V1\\BackendServiceIAP' => $vendorDir . '/google/cloud/Compute/src/V1/BackendServiceIAP.php',
    'Google\\Cloud\\Compute\\V1\\BackendServiceList' => $vendorDir . '/google/cloud/Compute/src/V1/BackendServiceList.php',
    'Google\\Cloud\\Compute\\V1\\BackendServiceLocalityLoadBalancingPolicyConfig' => $vendorDir . '/google/cloud/Compute/src/V1/BackendServiceLocalityLoadBalancingPolicyConfig.php',
    'Google\\Cloud\\Compute\\V1\\BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy' => $vendorDir . '/google/cloud/Compute/src/V1/BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy.php',
    'Google\\Cloud\\Compute\\V1\\BackendServiceLocalityLoadBalancingPolicyConfigPolicy' => $vendorDir . '/google/cloud/Compute/src/V1/BackendServiceLocalityLoadBalancingPolicyConfigPolicy.php',
    'Google\\Cloud\\Compute\\V1\\BackendServiceLocalityLoadBalancingPolicyConfigPolicy\\Name' => $vendorDir . '/google/cloud/Compute/src/V1/BackendServiceLocalityLoadBalancingPolicyConfigPolicy/Name.php',
    'Google\\Cloud\\Compute\\V1\\BackendServiceLogConfig' => $vendorDir . '/google/cloud/Compute/src/V1/BackendServiceLogConfig.php',
    'Google\\Cloud\\Compute\\V1\\BackendServiceReference' => $vendorDir . '/google/cloud/Compute/src/V1/BackendServiceReference.php',
    'Google\\Cloud\\Compute\\V1\\BackendService\\CompressionMode' => $vendorDir . '/google/cloud/Compute/src/V1/BackendService/CompressionMode.php',
    'Google\\Cloud\\Compute\\V1\\BackendService\\LoadBalancingScheme' => $vendorDir . '/google/cloud/Compute/src/V1/BackendService/LoadBalancingScheme.php',
    'Google\\Cloud\\Compute\\V1\\BackendService\\LocalityLbPolicy' => $vendorDir . '/google/cloud/Compute/src/V1/BackendService/LocalityLbPolicy.php',
    'Google\\Cloud\\Compute\\V1\\BackendService\\Protocol' => $vendorDir . '/google/cloud/Compute/src/V1/BackendService/Protocol.php',
    'Google\\Cloud\\Compute\\V1\\BackendService\\SessionAffinity' => $vendorDir . '/google/cloud/Compute/src/V1/BackendService/SessionAffinity.php',
    'Google\\Cloud\\Compute\\V1\\BackendServicesClient' => $vendorDir . '/google/cloud/Compute/src/V1/BackendServicesClient.php',
    'Google\\Cloud\\Compute\\V1\\BackendServicesScopedList' => $vendorDir . '/google/cloud/Compute/src/V1/BackendServicesScopedList.php',
    'Google\\Cloud\\Compute\\V1\\Backend\\BalancingMode' => $vendorDir . '/google/cloud/Compute/src/V1/Backend/BalancingMode.php',
    'Google\\Cloud\\Compute\\V1\\BfdPacket' => $vendorDir . '/google/cloud/Compute/src/V1/BfdPacket.php',
    'Google\\Cloud\\Compute\\V1\\BfdPacket\\Diagnostic' => $vendorDir . '/google/cloud/Compute/src/V1/BfdPacket/Diagnostic.php',
    'Google\\Cloud\\Compute\\V1\\BfdPacket\\State' => $vendorDir . '/google/cloud/Compute/src/V1/BfdPacket/State.php',
    'Google\\Cloud\\Compute\\V1\\BfdStatus' => $vendorDir . '/google/cloud/Compute/src/V1/BfdStatus.php',
    'Google\\Cloud\\Compute\\V1\\BfdStatusPacketCounts' => $vendorDir . '/google/cloud/Compute/src/V1/BfdStatusPacketCounts.php',
    'Google\\Cloud\\Compute\\V1\\BfdStatus\\BfdSessionInitializationMode' => $vendorDir . '/google/cloud/Compute/src/V1/BfdStatus/BfdSessionInitializationMode.php',
    'Google\\Cloud\\Compute\\V1\\BfdStatus\\LocalDiagnostic' => $vendorDir . '/google/cloud/Compute/src/V1/BfdStatus/LocalDiagnostic.php',
    'Google\\Cloud\\Compute\\V1\\BfdStatus\\LocalState' => $vendorDir . '/google/cloud/Compute/src/V1/BfdStatus/LocalState.php',
    'Google\\Cloud\\Compute\\V1\\Binding' => $vendorDir . '/google/cloud/Compute/src/V1/Binding.php',
    'Google\\Cloud\\Compute\\V1\\BulkInsertInstanceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/BulkInsertInstanceRequest.php',
    'Google\\Cloud\\Compute\\V1\\BulkInsertInstanceResource' => $vendorDir . '/google/cloud/Compute/src/V1/BulkInsertInstanceResource.php',
    'Google\\Cloud\\Compute\\V1\\BulkInsertInstanceResourcePerInstanceProperties' => $vendorDir . '/google/cloud/Compute/src/V1/BulkInsertInstanceResourcePerInstanceProperties.php',
    'Google\\Cloud\\Compute\\V1\\BulkInsertRegionInstanceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/BulkInsertRegionInstanceRequest.php',
    'Google\\Cloud\\Compute\\V1\\CacheInvalidationRule' => $vendorDir . '/google/cloud/Compute/src/V1/CacheInvalidationRule.php',
    'Google\\Cloud\\Compute\\V1\\CacheKeyPolicy' => $vendorDir . '/google/cloud/Compute/src/V1/CacheKeyPolicy.php',
    'Google\\Cloud\\Compute\\V1\\CircuitBreakers' => $vendorDir . '/google/cloud/Compute/src/V1/CircuitBreakers.php',
    'Google\\Cloud\\Compute\\V1\\CloneRulesFirewallPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/CloneRulesFirewallPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\CloneRulesNetworkFirewallPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/CloneRulesNetworkFirewallPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\CloneRulesRegionNetworkFirewallPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/CloneRulesRegionNetworkFirewallPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\Commitment' => $vendorDir . '/google/cloud/Compute/src/V1/Commitment.php',
    'Google\\Cloud\\Compute\\V1\\CommitmentAggregatedList' => $vendorDir . '/google/cloud/Compute/src/V1/CommitmentAggregatedList.php',
    'Google\\Cloud\\Compute\\V1\\CommitmentList' => $vendorDir . '/google/cloud/Compute/src/V1/CommitmentList.php',
    'Google\\Cloud\\Compute\\V1\\Commitment\\Category' => $vendorDir . '/google/cloud/Compute/src/V1/Commitment/Category.php',
    'Google\\Cloud\\Compute\\V1\\Commitment\\Plan' => $vendorDir . '/google/cloud/Compute/src/V1/Commitment/Plan.php',
    'Google\\Cloud\\Compute\\V1\\Commitment\\Status' => $vendorDir . '/google/cloud/Compute/src/V1/Commitment/Status.php',
    'Google\\Cloud\\Compute\\V1\\Commitment\\Type' => $vendorDir . '/google/cloud/Compute/src/V1/Commitment/Type.php',
    'Google\\Cloud\\Compute\\V1\\CommitmentsScopedList' => $vendorDir . '/google/cloud/Compute/src/V1/CommitmentsScopedList.php',
    'Google\\Cloud\\Compute\\V1\\Condition' => $vendorDir . '/google/cloud/Compute/src/V1/Condition.php',
    'Google\\Cloud\\Compute\\V1\\Condition\\Iam' => $vendorDir . '/google/cloud/Compute/src/V1/Condition/Iam.php',
    'Google\\Cloud\\Compute\\V1\\Condition\\Op' => $vendorDir . '/google/cloud/Compute/src/V1/Condition/Op.php',
    'Google\\Cloud\\Compute\\V1\\Condition\\Sys' => $vendorDir . '/google/cloud/Compute/src/V1/Condition/Sys.php',
    'Google\\Cloud\\Compute\\V1\\ConfidentialInstanceConfig' => $vendorDir . '/google/cloud/Compute/src/V1/ConfidentialInstanceConfig.php',
    'Google\\Cloud\\Compute\\V1\\ConnectionDraining' => $vendorDir . '/google/cloud/Compute/src/V1/ConnectionDraining.php',
    'Google\\Cloud\\Compute\\V1\\ConsistentHashLoadBalancerSettings' => $vendorDir . '/google/cloud/Compute/src/V1/ConsistentHashLoadBalancerSettings.php',
    'Google\\Cloud\\Compute\\V1\\ConsistentHashLoadBalancerSettingsHttpCookie' => $vendorDir . '/google/cloud/Compute/src/V1/ConsistentHashLoadBalancerSettingsHttpCookie.php',
    'Google\\Cloud\\Compute\\V1\\CorsPolicy' => $vendorDir . '/google/cloud/Compute/src/V1/CorsPolicy.php',
    'Google\\Cloud\\Compute\\V1\\CreateInstancesInstanceGroupManagerRequest' => $vendorDir . '/google/cloud/Compute/src/V1/CreateInstancesInstanceGroupManagerRequest.php',
    'Google\\Cloud\\Compute\\V1\\CreateInstancesRegionInstanceGroupManagerRequest' => $vendorDir . '/google/cloud/Compute/src/V1/CreateInstancesRegionInstanceGroupManagerRequest.php',
    'Google\\Cloud\\Compute\\V1\\CreateSnapshotDiskRequest' => $vendorDir . '/google/cloud/Compute/src/V1/CreateSnapshotDiskRequest.php',
    'Google\\Cloud\\Compute\\V1\\CreateSnapshotRegionDiskRequest' => $vendorDir . '/google/cloud/Compute/src/V1/CreateSnapshotRegionDiskRequest.php',
    'Google\\Cloud\\Compute\\V1\\CustomerEncryptionKey' => $vendorDir . '/google/cloud/Compute/src/V1/CustomerEncryptionKey.php',
    'Google\\Cloud\\Compute\\V1\\CustomerEncryptionKeyProtectedDisk' => $vendorDir . '/google/cloud/Compute/src/V1/CustomerEncryptionKeyProtectedDisk.php',
    'Google\\Cloud\\Compute\\V1\\Data' => $vendorDir . '/google/cloud/Compute/src/V1/Data.php',
    'Google\\Cloud\\Compute\\V1\\DeleteAccessConfigInstanceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteAccessConfigInstanceRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteAddressRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteAddressRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteAutoscalerRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteAutoscalerRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteBackendBucketRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteBackendBucketRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteBackendServiceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteBackendServiceRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteDiskRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteDiskRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteExternalVpnGatewayRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteExternalVpnGatewayRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteFirewallPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteFirewallPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteFirewallRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteFirewallRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteForwardingRuleRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteForwardingRuleRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteGlobalAddressRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteGlobalAddressRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteGlobalForwardingRuleRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteGlobalForwardingRuleRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteGlobalNetworkEndpointGroupRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteGlobalNetworkEndpointGroupRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteGlobalOperationRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteGlobalOperationRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteGlobalOperationResponse' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteGlobalOperationResponse.php',
    'Google\\Cloud\\Compute\\V1\\DeleteGlobalOrganizationOperationRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteGlobalOrganizationOperationRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteGlobalOrganizationOperationResponse' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteGlobalOrganizationOperationResponse.php',
    'Google\\Cloud\\Compute\\V1\\DeleteGlobalPublicDelegatedPrefixeRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteGlobalPublicDelegatedPrefixeRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteHealthCheckRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteHealthCheckRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteImageRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteImageRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteInstanceGroupManagerRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteInstanceGroupManagerRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteInstanceGroupRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteInstanceGroupRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteInstanceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteInstanceRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteInstanceTemplateRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteInstanceTemplateRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteInstancesInstanceGroupManagerRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteInstancesInstanceGroupManagerRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteInstancesRegionInstanceGroupManagerRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteInstancesRegionInstanceGroupManagerRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteInterconnectAttachmentRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteInterconnectAttachmentRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteInterconnectRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteInterconnectRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteLicenseRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteLicenseRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteMachineImageRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteMachineImageRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteNetworkAttachmentRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteNetworkAttachmentRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteNetworkEdgeSecurityServiceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteNetworkEdgeSecurityServiceRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteNetworkEndpointGroupRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteNetworkEndpointGroupRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteNetworkFirewallPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteNetworkFirewallPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteNetworkRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteNetworkRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteNodeGroupRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteNodeGroupRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteNodeTemplateRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteNodeTemplateRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteNodesNodeGroupRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteNodesNodeGroupRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeletePacketMirroringRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeletePacketMirroringRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeletePerInstanceConfigsInstanceGroupManagerRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeletePerInstanceConfigsInstanceGroupManagerRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeletePerInstanceConfigsRegionInstanceGroupManagerRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeletePerInstanceConfigsRegionInstanceGroupManagerRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeletePublicAdvertisedPrefixeRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeletePublicAdvertisedPrefixeRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeletePublicDelegatedPrefixeRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeletePublicDelegatedPrefixeRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteRegionAutoscalerRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteRegionAutoscalerRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteRegionBackendServiceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteRegionBackendServiceRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteRegionDiskRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteRegionDiskRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteRegionHealthCheckRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteRegionHealthCheckRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteRegionHealthCheckServiceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteRegionHealthCheckServiceRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteRegionInstanceGroupManagerRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteRegionInstanceGroupManagerRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteRegionNetworkEndpointGroupRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteRegionNetworkEndpointGroupRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteRegionNetworkFirewallPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteRegionNetworkFirewallPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteRegionNotificationEndpointRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteRegionNotificationEndpointRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteRegionOperationRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteRegionOperationRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteRegionOperationResponse' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteRegionOperationResponse.php',
    'Google\\Cloud\\Compute\\V1\\DeleteRegionSecurityPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteRegionSecurityPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteRegionSslCertificateRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteRegionSslCertificateRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteRegionSslPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteRegionSslPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteRegionTargetHttpProxyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteRegionTargetHttpProxyRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteRegionTargetHttpsProxyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteRegionTargetHttpsProxyRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteRegionTargetTcpProxyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteRegionTargetTcpProxyRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteRegionUrlMapRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteRegionUrlMapRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteReservationRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteReservationRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteResourcePolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteResourcePolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteRouteRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteRouteRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteRouterRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteRouterRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteSecurityPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteSecurityPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteServiceAttachmentRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteServiceAttachmentRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteSignedUrlKeyBackendBucketRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteSignedUrlKeyBackendBucketRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteSignedUrlKeyBackendServiceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteSignedUrlKeyBackendServiceRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteSnapshotRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteSnapshotRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteSslCertificateRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteSslCertificateRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteSslPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteSslPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteSubnetworkRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteSubnetworkRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteTargetGrpcProxyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteTargetGrpcProxyRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteTargetHttpProxyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteTargetHttpProxyRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteTargetHttpsProxyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteTargetHttpsProxyRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteTargetInstanceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteTargetInstanceRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteTargetPoolRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteTargetPoolRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteTargetSslProxyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteTargetSslProxyRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteTargetTcpProxyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteTargetTcpProxyRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteTargetVpnGatewayRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteTargetVpnGatewayRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteUrlMapRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteUrlMapRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteVpnGatewayRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteVpnGatewayRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteVpnTunnelRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteVpnTunnelRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteZoneOperationRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteZoneOperationRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeleteZoneOperationResponse' => $vendorDir . '/google/cloud/Compute/src/V1/DeleteZoneOperationResponse.php',
    'Google\\Cloud\\Compute\\V1\\Denied' => $vendorDir . '/google/cloud/Compute/src/V1/Denied.php',
    'Google\\Cloud\\Compute\\V1\\DeprecateImageRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DeprecateImageRequest.php',
    'Google\\Cloud\\Compute\\V1\\DeprecationStatus' => $vendorDir . '/google/cloud/Compute/src/V1/DeprecationStatus.php',
    'Google\\Cloud\\Compute\\V1\\DeprecationStatus\\State' => $vendorDir . '/google/cloud/Compute/src/V1/DeprecationStatus/State.php',
    'Google\\Cloud\\Compute\\V1\\DetachDiskInstanceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DetachDiskInstanceRequest.php',
    'Google\\Cloud\\Compute\\V1\\DetachNetworkEndpointsGlobalNetworkEndpointGroupRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DetachNetworkEndpointsGlobalNetworkEndpointGroupRequest.php',
    'Google\\Cloud\\Compute\\V1\\DetachNetworkEndpointsNetworkEndpointGroupRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DetachNetworkEndpointsNetworkEndpointGroupRequest.php',
    'Google\\Cloud\\Compute\\V1\\DisableXpnHostProjectRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DisableXpnHostProjectRequest.php',
    'Google\\Cloud\\Compute\\V1\\DisableXpnResourceProjectRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DisableXpnResourceProjectRequest.php',
    'Google\\Cloud\\Compute\\V1\\Disk' => $vendorDir . '/google/cloud/Compute/src/V1/Disk.php',
    'Google\\Cloud\\Compute\\V1\\DiskAggregatedList' => $vendorDir . '/google/cloud/Compute/src/V1/DiskAggregatedList.php',
    'Google\\Cloud\\Compute\\V1\\DiskInstantiationConfig' => $vendorDir . '/google/cloud/Compute/src/V1/DiskInstantiationConfig.php',
    'Google\\Cloud\\Compute\\V1\\DiskInstantiationConfig\\InstantiateFrom' => $vendorDir . '/google/cloud/Compute/src/V1/DiskInstantiationConfig/InstantiateFrom.php',
    'Google\\Cloud\\Compute\\V1\\DiskList' => $vendorDir . '/google/cloud/Compute/src/V1/DiskList.php',
    'Google\\Cloud\\Compute\\V1\\DiskMoveRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DiskMoveRequest.php',
    'Google\\Cloud\\Compute\\V1\\DiskParams' => $vendorDir . '/google/cloud/Compute/src/V1/DiskParams.php',
    'Google\\Cloud\\Compute\\V1\\DiskType' => $vendorDir . '/google/cloud/Compute/src/V1/DiskType.php',
    'Google\\Cloud\\Compute\\V1\\DiskTypeAggregatedList' => $vendorDir . '/google/cloud/Compute/src/V1/DiskTypeAggregatedList.php',
    'Google\\Cloud\\Compute\\V1\\DiskTypeList' => $vendorDir . '/google/cloud/Compute/src/V1/DiskTypeList.php',
    'Google\\Cloud\\Compute\\V1\\DiskTypesClient' => $vendorDir . '/google/cloud/Compute/src/V1/DiskTypesClient.php',
    'Google\\Cloud\\Compute\\V1\\DiskTypesScopedList' => $vendorDir . '/google/cloud/Compute/src/V1/DiskTypesScopedList.php',
    'Google\\Cloud\\Compute\\V1\\Disk\\Architecture' => $vendorDir . '/google/cloud/Compute/src/V1/Disk/Architecture.php',
    'Google\\Cloud\\Compute\\V1\\Disk\\Status' => $vendorDir . '/google/cloud/Compute/src/V1/Disk/Status.php',
    'Google\\Cloud\\Compute\\V1\\DisksAddResourcePoliciesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DisksAddResourcePoliciesRequest.php',
    'Google\\Cloud\\Compute\\V1\\DisksClient' => $vendorDir . '/google/cloud/Compute/src/V1/DisksClient.php',
    'Google\\Cloud\\Compute\\V1\\DisksRemoveResourcePoliciesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DisksRemoveResourcePoliciesRequest.php',
    'Google\\Cloud\\Compute\\V1\\DisksResizeRequest' => $vendorDir . '/google/cloud/Compute/src/V1/DisksResizeRequest.php',
    'Google\\Cloud\\Compute\\V1\\DisksScopedList' => $vendorDir . '/google/cloud/Compute/src/V1/DisksScopedList.php',
    'Google\\Cloud\\Compute\\V1\\DisplayDevice' => $vendorDir . '/google/cloud/Compute/src/V1/DisplayDevice.php',
    'Google\\Cloud\\Compute\\V1\\DistributionPolicy' => $vendorDir . '/google/cloud/Compute/src/V1/DistributionPolicy.php',
    'Google\\Cloud\\Compute\\V1\\DistributionPolicyZoneConfiguration' => $vendorDir . '/google/cloud/Compute/src/V1/DistributionPolicyZoneConfiguration.php',
    'Google\\Cloud\\Compute\\V1\\DistributionPolicy\\TargetShape' => $vendorDir . '/google/cloud/Compute/src/V1/DistributionPolicy/TargetShape.php',
    'Google\\Cloud\\Compute\\V1\\Duration' => $vendorDir . '/google/cloud/Compute/src/V1/Duration.php',
    'Google\\Cloud\\Compute\\V1\\EnableXpnHostProjectRequest' => $vendorDir . '/google/cloud/Compute/src/V1/EnableXpnHostProjectRequest.php',
    'Google\\Cloud\\Compute\\V1\\EnableXpnResourceProjectRequest' => $vendorDir . '/google/cloud/Compute/src/V1/EnableXpnResourceProjectRequest.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\AccessConfig\\NetworkTier' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/AccessConfig/NetworkTier.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\AccessConfig\\Type' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/AccessConfig/Type.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\Address\\AddressType' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/Address/AddressType.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\Address\\IpVersion' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/Address/IpVersion.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\Address\\Ipv6EndpointType' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/Address/Ipv6EndpointType.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\Address\\NetworkTier' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/Address/NetworkTier.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\Address\\Purpose' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/Address/Purpose.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\Address\\Status' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/Address/Status.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk\\PBInterface' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk/PBInterface.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\AttachedDiskInitializeParams\\Architecture' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/AttachedDiskInitializeParams/Architecture.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\AttachedDiskInitializeParams\\OnUpdateAction' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/AttachedDiskInitializeParams/OnUpdateAction.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\AttachedDisk\\Architecture' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/AttachedDisk/Architecture.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\AttachedDisk\\Mode' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/AttachedDisk/Mode.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\AttachedDisk\\PBInterface' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/AttachedDisk/PBInterface.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\AttachedDisk\\Type' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/AttachedDisk/Type.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\AuditLogConfig\\LogType' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/AuditLogConfig/LogType.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\AuthorizationLoggingOptions\\PermissionType' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/AuthorizationLoggingOptions/PermissionType.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\AutoscalerStatusDetails\\Type' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/AutoscalerStatusDetails/Type.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\Autoscaler\\Status' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/Autoscaler/Status.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\AutoscalingPolicyCpuUtilization\\PredictiveMethod' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/AutoscalingPolicyCpuUtilization/PredictiveMethod.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\AutoscalingPolicyCustomMetricUtilization\\UtilizationTargetType' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/AutoscalingPolicyCustomMetricUtilization/UtilizationTargetType.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\AutoscalingPolicy\\Mode' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/AutoscalingPolicy/Mode.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\BackendBucketCdnPolicy\\CacheMode' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/BackendBucketCdnPolicy/CacheMode.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\BackendBucket\\CompressionMode' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/BackendBucket/CompressionMode.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\BackendServiceCdnPolicy\\CacheMode' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/BackendServiceCdnPolicy/CacheMode.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\BackendServiceConnectionTrackingPolicy\\ConnectionPersistenceOnUnhealthyBackends' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/BackendServiceConnectionTrackingPolicy/ConnectionPersistenceOnUnhealthyBackends.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\BackendServiceConnectionTrackingPolicy\\TrackingMode' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/BackendServiceConnectionTrackingPolicy/TrackingMode.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\BackendServiceLocalityLoadBalancingPolicyConfigPolicy\\Name' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/BackendServiceLocalityLoadBalancingPolicyConfigPolicy/Name.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\BackendService\\CompressionMode' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/BackendService/CompressionMode.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\BackendService\\LoadBalancingScheme' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/BackendService/LoadBalancingScheme.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\BackendService\\LocalityLbPolicy' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/BackendService/LocalityLbPolicy.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\BackendService\\Protocol' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/BackendService/Protocol.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\BackendService\\SessionAffinity' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/BackendService/SessionAffinity.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\Backend\\BalancingMode' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/Backend/BalancingMode.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\BfdPacket\\Diagnostic' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/BfdPacket/Diagnostic.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\BfdPacket\\State' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/BfdPacket/State.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\BfdStatus\\BfdSessionInitializationMode' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/BfdStatus/BfdSessionInitializationMode.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\BfdStatus\\LocalDiagnostic' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/BfdStatus/LocalDiagnostic.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\BfdStatus\\LocalState' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/BfdStatus/LocalState.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\Commitment\\Category' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/Commitment/Category.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\Commitment\\Plan' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/Commitment/Plan.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\Commitment\\Status' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/Commitment/Status.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\Commitment\\Type' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/Commitment/Type.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\Condition\\Iam' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/Condition/Iam.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\Condition\\Op' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/Condition/Op.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\Condition\\Sys' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/Condition/Sys.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\DeprecationStatus\\State' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/DeprecationStatus/State.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\DiskInstantiationConfig\\InstantiateFrom' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/DiskInstantiationConfig/InstantiateFrom.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\Disk\\Architecture' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/Disk/Architecture.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\Disk\\Status' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/Disk/Status.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\DistributionPolicy\\TargetShape' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/DistributionPolicy/TargetShape.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\ExchangedPeeringRoute\\Type' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/ExchangedPeeringRoute/Type.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\ExternalVpnGateway\\RedundancyType' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/ExternalVpnGateway/RedundancyType.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\FileContentBuffer\\FileType' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/FileContentBuffer/FileType.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\FirewallLogConfig\\Metadata' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/FirewallLogConfig/Metadata.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\FirewallPolicyRuleSecureTag\\State' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/FirewallPolicyRuleSecureTag/State.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\FirewallPolicyRule\\Direction' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/FirewallPolicyRule/Direction.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\Firewall\\Direction' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/Firewall/Direction.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\ForwardingRule\\IPProtocolEnum' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/ForwardingRule/IPProtocolEnum.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\ForwardingRule\\IpVersion' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/ForwardingRule/IpVersion.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\ForwardingRule\\LoadBalancingScheme' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/ForwardingRule/LoadBalancingScheme.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\ForwardingRule\\NetworkTier' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/ForwardingRule/NetworkTier.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\ForwardingRule\\PscConnectionStatus' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/ForwardingRule/PscConnectionStatus.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\GRPCHealthCheck\\PortSpecification' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/GRPCHealthCheck/PortSpecification.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\GuestOsFeature\\Type' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/GuestOsFeature/Type.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\HTTP2HealthCheck\\PortSpecification' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/HTTP2HealthCheck/PortSpecification.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\HTTP2HealthCheck\\ProxyHeader' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/HTTP2HealthCheck/ProxyHeader.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\HTTPHealthCheck\\PortSpecification' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/HTTPHealthCheck/PortSpecification.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\HTTPHealthCheck\\ProxyHeader' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/HTTPHealthCheck/ProxyHeader.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\HTTPSHealthCheck\\PortSpecification' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/HTTPSHealthCheck/PortSpecification.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\HTTPSHealthCheck\\ProxyHeader' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/HTTPSHealthCheck/ProxyHeader.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\HealthCheckService\\HealthStatusAggregationPolicy' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/HealthCheckService/HealthStatusAggregationPolicy.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\HealthCheck\\Type' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/HealthCheck/Type.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\HealthStatusForNetworkEndpoint\\HealthState' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/HealthStatusForNetworkEndpoint/HealthState.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\HealthStatus\\HealthState' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/HealthStatus/HealthState.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\HealthStatus\\WeightError' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/HealthStatus/WeightError.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\HttpRedirectAction\\RedirectResponseCode' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/HttpRedirectAction/RedirectResponseCode.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\Image\\Architecture' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/Image/Architecture.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\Image\\SourceType' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/Image/SourceType.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\Image\\Status' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/Image/Status.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\InstanceGroupManagerUpdatePolicy\\InstanceRedistributionType' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/InstanceGroupManagerUpdatePolicy/InstanceRedistributionType.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\InstanceGroupManagerUpdatePolicy\\MinimalAction' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/InstanceGroupManagerUpdatePolicy/MinimalAction.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\InstanceGroupManagerUpdatePolicy\\MostDisruptiveAllowedAction' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/InstanceGroupManagerUpdatePolicy/MostDisruptiveAllowedAction.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\InstanceGroupManagerUpdatePolicy\\ReplacementMethod' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/InstanceGroupManagerUpdatePolicy/ReplacementMethod.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\InstanceGroupManagerUpdatePolicy\\Type' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/InstanceGroupManagerUpdatePolicy/Type.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\InstanceGroupManager\\ListManagedInstancesResults' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/InstanceGroupManager/ListManagedInstancesResults.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\InstanceGroupManagersApplyUpdatesRequest\\MinimalAction' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/InstanceGroupManagersApplyUpdatesRequest/MinimalAction.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\InstanceGroupManagersApplyUpdatesRequest\\MostDisruptiveAllowedAction' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/InstanceGroupManagersApplyUpdatesRequest/MostDisruptiveAllowedAction.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\InstanceGroupsListInstancesRequest\\InstanceState' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/InstanceGroupsListInstancesRequest/InstanceState.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\InstanceManagedByIgmErrorInstanceActionDetails\\Action' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/InstanceManagedByIgmErrorInstanceActionDetails/Action.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\InstanceProperties\\KeyRevocationActionType' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/InstanceProperties/KeyRevocationActionType.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\InstanceProperties\\PrivateIpv6GoogleAccess' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/InstanceProperties/PrivateIpv6GoogleAccess.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\InstanceWithNamedPorts\\Status' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/InstanceWithNamedPorts/Status.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\Instance\\KeyRevocationActionType' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/Instance/KeyRevocationActionType.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\Instance\\PrivateIpv6GoogleAccess' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/Instance/PrivateIpv6GoogleAccess.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\Instance\\Status' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/Instance/Status.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy\\Type' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy/Type.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\InterconnectAttachment\\Bandwidth' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/InterconnectAttachment/Bandwidth.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\InterconnectAttachment\\EdgeAvailabilityDomain' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/InterconnectAttachment/EdgeAvailabilityDomain.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\InterconnectAttachment\\Encryption' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/InterconnectAttachment/Encryption.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\InterconnectAttachment\\OperationalStatus' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/InterconnectAttachment/OperationalStatus.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\InterconnectAttachment\\StackType' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/InterconnectAttachment/StackType.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\InterconnectAttachment\\State' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/InterconnectAttachment/State.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\InterconnectAttachment\\Type' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/InterconnectAttachment/Type.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\InterconnectDiagnosticsLinkLACPStatus\\State' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/InterconnectDiagnosticsLinkLACPStatus/State.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\InterconnectDiagnosticsLinkOpticalPower\\State' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/InterconnectDiagnosticsLinkOpticalPower/State.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\InterconnectDiagnosticsLinkStatus\\OperationalStatus' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/InterconnectDiagnosticsLinkStatus/OperationalStatus.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\InterconnectDiagnostics\\BundleAggregationType' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/InterconnectDiagnostics/BundleAggregationType.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\InterconnectDiagnostics\\BundleOperationalStatus' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/InterconnectDiagnostics/BundleOperationalStatus.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\InterconnectLocationRegionInfo\\LocationPresence' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/InterconnectLocationRegionInfo/LocationPresence.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\InterconnectLocation\\Continent' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/InterconnectLocation/Continent.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\InterconnectLocation\\Status' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/InterconnectLocation/Status.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\InterconnectOutageNotification\\IssueType' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/InterconnectOutageNotification/IssueType.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\InterconnectOutageNotification\\Source' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/InterconnectOutageNotification/Source.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\InterconnectOutageNotification\\State' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/InterconnectOutageNotification/State.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\Interconnect\\InterconnectType' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/Interconnect/InterconnectType.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\Interconnect\\LinkType' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/Interconnect/LinkType.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\Interconnect\\OperationalStatus' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/Interconnect/OperationalStatus.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\Interconnect\\State' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/Interconnect/State.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\LicenseCode\\State' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/LicenseCode/State.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\ListPeeringRoutesNetworksRequest\\Direction' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/ListPeeringRoutesNetworksRequest/Direction.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\LocationPolicyLocation\\Preference' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/LocationPolicyLocation/Preference.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\LocationPolicy\\TargetShape' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/LocationPolicy/TargetShape.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\LogConfigCloudAuditOptions\\LogName' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/LogConfigCloudAuditOptions/LogName.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\LogConfigDataAccessOptions\\LogMode' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/LogConfigDataAccessOptions/LogMode.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\MachineImage\\Status' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/MachineImage/Status.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\ManagedInstanceInstanceHealth\\DetailedHealthState' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/ManagedInstanceInstanceHealth/DetailedHealthState.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\ManagedInstance\\CurrentAction' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/ManagedInstance/CurrentAction.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\ManagedInstance\\InstanceStatus' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/ManagedInstance/InstanceStatus.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\MetadataFilter\\FilterMatchCriteria' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/MetadataFilter/FilterMatchCriteria.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\NetworkAttachmentConnectedEndpoint\\Status' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/NetworkAttachmentConnectedEndpoint/Status.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\NetworkAttachment\\ConnectionPreference' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/NetworkAttachment/ConnectionPreference.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\NetworkEndpointGroupPscData\\PscConnectionStatus' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/NetworkEndpointGroupPscData/PscConnectionStatus.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\NetworkEndpointGroup\\NetworkEndpointType' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/NetworkEndpointGroup/NetworkEndpointType.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\NetworkEndpointGroupsListEndpointsRequest\\HealthStatus' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/NetworkEndpointGroupsListEndpointsRequest/HealthStatus.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\NetworkInterface\\Ipv6AccessType' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/NetworkInterface/Ipv6AccessType.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\NetworkInterface\\NicType' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/NetworkInterface/NicType.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\NetworkInterface\\StackType' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/NetworkInterface/StackType.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\NetworkPeering\\StackType' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/NetworkPeering/StackType.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\NetworkPeering\\State' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/NetworkPeering/State.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\NetworkPerformanceConfig\\TotalEgressBandwidthTier' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/NetworkPerformanceConfig/TotalEgressBandwidthTier.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\NetworkRoutingConfig\\RoutingMode' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/NetworkRoutingConfig/RoutingMode.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\Network\\NetworkFirewallPolicyEnforcementOrder' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/Network/NetworkFirewallPolicyEnforcementOrder.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy\\Type' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy/Type.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\NodeGroupAutoscalingPolicy\\Mode' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/NodeGroupAutoscalingPolicy/Mode.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\NodeGroupNode\\CpuOvercommitType' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/NodeGroupNode/CpuOvercommitType.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\NodeGroupNode\\Status' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/NodeGroupNode/Status.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\NodeGroup\\MaintenancePolicy' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/NodeGroup/MaintenancePolicy.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\NodeGroup\\Status' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/NodeGroup/Status.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\NodeTemplate\\CpuOvercommitType' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/NodeTemplate/CpuOvercommitType.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\NodeTemplate\\Status' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/NodeTemplate/Status.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\Operation\\Status' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/Operation/Status.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\PacketIntervals\\Duration' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/PacketIntervals/Duration.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\PacketIntervals\\Type' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/PacketIntervals/Type.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\PacketMirroringFilter\\Direction' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/PacketMirroringFilter/Direction.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\PacketMirroring\\Enable' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/PacketMirroring/Enable.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\PerInstanceConfig\\Status' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/PerInstanceConfig/Status.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\PreservedStatePreservedDisk\\AutoDelete' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/PreservedStatePreservedDisk/AutoDelete.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\PreservedStatePreservedDisk\\Mode' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/PreservedStatePreservedDisk/Mode.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\Project\\DefaultNetworkTier' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/Project/DefaultNetworkTier.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\Project\\VmDnsSetting' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/Project/VmDnsSetting.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\Project\\XpnProjectStatus' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/Project/XpnProjectStatus.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\ProjectsSetDefaultNetworkTierRequest\\NetworkTier' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/ProjectsSetDefaultNetworkTierRequest/NetworkTier.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\PublicAdvertisedPrefix\\Status' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/PublicAdvertisedPrefix/Status.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\PublicDelegatedPrefixPublicDelegatedSubPrefix\\Status' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/PublicDelegatedPrefixPublicDelegatedSubPrefix/Status.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\PublicDelegatedPrefix\\Status' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/PublicDelegatedPrefix/Status.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\Quota\\Metric' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/Quota/Metric.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\RawDisk\\ContainerType' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/RawDisk/ContainerType.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\RegionInstanceGroupManagersApplyUpdatesRequest\\MinimalAction' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/RegionInstanceGroupManagersApplyUpdatesRequest/MinimalAction.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\RegionInstanceGroupManagersApplyUpdatesRequest\\MostDisruptiveAllowedAction' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/RegionInstanceGroupManagersApplyUpdatesRequest/MostDisruptiveAllowedAction.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\RegionInstanceGroupsListInstancesRequest\\InstanceState' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/RegionInstanceGroupsListInstancesRequest/InstanceState.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy\\Type' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy/Type.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\Region\\Status' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/Region/Status.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\ReservationAffinity\\ConsumeReservationType' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/ReservationAffinity/ConsumeReservationType.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\Reservation\\Status' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/Reservation/Status.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\ResourceCommitment\\Type' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/ResourceCommitment/Type.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\ResourcePolicyGroupPlacementPolicy\\Collocation' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/ResourcePolicyGroupPlacementPolicy/Collocation.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\ResourcePolicySnapshotSchedulePolicyRetentionPolicy\\OnSourceDiskDelete' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/ResourcePolicySnapshotSchedulePolicyRetentionPolicy/OnSourceDiskDelete.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\ResourcePolicyWeeklyCycleDayOfWeek\\Day' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/ResourcePolicyWeeklyCycleDayOfWeek/Day.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\ResourcePolicy\\Status' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/ResourcePolicy/Status.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\RouteAsPath\\PathSegmentType' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/RouteAsPath/PathSegmentType.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\Route\\RouteStatus' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/Route/RouteStatus.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\Route\\RouteType' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/Route/RouteType.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\RouterBgpPeerBfd\\SessionInitializationMode' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/RouterBgpPeerBfd/SessionInitializationMode.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\RouterBgpPeer\\AdvertiseMode' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/RouterBgpPeer/AdvertiseMode.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\RouterBgpPeer\\AdvertisedGroups' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/RouterBgpPeer/AdvertisedGroups.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\RouterBgpPeer\\Enable' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/RouterBgpPeer/Enable.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\RouterBgpPeer\\ManagementType' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/RouterBgpPeer/ManagementType.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\RouterBgp\\AdvertiseMode' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/RouterBgp/AdvertiseMode.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\RouterBgp\\AdvertisedGroups' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/RouterBgp/AdvertisedGroups.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\RouterInterface\\ManagementType' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/RouterInterface/ManagementType.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\RouterNatLogConfig\\Filter' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/RouterNatLogConfig/Filter.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\RouterNatSubnetworkToNat\\SourceIpRangesToNat' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/RouterNatSubnetworkToNat/SourceIpRangesToNat.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\RouterNat\\EndpointTypes' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/RouterNat/EndpointTypes.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\RouterNat\\NatIpAllocateOption' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/RouterNat/NatIpAllocateOption.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\RouterNat\\SourceSubnetworkIpRangesToNat' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/RouterNat/SourceSubnetworkIpRangesToNat.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\RouterStatusBgpPeerStatus\\Status' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/RouterStatusBgpPeerStatus/Status.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\RouterStatusBgpPeerStatus\\StatusReason' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/RouterStatusBgpPeerStatus/StatusReason.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\Rule\\Action' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/Rule/Action.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\SSLHealthCheck\\PortSpecification' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/SSLHealthCheck/PortSpecification.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\SSLHealthCheck\\ProxyHeader' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/SSLHealthCheck/ProxyHeader.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\SavedAttachedDisk\\Mode' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/SavedAttachedDisk/Mode.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\SavedAttachedDisk\\PBInterface' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/SavedAttachedDisk/PBInterface.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\SavedAttachedDisk\\StorageBytesStatus' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/SavedAttachedDisk/StorageBytesStatus.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\SavedAttachedDisk\\Type' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/SavedAttachedDisk/Type.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\SavedDisk\\Architecture' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/SavedDisk/Architecture.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\SavedDisk\\StorageBytesStatus' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/SavedDisk/StorageBytesStatus.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\ScalingScheduleStatus\\State' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/ScalingScheduleStatus/State.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\SchedulingNodeAffinity\\Operator' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/SchedulingNodeAffinity/Operator.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\Scheduling\\InstanceTerminationAction' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/Scheduling/InstanceTerminationAction.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\Scheduling\\OnHostMaintenance' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/Scheduling/OnHostMaintenance.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\Scheduling\\ProvisioningModel' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/Scheduling/ProvisioningModel.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig\\RuleVisibility' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig/RuleVisibility.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\SecurityPolicyAdvancedOptionsConfig\\JsonParsing' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/SecurityPolicyAdvancedOptionsConfig/JsonParsing.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\SecurityPolicyAdvancedOptionsConfig\\LogLevel' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/SecurityPolicyAdvancedOptionsConfig/LogLevel.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\SecurityPolicyDdosProtectionConfig\\DdosProtection' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/SecurityPolicyDdosProtectionConfig/DdosProtection.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\SecurityPolicyRuleMatcher\\VersionedExpr' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/SecurityPolicyRuleMatcher/VersionedExpr.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\SecurityPolicyRuleRateLimitOptions\\EnforceOnKey' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/SecurityPolicyRuleRateLimitOptions/EnforceOnKey.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\SecurityPolicyRuleRedirectOptions\\Type' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/SecurityPolicyRuleRedirectOptions/Type.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\SecurityPolicy\\Type' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/SecurityPolicy/Type.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\ServerBinding\\Type' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/ServerBinding/Type.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\ServiceAttachmentConnectedEndpoint\\Status' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/ServiceAttachmentConnectedEndpoint/Status.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\ServiceAttachment\\ConnectionPreference' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/ServiceAttachment/ConnectionPreference.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\ShareSettings\\ShareType' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/ShareSettings/ShareType.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\Snapshot\\Architecture' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/Snapshot/Architecture.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\Snapshot\\SnapshotType' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/Snapshot/SnapshotType.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\Snapshot\\Status' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/Snapshot/Status.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\Snapshot\\StorageBytesStatus' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/Snapshot/StorageBytesStatus.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\SourceInstanceProperties\\KeyRevocationActionType' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/SourceInstanceProperties/KeyRevocationActionType.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\SslCertificateManagedSslCertificate\\Status' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/SslCertificateManagedSslCertificate/Status.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\SslCertificate\\Type' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/SslCertificate/Type.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\SslPolicy\\MinTlsVersion' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/SslPolicy/MinTlsVersion.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\SslPolicy\\Profile' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/SslPolicy/Profile.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\StatefulPolicyPreservedStateDiskDevice\\AutoDelete' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/StatefulPolicyPreservedStateDiskDevice/AutoDelete.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\SubnetworkLogConfig\\AggregationInterval' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/SubnetworkLogConfig/AggregationInterval.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\SubnetworkLogConfig\\Metadata' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/SubnetworkLogConfig/Metadata.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\Subnetwork\\Ipv6AccessType' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/Subnetwork/Ipv6AccessType.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\Subnetwork\\PrivateIpv6GoogleAccess' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/Subnetwork/PrivateIpv6GoogleAccess.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\Subnetwork\\Purpose' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/Subnetwork/Purpose.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\Subnetwork\\Role' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/Subnetwork/Role.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\Subnetwork\\StackType' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/Subnetwork/StackType.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\Subnetwork\\State' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/Subnetwork/State.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\Subsetting\\Policy' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/Subsetting/Policy.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\TCPHealthCheck\\PortSpecification' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/TCPHealthCheck/PortSpecification.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\TCPHealthCheck\\ProxyHeader' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/TCPHealthCheck/ProxyHeader.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\TargetHttpsProxiesSetQuicOverrideRequest\\QuicOverride' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/TargetHttpsProxiesSetQuicOverrideRequest/QuicOverride.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\TargetHttpsProxy\\QuicOverride' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/TargetHttpsProxy/QuicOverride.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\TargetInstance\\NatPolicy' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/TargetInstance/NatPolicy.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\TargetPool\\SessionAffinity' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/TargetPool/SessionAffinity.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\TargetSslProxiesSetProxyHeaderRequest\\ProxyHeader' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/TargetSslProxiesSetProxyHeaderRequest/ProxyHeader.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\TargetSslProxy\\ProxyHeader' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/TargetSslProxy/ProxyHeader.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\TargetTcpProxiesSetProxyHeaderRequest\\ProxyHeader' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/TargetTcpProxiesSetProxyHeaderRequest/ProxyHeader.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\TargetTcpProxy\\ProxyHeader' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/TargetTcpProxy/ProxyHeader.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\TargetVpnGateway\\Status' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/TargetVpnGateway/Status.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\UpdateInstanceRequest\\MinimalAction' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/UpdateInstanceRequest/MinimalAction.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\UpdateInstanceRequest\\MostDisruptiveAllowedAction' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/UpdateInstanceRequest/MostDisruptiveAllowedAction.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\UrlMapsValidateRequest\\LoadBalancingSchemes' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/UrlMapsValidateRequest/LoadBalancingSchemes.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\UsableSubnetwork\\Ipv6AccessType' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/UsableSubnetwork/Ipv6AccessType.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\UsableSubnetwork\\Purpose' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/UsableSubnetwork/Purpose.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\UsableSubnetwork\\Role' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/UsableSubnetwork/Role.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\UsableSubnetwork\\StackType' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/UsableSubnetwork/StackType.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\VpnGatewayStatusHighAvailabilityRequirementState\\State' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/VpnGatewayStatusHighAvailabilityRequirementState/State.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\VpnGatewayStatusHighAvailabilityRequirementState\\UnsatisfiedReason' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/VpnGatewayStatusHighAvailabilityRequirementState/UnsatisfiedReason.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\VpnGateway\\StackType' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/VpnGateway/StackType.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\VpnTunnel\\Status' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/VpnTunnel/Status.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\Warning\\Code' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/Warning/Code.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\Warnings\\Code' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/Warnings/Code.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\XpnResourceId\\Type' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/XpnResourceId/Type.php',
    'Google\\Cloud\\Compute\\V1\\Enums\\Zone\\Status' => $vendorDir . '/google/cloud/Compute/src/V1/Enums/Zone/Status.php',
    'Google\\Cloud\\Compute\\V1\\Error' => $vendorDir . '/google/cloud/Compute/src/V1/Error.php',
    'Google\\Cloud\\Compute\\V1\\ErrorDetails' => $vendorDir . '/google/cloud/Compute/src/V1/ErrorDetails.php',
    'Google\\Cloud\\Compute\\V1\\ErrorInfo' => $vendorDir . '/google/cloud/Compute/src/V1/ErrorInfo.php',
    'Google\\Cloud\\Compute\\V1\\Errors' => $vendorDir . '/google/cloud/Compute/src/V1/Errors.php',
    'Google\\Cloud\\Compute\\V1\\ExchangedPeeringRoute' => $vendorDir . '/google/cloud/Compute/src/V1/ExchangedPeeringRoute.php',
    'Google\\Cloud\\Compute\\V1\\ExchangedPeeringRoute\\Type' => $vendorDir . '/google/cloud/Compute/src/V1/ExchangedPeeringRoute/Type.php',
    'Google\\Cloud\\Compute\\V1\\ExchangedPeeringRoutesList' => $vendorDir . '/google/cloud/Compute/src/V1/ExchangedPeeringRoutesList.php',
    'Google\\Cloud\\Compute\\V1\\ExpandIpCidrRangeSubnetworkRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ExpandIpCidrRangeSubnetworkRequest.php',
    'Google\\Cloud\\Compute\\V1\\Expr' => $vendorDir . '/google/cloud/Compute/src/V1/Expr.php',
    'Google\\Cloud\\Compute\\V1\\ExternalVpnGateway' => $vendorDir . '/google/cloud/Compute/src/V1/ExternalVpnGateway.php',
    'Google\\Cloud\\Compute\\V1\\ExternalVpnGatewayInterface' => $vendorDir . '/google/cloud/Compute/src/V1/ExternalVpnGatewayInterface.php',
    'Google\\Cloud\\Compute\\V1\\ExternalVpnGatewayList' => $vendorDir . '/google/cloud/Compute/src/V1/ExternalVpnGatewayList.php',
    'Google\\Cloud\\Compute\\V1\\ExternalVpnGateway\\RedundancyType' => $vendorDir . '/google/cloud/Compute/src/V1/ExternalVpnGateway/RedundancyType.php',
    'Google\\Cloud\\Compute\\V1\\ExternalVpnGatewaysClient' => $vendorDir . '/google/cloud/Compute/src/V1/ExternalVpnGatewaysClient.php',
    'Google\\Cloud\\Compute\\V1\\FileContentBuffer' => $vendorDir . '/google/cloud/Compute/src/V1/FileContentBuffer.php',
    'Google\\Cloud\\Compute\\V1\\FileContentBuffer\\FileType' => $vendorDir . '/google/cloud/Compute/src/V1/FileContentBuffer/FileType.php',
    'Google\\Cloud\\Compute\\V1\\Firewall' => $vendorDir . '/google/cloud/Compute/src/V1/Firewall.php',
    'Google\\Cloud\\Compute\\V1\\FirewallList' => $vendorDir . '/google/cloud/Compute/src/V1/FirewallList.php',
    'Google\\Cloud\\Compute\\V1\\FirewallLogConfig' => $vendorDir . '/google/cloud/Compute/src/V1/FirewallLogConfig.php',
    'Google\\Cloud\\Compute\\V1\\FirewallLogConfig\\Metadata' => $vendorDir . '/google/cloud/Compute/src/V1/FirewallLogConfig/Metadata.php',
    'Google\\Cloud\\Compute\\V1\\FirewallPoliciesClient' => $vendorDir . '/google/cloud/Compute/src/V1/FirewallPoliciesClient.php',
    'Google\\Cloud\\Compute\\V1\\FirewallPoliciesListAssociationsResponse' => $vendorDir . '/google/cloud/Compute/src/V1/FirewallPoliciesListAssociationsResponse.php',
    'Google\\Cloud\\Compute\\V1\\FirewallPolicy' => $vendorDir . '/google/cloud/Compute/src/V1/FirewallPolicy.php',
    'Google\\Cloud\\Compute\\V1\\FirewallPolicyAssociation' => $vendorDir . '/google/cloud/Compute/src/V1/FirewallPolicyAssociation.php',
    'Google\\Cloud\\Compute\\V1\\FirewallPolicyList' => $vendorDir . '/google/cloud/Compute/src/V1/FirewallPolicyList.php',
    'Google\\Cloud\\Compute\\V1\\FirewallPolicyRule' => $vendorDir . '/google/cloud/Compute/src/V1/FirewallPolicyRule.php',
    'Google\\Cloud\\Compute\\V1\\FirewallPolicyRuleMatcher' => $vendorDir . '/google/cloud/Compute/src/V1/FirewallPolicyRuleMatcher.php',
    'Google\\Cloud\\Compute\\V1\\FirewallPolicyRuleMatcherLayer4Config' => $vendorDir . '/google/cloud/Compute/src/V1/FirewallPolicyRuleMatcherLayer4Config.php',
    'Google\\Cloud\\Compute\\V1\\FirewallPolicyRuleSecureTag' => $vendorDir . '/google/cloud/Compute/src/V1/FirewallPolicyRuleSecureTag.php',
    'Google\\Cloud\\Compute\\V1\\FirewallPolicyRuleSecureTag\\State' => $vendorDir . '/google/cloud/Compute/src/V1/FirewallPolicyRuleSecureTag/State.php',
    'Google\\Cloud\\Compute\\V1\\FirewallPolicyRule\\Direction' => $vendorDir . '/google/cloud/Compute/src/V1/FirewallPolicyRule/Direction.php',
    'Google\\Cloud\\Compute\\V1\\Firewall\\Direction' => $vendorDir . '/google/cloud/Compute/src/V1/Firewall/Direction.php',
    'Google\\Cloud\\Compute\\V1\\FirewallsClient' => $vendorDir . '/google/cloud/Compute/src/V1/FirewallsClient.php',
    'Google\\Cloud\\Compute\\V1\\FixedOrPercent' => $vendorDir . '/google/cloud/Compute/src/V1/FixedOrPercent.php',
    'Google\\Cloud\\Compute\\V1\\ForwardingRule' => $vendorDir . '/google/cloud/Compute/src/V1/ForwardingRule.php',
    'Google\\Cloud\\Compute\\V1\\ForwardingRuleAggregatedList' => $vendorDir . '/google/cloud/Compute/src/V1/ForwardingRuleAggregatedList.php',
    'Google\\Cloud\\Compute\\V1\\ForwardingRuleList' => $vendorDir . '/google/cloud/Compute/src/V1/ForwardingRuleList.php',
    'Google\\Cloud\\Compute\\V1\\ForwardingRuleReference' => $vendorDir . '/google/cloud/Compute/src/V1/ForwardingRuleReference.php',
    'Google\\Cloud\\Compute\\V1\\ForwardingRuleServiceDirectoryRegistration' => $vendorDir . '/google/cloud/Compute/src/V1/ForwardingRuleServiceDirectoryRegistration.php',
    'Google\\Cloud\\Compute\\V1\\ForwardingRule\\IPProtocol' => $vendorDir . '/google/cloud/Compute/src/V1/ForwardingRule/IPProtocol.php',
    'Google\\Cloud\\Compute\\V1\\ForwardingRule\\IPProtocolEnum' => $vendorDir . '/google/cloud/Compute/src/V1/ForwardingRule/IPProtocolEnum.php',
    'Google\\Cloud\\Compute\\V1\\ForwardingRule\\IpVersion' => $vendorDir . '/google/cloud/Compute/src/V1/ForwardingRule/IpVersion.php',
    'Google\\Cloud\\Compute\\V1\\ForwardingRule\\LoadBalancingScheme' => $vendorDir . '/google/cloud/Compute/src/V1/ForwardingRule/LoadBalancingScheme.php',
    'Google\\Cloud\\Compute\\V1\\ForwardingRule\\NetworkTier' => $vendorDir . '/google/cloud/Compute/src/V1/ForwardingRule/NetworkTier.php',
    'Google\\Cloud\\Compute\\V1\\ForwardingRule\\PscConnectionStatus' => $vendorDir . '/google/cloud/Compute/src/V1/ForwardingRule/PscConnectionStatus.php',
    'Google\\Cloud\\Compute\\V1\\ForwardingRulesClient' => $vendorDir . '/google/cloud/Compute/src/V1/ForwardingRulesClient.php',
    'Google\\Cloud\\Compute\\V1\\ForwardingRulesScopedList' => $vendorDir . '/google/cloud/Compute/src/V1/ForwardingRulesScopedList.php',
    'Google\\Cloud\\Compute\\V1\\GRPCHealthCheck' => $vendorDir . '/google/cloud/Compute/src/V1/GRPCHealthCheck.php',
    'Google\\Cloud\\Compute\\V1\\GRPCHealthCheck\\PortSpecification' => $vendorDir . '/google/cloud/Compute/src/V1/GRPCHealthCheck/PortSpecification.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\AcceleratorTypesGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/AcceleratorTypesGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\AddressesGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/AddressesGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\AutoscalersGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/AutoscalersGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\BackendBucketsGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/BackendBucketsGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\BackendServicesGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/BackendServicesGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\DiskTypesGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/DiskTypesGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\DisksGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/DisksGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\ExternalVpnGatewaysGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/ExternalVpnGatewaysGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\FirewallPoliciesGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/FirewallPoliciesGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\FirewallsGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/FirewallsGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\ForwardingRulesGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/ForwardingRulesGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\GlobalAddressesGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/GlobalAddressesGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\GlobalForwardingRulesGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/GlobalForwardingRulesGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\GlobalNetworkEndpointGroupsGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/GlobalNetworkEndpointGroupsGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\GlobalOperationsGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/GlobalOperationsGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\GlobalOrganizationOperationsGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/GlobalOrganizationOperationsGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\GlobalPublicDelegatedPrefixesGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/GlobalPublicDelegatedPrefixesGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\HealthChecksGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/HealthChecksGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\ImageFamilyViewsGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/ImageFamilyViewsGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\ImagesGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/ImagesGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\InstanceGroupManagersGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/InstanceGroupManagersGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\InstanceGroupsGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/InstanceGroupsGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\InstanceTemplatesGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/InstanceTemplatesGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\InstancesGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/InstancesGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\InterconnectAttachmentsGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/InterconnectAttachmentsGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\InterconnectLocationsGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/InterconnectLocationsGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\InterconnectsGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/InterconnectsGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\LicenseCodesGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/LicenseCodesGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\LicensesGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/LicensesGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\MachineImagesGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/MachineImagesGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\MachineTypesGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/MachineTypesGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\NetworkAttachmentsGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/NetworkAttachmentsGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\NetworkEdgeSecurityServicesGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/NetworkEdgeSecurityServicesGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\NetworkEndpointGroupsGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/NetworkEndpointGroupsGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\NetworkFirewallPoliciesGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/NetworkFirewallPoliciesGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\NetworksGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/NetworksGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\NodeGroupsGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/NodeGroupsGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\NodeTemplatesGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/NodeTemplatesGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\NodeTypesGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/NodeTypesGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\PacketMirroringsGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/PacketMirroringsGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\ProjectsGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/ProjectsGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\PublicAdvertisedPrefixesGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/PublicAdvertisedPrefixesGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\PublicDelegatedPrefixesGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/PublicDelegatedPrefixesGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\RegionAutoscalersGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/RegionAutoscalersGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\RegionBackendServicesGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/RegionBackendServicesGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\RegionCommitmentsGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/RegionCommitmentsGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\RegionDiskTypesGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/RegionDiskTypesGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\RegionDisksGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/RegionDisksGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\RegionHealthCheckServicesGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/RegionHealthCheckServicesGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\RegionHealthChecksGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/RegionHealthChecksGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\RegionInstanceGroupManagersGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/RegionInstanceGroupManagersGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\RegionInstanceGroupsGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/RegionInstanceGroupsGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\RegionInstancesGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/RegionInstancesGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\RegionNetworkEndpointGroupsGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/RegionNetworkEndpointGroupsGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\RegionNetworkFirewallPoliciesGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/RegionNetworkFirewallPoliciesGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\RegionNotificationEndpointsGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/RegionNotificationEndpointsGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\RegionOperationsGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/RegionOperationsGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\RegionSecurityPoliciesGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/RegionSecurityPoliciesGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\RegionSslCertificatesGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/RegionSslCertificatesGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\RegionSslPoliciesGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/RegionSslPoliciesGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\RegionTargetHttpProxiesGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/RegionTargetHttpProxiesGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\RegionTargetHttpsProxiesGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/RegionTargetHttpsProxiesGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\RegionTargetTcpProxiesGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/RegionTargetTcpProxiesGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\RegionUrlMapsGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/RegionUrlMapsGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\RegionsGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/RegionsGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\ReservationsGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/ReservationsGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\ResourcePoliciesGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/ResourcePoliciesGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\RoutersGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/RoutersGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\RoutesGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/RoutesGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\SecurityPoliciesGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/SecurityPoliciesGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\ServiceAttachmentsGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/ServiceAttachmentsGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\SnapshotsGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/SnapshotsGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\SslCertificatesGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/SslCertificatesGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\SslPoliciesGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/SslPoliciesGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\SubnetworksGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/SubnetworksGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\TargetGrpcProxiesGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/TargetGrpcProxiesGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\TargetHttpProxiesGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/TargetHttpProxiesGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\TargetHttpsProxiesGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/TargetHttpsProxiesGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\TargetInstancesGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/TargetInstancesGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\TargetPoolsGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/TargetPoolsGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\TargetSslProxiesGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/TargetSslProxiesGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\TargetTcpProxiesGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/TargetTcpProxiesGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\TargetVpnGatewaysGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/TargetVpnGatewaysGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\UrlMapsGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/UrlMapsGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\VpnGatewaysGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/VpnGatewaysGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\VpnTunnelsGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/VpnTunnelsGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\ZoneOperationsGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/ZoneOperationsGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\Gapic\\ZonesGapicClient' => $vendorDir . '/google/cloud/Compute/src/V1/Gapic/ZonesGapicClient.php',
    'Google\\Cloud\\Compute\\V1\\GetAcceleratorTypeRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetAcceleratorTypeRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetAddressRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetAddressRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetAssociationFirewallPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetAssociationFirewallPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetAssociationNetworkFirewallPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetAssociationNetworkFirewallPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetAssociationRegionNetworkFirewallPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetAssociationRegionNetworkFirewallPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetAutoscalerRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetAutoscalerRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetBackendBucketRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetBackendBucketRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetBackendServiceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetBackendServiceRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetDiagnosticsInterconnectRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetDiagnosticsInterconnectRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetDiskRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetDiskRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetDiskTypeRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetDiskTypeRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetEffectiveFirewallsInstanceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetEffectiveFirewallsInstanceRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetEffectiveFirewallsNetworkRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetEffectiveFirewallsNetworkRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetEffectiveFirewallsRegionNetworkFirewallPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetEffectiveFirewallsRegionNetworkFirewallPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetExternalVpnGatewayRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetExternalVpnGatewayRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetFirewallPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetFirewallPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetFirewallRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetFirewallRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetForwardingRuleRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetForwardingRuleRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetFromFamilyImageRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetFromFamilyImageRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetGlobalAddressRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetGlobalAddressRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetGlobalForwardingRuleRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetGlobalForwardingRuleRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetGlobalNetworkEndpointGroupRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetGlobalNetworkEndpointGroupRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetGlobalOperationRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetGlobalOperationRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetGlobalOrganizationOperationRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetGlobalOrganizationOperationRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetGlobalPublicDelegatedPrefixeRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetGlobalPublicDelegatedPrefixeRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetGuestAttributesInstanceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetGuestAttributesInstanceRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetHealthBackendServiceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetHealthBackendServiceRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetHealthCheckRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetHealthCheckRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetHealthRegionBackendServiceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetHealthRegionBackendServiceRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetHealthTargetPoolRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetHealthTargetPoolRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetIamPolicyBackendServiceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetIamPolicyBackendServiceRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetIamPolicyDiskRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetIamPolicyDiskRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetIamPolicyFirewallPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetIamPolicyFirewallPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetIamPolicyImageRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetIamPolicyImageRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetIamPolicyInstanceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetIamPolicyInstanceRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetIamPolicyInstanceTemplateRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetIamPolicyInstanceTemplateRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetIamPolicyLicenseRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetIamPolicyLicenseRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetIamPolicyMachineImageRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetIamPolicyMachineImageRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetIamPolicyNetworkAttachmentRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetIamPolicyNetworkAttachmentRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetIamPolicyNetworkFirewallPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetIamPolicyNetworkFirewallPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetIamPolicyNodeGroupRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetIamPolicyNodeGroupRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetIamPolicyNodeTemplateRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetIamPolicyNodeTemplateRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetIamPolicyRegionBackendServiceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetIamPolicyRegionBackendServiceRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetIamPolicyRegionDiskRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetIamPolicyRegionDiskRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetIamPolicyRegionNetworkFirewallPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetIamPolicyRegionNetworkFirewallPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetIamPolicyReservationRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetIamPolicyReservationRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetIamPolicyResourcePolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetIamPolicyResourcePolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetIamPolicyServiceAttachmentRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetIamPolicyServiceAttachmentRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetIamPolicySnapshotRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetIamPolicySnapshotRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetIamPolicySubnetworkRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetIamPolicySubnetworkRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetImageFamilyViewRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetImageFamilyViewRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetImageRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetImageRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetInstanceGroupManagerRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetInstanceGroupManagerRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetInstanceGroupRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetInstanceGroupRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetInstanceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetInstanceRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetInstanceTemplateRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetInstanceTemplateRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetInterconnectAttachmentRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetInterconnectAttachmentRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetInterconnectLocationRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetInterconnectLocationRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetInterconnectRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetInterconnectRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetLicenseCodeRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetLicenseCodeRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetLicenseRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetLicenseRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetMachineImageRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetMachineImageRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetMachineTypeRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetMachineTypeRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetNatMappingInfoRoutersRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetNatMappingInfoRoutersRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetNetworkAttachmentRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetNetworkAttachmentRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetNetworkEdgeSecurityServiceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetNetworkEdgeSecurityServiceRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetNetworkEndpointGroupRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetNetworkEndpointGroupRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetNetworkFirewallPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetNetworkFirewallPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetNetworkRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetNetworkRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetNodeGroupRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetNodeGroupRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetNodeTemplateRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetNodeTemplateRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetNodeTypeRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetNodeTypeRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetPacketMirroringRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetPacketMirroringRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetProjectRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetProjectRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetPublicAdvertisedPrefixeRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetPublicAdvertisedPrefixeRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetPublicDelegatedPrefixeRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetPublicDelegatedPrefixeRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetRegionAutoscalerRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetRegionAutoscalerRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetRegionBackendServiceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetRegionBackendServiceRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetRegionCommitmentRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetRegionCommitmentRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetRegionDiskRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetRegionDiskRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetRegionDiskTypeRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetRegionDiskTypeRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetRegionHealthCheckRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetRegionHealthCheckRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetRegionHealthCheckServiceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetRegionHealthCheckServiceRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetRegionInstanceGroupManagerRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetRegionInstanceGroupManagerRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetRegionInstanceGroupRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetRegionInstanceGroupRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetRegionNetworkEndpointGroupRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetRegionNetworkEndpointGroupRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetRegionNetworkFirewallPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetRegionNetworkFirewallPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetRegionNotificationEndpointRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetRegionNotificationEndpointRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetRegionOperationRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetRegionOperationRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetRegionRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetRegionRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetRegionSecurityPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetRegionSecurityPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetRegionSslCertificateRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetRegionSslCertificateRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetRegionSslPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetRegionSslPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetRegionTargetHttpProxyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetRegionTargetHttpProxyRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetRegionTargetHttpsProxyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetRegionTargetHttpsProxyRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetRegionTargetTcpProxyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetRegionTargetTcpProxyRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetRegionUrlMapRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetRegionUrlMapRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetReservationRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetReservationRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetResourcePolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetResourcePolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetRouteRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetRouteRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetRouterRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetRouterRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetRouterStatusRouterRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetRouterStatusRouterRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetRuleFirewallPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetRuleFirewallPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetRuleNetworkFirewallPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetRuleNetworkFirewallPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetRuleRegionNetworkFirewallPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetRuleRegionNetworkFirewallPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetRuleSecurityPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetRuleSecurityPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetScreenshotInstanceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetScreenshotInstanceRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetSecurityPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetSecurityPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetSerialPortOutputInstanceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetSerialPortOutputInstanceRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetServiceAttachmentRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetServiceAttachmentRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetShieldedInstanceIdentityInstanceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetShieldedInstanceIdentityInstanceRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetSnapshotRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetSnapshotRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetSslCertificateRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetSslCertificateRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetSslPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetSslPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetStatusVpnGatewayRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetStatusVpnGatewayRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetSubnetworkRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetSubnetworkRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetTargetGrpcProxyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetTargetGrpcProxyRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetTargetHttpProxyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetTargetHttpProxyRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetTargetHttpsProxyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetTargetHttpsProxyRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetTargetInstanceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetTargetInstanceRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetTargetPoolRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetTargetPoolRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetTargetSslProxyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetTargetSslProxyRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetTargetTcpProxyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetTargetTcpProxyRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetTargetVpnGatewayRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetTargetVpnGatewayRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetUrlMapRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetUrlMapRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetVpnGatewayRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetVpnGatewayRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetVpnTunnelRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetVpnTunnelRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetXpnHostProjectRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetXpnHostProjectRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetXpnResourcesProjectsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetXpnResourcesProjectsRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetZoneOperationRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetZoneOperationRequest.php',
    'Google\\Cloud\\Compute\\V1\\GetZoneRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GetZoneRequest.php',
    'Google\\Cloud\\Compute\\V1\\GlobalAddressesClient' => $vendorDir . '/google/cloud/Compute/src/V1/GlobalAddressesClient.php',
    'Google\\Cloud\\Compute\\V1\\GlobalForwardingRulesClient' => $vendorDir . '/google/cloud/Compute/src/V1/GlobalForwardingRulesClient.php',
    'Google\\Cloud\\Compute\\V1\\GlobalNetworkEndpointGroupsAttachEndpointsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GlobalNetworkEndpointGroupsAttachEndpointsRequest.php',
    'Google\\Cloud\\Compute\\V1\\GlobalNetworkEndpointGroupsClient' => $vendorDir . '/google/cloud/Compute/src/V1/GlobalNetworkEndpointGroupsClient.php',
    'Google\\Cloud\\Compute\\V1\\GlobalNetworkEndpointGroupsDetachEndpointsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GlobalNetworkEndpointGroupsDetachEndpointsRequest.php',
    'Google\\Cloud\\Compute\\V1\\GlobalOperationsClient' => $vendorDir . '/google/cloud/Compute/src/V1/GlobalOperationsClient.php',
    'Google\\Cloud\\Compute\\V1\\GlobalOrganizationOperationsClient' => $vendorDir . '/google/cloud/Compute/src/V1/GlobalOrganizationOperationsClient.php',
    'Google\\Cloud\\Compute\\V1\\GlobalOrganizationSetPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GlobalOrganizationSetPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\GlobalPublicDelegatedPrefixesClient' => $vendorDir . '/google/cloud/Compute/src/V1/GlobalPublicDelegatedPrefixesClient.php',
    'Google\\Cloud\\Compute\\V1\\GlobalSetLabelsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GlobalSetLabelsRequest.php',
    'Google\\Cloud\\Compute\\V1\\GlobalSetPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/GlobalSetPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\GuestAttributes' => $vendorDir . '/google/cloud/Compute/src/V1/GuestAttributes.php',
    'Google\\Cloud\\Compute\\V1\\GuestAttributesEntry' => $vendorDir . '/google/cloud/Compute/src/V1/GuestAttributesEntry.php',
    'Google\\Cloud\\Compute\\V1\\GuestAttributesValue' => $vendorDir . '/google/cloud/Compute/src/V1/GuestAttributesValue.php',
    'Google\\Cloud\\Compute\\V1\\GuestOsFeature' => $vendorDir . '/google/cloud/Compute/src/V1/GuestOsFeature.php',
    'Google\\Cloud\\Compute\\V1\\GuestOsFeature\\Type' => $vendorDir . '/google/cloud/Compute/src/V1/GuestOsFeature/Type.php',
    'Google\\Cloud\\Compute\\V1\\HTTP2HealthCheck' => $vendorDir . '/google/cloud/Compute/src/V1/HTTP2HealthCheck.php',
    'Google\\Cloud\\Compute\\V1\\HTTP2HealthCheck\\PortSpecification' => $vendorDir . '/google/cloud/Compute/src/V1/HTTP2HealthCheck/PortSpecification.php',
    'Google\\Cloud\\Compute\\V1\\HTTP2HealthCheck\\ProxyHeader' => $vendorDir . '/google/cloud/Compute/src/V1/HTTP2HealthCheck/ProxyHeader.php',
    'Google\\Cloud\\Compute\\V1\\HTTPHealthCheck' => $vendorDir . '/google/cloud/Compute/src/V1/HTTPHealthCheck.php',
    'Google\\Cloud\\Compute\\V1\\HTTPHealthCheck\\PortSpecification' => $vendorDir . '/google/cloud/Compute/src/V1/HTTPHealthCheck/PortSpecification.php',
    'Google\\Cloud\\Compute\\V1\\HTTPHealthCheck\\ProxyHeader' => $vendorDir . '/google/cloud/Compute/src/V1/HTTPHealthCheck/ProxyHeader.php',
    'Google\\Cloud\\Compute\\V1\\HTTPSHealthCheck' => $vendorDir . '/google/cloud/Compute/src/V1/HTTPSHealthCheck.php',
    'Google\\Cloud\\Compute\\V1\\HTTPSHealthCheck\\PortSpecification' => $vendorDir . '/google/cloud/Compute/src/V1/HTTPSHealthCheck/PortSpecification.php',
    'Google\\Cloud\\Compute\\V1\\HTTPSHealthCheck\\ProxyHeader' => $vendorDir . '/google/cloud/Compute/src/V1/HTTPSHealthCheck/ProxyHeader.php',
    'Google\\Cloud\\Compute\\V1\\HealthCheck' => $vendorDir . '/google/cloud/Compute/src/V1/HealthCheck.php',
    'Google\\Cloud\\Compute\\V1\\HealthCheckList' => $vendorDir . '/google/cloud/Compute/src/V1/HealthCheckList.php',
    'Google\\Cloud\\Compute\\V1\\HealthCheckLogConfig' => $vendorDir . '/google/cloud/Compute/src/V1/HealthCheckLogConfig.php',
    'Google\\Cloud\\Compute\\V1\\HealthCheckReference' => $vendorDir . '/google/cloud/Compute/src/V1/HealthCheckReference.php',
    'Google\\Cloud\\Compute\\V1\\HealthCheckService' => $vendorDir . '/google/cloud/Compute/src/V1/HealthCheckService.php',
    'Google\\Cloud\\Compute\\V1\\HealthCheckServiceReference' => $vendorDir . '/google/cloud/Compute/src/V1/HealthCheckServiceReference.php',
    'Google\\Cloud\\Compute\\V1\\HealthCheckService\\HealthStatusAggregationPolicy' => $vendorDir . '/google/cloud/Compute/src/V1/HealthCheckService/HealthStatusAggregationPolicy.php',
    'Google\\Cloud\\Compute\\V1\\HealthCheckServicesList' => $vendorDir . '/google/cloud/Compute/src/V1/HealthCheckServicesList.php',
    'Google\\Cloud\\Compute\\V1\\HealthCheck\\Type' => $vendorDir . '/google/cloud/Compute/src/V1/HealthCheck/Type.php',
    'Google\\Cloud\\Compute\\V1\\HealthChecksAggregatedList' => $vendorDir . '/google/cloud/Compute/src/V1/HealthChecksAggregatedList.php',
    'Google\\Cloud\\Compute\\V1\\HealthChecksClient' => $vendorDir . '/google/cloud/Compute/src/V1/HealthChecksClient.php',
    'Google\\Cloud\\Compute\\V1\\HealthChecksScopedList' => $vendorDir . '/google/cloud/Compute/src/V1/HealthChecksScopedList.php',
    'Google\\Cloud\\Compute\\V1\\HealthStatus' => $vendorDir . '/google/cloud/Compute/src/V1/HealthStatus.php',
    'Google\\Cloud\\Compute\\V1\\HealthStatusForNetworkEndpoint' => $vendorDir . '/google/cloud/Compute/src/V1/HealthStatusForNetworkEndpoint.php',
    'Google\\Cloud\\Compute\\V1\\HealthStatusForNetworkEndpoint\\HealthState' => $vendorDir . '/google/cloud/Compute/src/V1/HealthStatusForNetworkEndpoint/HealthState.php',
    'Google\\Cloud\\Compute\\V1\\HealthStatus\\HealthState' => $vendorDir . '/google/cloud/Compute/src/V1/HealthStatus/HealthState.php',
    'Google\\Cloud\\Compute\\V1\\HealthStatus\\WeightError' => $vendorDir . '/google/cloud/Compute/src/V1/HealthStatus/WeightError.php',
    'Google\\Cloud\\Compute\\V1\\Help' => $vendorDir . '/google/cloud/Compute/src/V1/Help.php',
    'Google\\Cloud\\Compute\\V1\\HelpLink' => $vendorDir . '/google/cloud/Compute/src/V1/HelpLink.php',
    'Google\\Cloud\\Compute\\V1\\HostRule' => $vendorDir . '/google/cloud/Compute/src/V1/HostRule.php',
    'Google\\Cloud\\Compute\\V1\\HttpFaultAbort' => $vendorDir . '/google/cloud/Compute/src/V1/HttpFaultAbort.php',
    'Google\\Cloud\\Compute\\V1\\HttpFaultDelay' => $vendorDir . '/google/cloud/Compute/src/V1/HttpFaultDelay.php',
    'Google\\Cloud\\Compute\\V1\\HttpFaultInjection' => $vendorDir . '/google/cloud/Compute/src/V1/HttpFaultInjection.php',
    'Google\\Cloud\\Compute\\V1\\HttpHeaderAction' => $vendorDir . '/google/cloud/Compute/src/V1/HttpHeaderAction.php',
    'Google\\Cloud\\Compute\\V1\\HttpHeaderMatch' => $vendorDir . '/google/cloud/Compute/src/V1/HttpHeaderMatch.php',
    'Google\\Cloud\\Compute\\V1\\HttpHeaderOption' => $vendorDir . '/google/cloud/Compute/src/V1/HttpHeaderOption.php',
    'Google\\Cloud\\Compute\\V1\\HttpQueryParameterMatch' => $vendorDir . '/google/cloud/Compute/src/V1/HttpQueryParameterMatch.php',
    'Google\\Cloud\\Compute\\V1\\HttpRedirectAction' => $vendorDir . '/google/cloud/Compute/src/V1/HttpRedirectAction.php',
    'Google\\Cloud\\Compute\\V1\\HttpRedirectAction\\RedirectResponseCode' => $vendorDir . '/google/cloud/Compute/src/V1/HttpRedirectAction/RedirectResponseCode.php',
    'Google\\Cloud\\Compute\\V1\\HttpRetryPolicy' => $vendorDir . '/google/cloud/Compute/src/V1/HttpRetryPolicy.php',
    'Google\\Cloud\\Compute\\V1\\HttpRouteAction' => $vendorDir . '/google/cloud/Compute/src/V1/HttpRouteAction.php',
    'Google\\Cloud\\Compute\\V1\\HttpRouteRule' => $vendorDir . '/google/cloud/Compute/src/V1/HttpRouteRule.php',
    'Google\\Cloud\\Compute\\V1\\HttpRouteRuleMatch' => $vendorDir . '/google/cloud/Compute/src/V1/HttpRouteRuleMatch.php',
    'Google\\Cloud\\Compute\\V1\\Image' => $vendorDir . '/google/cloud/Compute/src/V1/Image.php',
    'Google\\Cloud\\Compute\\V1\\ImageFamilyView' => $vendorDir . '/google/cloud/Compute/src/V1/ImageFamilyView.php',
    'Google\\Cloud\\Compute\\V1\\ImageFamilyViewsClient' => $vendorDir . '/google/cloud/Compute/src/V1/ImageFamilyViewsClient.php',
    'Google\\Cloud\\Compute\\V1\\ImageList' => $vendorDir . '/google/cloud/Compute/src/V1/ImageList.php',
    'Google\\Cloud\\Compute\\V1\\Image\\Architecture' => $vendorDir . '/google/cloud/Compute/src/V1/Image/Architecture.php',
    'Google\\Cloud\\Compute\\V1\\Image\\SourceType' => $vendorDir . '/google/cloud/Compute/src/V1/Image/SourceType.php',
    'Google\\Cloud\\Compute\\V1\\Image\\Status' => $vendorDir . '/google/cloud/Compute/src/V1/Image/Status.php',
    'Google\\Cloud\\Compute\\V1\\ImagesClient' => $vendorDir . '/google/cloud/Compute/src/V1/ImagesClient.php',
    'Google\\Cloud\\Compute\\V1\\InitialStateConfig' => $vendorDir . '/google/cloud/Compute/src/V1/InitialStateConfig.php',
    'Google\\Cloud\\Compute\\V1\\InsertAddressRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertAddressRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertAutoscalerRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertAutoscalerRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertBackendBucketRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertBackendBucketRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertBackendServiceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertBackendServiceRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertDiskRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertDiskRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertExternalVpnGatewayRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertExternalVpnGatewayRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertFirewallPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertFirewallPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertFirewallRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertFirewallRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertForwardingRuleRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertForwardingRuleRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertGlobalAddressRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertGlobalAddressRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertGlobalForwardingRuleRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertGlobalForwardingRuleRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertGlobalNetworkEndpointGroupRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertGlobalNetworkEndpointGroupRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertGlobalPublicDelegatedPrefixeRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertGlobalPublicDelegatedPrefixeRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertHealthCheckRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertHealthCheckRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertImageRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertImageRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertInstanceGroupManagerRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertInstanceGroupManagerRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertInstanceGroupRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertInstanceGroupRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertInstanceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertInstanceRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertInstanceTemplateRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertInstanceTemplateRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertInterconnectAttachmentRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertInterconnectAttachmentRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertInterconnectRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertInterconnectRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertLicenseRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertLicenseRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertMachineImageRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertMachineImageRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertNetworkAttachmentRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertNetworkAttachmentRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertNetworkEdgeSecurityServiceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertNetworkEdgeSecurityServiceRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertNetworkEndpointGroupRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertNetworkEndpointGroupRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertNetworkFirewallPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertNetworkFirewallPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertNetworkRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertNetworkRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertNodeGroupRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertNodeGroupRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertNodeTemplateRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertNodeTemplateRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertPacketMirroringRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertPacketMirroringRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertPublicAdvertisedPrefixeRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertPublicAdvertisedPrefixeRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertPublicDelegatedPrefixeRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertPublicDelegatedPrefixeRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertRegionAutoscalerRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertRegionAutoscalerRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertRegionBackendServiceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertRegionBackendServiceRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertRegionCommitmentRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertRegionCommitmentRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertRegionDiskRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertRegionDiskRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertRegionHealthCheckRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertRegionHealthCheckRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertRegionHealthCheckServiceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertRegionHealthCheckServiceRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertRegionInstanceGroupManagerRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertRegionInstanceGroupManagerRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertRegionNetworkEndpointGroupRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertRegionNetworkEndpointGroupRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertRegionNetworkFirewallPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertRegionNetworkFirewallPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertRegionNotificationEndpointRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertRegionNotificationEndpointRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertRegionSecurityPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertRegionSecurityPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertRegionSslCertificateRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertRegionSslCertificateRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertRegionSslPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertRegionSslPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertRegionTargetHttpProxyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertRegionTargetHttpProxyRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertRegionTargetHttpsProxyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertRegionTargetHttpsProxyRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertRegionTargetTcpProxyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertRegionTargetTcpProxyRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertRegionUrlMapRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertRegionUrlMapRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertReservationRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertReservationRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertResourcePolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertResourcePolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertRouteRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertRouteRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertRouterRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertRouterRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertSecurityPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertSecurityPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertServiceAttachmentRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertServiceAttachmentRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertSnapshotRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertSnapshotRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertSslCertificateRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertSslCertificateRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertSslPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertSslPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertSubnetworkRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertSubnetworkRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertTargetGrpcProxyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertTargetGrpcProxyRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertTargetHttpProxyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertTargetHttpProxyRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertTargetHttpsProxyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertTargetHttpsProxyRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertTargetInstanceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertTargetInstanceRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertTargetPoolRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertTargetPoolRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertTargetSslProxyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertTargetSslProxyRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertTargetTcpProxyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertTargetTcpProxyRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertTargetVpnGatewayRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertTargetVpnGatewayRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertUrlMapRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertUrlMapRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertVpnGatewayRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertVpnGatewayRequest.php',
    'Google\\Cloud\\Compute\\V1\\InsertVpnTunnelRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InsertVpnTunnelRequest.php',
    'Google\\Cloud\\Compute\\V1\\Instance' => $vendorDir . '/google/cloud/Compute/src/V1/Instance.php',
    'Google\\Cloud\\Compute\\V1\\InstanceAggregatedList' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceAggregatedList.php',
    'Google\\Cloud\\Compute\\V1\\InstanceConsumptionData' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceConsumptionData.php',
    'Google\\Cloud\\Compute\\V1\\InstanceConsumptionInfo' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceConsumptionInfo.php',
    'Google\\Cloud\\Compute\\V1\\InstanceGroup' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceGroup.php',
    'Google\\Cloud\\Compute\\V1\\InstanceGroupAggregatedList' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceGroupAggregatedList.php',
    'Google\\Cloud\\Compute\\V1\\InstanceGroupList' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceGroupList.php',
    'Google\\Cloud\\Compute\\V1\\InstanceGroupManager' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceGroupManager.php',
    'Google\\Cloud\\Compute\\V1\\InstanceGroupManagerActionsSummary' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceGroupManagerActionsSummary.php',
    'Google\\Cloud\\Compute\\V1\\InstanceGroupManagerAggregatedList' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceGroupManagerAggregatedList.php',
    'Google\\Cloud\\Compute\\V1\\InstanceGroupManagerAutoHealingPolicy' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceGroupManagerAutoHealingPolicy.php',
    'Google\\Cloud\\Compute\\V1\\InstanceGroupManagerList' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceGroupManagerList.php',
    'Google\\Cloud\\Compute\\V1\\InstanceGroupManagerStatus' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceGroupManagerStatus.php',
    'Google\\Cloud\\Compute\\V1\\InstanceGroupManagerStatusStateful' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceGroupManagerStatusStateful.php',
    'Google\\Cloud\\Compute\\V1\\InstanceGroupManagerStatusStatefulPerInstanceConfigs' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceGroupManagerStatusStatefulPerInstanceConfigs.php',
    'Google\\Cloud\\Compute\\V1\\InstanceGroupManagerStatusVersionTarget' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceGroupManagerStatusVersionTarget.php',
    'Google\\Cloud\\Compute\\V1\\InstanceGroupManagerUpdatePolicy' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceGroupManagerUpdatePolicy.php',
    'Google\\Cloud\\Compute\\V1\\InstanceGroupManagerUpdatePolicy\\InstanceRedistributionType' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceGroupManagerUpdatePolicy/InstanceRedistributionType.php',
    'Google\\Cloud\\Compute\\V1\\InstanceGroupManagerUpdatePolicy\\MinimalAction' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceGroupManagerUpdatePolicy/MinimalAction.php',
    'Google\\Cloud\\Compute\\V1\\InstanceGroupManagerUpdatePolicy\\MostDisruptiveAllowedAction' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceGroupManagerUpdatePolicy/MostDisruptiveAllowedAction.php',
    'Google\\Cloud\\Compute\\V1\\InstanceGroupManagerUpdatePolicy\\ReplacementMethod' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceGroupManagerUpdatePolicy/ReplacementMethod.php',
    'Google\\Cloud\\Compute\\V1\\InstanceGroupManagerUpdatePolicy\\Type' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceGroupManagerUpdatePolicy/Type.php',
    'Google\\Cloud\\Compute\\V1\\InstanceGroupManagerVersion' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceGroupManagerVersion.php',
    'Google\\Cloud\\Compute\\V1\\InstanceGroupManager\\ListManagedInstancesResults' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceGroupManager/ListManagedInstancesResults.php',
    'Google\\Cloud\\Compute\\V1\\InstanceGroupManagersAbandonInstancesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceGroupManagersAbandonInstancesRequest.php',
    'Google\\Cloud\\Compute\\V1\\InstanceGroupManagersApplyUpdatesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceGroupManagersApplyUpdatesRequest.php',
    'Google\\Cloud\\Compute\\V1\\InstanceGroupManagersApplyUpdatesRequest\\MinimalAction' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceGroupManagersApplyUpdatesRequest/MinimalAction.php',
    'Google\\Cloud\\Compute\\V1\\InstanceGroupManagersApplyUpdatesRequest\\MostDisruptiveAllowedAction' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceGroupManagersApplyUpdatesRequest/MostDisruptiveAllowedAction.php',
    'Google\\Cloud\\Compute\\V1\\InstanceGroupManagersClient' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceGroupManagersClient.php',
    'Google\\Cloud\\Compute\\V1\\InstanceGroupManagersCreateInstancesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceGroupManagersCreateInstancesRequest.php',
    'Google\\Cloud\\Compute\\V1\\InstanceGroupManagersDeleteInstancesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceGroupManagersDeleteInstancesRequest.php',
    'Google\\Cloud\\Compute\\V1\\InstanceGroupManagersDeletePerInstanceConfigsReq' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceGroupManagersDeletePerInstanceConfigsReq.php',
    'Google\\Cloud\\Compute\\V1\\InstanceGroupManagersListErrorsResponse' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceGroupManagersListErrorsResponse.php',
    'Google\\Cloud\\Compute\\V1\\InstanceGroupManagersListManagedInstancesResponse' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceGroupManagersListManagedInstancesResponse.php',
    'Google\\Cloud\\Compute\\V1\\InstanceGroupManagersListPerInstanceConfigsResp' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceGroupManagersListPerInstanceConfigsResp.php',
    'Google\\Cloud\\Compute\\V1\\InstanceGroupManagersPatchPerInstanceConfigsReq' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceGroupManagersPatchPerInstanceConfigsReq.php',
    'Google\\Cloud\\Compute\\V1\\InstanceGroupManagersRecreateInstancesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceGroupManagersRecreateInstancesRequest.php',
    'Google\\Cloud\\Compute\\V1\\InstanceGroupManagersScopedList' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceGroupManagersScopedList.php',
    'Google\\Cloud\\Compute\\V1\\InstanceGroupManagersSetInstanceTemplateRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceGroupManagersSetInstanceTemplateRequest.php',
    'Google\\Cloud\\Compute\\V1\\InstanceGroupManagersSetTargetPoolsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceGroupManagersSetTargetPoolsRequest.php',
    'Google\\Cloud\\Compute\\V1\\InstanceGroupManagersUpdatePerInstanceConfigsReq' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceGroupManagersUpdatePerInstanceConfigsReq.php',
    'Google\\Cloud\\Compute\\V1\\InstanceGroupsAddInstancesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceGroupsAddInstancesRequest.php',
    'Google\\Cloud\\Compute\\V1\\InstanceGroupsClient' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceGroupsClient.php',
    'Google\\Cloud\\Compute\\V1\\InstanceGroupsListInstances' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceGroupsListInstances.php',
    'Google\\Cloud\\Compute\\V1\\InstanceGroupsListInstancesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceGroupsListInstancesRequest.php',
    'Google\\Cloud\\Compute\\V1\\InstanceGroupsListInstancesRequest\\InstanceState' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceGroupsListInstancesRequest/InstanceState.php',
    'Google\\Cloud\\Compute\\V1\\InstanceGroupsRemoveInstancesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceGroupsRemoveInstancesRequest.php',
    'Google\\Cloud\\Compute\\V1\\InstanceGroupsScopedList' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceGroupsScopedList.php',
    'Google\\Cloud\\Compute\\V1\\InstanceGroupsSetNamedPortsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceGroupsSetNamedPortsRequest.php',
    'Google\\Cloud\\Compute\\V1\\InstanceList' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceList.php',
    'Google\\Cloud\\Compute\\V1\\InstanceListReferrers' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceListReferrers.php',
    'Google\\Cloud\\Compute\\V1\\InstanceManagedByIgmError' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceManagedByIgmError.php',
    'Google\\Cloud\\Compute\\V1\\InstanceManagedByIgmErrorInstanceActionDetails' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceManagedByIgmErrorInstanceActionDetails.php',
    'Google\\Cloud\\Compute\\V1\\InstanceManagedByIgmErrorInstanceActionDetails\\Action' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceManagedByIgmErrorInstanceActionDetails/Action.php',
    'Google\\Cloud\\Compute\\V1\\InstanceManagedByIgmErrorManagedInstanceError' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceManagedByIgmErrorManagedInstanceError.php',
    'Google\\Cloud\\Compute\\V1\\InstanceMoveRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceMoveRequest.php',
    'Google\\Cloud\\Compute\\V1\\InstanceParams' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceParams.php',
    'Google\\Cloud\\Compute\\V1\\InstanceProperties' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceProperties.php',
    'Google\\Cloud\\Compute\\V1\\InstanceProperties\\KeyRevocationActionType' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceProperties/KeyRevocationActionType.php',
    'Google\\Cloud\\Compute\\V1\\InstanceProperties\\PrivateIpv6GoogleAccess' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceProperties/PrivateIpv6GoogleAccess.php',
    'Google\\Cloud\\Compute\\V1\\InstanceReference' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceReference.php',
    'Google\\Cloud\\Compute\\V1\\InstanceTemplate' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceTemplate.php',
    'Google\\Cloud\\Compute\\V1\\InstanceTemplateList' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceTemplateList.php',
    'Google\\Cloud\\Compute\\V1\\InstanceTemplatesClient' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceTemplatesClient.php',
    'Google\\Cloud\\Compute\\V1\\InstanceWithNamedPorts' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceWithNamedPorts.php',
    'Google\\Cloud\\Compute\\V1\\InstanceWithNamedPorts\\Status' => $vendorDir . '/google/cloud/Compute/src/V1/InstanceWithNamedPorts/Status.php',
    'Google\\Cloud\\Compute\\V1\\Instance\\KeyRevocationActionType' => $vendorDir . '/google/cloud/Compute/src/V1/Instance/KeyRevocationActionType.php',
    'Google\\Cloud\\Compute\\V1\\Instance\\PrivateIpv6GoogleAccess' => $vendorDir . '/google/cloud/Compute/src/V1/Instance/PrivateIpv6GoogleAccess.php',
    'Google\\Cloud\\Compute\\V1\\Instance\\Status' => $vendorDir . '/google/cloud/Compute/src/V1/Instance/Status.php',
    'Google\\Cloud\\Compute\\V1\\InstancesAddResourcePoliciesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InstancesAddResourcePoliciesRequest.php',
    'Google\\Cloud\\Compute\\V1\\InstancesClient' => $vendorDir . '/google/cloud/Compute/src/V1/InstancesClient.php',
    'Google\\Cloud\\Compute\\V1\\InstancesGetEffectiveFirewallsResponse' => $vendorDir . '/google/cloud/Compute/src/V1/InstancesGetEffectiveFirewallsResponse.php',
    'Google\\Cloud\\Compute\\V1\\InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy' => $vendorDir . '/google/cloud/Compute/src/V1/InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy.php',
    'Google\\Cloud\\Compute\\V1\\InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy\\Type' => $vendorDir . '/google/cloud/Compute/src/V1/InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy/Type.php',
    'Google\\Cloud\\Compute\\V1\\InstancesRemoveResourcePoliciesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InstancesRemoveResourcePoliciesRequest.php',
    'Google\\Cloud\\Compute\\V1\\InstancesScopedList' => $vendorDir . '/google/cloud/Compute/src/V1/InstancesScopedList.php',
    'Google\\Cloud\\Compute\\V1\\InstancesSetLabelsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InstancesSetLabelsRequest.php',
    'Google\\Cloud\\Compute\\V1\\InstancesSetMachineResourcesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InstancesSetMachineResourcesRequest.php',
    'Google\\Cloud\\Compute\\V1\\InstancesSetMachineTypeRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InstancesSetMachineTypeRequest.php',
    'Google\\Cloud\\Compute\\V1\\InstancesSetMinCpuPlatformRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InstancesSetMinCpuPlatformRequest.php',
    'Google\\Cloud\\Compute\\V1\\InstancesSetServiceAccountRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InstancesSetServiceAccountRequest.php',
    'Google\\Cloud\\Compute\\V1\\InstancesStartWithEncryptionKeyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InstancesStartWithEncryptionKeyRequest.php',
    'Google\\Cloud\\Compute\\V1\\Int64RangeMatch' => $vendorDir . '/google/cloud/Compute/src/V1/Int64RangeMatch.php',
    'Google\\Cloud\\Compute\\V1\\Interconnect' => $vendorDir . '/google/cloud/Compute/src/V1/Interconnect.php',
    'Google\\Cloud\\Compute\\V1\\InterconnectAttachment' => $vendorDir . '/google/cloud/Compute/src/V1/InterconnectAttachment.php',
    'Google\\Cloud\\Compute\\V1\\InterconnectAttachmentAggregatedList' => $vendorDir . '/google/cloud/Compute/src/V1/InterconnectAttachmentAggregatedList.php',
    'Google\\Cloud\\Compute\\V1\\InterconnectAttachmentList' => $vendorDir . '/google/cloud/Compute/src/V1/InterconnectAttachmentList.php',
    'Google\\Cloud\\Compute\\V1\\InterconnectAttachmentPartnerMetadata' => $vendorDir . '/google/cloud/Compute/src/V1/InterconnectAttachmentPartnerMetadata.php',
    'Google\\Cloud\\Compute\\V1\\InterconnectAttachmentPrivateInfo' => $vendorDir . '/google/cloud/Compute/src/V1/InterconnectAttachmentPrivateInfo.php',
    'Google\\Cloud\\Compute\\V1\\InterconnectAttachment\\Bandwidth' => $vendorDir . '/google/cloud/Compute/src/V1/InterconnectAttachment/Bandwidth.php',
    'Google\\Cloud\\Compute\\V1\\InterconnectAttachment\\EdgeAvailabilityDomain' => $vendorDir . '/google/cloud/Compute/src/V1/InterconnectAttachment/EdgeAvailabilityDomain.php',
    'Google\\Cloud\\Compute\\V1\\InterconnectAttachment\\Encryption' => $vendorDir . '/google/cloud/Compute/src/V1/InterconnectAttachment/Encryption.php',
    'Google\\Cloud\\Compute\\V1\\InterconnectAttachment\\OperationalStatus' => $vendorDir . '/google/cloud/Compute/src/V1/InterconnectAttachment/OperationalStatus.php',
    'Google\\Cloud\\Compute\\V1\\InterconnectAttachment\\StackType' => $vendorDir . '/google/cloud/Compute/src/V1/InterconnectAttachment/StackType.php',
    'Google\\Cloud\\Compute\\V1\\InterconnectAttachment\\State' => $vendorDir . '/google/cloud/Compute/src/V1/InterconnectAttachment/State.php',
    'Google\\Cloud\\Compute\\V1\\InterconnectAttachment\\Type' => $vendorDir . '/google/cloud/Compute/src/V1/InterconnectAttachment/Type.php',
    'Google\\Cloud\\Compute\\V1\\InterconnectAttachmentsClient' => $vendorDir . '/google/cloud/Compute/src/V1/InterconnectAttachmentsClient.php',
    'Google\\Cloud\\Compute\\V1\\InterconnectAttachmentsScopedList' => $vendorDir . '/google/cloud/Compute/src/V1/InterconnectAttachmentsScopedList.php',
    'Google\\Cloud\\Compute\\V1\\InterconnectCircuitInfo' => $vendorDir . '/google/cloud/Compute/src/V1/InterconnectCircuitInfo.php',
    'Google\\Cloud\\Compute\\V1\\InterconnectDiagnostics' => $vendorDir . '/google/cloud/Compute/src/V1/InterconnectDiagnostics.php',
    'Google\\Cloud\\Compute\\V1\\InterconnectDiagnosticsARPEntry' => $vendorDir . '/google/cloud/Compute/src/V1/InterconnectDiagnosticsARPEntry.php',
    'Google\\Cloud\\Compute\\V1\\InterconnectDiagnosticsLinkLACPStatus' => $vendorDir . '/google/cloud/Compute/src/V1/InterconnectDiagnosticsLinkLACPStatus.php',
    'Google\\Cloud\\Compute\\V1\\InterconnectDiagnosticsLinkLACPStatus\\State' => $vendorDir . '/google/cloud/Compute/src/V1/InterconnectDiagnosticsLinkLACPStatus/State.php',
    'Google\\Cloud\\Compute\\V1\\InterconnectDiagnosticsLinkOpticalPower' => $vendorDir . '/google/cloud/Compute/src/V1/InterconnectDiagnosticsLinkOpticalPower.php',
    'Google\\Cloud\\Compute\\V1\\InterconnectDiagnosticsLinkOpticalPower\\State' => $vendorDir . '/google/cloud/Compute/src/V1/InterconnectDiagnosticsLinkOpticalPower/State.php',
    'Google\\Cloud\\Compute\\V1\\InterconnectDiagnosticsLinkStatus' => $vendorDir . '/google/cloud/Compute/src/V1/InterconnectDiagnosticsLinkStatus.php',
    'Google\\Cloud\\Compute\\V1\\InterconnectDiagnosticsLinkStatus\\OperationalStatus' => $vendorDir . '/google/cloud/Compute/src/V1/InterconnectDiagnosticsLinkStatus/OperationalStatus.php',
    'Google\\Cloud\\Compute\\V1\\InterconnectDiagnostics\\BundleAggregationType' => $vendorDir . '/google/cloud/Compute/src/V1/InterconnectDiagnostics/BundleAggregationType.php',
    'Google\\Cloud\\Compute\\V1\\InterconnectDiagnostics\\BundleOperationalStatus' => $vendorDir . '/google/cloud/Compute/src/V1/InterconnectDiagnostics/BundleOperationalStatus.php',
    'Google\\Cloud\\Compute\\V1\\InterconnectList' => $vendorDir . '/google/cloud/Compute/src/V1/InterconnectList.php',
    'Google\\Cloud\\Compute\\V1\\InterconnectLocation' => $vendorDir . '/google/cloud/Compute/src/V1/InterconnectLocation.php',
    'Google\\Cloud\\Compute\\V1\\InterconnectLocationList' => $vendorDir . '/google/cloud/Compute/src/V1/InterconnectLocationList.php',
    'Google\\Cloud\\Compute\\V1\\InterconnectLocationRegionInfo' => $vendorDir . '/google/cloud/Compute/src/V1/InterconnectLocationRegionInfo.php',
    'Google\\Cloud\\Compute\\V1\\InterconnectLocationRegionInfo\\LocationPresence' => $vendorDir . '/google/cloud/Compute/src/V1/InterconnectLocationRegionInfo/LocationPresence.php',
    'Google\\Cloud\\Compute\\V1\\InterconnectLocation\\Continent' => $vendorDir . '/google/cloud/Compute/src/V1/InterconnectLocation/Continent.php',
    'Google\\Cloud\\Compute\\V1\\InterconnectLocation\\Status' => $vendorDir . '/google/cloud/Compute/src/V1/InterconnectLocation/Status.php',
    'Google\\Cloud\\Compute\\V1\\InterconnectLocationsClient' => $vendorDir . '/google/cloud/Compute/src/V1/InterconnectLocationsClient.php',
    'Google\\Cloud\\Compute\\V1\\InterconnectOutageNotification' => $vendorDir . '/google/cloud/Compute/src/V1/InterconnectOutageNotification.php',
    'Google\\Cloud\\Compute\\V1\\InterconnectOutageNotification\\IssueType' => $vendorDir . '/google/cloud/Compute/src/V1/InterconnectOutageNotification/IssueType.php',
    'Google\\Cloud\\Compute\\V1\\InterconnectOutageNotification\\Source' => $vendorDir . '/google/cloud/Compute/src/V1/InterconnectOutageNotification/Source.php',
    'Google\\Cloud\\Compute\\V1\\InterconnectOutageNotification\\State' => $vendorDir . '/google/cloud/Compute/src/V1/InterconnectOutageNotification/State.php',
    'Google\\Cloud\\Compute\\V1\\Interconnect\\InterconnectType' => $vendorDir . '/google/cloud/Compute/src/V1/Interconnect/InterconnectType.php',
    'Google\\Cloud\\Compute\\V1\\Interconnect\\LinkType' => $vendorDir . '/google/cloud/Compute/src/V1/Interconnect/LinkType.php',
    'Google\\Cloud\\Compute\\V1\\Interconnect\\OperationalStatus' => $vendorDir . '/google/cloud/Compute/src/V1/Interconnect/OperationalStatus.php',
    'Google\\Cloud\\Compute\\V1\\Interconnect\\State' => $vendorDir . '/google/cloud/Compute/src/V1/Interconnect/State.php',
    'Google\\Cloud\\Compute\\V1\\InterconnectsClient' => $vendorDir . '/google/cloud/Compute/src/V1/InterconnectsClient.php',
    'Google\\Cloud\\Compute\\V1\\InterconnectsGetDiagnosticsResponse' => $vendorDir . '/google/cloud/Compute/src/V1/InterconnectsGetDiagnosticsResponse.php',
    'Google\\Cloud\\Compute\\V1\\InvalidateCacheUrlMapRequest' => $vendorDir . '/google/cloud/Compute/src/V1/InvalidateCacheUrlMapRequest.php',
    'Google\\Cloud\\Compute\\V1\\Items' => $vendorDir . '/google/cloud/Compute/src/V1/Items.php',
    'Google\\Cloud\\Compute\\V1\\License' => $vendorDir . '/google/cloud/Compute/src/V1/License.php',
    'Google\\Cloud\\Compute\\V1\\LicenseCode' => $vendorDir . '/google/cloud/Compute/src/V1/LicenseCode.php',
    'Google\\Cloud\\Compute\\V1\\LicenseCodeLicenseAlias' => $vendorDir . '/google/cloud/Compute/src/V1/LicenseCodeLicenseAlias.php',
    'Google\\Cloud\\Compute\\V1\\LicenseCode\\State' => $vendorDir . '/google/cloud/Compute/src/V1/LicenseCode/State.php',
    'Google\\Cloud\\Compute\\V1\\LicenseCodesClient' => $vendorDir . '/google/cloud/Compute/src/V1/LicenseCodesClient.php',
    'Google\\Cloud\\Compute\\V1\\LicenseResourceCommitment' => $vendorDir . '/google/cloud/Compute/src/V1/LicenseResourceCommitment.php',
    'Google\\Cloud\\Compute\\V1\\LicenseResourceRequirements' => $vendorDir . '/google/cloud/Compute/src/V1/LicenseResourceRequirements.php',
    'Google\\Cloud\\Compute\\V1\\LicensesClient' => $vendorDir . '/google/cloud/Compute/src/V1/LicensesClient.php',
    'Google\\Cloud\\Compute\\V1\\LicensesListResponse' => $vendorDir . '/google/cloud/Compute/src/V1/LicensesListResponse.php',
    'Google\\Cloud\\Compute\\V1\\ListAcceleratorTypesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListAcceleratorTypesRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListAddressesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListAddressesRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListAssociationsFirewallPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListAssociationsFirewallPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListAutoscalersRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListAutoscalersRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListAvailableFeaturesRegionSslPoliciesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListAvailableFeaturesRegionSslPoliciesRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListAvailableFeaturesSslPoliciesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListAvailableFeaturesSslPoliciesRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListBackendBucketsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListBackendBucketsRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListBackendServicesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListBackendServicesRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListDiskTypesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListDiskTypesRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListDisksRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListDisksRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListErrorsInstanceGroupManagersRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListErrorsInstanceGroupManagersRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListErrorsRegionInstanceGroupManagersRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListErrorsRegionInstanceGroupManagersRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListExternalVpnGatewaysRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListExternalVpnGatewaysRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListFirewallPoliciesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListFirewallPoliciesRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListFirewallsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListFirewallsRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListForwardingRulesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListForwardingRulesRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListGlobalAddressesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListGlobalAddressesRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListGlobalForwardingRulesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListGlobalForwardingRulesRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListGlobalNetworkEndpointGroupsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListGlobalNetworkEndpointGroupsRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListGlobalOperationsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListGlobalOperationsRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListGlobalOrganizationOperationsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListGlobalOrganizationOperationsRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListGlobalPublicDelegatedPrefixesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListGlobalPublicDelegatedPrefixesRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListHealthChecksRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListHealthChecksRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListImagesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListImagesRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListInstanceGroupManagersRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListInstanceGroupManagersRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListInstanceGroupsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListInstanceGroupsRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListInstanceTemplatesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListInstanceTemplatesRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListInstancesInstanceGroupsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListInstancesInstanceGroupsRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListInstancesRegionInstanceGroupsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListInstancesRegionInstanceGroupsRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListInstancesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListInstancesRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListInterconnectAttachmentsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListInterconnectAttachmentsRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListInterconnectLocationsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListInterconnectLocationsRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListInterconnectsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListInterconnectsRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListLicensesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListLicensesRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListMachineImagesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListMachineImagesRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListMachineTypesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListMachineTypesRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListManagedInstancesInstanceGroupManagersRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListManagedInstancesInstanceGroupManagersRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListManagedInstancesRegionInstanceGroupManagersRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListManagedInstancesRegionInstanceGroupManagersRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListNetworkAttachmentsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListNetworkAttachmentsRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListNetworkEndpointGroupsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListNetworkEndpointGroupsRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListNetworkEndpointsGlobalNetworkEndpointGroupsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListNetworkEndpointsGlobalNetworkEndpointGroupsRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListNetworkEndpointsNetworkEndpointGroupsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListNetworkEndpointsNetworkEndpointGroupsRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListNetworkFirewallPoliciesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListNetworkFirewallPoliciesRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListNetworksRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListNetworksRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListNodeGroupsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListNodeGroupsRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListNodeTemplatesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListNodeTemplatesRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListNodeTypesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListNodeTypesRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListNodesNodeGroupsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListNodesNodeGroupsRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListPacketMirroringsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListPacketMirroringsRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListPeeringRoutesNetworksRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListPeeringRoutesNetworksRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListPeeringRoutesNetworksRequest\\Direction' => $vendorDir . '/google/cloud/Compute/src/V1/ListPeeringRoutesNetworksRequest/Direction.php',
    'Google\\Cloud\\Compute\\V1\\ListPerInstanceConfigsInstanceGroupManagersRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListPerInstanceConfigsInstanceGroupManagersRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListPerInstanceConfigsRegionInstanceGroupManagersRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListPerInstanceConfigsRegionInstanceGroupManagersRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListPreconfiguredExpressionSetsSecurityPoliciesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListPreconfiguredExpressionSetsSecurityPoliciesRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListPublicAdvertisedPrefixesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListPublicAdvertisedPrefixesRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListPublicDelegatedPrefixesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListPublicDelegatedPrefixesRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListReferrersInstancesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListReferrersInstancesRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListRegionAutoscalersRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListRegionAutoscalersRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListRegionBackendServicesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListRegionBackendServicesRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListRegionCommitmentsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListRegionCommitmentsRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListRegionDiskTypesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListRegionDiskTypesRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListRegionDisksRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListRegionDisksRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListRegionHealthCheckServicesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListRegionHealthCheckServicesRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListRegionHealthChecksRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListRegionHealthChecksRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListRegionInstanceGroupManagersRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListRegionInstanceGroupManagersRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListRegionInstanceGroupsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListRegionInstanceGroupsRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListRegionNetworkEndpointGroupsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListRegionNetworkEndpointGroupsRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListRegionNetworkFirewallPoliciesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListRegionNetworkFirewallPoliciesRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListRegionNotificationEndpointsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListRegionNotificationEndpointsRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListRegionOperationsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListRegionOperationsRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListRegionSecurityPoliciesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListRegionSecurityPoliciesRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListRegionSslCertificatesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListRegionSslCertificatesRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListRegionSslPoliciesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListRegionSslPoliciesRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListRegionTargetHttpProxiesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListRegionTargetHttpProxiesRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListRegionTargetHttpsProxiesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListRegionTargetHttpsProxiesRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListRegionTargetTcpProxiesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListRegionTargetTcpProxiesRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListRegionUrlMapsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListRegionUrlMapsRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListRegionsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListRegionsRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListReservationsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListReservationsRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListResourcePoliciesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListResourcePoliciesRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListRoutersRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListRoutersRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListRoutesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListRoutesRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListSecurityPoliciesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListSecurityPoliciesRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListServiceAttachmentsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListServiceAttachmentsRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListSnapshotsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListSnapshotsRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListSslCertificatesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListSslCertificatesRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListSslPoliciesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListSslPoliciesRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListSubnetworksRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListSubnetworksRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListTargetGrpcProxiesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListTargetGrpcProxiesRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListTargetHttpProxiesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListTargetHttpProxiesRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListTargetHttpsProxiesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListTargetHttpsProxiesRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListTargetInstancesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListTargetInstancesRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListTargetPoolsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListTargetPoolsRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListTargetSslProxiesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListTargetSslProxiesRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListTargetTcpProxiesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListTargetTcpProxiesRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListTargetVpnGatewaysRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListTargetVpnGatewaysRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListUrlMapsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListUrlMapsRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListUsableSubnetworksRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListUsableSubnetworksRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListVpnGatewaysRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListVpnGatewaysRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListVpnTunnelsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListVpnTunnelsRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListXpnHostsProjectsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListXpnHostsProjectsRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListZoneOperationsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListZoneOperationsRequest.php',
    'Google\\Cloud\\Compute\\V1\\ListZonesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ListZonesRequest.php',
    'Google\\Cloud\\Compute\\V1\\LocalDisk' => $vendorDir . '/google/cloud/Compute/src/V1/LocalDisk.php',
    'Google\\Cloud\\Compute\\V1\\LocalizedMessage' => $vendorDir . '/google/cloud/Compute/src/V1/LocalizedMessage.php',
    'Google\\Cloud\\Compute\\V1\\LocationPolicy' => $vendorDir . '/google/cloud/Compute/src/V1/LocationPolicy.php',
    'Google\\Cloud\\Compute\\V1\\LocationPolicyLocation' => $vendorDir . '/google/cloud/Compute/src/V1/LocationPolicyLocation.php',
    'Google\\Cloud\\Compute\\V1\\LocationPolicyLocationConstraints' => $vendorDir . '/google/cloud/Compute/src/V1/LocationPolicyLocationConstraints.php',
    'Google\\Cloud\\Compute\\V1\\LocationPolicyLocation\\Preference' => $vendorDir . '/google/cloud/Compute/src/V1/LocationPolicyLocation/Preference.php',
    'Google\\Cloud\\Compute\\V1\\LocationPolicy\\TargetShape' => $vendorDir . '/google/cloud/Compute/src/V1/LocationPolicy/TargetShape.php',
    'Google\\Cloud\\Compute\\V1\\LogConfig' => $vendorDir . '/google/cloud/Compute/src/V1/LogConfig.php',
    'Google\\Cloud\\Compute\\V1\\LogConfigCloudAuditOptions' => $vendorDir . '/google/cloud/Compute/src/V1/LogConfigCloudAuditOptions.php',
    'Google\\Cloud\\Compute\\V1\\LogConfigCloudAuditOptions\\LogName' => $vendorDir . '/google/cloud/Compute/src/V1/LogConfigCloudAuditOptions/LogName.php',
    'Google\\Cloud\\Compute\\V1\\LogConfigCounterOptions' => $vendorDir . '/google/cloud/Compute/src/V1/LogConfigCounterOptions.php',
    'Google\\Cloud\\Compute\\V1\\LogConfigCounterOptionsCustomField' => $vendorDir . '/google/cloud/Compute/src/V1/LogConfigCounterOptionsCustomField.php',
    'Google\\Cloud\\Compute\\V1\\LogConfigDataAccessOptions' => $vendorDir . '/google/cloud/Compute/src/V1/LogConfigDataAccessOptions.php',
    'Google\\Cloud\\Compute\\V1\\LogConfigDataAccessOptions\\LogMode' => $vendorDir . '/google/cloud/Compute/src/V1/LogConfigDataAccessOptions/LogMode.php',
    'Google\\Cloud\\Compute\\V1\\MachineImage' => $vendorDir . '/google/cloud/Compute/src/V1/MachineImage.php',
    'Google\\Cloud\\Compute\\V1\\MachineImageList' => $vendorDir . '/google/cloud/Compute/src/V1/MachineImageList.php',
    'Google\\Cloud\\Compute\\V1\\MachineImage\\Status' => $vendorDir . '/google/cloud/Compute/src/V1/MachineImage/Status.php',
    'Google\\Cloud\\Compute\\V1\\MachineImagesClient' => $vendorDir . '/google/cloud/Compute/src/V1/MachineImagesClient.php',
    'Google\\Cloud\\Compute\\V1\\MachineType' => $vendorDir . '/google/cloud/Compute/src/V1/MachineType.php',
    'Google\\Cloud\\Compute\\V1\\MachineTypeAggregatedList' => $vendorDir . '/google/cloud/Compute/src/V1/MachineTypeAggregatedList.php',
    'Google\\Cloud\\Compute\\V1\\MachineTypeList' => $vendorDir . '/google/cloud/Compute/src/V1/MachineTypeList.php',
    'Google\\Cloud\\Compute\\V1\\MachineTypesClient' => $vendorDir . '/google/cloud/Compute/src/V1/MachineTypesClient.php',
    'Google\\Cloud\\Compute\\V1\\MachineTypesScopedList' => $vendorDir . '/google/cloud/Compute/src/V1/MachineTypesScopedList.php',
    'Google\\Cloud\\Compute\\V1\\ManagedInstance' => $vendorDir . '/google/cloud/Compute/src/V1/ManagedInstance.php',
    'Google\\Cloud\\Compute\\V1\\ManagedInstanceInstanceHealth' => $vendorDir . '/google/cloud/Compute/src/V1/ManagedInstanceInstanceHealth.php',
    'Google\\Cloud\\Compute\\V1\\ManagedInstanceInstanceHealth\\DetailedHealthState' => $vendorDir . '/google/cloud/Compute/src/V1/ManagedInstanceInstanceHealth/DetailedHealthState.php',
    'Google\\Cloud\\Compute\\V1\\ManagedInstanceLastAttempt' => $vendorDir . '/google/cloud/Compute/src/V1/ManagedInstanceLastAttempt.php',
    'Google\\Cloud\\Compute\\V1\\ManagedInstanceVersion' => $vendorDir . '/google/cloud/Compute/src/V1/ManagedInstanceVersion.php',
    'Google\\Cloud\\Compute\\V1\\ManagedInstance\\CurrentAction' => $vendorDir . '/google/cloud/Compute/src/V1/ManagedInstance/CurrentAction.php',
    'Google\\Cloud\\Compute\\V1\\ManagedInstance\\InstanceStatus' => $vendorDir . '/google/cloud/Compute/src/V1/ManagedInstance/InstanceStatus.php',
    'Google\\Cloud\\Compute\\V1\\Metadata' => $vendorDir . '/google/cloud/Compute/src/V1/Metadata.php',
    'Google\\Cloud\\Compute\\V1\\MetadataFilter' => $vendorDir . '/google/cloud/Compute/src/V1/MetadataFilter.php',
    'Google\\Cloud\\Compute\\V1\\MetadataFilterLabelMatch' => $vendorDir . '/google/cloud/Compute/src/V1/MetadataFilterLabelMatch.php',
    'Google\\Cloud\\Compute\\V1\\MetadataFilter\\FilterMatchCriteria' => $vendorDir . '/google/cloud/Compute/src/V1/MetadataFilter/FilterMatchCriteria.php',
    'Google\\Cloud\\Compute\\V1\\MoveDiskProjectRequest' => $vendorDir . '/google/cloud/Compute/src/V1/MoveDiskProjectRequest.php',
    'Google\\Cloud\\Compute\\V1\\MoveFirewallPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/MoveFirewallPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\MoveInstanceProjectRequest' => $vendorDir . '/google/cloud/Compute/src/V1/MoveInstanceProjectRequest.php',
    'Google\\Cloud\\Compute\\V1\\NamedPort' => $vendorDir . '/google/cloud/Compute/src/V1/NamedPort.php',
    'Google\\Cloud\\Compute\\V1\\Network' => $vendorDir . '/google/cloud/Compute/src/V1/Network.php',
    'Google\\Cloud\\Compute\\V1\\NetworkAttachment' => $vendorDir . '/google/cloud/Compute/src/V1/NetworkAttachment.php',
    'Google\\Cloud\\Compute\\V1\\NetworkAttachmentAggregatedList' => $vendorDir . '/google/cloud/Compute/src/V1/NetworkAttachmentAggregatedList.php',
    'Google\\Cloud\\Compute\\V1\\NetworkAttachmentConnectedEndpoint' => $vendorDir . '/google/cloud/Compute/src/V1/NetworkAttachmentConnectedEndpoint.php',
    'Google\\Cloud\\Compute\\V1\\NetworkAttachmentConnectedEndpoint\\Status' => $vendorDir . '/google/cloud/Compute/src/V1/NetworkAttachmentConnectedEndpoint/Status.php',
    'Google\\Cloud\\Compute\\V1\\NetworkAttachmentList' => $vendorDir . '/google/cloud/Compute/src/V1/NetworkAttachmentList.php',
    'Google\\Cloud\\Compute\\V1\\NetworkAttachment\\ConnectionPreference' => $vendorDir . '/google/cloud/Compute/src/V1/NetworkAttachment/ConnectionPreference.php',
    'Google\\Cloud\\Compute\\V1\\NetworkAttachmentsClient' => $vendorDir . '/google/cloud/Compute/src/V1/NetworkAttachmentsClient.php',
    'Google\\Cloud\\Compute\\V1\\NetworkAttachmentsScopedList' => $vendorDir . '/google/cloud/Compute/src/V1/NetworkAttachmentsScopedList.php',
    'Google\\Cloud\\Compute\\V1\\NetworkEdgeSecurityService' => $vendorDir . '/google/cloud/Compute/src/V1/NetworkEdgeSecurityService.php',
    'Google\\Cloud\\Compute\\V1\\NetworkEdgeSecurityServiceAggregatedList' => $vendorDir . '/google/cloud/Compute/src/V1/NetworkEdgeSecurityServiceAggregatedList.php',
    'Google\\Cloud\\Compute\\V1\\NetworkEdgeSecurityServicesClient' => $vendorDir . '/google/cloud/Compute/src/V1/NetworkEdgeSecurityServicesClient.php',
    'Google\\Cloud\\Compute\\V1\\NetworkEdgeSecurityServicesScopedList' => $vendorDir . '/google/cloud/Compute/src/V1/NetworkEdgeSecurityServicesScopedList.php',
    'Google\\Cloud\\Compute\\V1\\NetworkEndpoint' => $vendorDir . '/google/cloud/Compute/src/V1/NetworkEndpoint.php',
    'Google\\Cloud\\Compute\\V1\\NetworkEndpointGroup' => $vendorDir . '/google/cloud/Compute/src/V1/NetworkEndpointGroup.php',
    'Google\\Cloud\\Compute\\V1\\NetworkEndpointGroupAggregatedList' => $vendorDir . '/google/cloud/Compute/src/V1/NetworkEndpointGroupAggregatedList.php',
    'Google\\Cloud\\Compute\\V1\\NetworkEndpointGroupAppEngine' => $vendorDir . '/google/cloud/Compute/src/V1/NetworkEndpointGroupAppEngine.php',
    'Google\\Cloud\\Compute\\V1\\NetworkEndpointGroupCloudFunction' => $vendorDir . '/google/cloud/Compute/src/V1/NetworkEndpointGroupCloudFunction.php',
    'Google\\Cloud\\Compute\\V1\\NetworkEndpointGroupCloudRun' => $vendorDir . '/google/cloud/Compute/src/V1/NetworkEndpointGroupCloudRun.php',
    'Google\\Cloud\\Compute\\V1\\NetworkEndpointGroupList' => $vendorDir . '/google/cloud/Compute/src/V1/NetworkEndpointGroupList.php',
    'Google\\Cloud\\Compute\\V1\\NetworkEndpointGroupPscData' => $vendorDir . '/google/cloud/Compute/src/V1/NetworkEndpointGroupPscData.php',
    'Google\\Cloud\\Compute\\V1\\NetworkEndpointGroupPscData\\PscConnectionStatus' => $vendorDir . '/google/cloud/Compute/src/V1/NetworkEndpointGroupPscData/PscConnectionStatus.php',
    'Google\\Cloud\\Compute\\V1\\NetworkEndpointGroup\\NetworkEndpointType' => $vendorDir . '/google/cloud/Compute/src/V1/NetworkEndpointGroup/NetworkEndpointType.php',
    'Google\\Cloud\\Compute\\V1\\NetworkEndpointGroupsAttachEndpointsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/NetworkEndpointGroupsAttachEndpointsRequest.php',
    'Google\\Cloud\\Compute\\V1\\NetworkEndpointGroupsClient' => $vendorDir . '/google/cloud/Compute/src/V1/NetworkEndpointGroupsClient.php',
    'Google\\Cloud\\Compute\\V1\\NetworkEndpointGroupsDetachEndpointsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/NetworkEndpointGroupsDetachEndpointsRequest.php',
    'Google\\Cloud\\Compute\\V1\\NetworkEndpointGroupsListEndpointsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/NetworkEndpointGroupsListEndpointsRequest.php',
    'Google\\Cloud\\Compute\\V1\\NetworkEndpointGroupsListEndpointsRequest\\HealthStatus' => $vendorDir . '/google/cloud/Compute/src/V1/NetworkEndpointGroupsListEndpointsRequest/HealthStatus.php',
    'Google\\Cloud\\Compute\\V1\\NetworkEndpointGroupsListNetworkEndpoints' => $vendorDir . '/google/cloud/Compute/src/V1/NetworkEndpointGroupsListNetworkEndpoints.php',
    'Google\\Cloud\\Compute\\V1\\NetworkEndpointGroupsScopedList' => $vendorDir . '/google/cloud/Compute/src/V1/NetworkEndpointGroupsScopedList.php',
    'Google\\Cloud\\Compute\\V1\\NetworkEndpointWithHealthStatus' => $vendorDir . '/google/cloud/Compute/src/V1/NetworkEndpointWithHealthStatus.php',
    'Google\\Cloud\\Compute\\V1\\NetworkFirewallPoliciesClient' => $vendorDir . '/google/cloud/Compute/src/V1/NetworkFirewallPoliciesClient.php',
    'Google\\Cloud\\Compute\\V1\\NetworkInterface' => $vendorDir . '/google/cloud/Compute/src/V1/NetworkInterface.php',
    'Google\\Cloud\\Compute\\V1\\NetworkInterface\\Ipv6AccessType' => $vendorDir . '/google/cloud/Compute/src/V1/NetworkInterface/Ipv6AccessType.php',
    'Google\\Cloud\\Compute\\V1\\NetworkInterface\\NicType' => $vendorDir . '/google/cloud/Compute/src/V1/NetworkInterface/NicType.php',
    'Google\\Cloud\\Compute\\V1\\NetworkInterface\\StackType' => $vendorDir . '/google/cloud/Compute/src/V1/NetworkInterface/StackType.php',
    'Google\\Cloud\\Compute\\V1\\NetworkList' => $vendorDir . '/google/cloud/Compute/src/V1/NetworkList.php',
    'Google\\Cloud\\Compute\\V1\\NetworkPeering' => $vendorDir . '/google/cloud/Compute/src/V1/NetworkPeering.php',
    'Google\\Cloud\\Compute\\V1\\NetworkPeering\\StackType' => $vendorDir . '/google/cloud/Compute/src/V1/NetworkPeering/StackType.php',
    'Google\\Cloud\\Compute\\V1\\NetworkPeering\\State' => $vendorDir . '/google/cloud/Compute/src/V1/NetworkPeering/State.php',
    'Google\\Cloud\\Compute\\V1\\NetworkPerformanceConfig' => $vendorDir . '/google/cloud/Compute/src/V1/NetworkPerformanceConfig.php',
    'Google\\Cloud\\Compute\\V1\\NetworkPerformanceConfig\\TotalEgressBandwidthTier' => $vendorDir . '/google/cloud/Compute/src/V1/NetworkPerformanceConfig/TotalEgressBandwidthTier.php',
    'Google\\Cloud\\Compute\\V1\\NetworkRoutingConfig' => $vendorDir . '/google/cloud/Compute/src/V1/NetworkRoutingConfig.php',
    'Google\\Cloud\\Compute\\V1\\NetworkRoutingConfig\\RoutingMode' => $vendorDir . '/google/cloud/Compute/src/V1/NetworkRoutingConfig/RoutingMode.php',
    'Google\\Cloud\\Compute\\V1\\Network\\NetworkFirewallPolicyEnforcementOrder' => $vendorDir . '/google/cloud/Compute/src/V1/Network/NetworkFirewallPolicyEnforcementOrder.php',
    'Google\\Cloud\\Compute\\V1\\NetworksAddPeeringRequest' => $vendorDir . '/google/cloud/Compute/src/V1/NetworksAddPeeringRequest.php',
    'Google\\Cloud\\Compute\\V1\\NetworksClient' => $vendorDir . '/google/cloud/Compute/src/V1/NetworksClient.php',
    'Google\\Cloud\\Compute\\V1\\NetworksGetEffectiveFirewallsResponse' => $vendorDir . '/google/cloud/Compute/src/V1/NetworksGetEffectiveFirewallsResponse.php',
    'Google\\Cloud\\Compute\\V1\\NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy' => $vendorDir . '/google/cloud/Compute/src/V1/NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy.php',
    'Google\\Cloud\\Compute\\V1\\NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy\\Type' => $vendorDir . '/google/cloud/Compute/src/V1/NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy/Type.php',
    'Google\\Cloud\\Compute\\V1\\NetworksRemovePeeringRequest' => $vendorDir . '/google/cloud/Compute/src/V1/NetworksRemovePeeringRequest.php',
    'Google\\Cloud\\Compute\\V1\\NetworksUpdatePeeringRequest' => $vendorDir . '/google/cloud/Compute/src/V1/NetworksUpdatePeeringRequest.php',
    'Google\\Cloud\\Compute\\V1\\NodeGroup' => $vendorDir . '/google/cloud/Compute/src/V1/NodeGroup.php',
    'Google\\Cloud\\Compute\\V1\\NodeGroupAggregatedList' => $vendorDir . '/google/cloud/Compute/src/V1/NodeGroupAggregatedList.php',
    'Google\\Cloud\\Compute\\V1\\NodeGroupAutoscalingPolicy' => $vendorDir . '/google/cloud/Compute/src/V1/NodeGroupAutoscalingPolicy.php',
    'Google\\Cloud\\Compute\\V1\\NodeGroupAutoscalingPolicy\\Mode' => $vendorDir . '/google/cloud/Compute/src/V1/NodeGroupAutoscalingPolicy/Mode.php',
    'Google\\Cloud\\Compute\\V1\\NodeGroupList' => $vendorDir . '/google/cloud/Compute/src/V1/NodeGroupList.php',
    'Google\\Cloud\\Compute\\V1\\NodeGroupMaintenanceWindow' => $vendorDir . '/google/cloud/Compute/src/V1/NodeGroupMaintenanceWindow.php',
    'Google\\Cloud\\Compute\\V1\\NodeGroupNode' => $vendorDir . '/google/cloud/Compute/src/V1/NodeGroupNode.php',
    'Google\\Cloud\\Compute\\V1\\NodeGroupNode\\CpuOvercommitType' => $vendorDir . '/google/cloud/Compute/src/V1/NodeGroupNode/CpuOvercommitType.php',
    'Google\\Cloud\\Compute\\V1\\NodeGroupNode\\Status' => $vendorDir . '/google/cloud/Compute/src/V1/NodeGroupNode/Status.php',
    'Google\\Cloud\\Compute\\V1\\NodeGroup\\MaintenancePolicy' => $vendorDir . '/google/cloud/Compute/src/V1/NodeGroup/MaintenancePolicy.php',
    'Google\\Cloud\\Compute\\V1\\NodeGroup\\Status' => $vendorDir . '/google/cloud/Compute/src/V1/NodeGroup/Status.php',
    'Google\\Cloud\\Compute\\V1\\NodeGroupsAddNodesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/NodeGroupsAddNodesRequest.php',
    'Google\\Cloud\\Compute\\V1\\NodeGroupsClient' => $vendorDir . '/google/cloud/Compute/src/V1/NodeGroupsClient.php',
    'Google\\Cloud\\Compute\\V1\\NodeGroupsDeleteNodesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/NodeGroupsDeleteNodesRequest.php',
    'Google\\Cloud\\Compute\\V1\\NodeGroupsListNodes' => $vendorDir . '/google/cloud/Compute/src/V1/NodeGroupsListNodes.php',
    'Google\\Cloud\\Compute\\V1\\NodeGroupsScopedList' => $vendorDir . '/google/cloud/Compute/src/V1/NodeGroupsScopedList.php',
    'Google\\Cloud\\Compute\\V1\\NodeGroupsSetNodeTemplateRequest' => $vendorDir . '/google/cloud/Compute/src/V1/NodeGroupsSetNodeTemplateRequest.php',
    'Google\\Cloud\\Compute\\V1\\NodeTemplate' => $vendorDir . '/google/cloud/Compute/src/V1/NodeTemplate.php',
    'Google\\Cloud\\Compute\\V1\\NodeTemplateAggregatedList' => $vendorDir . '/google/cloud/Compute/src/V1/NodeTemplateAggregatedList.php',
    'Google\\Cloud\\Compute\\V1\\NodeTemplateList' => $vendorDir . '/google/cloud/Compute/src/V1/NodeTemplateList.php',
    'Google\\Cloud\\Compute\\V1\\NodeTemplateNodeTypeFlexibility' => $vendorDir . '/google/cloud/Compute/src/V1/NodeTemplateNodeTypeFlexibility.php',
    'Google\\Cloud\\Compute\\V1\\NodeTemplate\\CpuOvercommitType' => $vendorDir . '/google/cloud/Compute/src/V1/NodeTemplate/CpuOvercommitType.php',
    'Google\\Cloud\\Compute\\V1\\NodeTemplate\\Status' => $vendorDir . '/google/cloud/Compute/src/V1/NodeTemplate/Status.php',
    'Google\\Cloud\\Compute\\V1\\NodeTemplatesClient' => $vendorDir . '/google/cloud/Compute/src/V1/NodeTemplatesClient.php',
    'Google\\Cloud\\Compute\\V1\\NodeTemplatesScopedList' => $vendorDir . '/google/cloud/Compute/src/V1/NodeTemplatesScopedList.php',
    'Google\\Cloud\\Compute\\V1\\NodeType' => $vendorDir . '/google/cloud/Compute/src/V1/NodeType.php',
    'Google\\Cloud\\Compute\\V1\\NodeTypeAggregatedList' => $vendorDir . '/google/cloud/Compute/src/V1/NodeTypeAggregatedList.php',
    'Google\\Cloud\\Compute\\V1\\NodeTypeList' => $vendorDir . '/google/cloud/Compute/src/V1/NodeTypeList.php',
    'Google\\Cloud\\Compute\\V1\\NodeTypesClient' => $vendorDir . '/google/cloud/Compute/src/V1/NodeTypesClient.php',
    'Google\\Cloud\\Compute\\V1\\NodeTypesScopedList' => $vendorDir . '/google/cloud/Compute/src/V1/NodeTypesScopedList.php',
    'Google\\Cloud\\Compute\\V1\\NotificationEndpoint' => $vendorDir . '/google/cloud/Compute/src/V1/NotificationEndpoint.php',
    'Google\\Cloud\\Compute\\V1\\NotificationEndpointGrpcSettings' => $vendorDir . '/google/cloud/Compute/src/V1/NotificationEndpointGrpcSettings.php',
    'Google\\Cloud\\Compute\\V1\\NotificationEndpointList' => $vendorDir . '/google/cloud/Compute/src/V1/NotificationEndpointList.php',
    'Google\\Cloud\\Compute\\V1\\Operation' => $vendorDir . '/google/cloud/Compute/src/V1/Operation.php',
    'Google\\Cloud\\Compute\\V1\\OperationAggregatedList' => $vendorDir . '/google/cloud/Compute/src/V1/OperationAggregatedList.php',
    'Google\\Cloud\\Compute\\V1\\OperationList' => $vendorDir . '/google/cloud/Compute/src/V1/OperationList.php',
    'Google\\Cloud\\Compute\\V1\\Operation\\Status' => $vendorDir . '/google/cloud/Compute/src/V1/Operation/Status.php',
    'Google\\Cloud\\Compute\\V1\\OperationsScopedList' => $vendorDir . '/google/cloud/Compute/src/V1/OperationsScopedList.php',
    'Google\\Cloud\\Compute\\V1\\OutlierDetection' => $vendorDir . '/google/cloud/Compute/src/V1/OutlierDetection.php',
    'Google\\Cloud\\Compute\\V1\\PacketIntervals' => $vendorDir . '/google/cloud/Compute/src/V1/PacketIntervals.php',
    'Google\\Cloud\\Compute\\V1\\PacketIntervals\\Duration' => $vendorDir . '/google/cloud/Compute/src/V1/PacketIntervals/Duration.php',
    'Google\\Cloud\\Compute\\V1\\PacketIntervals\\Type' => $vendorDir . '/google/cloud/Compute/src/V1/PacketIntervals/Type.php',
    'Google\\Cloud\\Compute\\V1\\PacketMirroring' => $vendorDir . '/google/cloud/Compute/src/V1/PacketMirroring.php',
    'Google\\Cloud\\Compute\\V1\\PacketMirroringAggregatedList' => $vendorDir . '/google/cloud/Compute/src/V1/PacketMirroringAggregatedList.php',
    'Google\\Cloud\\Compute\\V1\\PacketMirroringFilter' => $vendorDir . '/google/cloud/Compute/src/V1/PacketMirroringFilter.php',
    'Google\\Cloud\\Compute\\V1\\PacketMirroringFilter\\Direction' => $vendorDir . '/google/cloud/Compute/src/V1/PacketMirroringFilter/Direction.php',
    'Google\\Cloud\\Compute\\V1\\PacketMirroringForwardingRuleInfo' => $vendorDir . '/google/cloud/Compute/src/V1/PacketMirroringForwardingRuleInfo.php',
    'Google\\Cloud\\Compute\\V1\\PacketMirroringList' => $vendorDir . '/google/cloud/Compute/src/V1/PacketMirroringList.php',
    'Google\\Cloud\\Compute\\V1\\PacketMirroringMirroredResourceInfo' => $vendorDir . '/google/cloud/Compute/src/V1/PacketMirroringMirroredResourceInfo.php',
    'Google\\Cloud\\Compute\\V1\\PacketMirroringMirroredResourceInfoInstanceInfo' => $vendorDir . '/google/cloud/Compute/src/V1/PacketMirroringMirroredResourceInfoInstanceInfo.php',
    'Google\\Cloud\\Compute\\V1\\PacketMirroringMirroredResourceInfoSubnetInfo' => $vendorDir . '/google/cloud/Compute/src/V1/PacketMirroringMirroredResourceInfoSubnetInfo.php',
    'Google\\Cloud\\Compute\\V1\\PacketMirroringNetworkInfo' => $vendorDir . '/google/cloud/Compute/src/V1/PacketMirroringNetworkInfo.php',
    'Google\\Cloud\\Compute\\V1\\PacketMirroring\\Enable' => $vendorDir . '/google/cloud/Compute/src/V1/PacketMirroring/Enable.php',
    'Google\\Cloud\\Compute\\V1\\PacketMirroringsClient' => $vendorDir . '/google/cloud/Compute/src/V1/PacketMirroringsClient.php',
    'Google\\Cloud\\Compute\\V1\\PacketMirroringsScopedList' => $vendorDir . '/google/cloud/Compute/src/V1/PacketMirroringsScopedList.php',
    'Google\\Cloud\\Compute\\V1\\PatchAutoscalerRequest' => $vendorDir . '/google/cloud/Compute/src/V1/PatchAutoscalerRequest.php',
    'Google\\Cloud\\Compute\\V1\\PatchBackendBucketRequest' => $vendorDir . '/google/cloud/Compute/src/V1/PatchBackendBucketRequest.php',
    'Google\\Cloud\\Compute\\V1\\PatchBackendServiceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/PatchBackendServiceRequest.php',
    'Google\\Cloud\\Compute\\V1\\PatchFirewallPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/PatchFirewallPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\PatchFirewallRequest' => $vendorDir . '/google/cloud/Compute/src/V1/PatchFirewallRequest.php',
    'Google\\Cloud\\Compute\\V1\\PatchForwardingRuleRequest' => $vendorDir . '/google/cloud/Compute/src/V1/PatchForwardingRuleRequest.php',
    'Google\\Cloud\\Compute\\V1\\PatchGlobalForwardingRuleRequest' => $vendorDir . '/google/cloud/Compute/src/V1/PatchGlobalForwardingRuleRequest.php',
    'Google\\Cloud\\Compute\\V1\\PatchGlobalPublicDelegatedPrefixeRequest' => $vendorDir . '/google/cloud/Compute/src/V1/PatchGlobalPublicDelegatedPrefixeRequest.php',
    'Google\\Cloud\\Compute\\V1\\PatchHealthCheckRequest' => $vendorDir . '/google/cloud/Compute/src/V1/PatchHealthCheckRequest.php',
    'Google\\Cloud\\Compute\\V1\\PatchImageRequest' => $vendorDir . '/google/cloud/Compute/src/V1/PatchImageRequest.php',
    'Google\\Cloud\\Compute\\V1\\PatchInstanceGroupManagerRequest' => $vendorDir . '/google/cloud/Compute/src/V1/PatchInstanceGroupManagerRequest.php',
    'Google\\Cloud\\Compute\\V1\\PatchInterconnectAttachmentRequest' => $vendorDir . '/google/cloud/Compute/src/V1/PatchInterconnectAttachmentRequest.php',
    'Google\\Cloud\\Compute\\V1\\PatchInterconnectRequest' => $vendorDir . '/google/cloud/Compute/src/V1/PatchInterconnectRequest.php',
    'Google\\Cloud\\Compute\\V1\\PatchNetworkEdgeSecurityServiceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/PatchNetworkEdgeSecurityServiceRequest.php',
    'Google\\Cloud\\Compute\\V1\\PatchNetworkFirewallPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/PatchNetworkFirewallPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\PatchNetworkRequest' => $vendorDir . '/google/cloud/Compute/src/V1/PatchNetworkRequest.php',
    'Google\\Cloud\\Compute\\V1\\PatchNodeGroupRequest' => $vendorDir . '/google/cloud/Compute/src/V1/PatchNodeGroupRequest.php',
    'Google\\Cloud\\Compute\\V1\\PatchPacketMirroringRequest' => $vendorDir . '/google/cloud/Compute/src/V1/PatchPacketMirroringRequest.php',
    'Google\\Cloud\\Compute\\V1\\PatchPerInstanceConfigsInstanceGroupManagerRequest' => $vendorDir . '/google/cloud/Compute/src/V1/PatchPerInstanceConfigsInstanceGroupManagerRequest.php',
    'Google\\Cloud\\Compute\\V1\\PatchPerInstanceConfigsRegionInstanceGroupManagerRequest' => $vendorDir . '/google/cloud/Compute/src/V1/PatchPerInstanceConfigsRegionInstanceGroupManagerRequest.php',
    'Google\\Cloud\\Compute\\V1\\PatchPublicAdvertisedPrefixeRequest' => $vendorDir . '/google/cloud/Compute/src/V1/PatchPublicAdvertisedPrefixeRequest.php',
    'Google\\Cloud\\Compute\\V1\\PatchPublicDelegatedPrefixeRequest' => $vendorDir . '/google/cloud/Compute/src/V1/PatchPublicDelegatedPrefixeRequest.php',
    'Google\\Cloud\\Compute\\V1\\PatchRegionAutoscalerRequest' => $vendorDir . '/google/cloud/Compute/src/V1/PatchRegionAutoscalerRequest.php',
    'Google\\Cloud\\Compute\\V1\\PatchRegionBackendServiceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/PatchRegionBackendServiceRequest.php',
    'Google\\Cloud\\Compute\\V1\\PatchRegionHealthCheckRequest' => $vendorDir . '/google/cloud/Compute/src/V1/PatchRegionHealthCheckRequest.php',
    'Google\\Cloud\\Compute\\V1\\PatchRegionHealthCheckServiceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/PatchRegionHealthCheckServiceRequest.php',
    'Google\\Cloud\\Compute\\V1\\PatchRegionInstanceGroupManagerRequest' => $vendorDir . '/google/cloud/Compute/src/V1/PatchRegionInstanceGroupManagerRequest.php',
    'Google\\Cloud\\Compute\\V1\\PatchRegionNetworkFirewallPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/PatchRegionNetworkFirewallPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\PatchRegionSecurityPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/PatchRegionSecurityPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\PatchRegionSslPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/PatchRegionSslPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\PatchRegionTargetHttpsProxyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/PatchRegionTargetHttpsProxyRequest.php',
    'Google\\Cloud\\Compute\\V1\\PatchRegionUrlMapRequest' => $vendorDir . '/google/cloud/Compute/src/V1/PatchRegionUrlMapRequest.php',
    'Google\\Cloud\\Compute\\V1\\PatchRouterRequest' => $vendorDir . '/google/cloud/Compute/src/V1/PatchRouterRequest.php',
    'Google\\Cloud\\Compute\\V1\\PatchRuleFirewallPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/PatchRuleFirewallPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\PatchRuleNetworkFirewallPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/PatchRuleNetworkFirewallPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\PatchRuleRegionNetworkFirewallPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/PatchRuleRegionNetworkFirewallPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\PatchRuleSecurityPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/PatchRuleSecurityPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\PatchSecurityPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/PatchSecurityPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\PatchServiceAttachmentRequest' => $vendorDir . '/google/cloud/Compute/src/V1/PatchServiceAttachmentRequest.php',
    'Google\\Cloud\\Compute\\V1\\PatchSslPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/PatchSslPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\PatchSubnetworkRequest' => $vendorDir . '/google/cloud/Compute/src/V1/PatchSubnetworkRequest.php',
    'Google\\Cloud\\Compute\\V1\\PatchTargetGrpcProxyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/PatchTargetGrpcProxyRequest.php',
    'Google\\Cloud\\Compute\\V1\\PatchTargetHttpProxyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/PatchTargetHttpProxyRequest.php',
    'Google\\Cloud\\Compute\\V1\\PatchTargetHttpsProxyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/PatchTargetHttpsProxyRequest.php',
    'Google\\Cloud\\Compute\\V1\\PatchUrlMapRequest' => $vendorDir . '/google/cloud/Compute/src/V1/PatchUrlMapRequest.php',
    'Google\\Cloud\\Compute\\V1\\PathMatcher' => $vendorDir . '/google/cloud/Compute/src/V1/PathMatcher.php',
    'Google\\Cloud\\Compute\\V1\\PathRule' => $vendorDir . '/google/cloud/Compute/src/V1/PathRule.php',
    'Google\\Cloud\\Compute\\V1\\PerInstanceConfig' => $vendorDir . '/google/cloud/Compute/src/V1/PerInstanceConfig.php',
    'Google\\Cloud\\Compute\\V1\\PerInstanceConfig\\Status' => $vendorDir . '/google/cloud/Compute/src/V1/PerInstanceConfig/Status.php',
    'Google\\Cloud\\Compute\\V1\\Policy' => $vendorDir . '/google/cloud/Compute/src/V1/Policy.php',
    'Google\\Cloud\\Compute\\V1\\PreconfiguredWafSet' => $vendorDir . '/google/cloud/Compute/src/V1/PreconfiguredWafSet.php',
    'Google\\Cloud\\Compute\\V1\\PreservedState' => $vendorDir . '/google/cloud/Compute/src/V1/PreservedState.php',
    'Google\\Cloud\\Compute\\V1\\PreservedStatePreservedDisk' => $vendorDir . '/google/cloud/Compute/src/V1/PreservedStatePreservedDisk.php',
    'Google\\Cloud\\Compute\\V1\\PreservedStatePreservedDisk\\AutoDelete' => $vendorDir . '/google/cloud/Compute/src/V1/PreservedStatePreservedDisk/AutoDelete.php',
    'Google\\Cloud\\Compute\\V1\\PreservedStatePreservedDisk\\Mode' => $vendorDir . '/google/cloud/Compute/src/V1/PreservedStatePreservedDisk/Mode.php',
    'Google\\Cloud\\Compute\\V1\\PreviewRouterRequest' => $vendorDir . '/google/cloud/Compute/src/V1/PreviewRouterRequest.php',
    'Google\\Cloud\\Compute\\V1\\Project' => $vendorDir . '/google/cloud/Compute/src/V1/Project.php',
    'Google\\Cloud\\Compute\\V1\\Project\\DefaultNetworkTier' => $vendorDir . '/google/cloud/Compute/src/V1/Project/DefaultNetworkTier.php',
    'Google\\Cloud\\Compute\\V1\\Project\\VmDnsSetting' => $vendorDir . '/google/cloud/Compute/src/V1/Project/VmDnsSetting.php',
    'Google\\Cloud\\Compute\\V1\\Project\\XpnProjectStatus' => $vendorDir . '/google/cloud/Compute/src/V1/Project/XpnProjectStatus.php',
    'Google\\Cloud\\Compute\\V1\\ProjectsClient' => $vendorDir . '/google/cloud/Compute/src/V1/ProjectsClient.php',
    'Google\\Cloud\\Compute\\V1\\ProjectsDisableXpnResourceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ProjectsDisableXpnResourceRequest.php',
    'Google\\Cloud\\Compute\\V1\\ProjectsEnableXpnResourceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ProjectsEnableXpnResourceRequest.php',
    'Google\\Cloud\\Compute\\V1\\ProjectsGetXpnResources' => $vendorDir . '/google/cloud/Compute/src/V1/ProjectsGetXpnResources.php',
    'Google\\Cloud\\Compute\\V1\\ProjectsListXpnHostsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ProjectsListXpnHostsRequest.php',
    'Google\\Cloud\\Compute\\V1\\ProjectsSetDefaultNetworkTierRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ProjectsSetDefaultNetworkTierRequest.php',
    'Google\\Cloud\\Compute\\V1\\ProjectsSetDefaultNetworkTierRequest\\NetworkTier' => $vendorDir . '/google/cloud/Compute/src/V1/ProjectsSetDefaultNetworkTierRequest/NetworkTier.php',
    'Google\\Cloud\\Compute\\V1\\PublicAdvertisedPrefix' => $vendorDir . '/google/cloud/Compute/src/V1/PublicAdvertisedPrefix.php',
    'Google\\Cloud\\Compute\\V1\\PublicAdvertisedPrefixList' => $vendorDir . '/google/cloud/Compute/src/V1/PublicAdvertisedPrefixList.php',
    'Google\\Cloud\\Compute\\V1\\PublicAdvertisedPrefixPublicDelegatedPrefix' => $vendorDir . '/google/cloud/Compute/src/V1/PublicAdvertisedPrefixPublicDelegatedPrefix.php',
    'Google\\Cloud\\Compute\\V1\\PublicAdvertisedPrefix\\Status' => $vendorDir . '/google/cloud/Compute/src/V1/PublicAdvertisedPrefix/Status.php',
    'Google\\Cloud\\Compute\\V1\\PublicAdvertisedPrefixesClient' => $vendorDir . '/google/cloud/Compute/src/V1/PublicAdvertisedPrefixesClient.php',
    'Google\\Cloud\\Compute\\V1\\PublicDelegatedPrefix' => $vendorDir . '/google/cloud/Compute/src/V1/PublicDelegatedPrefix.php',
    'Google\\Cloud\\Compute\\V1\\PublicDelegatedPrefixAggregatedList' => $vendorDir . '/google/cloud/Compute/src/V1/PublicDelegatedPrefixAggregatedList.php',
    'Google\\Cloud\\Compute\\V1\\PublicDelegatedPrefixList' => $vendorDir . '/google/cloud/Compute/src/V1/PublicDelegatedPrefixList.php',
    'Google\\Cloud\\Compute\\V1\\PublicDelegatedPrefixPublicDelegatedSubPrefix' => $vendorDir . '/google/cloud/Compute/src/V1/PublicDelegatedPrefixPublicDelegatedSubPrefix.php',
    'Google\\Cloud\\Compute\\V1\\PublicDelegatedPrefixPublicDelegatedSubPrefix\\Status' => $vendorDir . '/google/cloud/Compute/src/V1/PublicDelegatedPrefixPublicDelegatedSubPrefix/Status.php',
    'Google\\Cloud\\Compute\\V1\\PublicDelegatedPrefix\\Status' => $vendorDir . '/google/cloud/Compute/src/V1/PublicDelegatedPrefix/Status.php',
    'Google\\Cloud\\Compute\\V1\\PublicDelegatedPrefixesClient' => $vendorDir . '/google/cloud/Compute/src/V1/PublicDelegatedPrefixesClient.php',
    'Google\\Cloud\\Compute\\V1\\PublicDelegatedPrefixesScopedList' => $vendorDir . '/google/cloud/Compute/src/V1/PublicDelegatedPrefixesScopedList.php',
    'Google\\Cloud\\Compute\\V1\\Quota' => $vendorDir . '/google/cloud/Compute/src/V1/Quota.php',
    'Google\\Cloud\\Compute\\V1\\QuotaExceededInfo' => $vendorDir . '/google/cloud/Compute/src/V1/QuotaExceededInfo.php',
    'Google\\Cloud\\Compute\\V1\\Quota\\Metric' => $vendorDir . '/google/cloud/Compute/src/V1/Quota/Metric.php',
    'Google\\Cloud\\Compute\\V1\\RawDisk' => $vendorDir . '/google/cloud/Compute/src/V1/RawDisk.php',
    'Google\\Cloud\\Compute\\V1\\RawDisk\\ContainerType' => $vendorDir . '/google/cloud/Compute/src/V1/RawDisk/ContainerType.php',
    'Google\\Cloud\\Compute\\V1\\RecreateInstancesInstanceGroupManagerRequest' => $vendorDir . '/google/cloud/Compute/src/V1/RecreateInstancesInstanceGroupManagerRequest.php',
    'Google\\Cloud\\Compute\\V1\\RecreateInstancesRegionInstanceGroupManagerRequest' => $vendorDir . '/google/cloud/Compute/src/V1/RecreateInstancesRegionInstanceGroupManagerRequest.php',
    'Google\\Cloud\\Compute\\V1\\Reference' => $vendorDir . '/google/cloud/Compute/src/V1/Reference.php',
    'Google\\Cloud\\Compute\\V1\\Region' => $vendorDir . '/google/cloud/Compute/src/V1/Region.php',
    'Google\\Cloud\\Compute\\V1\\RegionAutoscalerList' => $vendorDir . '/google/cloud/Compute/src/V1/RegionAutoscalerList.php',
    'Google\\Cloud\\Compute\\V1\\RegionAutoscalersClient' => $vendorDir . '/google/cloud/Compute/src/V1/RegionAutoscalersClient.php',
    'Google\\Cloud\\Compute\\V1\\RegionBackendServicesClient' => $vendorDir . '/google/cloud/Compute/src/V1/RegionBackendServicesClient.php',
    'Google\\Cloud\\Compute\\V1\\RegionCommitmentsClient' => $vendorDir . '/google/cloud/Compute/src/V1/RegionCommitmentsClient.php',
    'Google\\Cloud\\Compute\\V1\\RegionDiskTypeList' => $vendorDir . '/google/cloud/Compute/src/V1/RegionDiskTypeList.php',
    'Google\\Cloud\\Compute\\V1\\RegionDiskTypesClient' => $vendorDir . '/google/cloud/Compute/src/V1/RegionDiskTypesClient.php',
    'Google\\Cloud\\Compute\\V1\\RegionDisksAddResourcePoliciesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/RegionDisksAddResourcePoliciesRequest.php',
    'Google\\Cloud\\Compute\\V1\\RegionDisksClient' => $vendorDir . '/google/cloud/Compute/src/V1/RegionDisksClient.php',
    'Google\\Cloud\\Compute\\V1\\RegionDisksRemoveResourcePoliciesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/RegionDisksRemoveResourcePoliciesRequest.php',
    'Google\\Cloud\\Compute\\V1\\RegionDisksResizeRequest' => $vendorDir . '/google/cloud/Compute/src/V1/RegionDisksResizeRequest.php',
    'Google\\Cloud\\Compute\\V1\\RegionHealthCheckServicesClient' => $vendorDir . '/google/cloud/Compute/src/V1/RegionHealthCheckServicesClient.php',
    'Google\\Cloud\\Compute\\V1\\RegionHealthChecksClient' => $vendorDir . '/google/cloud/Compute/src/V1/RegionHealthChecksClient.php',
    'Google\\Cloud\\Compute\\V1\\RegionInstanceGroupList' => $vendorDir . '/google/cloud/Compute/src/V1/RegionInstanceGroupList.php',
    'Google\\Cloud\\Compute\\V1\\RegionInstanceGroupManagerDeleteInstanceConfigReq' => $vendorDir . '/google/cloud/Compute/src/V1/RegionInstanceGroupManagerDeleteInstanceConfigReq.php',
    'Google\\Cloud\\Compute\\V1\\RegionInstanceGroupManagerList' => $vendorDir . '/google/cloud/Compute/src/V1/RegionInstanceGroupManagerList.php',
    'Google\\Cloud\\Compute\\V1\\RegionInstanceGroupManagerPatchInstanceConfigReq' => $vendorDir . '/google/cloud/Compute/src/V1/RegionInstanceGroupManagerPatchInstanceConfigReq.php',
    'Google\\Cloud\\Compute\\V1\\RegionInstanceGroupManagerUpdateInstanceConfigReq' => $vendorDir . '/google/cloud/Compute/src/V1/RegionInstanceGroupManagerUpdateInstanceConfigReq.php',
    'Google\\Cloud\\Compute\\V1\\RegionInstanceGroupManagersAbandonInstancesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/RegionInstanceGroupManagersAbandonInstancesRequest.php',
    'Google\\Cloud\\Compute\\V1\\RegionInstanceGroupManagersApplyUpdatesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/RegionInstanceGroupManagersApplyUpdatesRequest.php',
    'Google\\Cloud\\Compute\\V1\\RegionInstanceGroupManagersApplyUpdatesRequest\\MinimalAction' => $vendorDir . '/google/cloud/Compute/src/V1/RegionInstanceGroupManagersApplyUpdatesRequest/MinimalAction.php',
    'Google\\Cloud\\Compute\\V1\\RegionInstanceGroupManagersApplyUpdatesRequest\\MostDisruptiveAllowedAction' => $vendorDir . '/google/cloud/Compute/src/V1/RegionInstanceGroupManagersApplyUpdatesRequest/MostDisruptiveAllowedAction.php',
    'Google\\Cloud\\Compute\\V1\\RegionInstanceGroupManagersClient' => $vendorDir . '/google/cloud/Compute/src/V1/RegionInstanceGroupManagersClient.php',
    'Google\\Cloud\\Compute\\V1\\RegionInstanceGroupManagersCreateInstancesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/RegionInstanceGroupManagersCreateInstancesRequest.php',
    'Google\\Cloud\\Compute\\V1\\RegionInstanceGroupManagersDeleteInstancesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/RegionInstanceGroupManagersDeleteInstancesRequest.php',
    'Google\\Cloud\\Compute\\V1\\RegionInstanceGroupManagersListErrorsResponse' => $vendorDir . '/google/cloud/Compute/src/V1/RegionInstanceGroupManagersListErrorsResponse.php',
    'Google\\Cloud\\Compute\\V1\\RegionInstanceGroupManagersListInstanceConfigsResp' => $vendorDir . '/google/cloud/Compute/src/V1/RegionInstanceGroupManagersListInstanceConfigsResp.php',
    'Google\\Cloud\\Compute\\V1\\RegionInstanceGroupManagersListInstancesResponse' => $vendorDir . '/google/cloud/Compute/src/V1/RegionInstanceGroupManagersListInstancesResponse.php',
    'Google\\Cloud\\Compute\\V1\\RegionInstanceGroupManagersRecreateRequest' => $vendorDir . '/google/cloud/Compute/src/V1/RegionInstanceGroupManagersRecreateRequest.php',
    'Google\\Cloud\\Compute\\V1\\RegionInstanceGroupManagersSetTargetPoolsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/RegionInstanceGroupManagersSetTargetPoolsRequest.php',
    'Google\\Cloud\\Compute\\V1\\RegionInstanceGroupManagersSetTemplateRequest' => $vendorDir . '/google/cloud/Compute/src/V1/RegionInstanceGroupManagersSetTemplateRequest.php',
    'Google\\Cloud\\Compute\\V1\\RegionInstanceGroupsClient' => $vendorDir . '/google/cloud/Compute/src/V1/RegionInstanceGroupsClient.php',
    'Google\\Cloud\\Compute\\V1\\RegionInstanceGroupsListInstances' => $vendorDir . '/google/cloud/Compute/src/V1/RegionInstanceGroupsListInstances.php',
    'Google\\Cloud\\Compute\\V1\\RegionInstanceGroupsListInstancesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/RegionInstanceGroupsListInstancesRequest.php',
    'Google\\Cloud\\Compute\\V1\\RegionInstanceGroupsListInstancesRequest\\InstanceState' => $vendorDir . '/google/cloud/Compute/src/V1/RegionInstanceGroupsListInstancesRequest/InstanceState.php',
    'Google\\Cloud\\Compute\\V1\\RegionInstanceGroupsSetNamedPortsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/RegionInstanceGroupsSetNamedPortsRequest.php',
    'Google\\Cloud\\Compute\\V1\\RegionInstancesClient' => $vendorDir . '/google/cloud/Compute/src/V1/RegionInstancesClient.php',
    'Google\\Cloud\\Compute\\V1\\RegionList' => $vendorDir . '/google/cloud/Compute/src/V1/RegionList.php',
    'Google\\Cloud\\Compute\\V1\\RegionNetworkEndpointGroupsClient' => $vendorDir . '/google/cloud/Compute/src/V1/RegionNetworkEndpointGroupsClient.php',
    'Google\\Cloud\\Compute\\V1\\RegionNetworkFirewallPoliciesClient' => $vendorDir . '/google/cloud/Compute/src/V1/RegionNetworkFirewallPoliciesClient.php',
    'Google\\Cloud\\Compute\\V1\\RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponse' => $vendorDir . '/google/cloud/Compute/src/V1/RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponse.php',
    'Google\\Cloud\\Compute\\V1\\RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy' => $vendorDir . '/google/cloud/Compute/src/V1/RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy.php',
    'Google\\Cloud\\Compute\\V1\\RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy\\Type' => $vendorDir . '/google/cloud/Compute/src/V1/RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy/Type.php',
    'Google\\Cloud\\Compute\\V1\\RegionNotificationEndpointsClient' => $vendorDir . '/google/cloud/Compute/src/V1/RegionNotificationEndpointsClient.php',
    'Google\\Cloud\\Compute\\V1\\RegionOperationsClient' => $vendorDir . '/google/cloud/Compute/src/V1/RegionOperationsClient.php',
    'Google\\Cloud\\Compute\\V1\\RegionSecurityPoliciesClient' => $vendorDir . '/google/cloud/Compute/src/V1/RegionSecurityPoliciesClient.php',
    'Google\\Cloud\\Compute\\V1\\RegionSetLabelsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/RegionSetLabelsRequest.php',
    'Google\\Cloud\\Compute\\V1\\RegionSetPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/RegionSetPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\RegionSslCertificatesClient' => $vendorDir . '/google/cloud/Compute/src/V1/RegionSslCertificatesClient.php',
    'Google\\Cloud\\Compute\\V1\\RegionSslPoliciesClient' => $vendorDir . '/google/cloud/Compute/src/V1/RegionSslPoliciesClient.php',
    'Google\\Cloud\\Compute\\V1\\RegionTargetHttpProxiesClient' => $vendorDir . '/google/cloud/Compute/src/V1/RegionTargetHttpProxiesClient.php',
    'Google\\Cloud\\Compute\\V1\\RegionTargetHttpsProxiesClient' => $vendorDir . '/google/cloud/Compute/src/V1/RegionTargetHttpsProxiesClient.php',
    'Google\\Cloud\\Compute\\V1\\RegionTargetHttpsProxiesSetSslCertificatesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/RegionTargetHttpsProxiesSetSslCertificatesRequest.php',
    'Google\\Cloud\\Compute\\V1\\RegionTargetTcpProxiesClient' => $vendorDir . '/google/cloud/Compute/src/V1/RegionTargetTcpProxiesClient.php',
    'Google\\Cloud\\Compute\\V1\\RegionUrlMapsClient' => $vendorDir . '/google/cloud/Compute/src/V1/RegionUrlMapsClient.php',
    'Google\\Cloud\\Compute\\V1\\RegionUrlMapsValidateRequest' => $vendorDir . '/google/cloud/Compute/src/V1/RegionUrlMapsValidateRequest.php',
    'Google\\Cloud\\Compute\\V1\\Region\\Status' => $vendorDir . '/google/cloud/Compute/src/V1/Region/Status.php',
    'Google\\Cloud\\Compute\\V1\\RegionsClient' => $vendorDir . '/google/cloud/Compute/src/V1/RegionsClient.php',
    'Google\\Cloud\\Compute\\V1\\RemoveAssociationFirewallPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/RemoveAssociationFirewallPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\RemoveAssociationNetworkFirewallPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/RemoveAssociationNetworkFirewallPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\RemoveAssociationRegionNetworkFirewallPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/RemoveAssociationRegionNetworkFirewallPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\RemoveHealthCheckTargetPoolRequest' => $vendorDir . '/google/cloud/Compute/src/V1/RemoveHealthCheckTargetPoolRequest.php',
    'Google\\Cloud\\Compute\\V1\\RemoveInstanceTargetPoolRequest' => $vendorDir . '/google/cloud/Compute/src/V1/RemoveInstanceTargetPoolRequest.php',
    'Google\\Cloud\\Compute\\V1\\RemoveInstancesInstanceGroupRequest' => $vendorDir . '/google/cloud/Compute/src/V1/RemoveInstancesInstanceGroupRequest.php',
    'Google\\Cloud\\Compute\\V1\\RemovePeeringNetworkRequest' => $vendorDir . '/google/cloud/Compute/src/V1/RemovePeeringNetworkRequest.php',
    'Google\\Cloud\\Compute\\V1\\RemoveResourcePoliciesDiskRequest' => $vendorDir . '/google/cloud/Compute/src/V1/RemoveResourcePoliciesDiskRequest.php',
    'Google\\Cloud\\Compute\\V1\\RemoveResourcePoliciesInstanceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/RemoveResourcePoliciesInstanceRequest.php',
    'Google\\Cloud\\Compute\\V1\\RemoveResourcePoliciesRegionDiskRequest' => $vendorDir . '/google/cloud/Compute/src/V1/RemoveResourcePoliciesRegionDiskRequest.php',
    'Google\\Cloud\\Compute\\V1\\RemoveRuleFirewallPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/RemoveRuleFirewallPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\RemoveRuleNetworkFirewallPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/RemoveRuleNetworkFirewallPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\RemoveRuleRegionNetworkFirewallPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/RemoveRuleRegionNetworkFirewallPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\RemoveRuleSecurityPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/RemoveRuleSecurityPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\RequestMirrorPolicy' => $vendorDir . '/google/cloud/Compute/src/V1/RequestMirrorPolicy.php',
    'Google\\Cloud\\Compute\\V1\\Reservation' => $vendorDir . '/google/cloud/Compute/src/V1/Reservation.php',
    'Google\\Cloud\\Compute\\V1\\ReservationAffinity' => $vendorDir . '/google/cloud/Compute/src/V1/ReservationAffinity.php',
    'Google\\Cloud\\Compute\\V1\\ReservationAffinity\\ConsumeReservationType' => $vendorDir . '/google/cloud/Compute/src/V1/ReservationAffinity/ConsumeReservationType.php',
    'Google\\Cloud\\Compute\\V1\\ReservationAggregatedList' => $vendorDir . '/google/cloud/Compute/src/V1/ReservationAggregatedList.php',
    'Google\\Cloud\\Compute\\V1\\ReservationList' => $vendorDir . '/google/cloud/Compute/src/V1/ReservationList.php',
    'Google\\Cloud\\Compute\\V1\\Reservation\\Status' => $vendorDir . '/google/cloud/Compute/src/V1/Reservation/Status.php',
    'Google\\Cloud\\Compute\\V1\\ReservationsClient' => $vendorDir . '/google/cloud/Compute/src/V1/ReservationsClient.php',
    'Google\\Cloud\\Compute\\V1\\ReservationsResizeRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ReservationsResizeRequest.php',
    'Google\\Cloud\\Compute\\V1\\ReservationsScopedList' => $vendorDir . '/google/cloud/Compute/src/V1/ReservationsScopedList.php',
    'Google\\Cloud\\Compute\\V1\\ResetInstanceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ResetInstanceRequest.php',
    'Google\\Cloud\\Compute\\V1\\ResizeDiskRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ResizeDiskRequest.php',
    'Google\\Cloud\\Compute\\V1\\ResizeInstanceGroupManagerRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ResizeInstanceGroupManagerRequest.php',
    'Google\\Cloud\\Compute\\V1\\ResizeRegionDiskRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ResizeRegionDiskRequest.php',
    'Google\\Cloud\\Compute\\V1\\ResizeRegionInstanceGroupManagerRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ResizeRegionInstanceGroupManagerRequest.php',
    'Google\\Cloud\\Compute\\V1\\ResizeReservationRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ResizeReservationRequest.php',
    'Google\\Cloud\\Compute\\V1\\ResourceCommitment' => $vendorDir . '/google/cloud/Compute/src/V1/ResourceCommitment.php',
    'Google\\Cloud\\Compute\\V1\\ResourceCommitment\\Type' => $vendorDir . '/google/cloud/Compute/src/V1/ResourceCommitment/Type.php',
    'Google\\Cloud\\Compute\\V1\\ResourceGroupReference' => $vendorDir . '/google/cloud/Compute/src/V1/ResourceGroupReference.php',
    'Google\\Cloud\\Compute\\V1\\ResourcePoliciesClient' => $vendorDir . '/google/cloud/Compute/src/V1/ResourcePoliciesClient.php',
    'Google\\Cloud\\Compute\\V1\\ResourcePoliciesScopedList' => $vendorDir . '/google/cloud/Compute/src/V1/ResourcePoliciesScopedList.php',
    'Google\\Cloud\\Compute\\V1\\ResourcePolicy' => $vendorDir . '/google/cloud/Compute/src/V1/ResourcePolicy.php',
    'Google\\Cloud\\Compute\\V1\\ResourcePolicyAggregatedList' => $vendorDir . '/google/cloud/Compute/src/V1/ResourcePolicyAggregatedList.php',
    'Google\\Cloud\\Compute\\V1\\ResourcePolicyDailyCycle' => $vendorDir . '/google/cloud/Compute/src/V1/ResourcePolicyDailyCycle.php',
    'Google\\Cloud\\Compute\\V1\\ResourcePolicyGroupPlacementPolicy' => $vendorDir . '/google/cloud/Compute/src/V1/ResourcePolicyGroupPlacementPolicy.php',
    'Google\\Cloud\\Compute\\V1\\ResourcePolicyGroupPlacementPolicy\\Collocation' => $vendorDir . '/google/cloud/Compute/src/V1/ResourcePolicyGroupPlacementPolicy/Collocation.php',
    'Google\\Cloud\\Compute\\V1\\ResourcePolicyHourlyCycle' => $vendorDir . '/google/cloud/Compute/src/V1/ResourcePolicyHourlyCycle.php',
    'Google\\Cloud\\Compute\\V1\\ResourcePolicyInstanceSchedulePolicy' => $vendorDir . '/google/cloud/Compute/src/V1/ResourcePolicyInstanceSchedulePolicy.php',
    'Google\\Cloud\\Compute\\V1\\ResourcePolicyInstanceSchedulePolicySchedule' => $vendorDir . '/google/cloud/Compute/src/V1/ResourcePolicyInstanceSchedulePolicySchedule.php',
    'Google\\Cloud\\Compute\\V1\\ResourcePolicyList' => $vendorDir . '/google/cloud/Compute/src/V1/ResourcePolicyList.php',
    'Google\\Cloud\\Compute\\V1\\ResourcePolicyResourceStatus' => $vendorDir . '/google/cloud/Compute/src/V1/ResourcePolicyResourceStatus.php',
    'Google\\Cloud\\Compute\\V1\\ResourcePolicyResourceStatusInstanceSchedulePolicyStatus' => $vendorDir . '/google/cloud/Compute/src/V1/ResourcePolicyResourceStatusInstanceSchedulePolicyStatus.php',
    'Google\\Cloud\\Compute\\V1\\ResourcePolicySnapshotSchedulePolicy' => $vendorDir . '/google/cloud/Compute/src/V1/ResourcePolicySnapshotSchedulePolicy.php',
    'Google\\Cloud\\Compute\\V1\\ResourcePolicySnapshotSchedulePolicyRetentionPolicy' => $vendorDir . '/google/cloud/Compute/src/V1/ResourcePolicySnapshotSchedulePolicyRetentionPolicy.php',
    'Google\\Cloud\\Compute\\V1\\ResourcePolicySnapshotSchedulePolicyRetentionPolicy\\OnSourceDiskDelete' => $vendorDir . '/google/cloud/Compute/src/V1/ResourcePolicySnapshotSchedulePolicyRetentionPolicy/OnSourceDiskDelete.php',
    'Google\\Cloud\\Compute\\V1\\ResourcePolicySnapshotSchedulePolicySchedule' => $vendorDir . '/google/cloud/Compute/src/V1/ResourcePolicySnapshotSchedulePolicySchedule.php',
    'Google\\Cloud\\Compute\\V1\\ResourcePolicySnapshotSchedulePolicySnapshotProperties' => $vendorDir . '/google/cloud/Compute/src/V1/ResourcePolicySnapshotSchedulePolicySnapshotProperties.php',
    'Google\\Cloud\\Compute\\V1\\ResourcePolicyWeeklyCycle' => $vendorDir . '/google/cloud/Compute/src/V1/ResourcePolicyWeeklyCycle.php',
    'Google\\Cloud\\Compute\\V1\\ResourcePolicyWeeklyCycleDayOfWeek' => $vendorDir . '/google/cloud/Compute/src/V1/ResourcePolicyWeeklyCycleDayOfWeek.php',
    'Google\\Cloud\\Compute\\V1\\ResourcePolicyWeeklyCycleDayOfWeek\\Day' => $vendorDir . '/google/cloud/Compute/src/V1/ResourcePolicyWeeklyCycleDayOfWeek/Day.php',
    'Google\\Cloud\\Compute\\V1\\ResourcePolicy\\Status' => $vendorDir . '/google/cloud/Compute/src/V1/ResourcePolicy/Status.php',
    'Google\\Cloud\\Compute\\V1\\ResourceStatus' => $vendorDir . '/google/cloud/Compute/src/V1/ResourceStatus.php',
    'Google\\Cloud\\Compute\\V1\\ResumeInstanceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ResumeInstanceRequest.php',
    'Google\\Cloud\\Compute\\V1\\Route' => $vendorDir . '/google/cloud/Compute/src/V1/Route.php',
    'Google\\Cloud\\Compute\\V1\\RouteAsPath' => $vendorDir . '/google/cloud/Compute/src/V1/RouteAsPath.php',
    'Google\\Cloud\\Compute\\V1\\RouteAsPath\\PathSegmentType' => $vendorDir . '/google/cloud/Compute/src/V1/RouteAsPath/PathSegmentType.php',
    'Google\\Cloud\\Compute\\V1\\RouteList' => $vendorDir . '/google/cloud/Compute/src/V1/RouteList.php',
    'Google\\Cloud\\Compute\\V1\\Route\\RouteStatus' => $vendorDir . '/google/cloud/Compute/src/V1/Route/RouteStatus.php',
    'Google\\Cloud\\Compute\\V1\\Route\\RouteType' => $vendorDir . '/google/cloud/Compute/src/V1/Route/RouteType.php',
    'Google\\Cloud\\Compute\\V1\\Router' => $vendorDir . '/google/cloud/Compute/src/V1/Router.php',
    'Google\\Cloud\\Compute\\V1\\RouterAdvertisedIpRange' => $vendorDir . '/google/cloud/Compute/src/V1/RouterAdvertisedIpRange.php',
    'Google\\Cloud\\Compute\\V1\\RouterAggregatedList' => $vendorDir . '/google/cloud/Compute/src/V1/RouterAggregatedList.php',
    'Google\\Cloud\\Compute\\V1\\RouterBgp' => $vendorDir . '/google/cloud/Compute/src/V1/RouterBgp.php',
    'Google\\Cloud\\Compute\\V1\\RouterBgpPeer' => $vendorDir . '/google/cloud/Compute/src/V1/RouterBgpPeer.php',
    'Google\\Cloud\\Compute\\V1\\RouterBgpPeerBfd' => $vendorDir . '/google/cloud/Compute/src/V1/RouterBgpPeerBfd.php',
    'Google\\Cloud\\Compute\\V1\\RouterBgpPeerBfd\\SessionInitializationMode' => $vendorDir . '/google/cloud/Compute/src/V1/RouterBgpPeerBfd/SessionInitializationMode.php',
    'Google\\Cloud\\Compute\\V1\\RouterBgpPeer\\AdvertiseMode' => $vendorDir . '/google/cloud/Compute/src/V1/RouterBgpPeer/AdvertiseMode.php',
    'Google\\Cloud\\Compute\\V1\\RouterBgpPeer\\AdvertisedGroups' => $vendorDir . '/google/cloud/Compute/src/V1/RouterBgpPeer/AdvertisedGroups.php',
    'Google\\Cloud\\Compute\\V1\\RouterBgpPeer\\Enable' => $vendorDir . '/google/cloud/Compute/src/V1/RouterBgpPeer/Enable.php',
    'Google\\Cloud\\Compute\\V1\\RouterBgpPeer\\ManagementType' => $vendorDir . '/google/cloud/Compute/src/V1/RouterBgpPeer/ManagementType.php',
    'Google\\Cloud\\Compute\\V1\\RouterBgp\\AdvertiseMode' => $vendorDir . '/google/cloud/Compute/src/V1/RouterBgp/AdvertiseMode.php',
    'Google\\Cloud\\Compute\\V1\\RouterBgp\\AdvertisedGroups' => $vendorDir . '/google/cloud/Compute/src/V1/RouterBgp/AdvertisedGroups.php',
    'Google\\Cloud\\Compute\\V1\\RouterInterface' => $vendorDir . '/google/cloud/Compute/src/V1/RouterInterface.php',
    'Google\\Cloud\\Compute\\V1\\RouterInterface\\ManagementType' => $vendorDir . '/google/cloud/Compute/src/V1/RouterInterface/ManagementType.php',
    'Google\\Cloud\\Compute\\V1\\RouterList' => $vendorDir . '/google/cloud/Compute/src/V1/RouterList.php',
    'Google\\Cloud\\Compute\\V1\\RouterMd5AuthenticationKey' => $vendorDir . '/google/cloud/Compute/src/V1/RouterMd5AuthenticationKey.php',
    'Google\\Cloud\\Compute\\V1\\RouterNat' => $vendorDir . '/google/cloud/Compute/src/V1/RouterNat.php',
    'Google\\Cloud\\Compute\\V1\\RouterNatLogConfig' => $vendorDir . '/google/cloud/Compute/src/V1/RouterNatLogConfig.php',
    'Google\\Cloud\\Compute\\V1\\RouterNatLogConfig\\Filter' => $vendorDir . '/google/cloud/Compute/src/V1/RouterNatLogConfig/Filter.php',
    'Google\\Cloud\\Compute\\V1\\RouterNatRule' => $vendorDir . '/google/cloud/Compute/src/V1/RouterNatRule.php',
    'Google\\Cloud\\Compute\\V1\\RouterNatRuleAction' => $vendorDir . '/google/cloud/Compute/src/V1/RouterNatRuleAction.php',
    'Google\\Cloud\\Compute\\V1\\RouterNatSubnetworkToNat' => $vendorDir . '/google/cloud/Compute/src/V1/RouterNatSubnetworkToNat.php',
    'Google\\Cloud\\Compute\\V1\\RouterNatSubnetworkToNat\\SourceIpRangesToNat' => $vendorDir . '/google/cloud/Compute/src/V1/RouterNatSubnetworkToNat/SourceIpRangesToNat.php',
    'Google\\Cloud\\Compute\\V1\\RouterNat\\EndpointTypes' => $vendorDir . '/google/cloud/Compute/src/V1/RouterNat/EndpointTypes.php',
    'Google\\Cloud\\Compute\\V1\\RouterNat\\NatIpAllocateOption' => $vendorDir . '/google/cloud/Compute/src/V1/RouterNat/NatIpAllocateOption.php',
    'Google\\Cloud\\Compute\\V1\\RouterNat\\SourceSubnetworkIpRangesToNat' => $vendorDir . '/google/cloud/Compute/src/V1/RouterNat/SourceSubnetworkIpRangesToNat.php',
    'Google\\Cloud\\Compute\\V1\\RouterStatus' => $vendorDir . '/google/cloud/Compute/src/V1/RouterStatus.php',
    'Google\\Cloud\\Compute\\V1\\RouterStatusBgpPeerStatus' => $vendorDir . '/google/cloud/Compute/src/V1/RouterStatusBgpPeerStatus.php',
    'Google\\Cloud\\Compute\\V1\\RouterStatusBgpPeerStatus\\Status' => $vendorDir . '/google/cloud/Compute/src/V1/RouterStatusBgpPeerStatus/Status.php',
    'Google\\Cloud\\Compute\\V1\\RouterStatusBgpPeerStatus\\StatusReason' => $vendorDir . '/google/cloud/Compute/src/V1/RouterStatusBgpPeerStatus/StatusReason.php',
    'Google\\Cloud\\Compute\\V1\\RouterStatusNatStatus' => $vendorDir . '/google/cloud/Compute/src/V1/RouterStatusNatStatus.php',
    'Google\\Cloud\\Compute\\V1\\RouterStatusNatStatusNatRuleStatus' => $vendorDir . '/google/cloud/Compute/src/V1/RouterStatusNatStatusNatRuleStatus.php',
    'Google\\Cloud\\Compute\\V1\\RouterStatusResponse' => $vendorDir . '/google/cloud/Compute/src/V1/RouterStatusResponse.php',
    'Google\\Cloud\\Compute\\V1\\RoutersClient' => $vendorDir . '/google/cloud/Compute/src/V1/RoutersClient.php',
    'Google\\Cloud\\Compute\\V1\\RoutersPreviewResponse' => $vendorDir . '/google/cloud/Compute/src/V1/RoutersPreviewResponse.php',
    'Google\\Cloud\\Compute\\V1\\RoutersScopedList' => $vendorDir . '/google/cloud/Compute/src/V1/RoutersScopedList.php',
    'Google\\Cloud\\Compute\\V1\\RoutesClient' => $vendorDir . '/google/cloud/Compute/src/V1/RoutesClient.php',
    'Google\\Cloud\\Compute\\V1\\Rule' => $vendorDir . '/google/cloud/Compute/src/V1/Rule.php',
    'Google\\Cloud\\Compute\\V1\\Rule\\Action' => $vendorDir . '/google/cloud/Compute/src/V1/Rule/Action.php',
    'Google\\Cloud\\Compute\\V1\\SSLHealthCheck' => $vendorDir . '/google/cloud/Compute/src/V1/SSLHealthCheck.php',
    'Google\\Cloud\\Compute\\V1\\SSLHealthCheck\\PortSpecification' => $vendorDir . '/google/cloud/Compute/src/V1/SSLHealthCheck/PortSpecification.php',
    'Google\\Cloud\\Compute\\V1\\SSLHealthCheck\\ProxyHeader' => $vendorDir . '/google/cloud/Compute/src/V1/SSLHealthCheck/ProxyHeader.php',
    'Google\\Cloud\\Compute\\V1\\SavedAttachedDisk' => $vendorDir . '/google/cloud/Compute/src/V1/SavedAttachedDisk.php',
    'Google\\Cloud\\Compute\\V1\\SavedAttachedDisk\\Mode' => $vendorDir . '/google/cloud/Compute/src/V1/SavedAttachedDisk/Mode.php',
    'Google\\Cloud\\Compute\\V1\\SavedAttachedDisk\\PBInterface' => $vendorDir . '/google/cloud/Compute/src/V1/SavedAttachedDisk/PBInterface.php',
    'Google\\Cloud\\Compute\\V1\\SavedAttachedDisk\\StorageBytesStatus' => $vendorDir . '/google/cloud/Compute/src/V1/SavedAttachedDisk/StorageBytesStatus.php',
    'Google\\Cloud\\Compute\\V1\\SavedAttachedDisk\\Type' => $vendorDir . '/google/cloud/Compute/src/V1/SavedAttachedDisk/Type.php',
    'Google\\Cloud\\Compute\\V1\\SavedDisk' => $vendorDir . '/google/cloud/Compute/src/V1/SavedDisk.php',
    'Google\\Cloud\\Compute\\V1\\SavedDisk\\Architecture' => $vendorDir . '/google/cloud/Compute/src/V1/SavedDisk/Architecture.php',
    'Google\\Cloud\\Compute\\V1\\SavedDisk\\StorageBytesStatus' => $vendorDir . '/google/cloud/Compute/src/V1/SavedDisk/StorageBytesStatus.php',
    'Google\\Cloud\\Compute\\V1\\ScalingScheduleStatus' => $vendorDir . '/google/cloud/Compute/src/V1/ScalingScheduleStatus.php',
    'Google\\Cloud\\Compute\\V1\\ScalingScheduleStatus\\State' => $vendorDir . '/google/cloud/Compute/src/V1/ScalingScheduleStatus/State.php',
    'Google\\Cloud\\Compute\\V1\\Scheduling' => $vendorDir . '/google/cloud/Compute/src/V1/Scheduling.php',
    'Google\\Cloud\\Compute\\V1\\SchedulingNodeAffinity' => $vendorDir . '/google/cloud/Compute/src/V1/SchedulingNodeAffinity.php',
    'Google\\Cloud\\Compute\\V1\\SchedulingNodeAffinity\\Operator' => $vendorDir . '/google/cloud/Compute/src/V1/SchedulingNodeAffinity/Operator.php',
    'Google\\Cloud\\Compute\\V1\\Scheduling\\InstanceTerminationAction' => $vendorDir . '/google/cloud/Compute/src/V1/Scheduling/InstanceTerminationAction.php',
    'Google\\Cloud\\Compute\\V1\\Scheduling\\OnHostMaintenance' => $vendorDir . '/google/cloud/Compute/src/V1/Scheduling/OnHostMaintenance.php',
    'Google\\Cloud\\Compute\\V1\\Scheduling\\ProvisioningModel' => $vendorDir . '/google/cloud/Compute/src/V1/Scheduling/ProvisioningModel.php',
    'Google\\Cloud\\Compute\\V1\\ScratchDisks' => $vendorDir . '/google/cloud/Compute/src/V1/ScratchDisks.php',
    'Google\\Cloud\\Compute\\V1\\Screenshot' => $vendorDir . '/google/cloud/Compute/src/V1/Screenshot.php',
    'Google\\Cloud\\Compute\\V1\\SecurityPoliciesAggregatedList' => $vendorDir . '/google/cloud/Compute/src/V1/SecurityPoliciesAggregatedList.php',
    'Google\\Cloud\\Compute\\V1\\SecurityPoliciesClient' => $vendorDir . '/google/cloud/Compute/src/V1/SecurityPoliciesClient.php',
    'Google\\Cloud\\Compute\\V1\\SecurityPoliciesListPreconfiguredExpressionSetsResponse' => $vendorDir . '/google/cloud/Compute/src/V1/SecurityPoliciesListPreconfiguredExpressionSetsResponse.php',
    'Google\\Cloud\\Compute\\V1\\SecurityPoliciesScopedList' => $vendorDir . '/google/cloud/Compute/src/V1/SecurityPoliciesScopedList.php',
    'Google\\Cloud\\Compute\\V1\\SecurityPoliciesWafConfig' => $vendorDir . '/google/cloud/Compute/src/V1/SecurityPoliciesWafConfig.php',
    'Google\\Cloud\\Compute\\V1\\SecurityPolicy' => $vendorDir . '/google/cloud/Compute/src/V1/SecurityPolicy.php',
    'Google\\Cloud\\Compute\\V1\\SecurityPolicyAdaptiveProtectionConfig' => $vendorDir . '/google/cloud/Compute/src/V1/SecurityPolicyAdaptiveProtectionConfig.php',
    'Google\\Cloud\\Compute\\V1\\SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig' => $vendorDir . '/google/cloud/Compute/src/V1/SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig.php',
    'Google\\Cloud\\Compute\\V1\\SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig\\RuleVisibility' => $vendorDir . '/google/cloud/Compute/src/V1/SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig/RuleVisibility.php',
    'Google\\Cloud\\Compute\\V1\\SecurityPolicyAdvancedOptionsConfig' => $vendorDir . '/google/cloud/Compute/src/V1/SecurityPolicyAdvancedOptionsConfig.php',
    'Google\\Cloud\\Compute\\V1\\SecurityPolicyAdvancedOptionsConfigJsonCustomConfig' => $vendorDir . '/google/cloud/Compute/src/V1/SecurityPolicyAdvancedOptionsConfigJsonCustomConfig.php',
    'Google\\Cloud\\Compute\\V1\\SecurityPolicyAdvancedOptionsConfig\\JsonParsing' => $vendorDir . '/google/cloud/Compute/src/V1/SecurityPolicyAdvancedOptionsConfig/JsonParsing.php',
    'Google\\Cloud\\Compute\\V1\\SecurityPolicyAdvancedOptionsConfig\\LogLevel' => $vendorDir . '/google/cloud/Compute/src/V1/SecurityPolicyAdvancedOptionsConfig/LogLevel.php',
    'Google\\Cloud\\Compute\\V1\\SecurityPolicyDdosProtectionConfig' => $vendorDir . '/google/cloud/Compute/src/V1/SecurityPolicyDdosProtectionConfig.php',
    'Google\\Cloud\\Compute\\V1\\SecurityPolicyDdosProtectionConfig\\DdosProtection' => $vendorDir . '/google/cloud/Compute/src/V1/SecurityPolicyDdosProtectionConfig/DdosProtection.php',
    'Google\\Cloud\\Compute\\V1\\SecurityPolicyList' => $vendorDir . '/google/cloud/Compute/src/V1/SecurityPolicyList.php',
    'Google\\Cloud\\Compute\\V1\\SecurityPolicyRecaptchaOptionsConfig' => $vendorDir . '/google/cloud/Compute/src/V1/SecurityPolicyRecaptchaOptionsConfig.php',
    'Google\\Cloud\\Compute\\V1\\SecurityPolicyReference' => $vendorDir . '/google/cloud/Compute/src/V1/SecurityPolicyReference.php',
    'Google\\Cloud\\Compute\\V1\\SecurityPolicyRule' => $vendorDir . '/google/cloud/Compute/src/V1/SecurityPolicyRule.php',
    'Google\\Cloud\\Compute\\V1\\SecurityPolicyRuleHttpHeaderAction' => $vendorDir . '/google/cloud/Compute/src/V1/SecurityPolicyRuleHttpHeaderAction.php',
    'Google\\Cloud\\Compute\\V1\\SecurityPolicyRuleHttpHeaderActionHttpHeaderOption' => $vendorDir . '/google/cloud/Compute/src/V1/SecurityPolicyRuleHttpHeaderActionHttpHeaderOption.php',
    'Google\\Cloud\\Compute\\V1\\SecurityPolicyRuleMatcher' => $vendorDir . '/google/cloud/Compute/src/V1/SecurityPolicyRuleMatcher.php',
    'Google\\Cloud\\Compute\\V1\\SecurityPolicyRuleMatcherConfig' => $vendorDir . '/google/cloud/Compute/src/V1/SecurityPolicyRuleMatcherConfig.php',
    'Google\\Cloud\\Compute\\V1\\SecurityPolicyRuleMatcher\\VersionedExpr' => $vendorDir . '/google/cloud/Compute/src/V1/SecurityPolicyRuleMatcher/VersionedExpr.php',
    'Google\\Cloud\\Compute\\V1\\SecurityPolicyRuleRateLimitOptions' => $vendorDir . '/google/cloud/Compute/src/V1/SecurityPolicyRuleRateLimitOptions.php',
    'Google\\Cloud\\Compute\\V1\\SecurityPolicyRuleRateLimitOptionsThreshold' => $vendorDir . '/google/cloud/Compute/src/V1/SecurityPolicyRuleRateLimitOptionsThreshold.php',
    'Google\\Cloud\\Compute\\V1\\SecurityPolicyRuleRateLimitOptions\\EnforceOnKey' => $vendorDir . '/google/cloud/Compute/src/V1/SecurityPolicyRuleRateLimitOptions/EnforceOnKey.php',
    'Google\\Cloud\\Compute\\V1\\SecurityPolicyRuleRedirectOptions' => $vendorDir . '/google/cloud/Compute/src/V1/SecurityPolicyRuleRedirectOptions.php',
    'Google\\Cloud\\Compute\\V1\\SecurityPolicyRuleRedirectOptions\\Type' => $vendorDir . '/google/cloud/Compute/src/V1/SecurityPolicyRuleRedirectOptions/Type.php',
    'Google\\Cloud\\Compute\\V1\\SecurityPolicy\\Type' => $vendorDir . '/google/cloud/Compute/src/V1/SecurityPolicy/Type.php',
    'Google\\Cloud\\Compute\\V1\\SecuritySettings' => $vendorDir . '/google/cloud/Compute/src/V1/SecuritySettings.php',
    'Google\\Cloud\\Compute\\V1\\SendDiagnosticInterruptInstanceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SendDiagnosticInterruptInstanceRequest.php',
    'Google\\Cloud\\Compute\\V1\\SendDiagnosticInterruptInstanceResponse' => $vendorDir . '/google/cloud/Compute/src/V1/SendDiagnosticInterruptInstanceResponse.php',
    'Google\\Cloud\\Compute\\V1\\SerialPortOutput' => $vendorDir . '/google/cloud/Compute/src/V1/SerialPortOutput.php',
    'Google\\Cloud\\Compute\\V1\\ServerBinding' => $vendorDir . '/google/cloud/Compute/src/V1/ServerBinding.php',
    'Google\\Cloud\\Compute\\V1\\ServerBinding\\Type' => $vendorDir . '/google/cloud/Compute/src/V1/ServerBinding/Type.php',
    'Google\\Cloud\\Compute\\V1\\ServiceAccount' => $vendorDir . '/google/cloud/Compute/src/V1/ServiceAccount.php',
    'Google\\Cloud\\Compute\\V1\\ServiceAttachment' => $vendorDir . '/google/cloud/Compute/src/V1/ServiceAttachment.php',
    'Google\\Cloud\\Compute\\V1\\ServiceAttachmentAggregatedList' => $vendorDir . '/google/cloud/Compute/src/V1/ServiceAttachmentAggregatedList.php',
    'Google\\Cloud\\Compute\\V1\\ServiceAttachmentConnectedEndpoint' => $vendorDir . '/google/cloud/Compute/src/V1/ServiceAttachmentConnectedEndpoint.php',
    'Google\\Cloud\\Compute\\V1\\ServiceAttachmentConnectedEndpoint\\Status' => $vendorDir . '/google/cloud/Compute/src/V1/ServiceAttachmentConnectedEndpoint/Status.php',
    'Google\\Cloud\\Compute\\V1\\ServiceAttachmentConsumerProjectLimit' => $vendorDir . '/google/cloud/Compute/src/V1/ServiceAttachmentConsumerProjectLimit.php',
    'Google\\Cloud\\Compute\\V1\\ServiceAttachmentList' => $vendorDir . '/google/cloud/Compute/src/V1/ServiceAttachmentList.php',
    'Google\\Cloud\\Compute\\V1\\ServiceAttachment\\ConnectionPreference' => $vendorDir . '/google/cloud/Compute/src/V1/ServiceAttachment/ConnectionPreference.php',
    'Google\\Cloud\\Compute\\V1\\ServiceAttachmentsClient' => $vendorDir . '/google/cloud/Compute/src/V1/ServiceAttachmentsClient.php',
    'Google\\Cloud\\Compute\\V1\\ServiceAttachmentsScopedList' => $vendorDir . '/google/cloud/Compute/src/V1/ServiceAttachmentsScopedList.php',
    'Google\\Cloud\\Compute\\V1\\SetBackendServiceTargetSslProxyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetBackendServiceTargetSslProxyRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetBackendServiceTargetTcpProxyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetBackendServiceTargetTcpProxyRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetBackupTargetPoolRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetBackupTargetPoolRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetCertificateMapTargetHttpsProxyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetCertificateMapTargetHttpsProxyRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetCertificateMapTargetSslProxyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetCertificateMapTargetSslProxyRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetCommonInstanceMetadataProjectRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetCommonInstanceMetadataProjectRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetDefaultNetworkTierProjectRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetDefaultNetworkTierProjectRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetDeletionProtectionInstanceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetDeletionProtectionInstanceRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetDiskAutoDeleteInstanceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetDiskAutoDeleteInstanceRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetEdgeSecurityPolicyBackendBucketRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetEdgeSecurityPolicyBackendBucketRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetEdgeSecurityPolicyBackendServiceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetEdgeSecurityPolicyBackendServiceRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetIamPolicyBackendServiceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetIamPolicyBackendServiceRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetIamPolicyDiskRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetIamPolicyDiskRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetIamPolicyFirewallPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetIamPolicyFirewallPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetIamPolicyImageRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetIamPolicyImageRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetIamPolicyInstanceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetIamPolicyInstanceRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetIamPolicyInstanceTemplateRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetIamPolicyInstanceTemplateRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetIamPolicyLicenseRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetIamPolicyLicenseRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetIamPolicyMachineImageRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetIamPolicyMachineImageRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetIamPolicyNetworkAttachmentRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetIamPolicyNetworkAttachmentRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetIamPolicyNetworkFirewallPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetIamPolicyNetworkFirewallPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetIamPolicyNodeGroupRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetIamPolicyNodeGroupRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetIamPolicyNodeTemplateRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetIamPolicyNodeTemplateRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetIamPolicyRegionBackendServiceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetIamPolicyRegionBackendServiceRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetIamPolicyRegionDiskRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetIamPolicyRegionDiskRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetIamPolicyRegionNetworkFirewallPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetIamPolicyRegionNetworkFirewallPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetIamPolicyReservationRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetIamPolicyReservationRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetIamPolicyResourcePolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetIamPolicyResourcePolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetIamPolicyServiceAttachmentRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetIamPolicyServiceAttachmentRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetIamPolicySnapshotRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetIamPolicySnapshotRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetIamPolicySubnetworkRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetIamPolicySubnetworkRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetInstanceTemplateInstanceGroupManagerRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetInstanceTemplateInstanceGroupManagerRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetInstanceTemplateRegionInstanceGroupManagerRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetInstanceTemplateRegionInstanceGroupManagerRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetLabelsAddressRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetLabelsAddressRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetLabelsDiskRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetLabelsDiskRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetLabelsExternalVpnGatewayRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetLabelsExternalVpnGatewayRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetLabelsForwardingRuleRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetLabelsForwardingRuleRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetLabelsGlobalAddressRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetLabelsGlobalAddressRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetLabelsGlobalForwardingRuleRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetLabelsGlobalForwardingRuleRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetLabelsImageRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetLabelsImageRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetLabelsInstanceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetLabelsInstanceRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetLabelsInterconnectAttachmentRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetLabelsInterconnectAttachmentRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetLabelsInterconnectRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetLabelsInterconnectRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetLabelsRegionDiskRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetLabelsRegionDiskRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetLabelsSecurityPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetLabelsSecurityPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetLabelsSnapshotRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetLabelsSnapshotRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetLabelsTargetVpnGatewayRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetLabelsTargetVpnGatewayRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetLabelsVpnGatewayRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetLabelsVpnGatewayRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetLabelsVpnTunnelRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetLabelsVpnTunnelRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetMachineResourcesInstanceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetMachineResourcesInstanceRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetMachineTypeInstanceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetMachineTypeInstanceRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetMetadataInstanceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetMetadataInstanceRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetMinCpuPlatformInstanceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetMinCpuPlatformInstanceRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetNamedPortsInstanceGroupRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetNamedPortsInstanceGroupRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetNamedPortsRegionInstanceGroupRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetNamedPortsRegionInstanceGroupRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetNodeTemplateNodeGroupRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetNodeTemplateNodeGroupRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetPrivateIpGoogleAccessSubnetworkRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetPrivateIpGoogleAccessSubnetworkRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetProxyHeaderTargetSslProxyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetProxyHeaderTargetSslProxyRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetProxyHeaderTargetTcpProxyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetProxyHeaderTargetTcpProxyRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetQuicOverrideTargetHttpsProxyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetQuicOverrideTargetHttpsProxyRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetSchedulingInstanceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetSchedulingInstanceRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetSecurityPolicyBackendServiceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetSecurityPolicyBackendServiceRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetServiceAccountInstanceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetServiceAccountInstanceRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetShieldedInstanceIntegrityPolicyInstanceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetShieldedInstanceIntegrityPolicyInstanceRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetSslCertificatesRegionTargetHttpsProxyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetSslCertificatesRegionTargetHttpsProxyRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetSslCertificatesTargetHttpsProxyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetSslCertificatesTargetHttpsProxyRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetSslCertificatesTargetSslProxyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetSslCertificatesTargetSslProxyRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetSslPolicyTargetHttpsProxyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetSslPolicyTargetHttpsProxyRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetSslPolicyTargetSslProxyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetSslPolicyTargetSslProxyRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetTagsInstanceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetTagsInstanceRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetTargetForwardingRuleRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetTargetForwardingRuleRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetTargetGlobalForwardingRuleRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetTargetGlobalForwardingRuleRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetTargetPoolsInstanceGroupManagerRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetTargetPoolsInstanceGroupManagerRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetTargetPoolsRegionInstanceGroupManagerRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetTargetPoolsRegionInstanceGroupManagerRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetUrlMapRegionTargetHttpProxyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetUrlMapRegionTargetHttpProxyRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetUrlMapRegionTargetHttpsProxyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetUrlMapRegionTargetHttpsProxyRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetUrlMapTargetHttpProxyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetUrlMapTargetHttpProxyRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetUrlMapTargetHttpsProxyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetUrlMapTargetHttpsProxyRequest.php',
    'Google\\Cloud\\Compute\\V1\\SetUsageExportBucketProjectRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SetUsageExportBucketProjectRequest.php',
    'Google\\Cloud\\Compute\\V1\\ShareSettings' => $vendorDir . '/google/cloud/Compute/src/V1/ShareSettings.php',
    'Google\\Cloud\\Compute\\V1\\ShareSettingsProjectConfig' => $vendorDir . '/google/cloud/Compute/src/V1/ShareSettingsProjectConfig.php',
    'Google\\Cloud\\Compute\\V1\\ShareSettings\\ShareType' => $vendorDir . '/google/cloud/Compute/src/V1/ShareSettings/ShareType.php',
    'Google\\Cloud\\Compute\\V1\\ShieldedInstanceConfig' => $vendorDir . '/google/cloud/Compute/src/V1/ShieldedInstanceConfig.php',
    'Google\\Cloud\\Compute\\V1\\ShieldedInstanceIdentity' => $vendorDir . '/google/cloud/Compute/src/V1/ShieldedInstanceIdentity.php',
    'Google\\Cloud\\Compute\\V1\\ShieldedInstanceIdentityEntry' => $vendorDir . '/google/cloud/Compute/src/V1/ShieldedInstanceIdentityEntry.php',
    'Google\\Cloud\\Compute\\V1\\ShieldedInstanceIntegrityPolicy' => $vendorDir . '/google/cloud/Compute/src/V1/ShieldedInstanceIntegrityPolicy.php',
    'Google\\Cloud\\Compute\\V1\\SignedUrlKey' => $vendorDir . '/google/cloud/Compute/src/V1/SignedUrlKey.php',
    'Google\\Cloud\\Compute\\V1\\SimulateMaintenanceEventInstanceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SimulateMaintenanceEventInstanceRequest.php',
    'Google\\Cloud\\Compute\\V1\\Snapshot' => $vendorDir . '/google/cloud/Compute/src/V1/Snapshot.php',
    'Google\\Cloud\\Compute\\V1\\SnapshotList' => $vendorDir . '/google/cloud/Compute/src/V1/SnapshotList.php',
    'Google\\Cloud\\Compute\\V1\\Snapshot\\Architecture' => $vendorDir . '/google/cloud/Compute/src/V1/Snapshot/Architecture.php',
    'Google\\Cloud\\Compute\\V1\\Snapshot\\SnapshotType' => $vendorDir . '/google/cloud/Compute/src/V1/Snapshot/SnapshotType.php',
    'Google\\Cloud\\Compute\\V1\\Snapshot\\Status' => $vendorDir . '/google/cloud/Compute/src/V1/Snapshot/Status.php',
    'Google\\Cloud\\Compute\\V1\\Snapshot\\StorageBytesStatus' => $vendorDir . '/google/cloud/Compute/src/V1/Snapshot/StorageBytesStatus.php',
    'Google\\Cloud\\Compute\\V1\\SnapshotsClient' => $vendorDir . '/google/cloud/Compute/src/V1/SnapshotsClient.php',
    'Google\\Cloud\\Compute\\V1\\SourceDiskEncryptionKey' => $vendorDir . '/google/cloud/Compute/src/V1/SourceDiskEncryptionKey.php',
    'Google\\Cloud\\Compute\\V1\\SourceInstanceParams' => $vendorDir . '/google/cloud/Compute/src/V1/SourceInstanceParams.php',
    'Google\\Cloud\\Compute\\V1\\SourceInstanceProperties' => $vendorDir . '/google/cloud/Compute/src/V1/SourceInstanceProperties.php',
    'Google\\Cloud\\Compute\\V1\\SourceInstanceProperties\\KeyRevocationActionType' => $vendorDir . '/google/cloud/Compute/src/V1/SourceInstanceProperties/KeyRevocationActionType.php',
    'Google\\Cloud\\Compute\\V1\\SslCertificate' => $vendorDir . '/google/cloud/Compute/src/V1/SslCertificate.php',
    'Google\\Cloud\\Compute\\V1\\SslCertificateAggregatedList' => $vendorDir . '/google/cloud/Compute/src/V1/SslCertificateAggregatedList.php',
    'Google\\Cloud\\Compute\\V1\\SslCertificateList' => $vendorDir . '/google/cloud/Compute/src/V1/SslCertificateList.php',
    'Google\\Cloud\\Compute\\V1\\SslCertificateManagedSslCertificate' => $vendorDir . '/google/cloud/Compute/src/V1/SslCertificateManagedSslCertificate.php',
    'Google\\Cloud\\Compute\\V1\\SslCertificateManagedSslCertificate\\Status' => $vendorDir . '/google/cloud/Compute/src/V1/SslCertificateManagedSslCertificate/Status.php',
    'Google\\Cloud\\Compute\\V1\\SslCertificateSelfManagedSslCertificate' => $vendorDir . '/google/cloud/Compute/src/V1/SslCertificateSelfManagedSslCertificate.php',
    'Google\\Cloud\\Compute\\V1\\SslCertificate\\Type' => $vendorDir . '/google/cloud/Compute/src/V1/SslCertificate/Type.php',
    'Google\\Cloud\\Compute\\V1\\SslCertificatesClient' => $vendorDir . '/google/cloud/Compute/src/V1/SslCertificatesClient.php',
    'Google\\Cloud\\Compute\\V1\\SslCertificatesScopedList' => $vendorDir . '/google/cloud/Compute/src/V1/SslCertificatesScopedList.php',
    'Google\\Cloud\\Compute\\V1\\SslPoliciesAggregatedList' => $vendorDir . '/google/cloud/Compute/src/V1/SslPoliciesAggregatedList.php',
    'Google\\Cloud\\Compute\\V1\\SslPoliciesClient' => $vendorDir . '/google/cloud/Compute/src/V1/SslPoliciesClient.php',
    'Google\\Cloud\\Compute\\V1\\SslPoliciesList' => $vendorDir . '/google/cloud/Compute/src/V1/SslPoliciesList.php',
    'Google\\Cloud\\Compute\\V1\\SslPoliciesListAvailableFeaturesResponse' => $vendorDir . '/google/cloud/Compute/src/V1/SslPoliciesListAvailableFeaturesResponse.php',
    'Google\\Cloud\\Compute\\V1\\SslPoliciesScopedList' => $vendorDir . '/google/cloud/Compute/src/V1/SslPoliciesScopedList.php',
    'Google\\Cloud\\Compute\\V1\\SslPolicy' => $vendorDir . '/google/cloud/Compute/src/V1/SslPolicy.php',
    'Google\\Cloud\\Compute\\V1\\SslPolicyReference' => $vendorDir . '/google/cloud/Compute/src/V1/SslPolicyReference.php',
    'Google\\Cloud\\Compute\\V1\\SslPolicy\\MinTlsVersion' => $vendorDir . '/google/cloud/Compute/src/V1/SslPolicy/MinTlsVersion.php',
    'Google\\Cloud\\Compute\\V1\\SslPolicy\\Profile' => $vendorDir . '/google/cloud/Compute/src/V1/SslPolicy/Profile.php',
    'Google\\Cloud\\Compute\\V1\\StartInstanceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/StartInstanceRequest.php',
    'Google\\Cloud\\Compute\\V1\\StartWithEncryptionKeyInstanceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/StartWithEncryptionKeyInstanceRequest.php',
    'Google\\Cloud\\Compute\\V1\\StatefulPolicy' => $vendorDir . '/google/cloud/Compute/src/V1/StatefulPolicy.php',
    'Google\\Cloud\\Compute\\V1\\StatefulPolicyPreservedState' => $vendorDir . '/google/cloud/Compute/src/V1/StatefulPolicyPreservedState.php',
    'Google\\Cloud\\Compute\\V1\\StatefulPolicyPreservedStateDiskDevice' => $vendorDir . '/google/cloud/Compute/src/V1/StatefulPolicyPreservedStateDiskDevice.php',
    'Google\\Cloud\\Compute\\V1\\StatefulPolicyPreservedStateDiskDevice\\AutoDelete' => $vendorDir . '/google/cloud/Compute/src/V1/StatefulPolicyPreservedStateDiskDevice/AutoDelete.php',
    'Google\\Cloud\\Compute\\V1\\StopInstanceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/StopInstanceRequest.php',
    'Google\\Cloud\\Compute\\V1\\Subnetwork' => $vendorDir . '/google/cloud/Compute/src/V1/Subnetwork.php',
    'Google\\Cloud\\Compute\\V1\\SubnetworkAggregatedList' => $vendorDir . '/google/cloud/Compute/src/V1/SubnetworkAggregatedList.php',
    'Google\\Cloud\\Compute\\V1\\SubnetworkList' => $vendorDir . '/google/cloud/Compute/src/V1/SubnetworkList.php',
    'Google\\Cloud\\Compute\\V1\\SubnetworkLogConfig' => $vendorDir . '/google/cloud/Compute/src/V1/SubnetworkLogConfig.php',
    'Google\\Cloud\\Compute\\V1\\SubnetworkLogConfig\\AggregationInterval' => $vendorDir . '/google/cloud/Compute/src/V1/SubnetworkLogConfig/AggregationInterval.php',
    'Google\\Cloud\\Compute\\V1\\SubnetworkLogConfig\\Metadata' => $vendorDir . '/google/cloud/Compute/src/V1/SubnetworkLogConfig/Metadata.php',
    'Google\\Cloud\\Compute\\V1\\SubnetworkSecondaryRange' => $vendorDir . '/google/cloud/Compute/src/V1/SubnetworkSecondaryRange.php',
    'Google\\Cloud\\Compute\\V1\\Subnetwork\\Ipv6AccessType' => $vendorDir . '/google/cloud/Compute/src/V1/Subnetwork/Ipv6AccessType.php',
    'Google\\Cloud\\Compute\\V1\\Subnetwork\\PrivateIpv6GoogleAccess' => $vendorDir . '/google/cloud/Compute/src/V1/Subnetwork/PrivateIpv6GoogleAccess.php',
    'Google\\Cloud\\Compute\\V1\\Subnetwork\\Purpose' => $vendorDir . '/google/cloud/Compute/src/V1/Subnetwork/Purpose.php',
    'Google\\Cloud\\Compute\\V1\\Subnetwork\\Role' => $vendorDir . '/google/cloud/Compute/src/V1/Subnetwork/Role.php',
    'Google\\Cloud\\Compute\\V1\\Subnetwork\\StackType' => $vendorDir . '/google/cloud/Compute/src/V1/Subnetwork/StackType.php',
    'Google\\Cloud\\Compute\\V1\\Subnetwork\\State' => $vendorDir . '/google/cloud/Compute/src/V1/Subnetwork/State.php',
    'Google\\Cloud\\Compute\\V1\\SubnetworksClient' => $vendorDir . '/google/cloud/Compute/src/V1/SubnetworksClient.php',
    'Google\\Cloud\\Compute\\V1\\SubnetworksExpandIpCidrRangeRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SubnetworksExpandIpCidrRangeRequest.php',
    'Google\\Cloud\\Compute\\V1\\SubnetworksScopedList' => $vendorDir . '/google/cloud/Compute/src/V1/SubnetworksScopedList.php',
    'Google\\Cloud\\Compute\\V1\\SubnetworksSetPrivateIpGoogleAccessRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SubnetworksSetPrivateIpGoogleAccessRequest.php',
    'Google\\Cloud\\Compute\\V1\\Subsetting' => $vendorDir . '/google/cloud/Compute/src/V1/Subsetting.php',
    'Google\\Cloud\\Compute\\V1\\Subsetting\\Policy' => $vendorDir . '/google/cloud/Compute/src/V1/Subsetting/Policy.php',
    'Google\\Cloud\\Compute\\V1\\SuspendInstanceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SuspendInstanceRequest.php',
    'Google\\Cloud\\Compute\\V1\\SwitchToCustomModeNetworkRequest' => $vendorDir . '/google/cloud/Compute/src/V1/SwitchToCustomModeNetworkRequest.php',
    'Google\\Cloud\\Compute\\V1\\TCPHealthCheck' => $vendorDir . '/google/cloud/Compute/src/V1/TCPHealthCheck.php',
    'Google\\Cloud\\Compute\\V1\\TCPHealthCheck\\PortSpecification' => $vendorDir . '/google/cloud/Compute/src/V1/TCPHealthCheck/PortSpecification.php',
    'Google\\Cloud\\Compute\\V1\\TCPHealthCheck\\ProxyHeader' => $vendorDir . '/google/cloud/Compute/src/V1/TCPHealthCheck/ProxyHeader.php',
    'Google\\Cloud\\Compute\\V1\\Tags' => $vendorDir . '/google/cloud/Compute/src/V1/Tags.php',
    'Google\\Cloud\\Compute\\V1\\TargetGrpcProxiesClient' => $vendorDir . '/google/cloud/Compute/src/V1/TargetGrpcProxiesClient.php',
    'Google\\Cloud\\Compute\\V1\\TargetGrpcProxy' => $vendorDir . '/google/cloud/Compute/src/V1/TargetGrpcProxy.php',
    'Google\\Cloud\\Compute\\V1\\TargetGrpcProxyList' => $vendorDir . '/google/cloud/Compute/src/V1/TargetGrpcProxyList.php',
    'Google\\Cloud\\Compute\\V1\\TargetHttpProxiesClient' => $vendorDir . '/google/cloud/Compute/src/V1/TargetHttpProxiesClient.php',
    'Google\\Cloud\\Compute\\V1\\TargetHttpProxiesScopedList' => $vendorDir . '/google/cloud/Compute/src/V1/TargetHttpProxiesScopedList.php',
    'Google\\Cloud\\Compute\\V1\\TargetHttpProxy' => $vendorDir . '/google/cloud/Compute/src/V1/TargetHttpProxy.php',
    'Google\\Cloud\\Compute\\V1\\TargetHttpProxyAggregatedList' => $vendorDir . '/google/cloud/Compute/src/V1/TargetHttpProxyAggregatedList.php',
    'Google\\Cloud\\Compute\\V1\\TargetHttpProxyList' => $vendorDir . '/google/cloud/Compute/src/V1/TargetHttpProxyList.php',
    'Google\\Cloud\\Compute\\V1\\TargetHttpsProxiesClient' => $vendorDir . '/google/cloud/Compute/src/V1/TargetHttpsProxiesClient.php',
    'Google\\Cloud\\Compute\\V1\\TargetHttpsProxiesScopedList' => $vendorDir . '/google/cloud/Compute/src/V1/TargetHttpsProxiesScopedList.php',
    'Google\\Cloud\\Compute\\V1\\TargetHttpsProxiesSetCertificateMapRequest' => $vendorDir . '/google/cloud/Compute/src/V1/TargetHttpsProxiesSetCertificateMapRequest.php',
    'Google\\Cloud\\Compute\\V1\\TargetHttpsProxiesSetQuicOverrideRequest' => $vendorDir . '/google/cloud/Compute/src/V1/TargetHttpsProxiesSetQuicOverrideRequest.php',
    'Google\\Cloud\\Compute\\V1\\TargetHttpsProxiesSetQuicOverrideRequest\\QuicOverride' => $vendorDir . '/google/cloud/Compute/src/V1/TargetHttpsProxiesSetQuicOverrideRequest/QuicOverride.php',
    'Google\\Cloud\\Compute\\V1\\TargetHttpsProxiesSetSslCertificatesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/TargetHttpsProxiesSetSslCertificatesRequest.php',
    'Google\\Cloud\\Compute\\V1\\TargetHttpsProxy' => $vendorDir . '/google/cloud/Compute/src/V1/TargetHttpsProxy.php',
    'Google\\Cloud\\Compute\\V1\\TargetHttpsProxyAggregatedList' => $vendorDir . '/google/cloud/Compute/src/V1/TargetHttpsProxyAggregatedList.php',
    'Google\\Cloud\\Compute\\V1\\TargetHttpsProxyList' => $vendorDir . '/google/cloud/Compute/src/V1/TargetHttpsProxyList.php',
    'Google\\Cloud\\Compute\\V1\\TargetHttpsProxy\\QuicOverride' => $vendorDir . '/google/cloud/Compute/src/V1/TargetHttpsProxy/QuicOverride.php',
    'Google\\Cloud\\Compute\\V1\\TargetInstance' => $vendorDir . '/google/cloud/Compute/src/V1/TargetInstance.php',
    'Google\\Cloud\\Compute\\V1\\TargetInstanceAggregatedList' => $vendorDir . '/google/cloud/Compute/src/V1/TargetInstanceAggregatedList.php',
    'Google\\Cloud\\Compute\\V1\\TargetInstanceList' => $vendorDir . '/google/cloud/Compute/src/V1/TargetInstanceList.php',
    'Google\\Cloud\\Compute\\V1\\TargetInstance\\NatPolicy' => $vendorDir . '/google/cloud/Compute/src/V1/TargetInstance/NatPolicy.php',
    'Google\\Cloud\\Compute\\V1\\TargetInstancesClient' => $vendorDir . '/google/cloud/Compute/src/V1/TargetInstancesClient.php',
    'Google\\Cloud\\Compute\\V1\\TargetInstancesScopedList' => $vendorDir . '/google/cloud/Compute/src/V1/TargetInstancesScopedList.php',
    'Google\\Cloud\\Compute\\V1\\TargetPool' => $vendorDir . '/google/cloud/Compute/src/V1/TargetPool.php',
    'Google\\Cloud\\Compute\\V1\\TargetPoolAggregatedList' => $vendorDir . '/google/cloud/Compute/src/V1/TargetPoolAggregatedList.php',
    'Google\\Cloud\\Compute\\V1\\TargetPoolInstanceHealth' => $vendorDir . '/google/cloud/Compute/src/V1/TargetPoolInstanceHealth.php',
    'Google\\Cloud\\Compute\\V1\\TargetPoolList' => $vendorDir . '/google/cloud/Compute/src/V1/TargetPoolList.php',
    'Google\\Cloud\\Compute\\V1\\TargetPool\\SessionAffinity' => $vendorDir . '/google/cloud/Compute/src/V1/TargetPool/SessionAffinity.php',
    'Google\\Cloud\\Compute\\V1\\TargetPoolsAddHealthCheckRequest' => $vendorDir . '/google/cloud/Compute/src/V1/TargetPoolsAddHealthCheckRequest.php',
    'Google\\Cloud\\Compute\\V1\\TargetPoolsAddInstanceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/TargetPoolsAddInstanceRequest.php',
    'Google\\Cloud\\Compute\\V1\\TargetPoolsClient' => $vendorDir . '/google/cloud/Compute/src/V1/TargetPoolsClient.php',
    'Google\\Cloud\\Compute\\V1\\TargetPoolsRemoveHealthCheckRequest' => $vendorDir . '/google/cloud/Compute/src/V1/TargetPoolsRemoveHealthCheckRequest.php',
    'Google\\Cloud\\Compute\\V1\\TargetPoolsRemoveInstanceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/TargetPoolsRemoveInstanceRequest.php',
    'Google\\Cloud\\Compute\\V1\\TargetPoolsScopedList' => $vendorDir . '/google/cloud/Compute/src/V1/TargetPoolsScopedList.php',
    'Google\\Cloud\\Compute\\V1\\TargetReference' => $vendorDir . '/google/cloud/Compute/src/V1/TargetReference.php',
    'Google\\Cloud\\Compute\\V1\\TargetSslProxiesClient' => $vendorDir . '/google/cloud/Compute/src/V1/TargetSslProxiesClient.php',
    'Google\\Cloud\\Compute\\V1\\TargetSslProxiesSetBackendServiceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/TargetSslProxiesSetBackendServiceRequest.php',
    'Google\\Cloud\\Compute\\V1\\TargetSslProxiesSetCertificateMapRequest' => $vendorDir . '/google/cloud/Compute/src/V1/TargetSslProxiesSetCertificateMapRequest.php',
    'Google\\Cloud\\Compute\\V1\\TargetSslProxiesSetProxyHeaderRequest' => $vendorDir . '/google/cloud/Compute/src/V1/TargetSslProxiesSetProxyHeaderRequest.php',
    'Google\\Cloud\\Compute\\V1\\TargetSslProxiesSetProxyHeaderRequest\\ProxyHeader' => $vendorDir . '/google/cloud/Compute/src/V1/TargetSslProxiesSetProxyHeaderRequest/ProxyHeader.php',
    'Google\\Cloud\\Compute\\V1\\TargetSslProxiesSetSslCertificatesRequest' => $vendorDir . '/google/cloud/Compute/src/V1/TargetSslProxiesSetSslCertificatesRequest.php',
    'Google\\Cloud\\Compute\\V1\\TargetSslProxy' => $vendorDir . '/google/cloud/Compute/src/V1/TargetSslProxy.php',
    'Google\\Cloud\\Compute\\V1\\TargetSslProxyList' => $vendorDir . '/google/cloud/Compute/src/V1/TargetSslProxyList.php',
    'Google\\Cloud\\Compute\\V1\\TargetSslProxy\\ProxyHeader' => $vendorDir . '/google/cloud/Compute/src/V1/TargetSslProxy/ProxyHeader.php',
    'Google\\Cloud\\Compute\\V1\\TargetTcpProxiesClient' => $vendorDir . '/google/cloud/Compute/src/V1/TargetTcpProxiesClient.php',
    'Google\\Cloud\\Compute\\V1\\TargetTcpProxiesScopedList' => $vendorDir . '/google/cloud/Compute/src/V1/TargetTcpProxiesScopedList.php',
    'Google\\Cloud\\Compute\\V1\\TargetTcpProxiesSetBackendServiceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/TargetTcpProxiesSetBackendServiceRequest.php',
    'Google\\Cloud\\Compute\\V1\\TargetTcpProxiesSetProxyHeaderRequest' => $vendorDir . '/google/cloud/Compute/src/V1/TargetTcpProxiesSetProxyHeaderRequest.php',
    'Google\\Cloud\\Compute\\V1\\TargetTcpProxiesSetProxyHeaderRequest\\ProxyHeader' => $vendorDir . '/google/cloud/Compute/src/V1/TargetTcpProxiesSetProxyHeaderRequest/ProxyHeader.php',
    'Google\\Cloud\\Compute\\V1\\TargetTcpProxy' => $vendorDir . '/google/cloud/Compute/src/V1/TargetTcpProxy.php',
    'Google\\Cloud\\Compute\\V1\\TargetTcpProxyAggregatedList' => $vendorDir . '/google/cloud/Compute/src/V1/TargetTcpProxyAggregatedList.php',
    'Google\\Cloud\\Compute\\V1\\TargetTcpProxyList' => $vendorDir . '/google/cloud/Compute/src/V1/TargetTcpProxyList.php',
    'Google\\Cloud\\Compute\\V1\\TargetTcpProxy\\ProxyHeader' => $vendorDir . '/google/cloud/Compute/src/V1/TargetTcpProxy/ProxyHeader.php',
    'Google\\Cloud\\Compute\\V1\\TargetVpnGateway' => $vendorDir . '/google/cloud/Compute/src/V1/TargetVpnGateway.php',
    'Google\\Cloud\\Compute\\V1\\TargetVpnGatewayAggregatedList' => $vendorDir . '/google/cloud/Compute/src/V1/TargetVpnGatewayAggregatedList.php',
    'Google\\Cloud\\Compute\\V1\\TargetVpnGatewayList' => $vendorDir . '/google/cloud/Compute/src/V1/TargetVpnGatewayList.php',
    'Google\\Cloud\\Compute\\V1\\TargetVpnGateway\\Status' => $vendorDir . '/google/cloud/Compute/src/V1/TargetVpnGateway/Status.php',
    'Google\\Cloud\\Compute\\V1\\TargetVpnGatewaysClient' => $vendorDir . '/google/cloud/Compute/src/V1/TargetVpnGatewaysClient.php',
    'Google\\Cloud\\Compute\\V1\\TargetVpnGatewaysScopedList' => $vendorDir . '/google/cloud/Compute/src/V1/TargetVpnGatewaysScopedList.php',
    'Google\\Cloud\\Compute\\V1\\TestFailure' => $vendorDir . '/google/cloud/Compute/src/V1/TestFailure.php',
    'Google\\Cloud\\Compute\\V1\\TestIamPermissionsDiskRequest' => $vendorDir . '/google/cloud/Compute/src/V1/TestIamPermissionsDiskRequest.php',
    'Google\\Cloud\\Compute\\V1\\TestIamPermissionsExternalVpnGatewayRequest' => $vendorDir . '/google/cloud/Compute/src/V1/TestIamPermissionsExternalVpnGatewayRequest.php',
    'Google\\Cloud\\Compute\\V1\\TestIamPermissionsFirewallPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/TestIamPermissionsFirewallPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\TestIamPermissionsImageRequest' => $vendorDir . '/google/cloud/Compute/src/V1/TestIamPermissionsImageRequest.php',
    'Google\\Cloud\\Compute\\V1\\TestIamPermissionsInstanceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/TestIamPermissionsInstanceRequest.php',
    'Google\\Cloud\\Compute\\V1\\TestIamPermissionsInstanceTemplateRequest' => $vendorDir . '/google/cloud/Compute/src/V1/TestIamPermissionsInstanceTemplateRequest.php',
    'Google\\Cloud\\Compute\\V1\\TestIamPermissionsLicenseCodeRequest' => $vendorDir . '/google/cloud/Compute/src/V1/TestIamPermissionsLicenseCodeRequest.php',
    'Google\\Cloud\\Compute\\V1\\TestIamPermissionsLicenseRequest' => $vendorDir . '/google/cloud/Compute/src/V1/TestIamPermissionsLicenseRequest.php',
    'Google\\Cloud\\Compute\\V1\\TestIamPermissionsMachineImageRequest' => $vendorDir . '/google/cloud/Compute/src/V1/TestIamPermissionsMachineImageRequest.php',
    'Google\\Cloud\\Compute\\V1\\TestIamPermissionsNetworkAttachmentRequest' => $vendorDir . '/google/cloud/Compute/src/V1/TestIamPermissionsNetworkAttachmentRequest.php',
    'Google\\Cloud\\Compute\\V1\\TestIamPermissionsNetworkEndpointGroupRequest' => $vendorDir . '/google/cloud/Compute/src/V1/TestIamPermissionsNetworkEndpointGroupRequest.php',
    'Google\\Cloud\\Compute\\V1\\TestIamPermissionsNetworkFirewallPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/TestIamPermissionsNetworkFirewallPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\TestIamPermissionsNodeGroupRequest' => $vendorDir . '/google/cloud/Compute/src/V1/TestIamPermissionsNodeGroupRequest.php',
    'Google\\Cloud\\Compute\\V1\\TestIamPermissionsNodeTemplateRequest' => $vendorDir . '/google/cloud/Compute/src/V1/TestIamPermissionsNodeTemplateRequest.php',
    'Google\\Cloud\\Compute\\V1\\TestIamPermissionsPacketMirroringRequest' => $vendorDir . '/google/cloud/Compute/src/V1/TestIamPermissionsPacketMirroringRequest.php',
    'Google\\Cloud\\Compute\\V1\\TestIamPermissionsRegionDiskRequest' => $vendorDir . '/google/cloud/Compute/src/V1/TestIamPermissionsRegionDiskRequest.php',
    'Google\\Cloud\\Compute\\V1\\TestIamPermissionsRegionNetworkFirewallPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/TestIamPermissionsRegionNetworkFirewallPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\TestIamPermissionsReservationRequest' => $vendorDir . '/google/cloud/Compute/src/V1/TestIamPermissionsReservationRequest.php',
    'Google\\Cloud\\Compute\\V1\\TestIamPermissionsResourcePolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/TestIamPermissionsResourcePolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\TestIamPermissionsServiceAttachmentRequest' => $vendorDir . '/google/cloud/Compute/src/V1/TestIamPermissionsServiceAttachmentRequest.php',
    'Google\\Cloud\\Compute\\V1\\TestIamPermissionsSnapshotRequest' => $vendorDir . '/google/cloud/Compute/src/V1/TestIamPermissionsSnapshotRequest.php',
    'Google\\Cloud\\Compute\\V1\\TestIamPermissionsSubnetworkRequest' => $vendorDir . '/google/cloud/Compute/src/V1/TestIamPermissionsSubnetworkRequest.php',
    'Google\\Cloud\\Compute\\V1\\TestIamPermissionsVpnGatewayRequest' => $vendorDir . '/google/cloud/Compute/src/V1/TestIamPermissionsVpnGatewayRequest.php',
    'Google\\Cloud\\Compute\\V1\\TestPermissionsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/TestPermissionsRequest.php',
    'Google\\Cloud\\Compute\\V1\\TestPermissionsResponse' => $vendorDir . '/google/cloud/Compute/src/V1/TestPermissionsResponse.php',
    'Google\\Cloud\\Compute\\V1\\Uint128' => $vendorDir . '/google/cloud/Compute/src/V1/Uint128.php',
    'Google\\Cloud\\Compute\\V1\\UpdateAccessConfigInstanceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/UpdateAccessConfigInstanceRequest.php',
    'Google\\Cloud\\Compute\\V1\\UpdateAutoscalerRequest' => $vendorDir . '/google/cloud/Compute/src/V1/UpdateAutoscalerRequest.php',
    'Google\\Cloud\\Compute\\V1\\UpdateBackendBucketRequest' => $vendorDir . '/google/cloud/Compute/src/V1/UpdateBackendBucketRequest.php',
    'Google\\Cloud\\Compute\\V1\\UpdateBackendServiceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/UpdateBackendServiceRequest.php',
    'Google\\Cloud\\Compute\\V1\\UpdateDisplayDeviceInstanceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/UpdateDisplayDeviceInstanceRequest.php',
    'Google\\Cloud\\Compute\\V1\\UpdateFirewallRequest' => $vendorDir . '/google/cloud/Compute/src/V1/UpdateFirewallRequest.php',
    'Google\\Cloud\\Compute\\V1\\UpdateHealthCheckRequest' => $vendorDir . '/google/cloud/Compute/src/V1/UpdateHealthCheckRequest.php',
    'Google\\Cloud\\Compute\\V1\\UpdateInstanceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/UpdateInstanceRequest.php',
    'Google\\Cloud\\Compute\\V1\\UpdateInstanceRequest\\MinimalAction' => $vendorDir . '/google/cloud/Compute/src/V1/UpdateInstanceRequest/MinimalAction.php',
    'Google\\Cloud\\Compute\\V1\\UpdateInstanceRequest\\MostDisruptiveAllowedAction' => $vendorDir . '/google/cloud/Compute/src/V1/UpdateInstanceRequest/MostDisruptiveAllowedAction.php',
    'Google\\Cloud\\Compute\\V1\\UpdateNetworkInterfaceInstanceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/UpdateNetworkInterfaceInstanceRequest.php',
    'Google\\Cloud\\Compute\\V1\\UpdatePeeringNetworkRequest' => $vendorDir . '/google/cloud/Compute/src/V1/UpdatePeeringNetworkRequest.php',
    'Google\\Cloud\\Compute\\V1\\UpdatePerInstanceConfigsInstanceGroupManagerRequest' => $vendorDir . '/google/cloud/Compute/src/V1/UpdatePerInstanceConfigsInstanceGroupManagerRequest.php',
    'Google\\Cloud\\Compute\\V1\\UpdatePerInstanceConfigsRegionInstanceGroupManagerRequest' => $vendorDir . '/google/cloud/Compute/src/V1/UpdatePerInstanceConfigsRegionInstanceGroupManagerRequest.php',
    'Google\\Cloud\\Compute\\V1\\UpdateRegionAutoscalerRequest' => $vendorDir . '/google/cloud/Compute/src/V1/UpdateRegionAutoscalerRequest.php',
    'Google\\Cloud\\Compute\\V1\\UpdateRegionBackendServiceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/UpdateRegionBackendServiceRequest.php',
    'Google\\Cloud\\Compute\\V1\\UpdateRegionCommitmentRequest' => $vendorDir . '/google/cloud/Compute/src/V1/UpdateRegionCommitmentRequest.php',
    'Google\\Cloud\\Compute\\V1\\UpdateRegionHealthCheckRequest' => $vendorDir . '/google/cloud/Compute/src/V1/UpdateRegionHealthCheckRequest.php',
    'Google\\Cloud\\Compute\\V1\\UpdateRegionUrlMapRequest' => $vendorDir . '/google/cloud/Compute/src/V1/UpdateRegionUrlMapRequest.php',
    'Google\\Cloud\\Compute\\V1\\UpdateReservationRequest' => $vendorDir . '/google/cloud/Compute/src/V1/UpdateReservationRequest.php',
    'Google\\Cloud\\Compute\\V1\\UpdateRouterRequest' => $vendorDir . '/google/cloud/Compute/src/V1/UpdateRouterRequest.php',
    'Google\\Cloud\\Compute\\V1\\UpdateShieldedInstanceConfigInstanceRequest' => $vendorDir . '/google/cloud/Compute/src/V1/UpdateShieldedInstanceConfigInstanceRequest.php',
    'Google\\Cloud\\Compute\\V1\\UpdateUrlMapRequest' => $vendorDir . '/google/cloud/Compute/src/V1/UpdateUrlMapRequest.php',
    'Google\\Cloud\\Compute\\V1\\UrlMap' => $vendorDir . '/google/cloud/Compute/src/V1/UrlMap.php',
    'Google\\Cloud\\Compute\\V1\\UrlMapList' => $vendorDir . '/google/cloud/Compute/src/V1/UrlMapList.php',
    'Google\\Cloud\\Compute\\V1\\UrlMapReference' => $vendorDir . '/google/cloud/Compute/src/V1/UrlMapReference.php',
    'Google\\Cloud\\Compute\\V1\\UrlMapTest' => $vendorDir . '/google/cloud/Compute/src/V1/UrlMapTest.php',
    'Google\\Cloud\\Compute\\V1\\UrlMapTestHeader' => $vendorDir . '/google/cloud/Compute/src/V1/UrlMapTestHeader.php',
    'Google\\Cloud\\Compute\\V1\\UrlMapValidationResult' => $vendorDir . '/google/cloud/Compute/src/V1/UrlMapValidationResult.php',
    'Google\\Cloud\\Compute\\V1\\UrlMapsAggregatedList' => $vendorDir . '/google/cloud/Compute/src/V1/UrlMapsAggregatedList.php',
    'Google\\Cloud\\Compute\\V1\\UrlMapsClient' => $vendorDir . '/google/cloud/Compute/src/V1/UrlMapsClient.php',
    'Google\\Cloud\\Compute\\V1\\UrlMapsScopedList' => $vendorDir . '/google/cloud/Compute/src/V1/UrlMapsScopedList.php',
    'Google\\Cloud\\Compute\\V1\\UrlMapsValidateRequest' => $vendorDir . '/google/cloud/Compute/src/V1/UrlMapsValidateRequest.php',
    'Google\\Cloud\\Compute\\V1\\UrlMapsValidateRequest\\LoadBalancingSchemes' => $vendorDir . '/google/cloud/Compute/src/V1/UrlMapsValidateRequest/LoadBalancingSchemes.php',
    'Google\\Cloud\\Compute\\V1\\UrlMapsValidateResponse' => $vendorDir . '/google/cloud/Compute/src/V1/UrlMapsValidateResponse.php',
    'Google\\Cloud\\Compute\\V1\\UrlRewrite' => $vendorDir . '/google/cloud/Compute/src/V1/UrlRewrite.php',
    'Google\\Cloud\\Compute\\V1\\UsableSubnetwork' => $vendorDir . '/google/cloud/Compute/src/V1/UsableSubnetwork.php',
    'Google\\Cloud\\Compute\\V1\\UsableSubnetworkSecondaryRange' => $vendorDir . '/google/cloud/Compute/src/V1/UsableSubnetworkSecondaryRange.php',
    'Google\\Cloud\\Compute\\V1\\UsableSubnetwork\\Ipv6AccessType' => $vendorDir . '/google/cloud/Compute/src/V1/UsableSubnetwork/Ipv6AccessType.php',
    'Google\\Cloud\\Compute\\V1\\UsableSubnetwork\\Purpose' => $vendorDir . '/google/cloud/Compute/src/V1/UsableSubnetwork/Purpose.php',
    'Google\\Cloud\\Compute\\V1\\UsableSubnetwork\\Role' => $vendorDir . '/google/cloud/Compute/src/V1/UsableSubnetwork/Role.php',
    'Google\\Cloud\\Compute\\V1\\UsableSubnetwork\\StackType' => $vendorDir . '/google/cloud/Compute/src/V1/UsableSubnetwork/StackType.php',
    'Google\\Cloud\\Compute\\V1\\UsableSubnetworksAggregatedList' => $vendorDir . '/google/cloud/Compute/src/V1/UsableSubnetworksAggregatedList.php',
    'Google\\Cloud\\Compute\\V1\\UsageExportLocation' => $vendorDir . '/google/cloud/Compute/src/V1/UsageExportLocation.php',
    'Google\\Cloud\\Compute\\V1\\ValidateRegionUrlMapRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ValidateRegionUrlMapRequest.php',
    'Google\\Cloud\\Compute\\V1\\ValidateUrlMapRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ValidateUrlMapRequest.php',
    'Google\\Cloud\\Compute\\V1\\VmEndpointNatMappings' => $vendorDir . '/google/cloud/Compute/src/V1/VmEndpointNatMappings.php',
    'Google\\Cloud\\Compute\\V1\\VmEndpointNatMappingsInterfaceNatMappings' => $vendorDir . '/google/cloud/Compute/src/V1/VmEndpointNatMappingsInterfaceNatMappings.php',
    'Google\\Cloud\\Compute\\V1\\VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappings' => $vendorDir . '/google/cloud/Compute/src/V1/VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappings.php',
    'Google\\Cloud\\Compute\\V1\\VmEndpointNatMappingsList' => $vendorDir . '/google/cloud/Compute/src/V1/VmEndpointNatMappingsList.php',
    'Google\\Cloud\\Compute\\V1\\VpnGateway' => $vendorDir . '/google/cloud/Compute/src/V1/VpnGateway.php',
    'Google\\Cloud\\Compute\\V1\\VpnGatewayAggregatedList' => $vendorDir . '/google/cloud/Compute/src/V1/VpnGatewayAggregatedList.php',
    'Google\\Cloud\\Compute\\V1\\VpnGatewayList' => $vendorDir . '/google/cloud/Compute/src/V1/VpnGatewayList.php',
    'Google\\Cloud\\Compute\\V1\\VpnGatewayStatus' => $vendorDir . '/google/cloud/Compute/src/V1/VpnGatewayStatus.php',
    'Google\\Cloud\\Compute\\V1\\VpnGatewayStatusHighAvailabilityRequirementState' => $vendorDir . '/google/cloud/Compute/src/V1/VpnGatewayStatusHighAvailabilityRequirementState.php',
    'Google\\Cloud\\Compute\\V1\\VpnGatewayStatusHighAvailabilityRequirementState\\State' => $vendorDir . '/google/cloud/Compute/src/V1/VpnGatewayStatusHighAvailabilityRequirementState/State.php',
    'Google\\Cloud\\Compute\\V1\\VpnGatewayStatusHighAvailabilityRequirementState\\UnsatisfiedReason' => $vendorDir . '/google/cloud/Compute/src/V1/VpnGatewayStatusHighAvailabilityRequirementState/UnsatisfiedReason.php',
    'Google\\Cloud\\Compute\\V1\\VpnGatewayStatusTunnel' => $vendorDir . '/google/cloud/Compute/src/V1/VpnGatewayStatusTunnel.php',
    'Google\\Cloud\\Compute\\V1\\VpnGatewayStatusVpnConnection' => $vendorDir . '/google/cloud/Compute/src/V1/VpnGatewayStatusVpnConnection.php',
    'Google\\Cloud\\Compute\\V1\\VpnGatewayVpnGatewayInterface' => $vendorDir . '/google/cloud/Compute/src/V1/VpnGatewayVpnGatewayInterface.php',
    'Google\\Cloud\\Compute\\V1\\VpnGateway\\StackType' => $vendorDir . '/google/cloud/Compute/src/V1/VpnGateway/StackType.php',
    'Google\\Cloud\\Compute\\V1\\VpnGatewaysClient' => $vendorDir . '/google/cloud/Compute/src/V1/VpnGatewaysClient.php',
    'Google\\Cloud\\Compute\\V1\\VpnGatewaysGetStatusResponse' => $vendorDir . '/google/cloud/Compute/src/V1/VpnGatewaysGetStatusResponse.php',
    'Google\\Cloud\\Compute\\V1\\VpnGatewaysScopedList' => $vendorDir . '/google/cloud/Compute/src/V1/VpnGatewaysScopedList.php',
    'Google\\Cloud\\Compute\\V1\\VpnTunnel' => $vendorDir . '/google/cloud/Compute/src/V1/VpnTunnel.php',
    'Google\\Cloud\\Compute\\V1\\VpnTunnelAggregatedList' => $vendorDir . '/google/cloud/Compute/src/V1/VpnTunnelAggregatedList.php',
    'Google\\Cloud\\Compute\\V1\\VpnTunnelList' => $vendorDir . '/google/cloud/Compute/src/V1/VpnTunnelList.php',
    'Google\\Cloud\\Compute\\V1\\VpnTunnel\\Status' => $vendorDir . '/google/cloud/Compute/src/V1/VpnTunnel/Status.php',
    'Google\\Cloud\\Compute\\V1\\VpnTunnelsClient' => $vendorDir . '/google/cloud/Compute/src/V1/VpnTunnelsClient.php',
    'Google\\Cloud\\Compute\\V1\\VpnTunnelsScopedList' => $vendorDir . '/google/cloud/Compute/src/V1/VpnTunnelsScopedList.php',
    'Google\\Cloud\\Compute\\V1\\WafExpressionSet' => $vendorDir . '/google/cloud/Compute/src/V1/WafExpressionSet.php',
    'Google\\Cloud\\Compute\\V1\\WafExpressionSetExpression' => $vendorDir . '/google/cloud/Compute/src/V1/WafExpressionSetExpression.php',
    'Google\\Cloud\\Compute\\V1\\WaitGlobalOperationRequest' => $vendorDir . '/google/cloud/Compute/src/V1/WaitGlobalOperationRequest.php',
    'Google\\Cloud\\Compute\\V1\\WaitRegionOperationRequest' => $vendorDir . '/google/cloud/Compute/src/V1/WaitRegionOperationRequest.php',
    'Google\\Cloud\\Compute\\V1\\WaitZoneOperationRequest' => $vendorDir . '/google/cloud/Compute/src/V1/WaitZoneOperationRequest.php',
    'Google\\Cloud\\Compute\\V1\\Warning' => $vendorDir . '/google/cloud/Compute/src/V1/Warning.php',
    'Google\\Cloud\\Compute\\V1\\Warning\\Code' => $vendorDir . '/google/cloud/Compute/src/V1/Warning/Code.php',
    'Google\\Cloud\\Compute\\V1\\Warnings' => $vendorDir . '/google/cloud/Compute/src/V1/Warnings.php',
    'Google\\Cloud\\Compute\\V1\\Warnings\\Code' => $vendorDir . '/google/cloud/Compute/src/V1/Warnings/Code.php',
    'Google\\Cloud\\Compute\\V1\\WeightedBackendService' => $vendorDir . '/google/cloud/Compute/src/V1/WeightedBackendService.php',
    'Google\\Cloud\\Compute\\V1\\XpnHostList' => $vendorDir . '/google/cloud/Compute/src/V1/XpnHostList.php',
    'Google\\Cloud\\Compute\\V1\\XpnResourceId' => $vendorDir . '/google/cloud/Compute/src/V1/XpnResourceId.php',
    'Google\\Cloud\\Compute\\V1\\XpnResourceId\\Type' => $vendorDir . '/google/cloud/Compute/src/V1/XpnResourceId/Type.php',
    'Google\\Cloud\\Compute\\V1\\Zone' => $vendorDir . '/google/cloud/Compute/src/V1/Zone.php',
    'Google\\Cloud\\Compute\\V1\\ZoneList' => $vendorDir . '/google/cloud/Compute/src/V1/ZoneList.php',
    'Google\\Cloud\\Compute\\V1\\ZoneOperationsClient' => $vendorDir . '/google/cloud/Compute/src/V1/ZoneOperationsClient.php',
    'Google\\Cloud\\Compute\\V1\\ZoneSetLabelsRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ZoneSetLabelsRequest.php',
    'Google\\Cloud\\Compute\\V1\\ZoneSetPolicyRequest' => $vendorDir . '/google/cloud/Compute/src/V1/ZoneSetPolicyRequest.php',
    'Google\\Cloud\\Compute\\V1\\Zone\\Status' => $vendorDir . '/google/cloud/Compute/src/V1/Zone/Status.php',
    'Google\\Cloud\\Compute\\V1\\ZonesClient' => $vendorDir . '/google/cloud/Compute/src/V1/ZonesClient.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\Analysis' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/Analysis.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\AnalysisResult' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/AnalysisResult.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\AnalysisResult\\CallAnalysisMetadata' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/AnalysisResult/CallAnalysisMetadata.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\AnnotationBoundary' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/AnnotationBoundary.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\AnswerFeedback' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/AnswerFeedback.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\AnswerFeedback\\CorrectnessLevel' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/AnswerFeedback/CorrectnessLevel.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\ArticleSuggestionData' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/ArticleSuggestionData.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\CalculateIssueModelStatsRequest' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/CalculateIssueModelStatsRequest.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\CalculateIssueModelStatsResponse' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/CalculateIssueModelStatsResponse.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\CalculateStatsRequest' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/CalculateStatsRequest.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\CalculateStatsResponse' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/CalculateStatsResponse.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\CalculateStatsResponse\\TimeSeries' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/CalculateStatsResponse/TimeSeries.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\CalculateStatsResponse\\TimeSeries\\Interval' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/CalculateStatsResponse/TimeSeries/Interval.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\CallAnnotation' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/CallAnnotation.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\ContactCenterInsightsClient' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/ContactCenterInsightsClient.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\Conversation' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/Conversation.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\ConversationDataSource' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/ConversationDataSource.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\ConversationLevelSentiment' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/ConversationLevelSentiment.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\ConversationParticipant' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/ConversationParticipant.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\ConversationParticipant\\Role' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/ConversationParticipant/Role.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\ConversationView' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/ConversationView.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\Conversation\\CallMetadata' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/Conversation/CallMetadata.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\Conversation\\Medium' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/Conversation/Medium.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\Conversation\\Transcript' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/Conversation/Transcript.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\Conversation\\Transcript\\TranscriptSegment' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/Conversation/Transcript/TranscriptSegment.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\Conversation\\Transcript\\TranscriptSegment\\DialogflowSegmentMetadata' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/Conversation/Transcript/TranscriptSegment/DialogflowSegmentMetadata.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\Conversation\\Transcript\\TranscriptSegment\\WordInfo' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/Conversation/Transcript/TranscriptSegment/WordInfo.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\CreateAnalysisOperationMetadata' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/CreateAnalysisOperationMetadata.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\CreateAnalysisRequest' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/CreateAnalysisRequest.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\CreateConversationRequest' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/CreateConversationRequest.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\CreateIssueModelMetadata' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/CreateIssueModelMetadata.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\CreateIssueModelRequest' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/CreateIssueModelRequest.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\CreatePhraseMatcherRequest' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/CreatePhraseMatcherRequest.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\CreateViewRequest' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/CreateViewRequest.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\DeleteAnalysisRequest' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/DeleteAnalysisRequest.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\DeleteConversationRequest' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/DeleteConversationRequest.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\DeleteIssueModelMetadata' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/DeleteIssueModelMetadata.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\DeleteIssueModelRequest' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/DeleteIssueModelRequest.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\DeletePhraseMatcherRequest' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/DeletePhraseMatcherRequest.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\DeleteViewRequest' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/DeleteViewRequest.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\DeployIssueModelMetadata' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/DeployIssueModelMetadata.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\DeployIssueModelRequest' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/DeployIssueModelRequest.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\DeployIssueModelResponse' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/DeployIssueModelResponse.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\DialogflowIntent' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/DialogflowIntent.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\DialogflowInteractionData' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/DialogflowInteractionData.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\DialogflowSource' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/DialogflowSource.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\Entity' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/Entity.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\EntityMentionData' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/EntityMentionData.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\EntityMentionData\\MentionType' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/EntityMentionData/MentionType.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\Entity\\Type' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/Entity/Type.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\ExactMatchConfig' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/ExactMatchConfig.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\ExportInsightsDataMetadata' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/ExportInsightsDataMetadata.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\ExportInsightsDataRequest' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/ExportInsightsDataRequest.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\ExportInsightsDataRequest\\BigQueryDestination' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/ExportInsightsDataRequest/BigQueryDestination.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\ExportInsightsDataRequest\\WriteDisposition' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/ExportInsightsDataRequest/WriteDisposition.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\ExportInsightsDataResponse' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/ExportInsightsDataResponse.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\FaqAnswerData' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/FaqAnswerData.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\Gapic\\ContactCenterInsightsGapicClient' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/Gapic/ContactCenterInsightsGapicClient.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\GcsSource' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/GcsSource.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\GetAnalysisRequest' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/GetAnalysisRequest.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\GetConversationRequest' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/GetConversationRequest.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\GetIssueModelRequest' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/GetIssueModelRequest.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\GetIssueRequest' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/GetIssueRequest.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\GetPhraseMatcherRequest' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/GetPhraseMatcherRequest.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\GetSettingsRequest' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/GetSettingsRequest.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\GetViewRequest' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/GetViewRequest.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\HoldData' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/HoldData.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\Intent' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/Intent.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\IntentMatchData' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/IntentMatchData.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\InterruptionData' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/InterruptionData.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\Issue' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/Issue.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\IssueAssignment' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/IssueAssignment.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\IssueModel' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/IssueModel.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\IssueModelLabelStats' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/IssueModelLabelStats.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\IssueModelLabelStats\\IssueStats' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/IssueModelLabelStats/IssueStats.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\IssueModelResult' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/IssueModelResult.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\IssueModel\\InputDataConfig' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/IssueModel/InputDataConfig.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\IssueModel\\State' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/IssueModel/State.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\ListAnalysesRequest' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/ListAnalysesRequest.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\ListAnalysesResponse' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/ListAnalysesResponse.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\ListConversationsRequest' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/ListConversationsRequest.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\ListConversationsResponse' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/ListConversationsResponse.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\ListIssueModelsRequest' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/ListIssueModelsRequest.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\ListIssueModelsResponse' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/ListIssueModelsResponse.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\ListIssuesRequest' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/ListIssuesRequest.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\ListIssuesResponse' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/ListIssuesResponse.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\ListPhraseMatchersRequest' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/ListPhraseMatchersRequest.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\ListPhraseMatchersResponse' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/ListPhraseMatchersResponse.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\ListViewsRequest' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/ListViewsRequest.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\ListViewsResponse' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/ListViewsResponse.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\PhraseMatchData' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/PhraseMatchData.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\PhraseMatchRule' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/PhraseMatchRule.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\PhraseMatchRuleConfig' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/PhraseMatchRuleConfig.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\PhraseMatchRuleGroup' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/PhraseMatchRuleGroup.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\PhraseMatchRuleGroup\\PhraseMatchRuleGroupType' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/PhraseMatchRuleGroup/PhraseMatchRuleGroupType.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\PhraseMatcher' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/PhraseMatcher.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\PhraseMatcher\\PhraseMatcherType' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/PhraseMatcher/PhraseMatcherType.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\RuntimeAnnotation' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/RuntimeAnnotation.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\SentimentData' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/SentimentData.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\Settings' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/Settings.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\Settings\\AnalysisConfig' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/Settings/AnalysisConfig.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\SilenceData' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/SilenceData.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\SmartComposeSuggestionData' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/SmartComposeSuggestionData.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\SmartReplyData' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/SmartReplyData.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\UndeployIssueModelMetadata' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/UndeployIssueModelMetadata.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\UndeployIssueModelRequest' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/UndeployIssueModelRequest.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\UndeployIssueModelResponse' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/UndeployIssueModelResponse.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\UpdateConversationRequest' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/UpdateConversationRequest.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\UpdateIssueModelRequest' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/UpdateIssueModelRequest.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\UpdateIssueRequest' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/UpdateIssueRequest.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\UpdatePhraseMatcherRequest' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/UpdatePhraseMatcherRequest.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\UpdateSettingsRequest' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/UpdateSettingsRequest.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\UpdateViewRequest' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/UpdateViewRequest.php',
    'Google\\Cloud\\ContactCenterInsights\\V1\\View' => $vendorDir . '/google/cloud/ContactCenterInsights/src/V1/View.php',
    'Google\\Cloud\\ContainerAnalysis\\V1\\ContainerAnalysisClient' => $vendorDir . '/google/cloud/ContainerAnalysis/src/V1/ContainerAnalysisClient.php',
    'Google\\Cloud\\ContainerAnalysis\\V1\\ContainerAnalysisGrpcClient' => $vendorDir . '/google/cloud/ContainerAnalysis/src/V1/ContainerAnalysisGrpcClient.php',
    'Google\\Cloud\\ContainerAnalysis\\V1\\Gapic\\ContainerAnalysisGapicClient' => $vendorDir . '/google/cloud/ContainerAnalysis/src/V1/Gapic/ContainerAnalysisGapicClient.php',
    'Google\\Cloud\\ContainerAnalysis\\V1\\GetVulnerabilityOccurrencesSummaryRequest' => $vendorDir . '/google/cloud/ContainerAnalysis/src/V1/GetVulnerabilityOccurrencesSummaryRequest.php',
    'Google\\Cloud\\ContainerAnalysis\\V1\\VulnerabilityOccurrencesSummary' => $vendorDir . '/google/cloud/ContainerAnalysis/src/V1/VulnerabilityOccurrencesSummary.php',
    'Google\\Cloud\\ContainerAnalysis\\V1\\VulnerabilityOccurrencesSummary\\FixableTotalByDigest' => $vendorDir . '/google/cloud/ContainerAnalysis/src/V1/VulnerabilityOccurrencesSummary/FixableTotalByDigest.php',
    'Google\\Cloud\\Container\\V1\\AcceleratorConfig' => $vendorDir . '/google/cloud/Container/src/V1/AcceleratorConfig.php',
    'Google\\Cloud\\Container\\V1\\AddonsConfig' => $vendorDir . '/google/cloud/Container/src/V1/AddonsConfig.php',
    'Google\\Cloud\\Container\\V1\\AdvancedMachineFeatures' => $vendorDir . '/google/cloud/Container/src/V1/AdvancedMachineFeatures.php',
    'Google\\Cloud\\Container\\V1\\AuthenticatorGroupsConfig' => $vendorDir . '/google/cloud/Container/src/V1/AuthenticatorGroupsConfig.php',
    'Google\\Cloud\\Container\\V1\\AutoUpgradeOptions' => $vendorDir . '/google/cloud/Container/src/V1/AutoUpgradeOptions.php',
    'Google\\Cloud\\Container\\V1\\Autopilot' => $vendorDir . '/google/cloud/Container/src/V1/Autopilot.php',
    'Google\\Cloud\\Container\\V1\\AutoprovisioningNodePoolDefaults' => $vendorDir . '/google/cloud/Container/src/V1/AutoprovisioningNodePoolDefaults.php',
    'Google\\Cloud\\Container\\V1\\BinaryAuthorization' => $vendorDir . '/google/cloud/Container/src/V1/BinaryAuthorization.php',
    'Google\\Cloud\\Container\\V1\\BinaryAuthorization\\EvaluationMode' => $vendorDir . '/google/cloud/Container/src/V1/BinaryAuthorization/EvaluationMode.php',
    'Google\\Cloud\\Container\\V1\\BinaryAuthorization_EvaluationMode' => $vendorDir . '/google/cloud/Container/src/V1/BinaryAuthorization_EvaluationMode.php',
    'Google\\Cloud\\Container\\V1\\BlueGreenSettings' => $vendorDir . '/google/cloud/Container/src/V1/BlueGreenSettings.php',
    'Google\\Cloud\\Container\\V1\\BlueGreenSettings\\StandardRolloutPolicy' => $vendorDir . '/google/cloud/Container/src/V1/BlueGreenSettings/StandardRolloutPolicy.php',
    'Google\\Cloud\\Container\\V1\\BlueGreenSettings_StandardRolloutPolicy' => $vendorDir . '/google/cloud/Container/src/V1/BlueGreenSettings_StandardRolloutPolicy.php',
    'Google\\Cloud\\Container\\V1\\CancelOperationRequest' => $vendorDir . '/google/cloud/Container/src/V1/CancelOperationRequest.php',
    'Google\\Cloud\\Container\\V1\\ClientCertificateConfig' => $vendorDir . '/google/cloud/Container/src/V1/ClientCertificateConfig.php',
    'Google\\Cloud\\Container\\V1\\CloudRunConfig' => $vendorDir . '/google/cloud/Container/src/V1/CloudRunConfig.php',
    'Google\\Cloud\\Container\\V1\\CloudRunConfig\\LoadBalancerType' => $vendorDir . '/google/cloud/Container/src/V1/CloudRunConfig/LoadBalancerType.php',
    'Google\\Cloud\\Container\\V1\\CloudRunConfig_LoadBalancerType' => $vendorDir . '/google/cloud/Container/src/V1/CloudRunConfig_LoadBalancerType.php',
    'Google\\Cloud\\Container\\V1\\Cluster' => $vendorDir . '/google/cloud/Container/src/V1/Cluster.php',
    'Google\\Cloud\\Container\\V1\\ClusterAutoscaling' => $vendorDir . '/google/cloud/Container/src/V1/ClusterAutoscaling.php',
    'Google\\Cloud\\Container\\V1\\ClusterAutoscaling\\AutoscalingProfile' => $vendorDir . '/google/cloud/Container/src/V1/ClusterAutoscaling/AutoscalingProfile.php',
    'Google\\Cloud\\Container\\V1\\ClusterAutoscaling_AutoscalingProfile' => $vendorDir . '/google/cloud/Container/src/V1/ClusterAutoscaling_AutoscalingProfile.php',
    'Google\\Cloud\\Container\\V1\\ClusterManagerClient' => $vendorDir . '/google/cloud/Container/src/V1/ClusterManagerClient.php',
    'Google\\Cloud\\Container\\V1\\ClusterManagerGrpcClient' => $vendorDir . '/google/cloud/Container/src/V1/ClusterManagerGrpcClient.php',
    'Google\\Cloud\\Container\\V1\\ClusterUpdate' => $vendorDir . '/google/cloud/Container/src/V1/ClusterUpdate.php',
    'Google\\Cloud\\Container\\V1\\Cluster\\Status' => $vendorDir . '/google/cloud/Container/src/V1/Cluster/Status.php',
    'Google\\Cloud\\Container\\V1\\Cluster_Status' => $vendorDir . '/google/cloud/Container/src/V1/Cluster_Status.php',
    'Google\\Cloud\\Container\\V1\\CompleteIPRotationRequest' => $vendorDir . '/google/cloud/Container/src/V1/CompleteIPRotationRequest.php',
    'Google\\Cloud\\Container\\V1\\CompleteNodePoolUpgradeRequest' => $vendorDir . '/google/cloud/Container/src/V1/CompleteNodePoolUpgradeRequest.php',
    'Google\\Cloud\\Container\\V1\\ConfidentialNodes' => $vendorDir . '/google/cloud/Container/src/V1/ConfidentialNodes.php',
    'Google\\Cloud\\Container\\V1\\ConfigConnectorConfig' => $vendorDir . '/google/cloud/Container/src/V1/ConfigConnectorConfig.php',
    'Google\\Cloud\\Container\\V1\\CostManagementConfig' => $vendorDir . '/google/cloud/Container/src/V1/CostManagementConfig.php',
    'Google\\Cloud\\Container\\V1\\CreateClusterRequest' => $vendorDir . '/google/cloud/Container/src/V1/CreateClusterRequest.php',
    'Google\\Cloud\\Container\\V1\\CreateNodePoolRequest' => $vendorDir . '/google/cloud/Container/src/V1/CreateNodePoolRequest.php',
    'Google\\Cloud\\Container\\V1\\DNSConfig' => $vendorDir . '/google/cloud/Container/src/V1/DNSConfig.php',
    'Google\\Cloud\\Container\\V1\\DNSConfig\\DNSScope' => $vendorDir . '/google/cloud/Container/src/V1/DNSConfig/DNSScope.php',
    'Google\\Cloud\\Container\\V1\\DNSConfig\\Provider' => $vendorDir . '/google/cloud/Container/src/V1/DNSConfig/Provider.php',
    'Google\\Cloud\\Container\\V1\\DNSConfig_DNSScope' => $vendorDir . '/google/cloud/Container/src/V1/DNSConfig_DNSScope.php',
    'Google\\Cloud\\Container\\V1\\DNSConfig_Provider' => $vendorDir . '/google/cloud/Container/src/V1/DNSConfig_Provider.php',
    'Google\\Cloud\\Container\\V1\\DailyMaintenanceWindow' => $vendorDir . '/google/cloud/Container/src/V1/DailyMaintenanceWindow.php',
    'Google\\Cloud\\Container\\V1\\DatabaseEncryption' => $vendorDir . '/google/cloud/Container/src/V1/DatabaseEncryption.php',
    'Google\\Cloud\\Container\\V1\\DatabaseEncryption\\State' => $vendorDir . '/google/cloud/Container/src/V1/DatabaseEncryption/State.php',
    'Google\\Cloud\\Container\\V1\\DatabaseEncryption_State' => $vendorDir . '/google/cloud/Container/src/V1/DatabaseEncryption_State.php',
    'Google\\Cloud\\Container\\V1\\DatapathProvider' => $vendorDir . '/google/cloud/Container/src/V1/DatapathProvider.php',
    'Google\\Cloud\\Container\\V1\\DefaultSnatStatus' => $vendorDir . '/google/cloud/Container/src/V1/DefaultSnatStatus.php',
    'Google\\Cloud\\Container\\V1\\DeleteClusterRequest' => $vendorDir . '/google/cloud/Container/src/V1/DeleteClusterRequest.php',
    'Google\\Cloud\\Container\\V1\\DeleteNodePoolRequest' => $vendorDir . '/google/cloud/Container/src/V1/DeleteNodePoolRequest.php',
    'Google\\Cloud\\Container\\V1\\DnsCacheConfig' => $vendorDir . '/google/cloud/Container/src/V1/DnsCacheConfig.php',
    'Google\\Cloud\\Container\\V1\\EphemeralStorageLocalSsdConfig' => $vendorDir . '/google/cloud/Container/src/V1/EphemeralStorageLocalSsdConfig.php',
    'Google\\Cloud\\Container\\V1\\FastSocket' => $vendorDir . '/google/cloud/Container/src/V1/FastSocket.php',
    'Google\\Cloud\\Container\\V1\\GPUSharingConfig' => $vendorDir . '/google/cloud/Container/src/V1/GPUSharingConfig.php',
    'Google\\Cloud\\Container\\V1\\GPUSharingConfig\\GPUSharingStrategy' => $vendorDir . '/google/cloud/Container/src/V1/GPUSharingConfig/GPUSharingStrategy.php',
    'Google\\Cloud\\Container\\V1\\GPUSharingConfig_GPUSharingStrategy' => $vendorDir . '/google/cloud/Container/src/V1/GPUSharingConfig_GPUSharingStrategy.php',
    'Google\\Cloud\\Container\\V1\\Gapic\\ClusterManagerGapicClient' => $vendorDir . '/google/cloud/Container/src/V1/Gapic/ClusterManagerGapicClient.php',
    'Google\\Cloud\\Container\\V1\\GatewayAPIConfig' => $vendorDir . '/google/cloud/Container/src/V1/GatewayAPIConfig.php',
    'Google\\Cloud\\Container\\V1\\GatewayAPIConfig\\Channel' => $vendorDir . '/google/cloud/Container/src/V1/GatewayAPIConfig/Channel.php',
    'Google\\Cloud\\Container\\V1\\GatewayAPIConfig_Channel' => $vendorDir . '/google/cloud/Container/src/V1/GatewayAPIConfig_Channel.php',
    'Google\\Cloud\\Container\\V1\\GcePersistentDiskCsiDriverConfig' => $vendorDir . '/google/cloud/Container/src/V1/GcePersistentDiskCsiDriverConfig.php',
    'Google\\Cloud\\Container\\V1\\GcfsConfig' => $vendorDir . '/google/cloud/Container/src/V1/GcfsConfig.php',
    'Google\\Cloud\\Container\\V1\\GcpFilestoreCsiDriverConfig' => $vendorDir . '/google/cloud/Container/src/V1/GcpFilestoreCsiDriverConfig.php',
    'Google\\Cloud\\Container\\V1\\GetClusterRequest' => $vendorDir . '/google/cloud/Container/src/V1/GetClusterRequest.php',
    'Google\\Cloud\\Container\\V1\\GetJSONWebKeysRequest' => $vendorDir . '/google/cloud/Container/src/V1/GetJSONWebKeysRequest.php',
    'Google\\Cloud\\Container\\V1\\GetJSONWebKeysResponse' => $vendorDir . '/google/cloud/Container/src/V1/GetJSONWebKeysResponse.php',
    'Google\\Cloud\\Container\\V1\\GetNodePoolRequest' => $vendorDir . '/google/cloud/Container/src/V1/GetNodePoolRequest.php',
    'Google\\Cloud\\Container\\V1\\GetOpenIDConfigRequest' => $vendorDir . '/google/cloud/Container/src/V1/GetOpenIDConfigRequest.php',
    'Google\\Cloud\\Container\\V1\\GetOpenIDConfigResponse' => $vendorDir . '/google/cloud/Container/src/V1/GetOpenIDConfigResponse.php',
    'Google\\Cloud\\Container\\V1\\GetOperationRequest' => $vendorDir . '/google/cloud/Container/src/V1/GetOperationRequest.php',
    'Google\\Cloud\\Container\\V1\\GetServerConfigRequest' => $vendorDir . '/google/cloud/Container/src/V1/GetServerConfigRequest.php',
    'Google\\Cloud\\Container\\V1\\GkeBackupAgentConfig' => $vendorDir . '/google/cloud/Container/src/V1/GkeBackupAgentConfig.php',
    'Google\\Cloud\\Container\\V1\\HorizontalPodAutoscaling' => $vendorDir . '/google/cloud/Container/src/V1/HorizontalPodAutoscaling.php',
    'Google\\Cloud\\Container\\V1\\HttpLoadBalancing' => $vendorDir . '/google/cloud/Container/src/V1/HttpLoadBalancing.php',
    'Google\\Cloud\\Container\\V1\\ILBSubsettingConfig' => $vendorDir . '/google/cloud/Container/src/V1/ILBSubsettingConfig.php',
    'Google\\Cloud\\Container\\V1\\IPAllocationPolicy' => $vendorDir . '/google/cloud/Container/src/V1/IPAllocationPolicy.php',
    'Google\\Cloud\\Container\\V1\\IPv6AccessType' => $vendorDir . '/google/cloud/Container/src/V1/IPv6AccessType.php',
    'Google\\Cloud\\Container\\V1\\IdentityServiceConfig' => $vendorDir . '/google/cloud/Container/src/V1/IdentityServiceConfig.php',
    'Google\\Cloud\\Container\\V1\\IntraNodeVisibilityConfig' => $vendorDir . '/google/cloud/Container/src/V1/IntraNodeVisibilityConfig.php',
    'Google\\Cloud\\Container\\V1\\Jwk' => $vendorDir . '/google/cloud/Container/src/V1/Jwk.php',
    'Google\\Cloud\\Container\\V1\\KubernetesDashboard' => $vendorDir . '/google/cloud/Container/src/V1/KubernetesDashboard.php',
    'Google\\Cloud\\Container\\V1\\LegacyAbac' => $vendorDir . '/google/cloud/Container/src/V1/LegacyAbac.php',
    'Google\\Cloud\\Container\\V1\\LinuxNodeConfig' => $vendorDir . '/google/cloud/Container/src/V1/LinuxNodeConfig.php',
    'Google\\Cloud\\Container\\V1\\LinuxNodeConfig\\CgroupMode' => $vendorDir . '/google/cloud/Container/src/V1/LinuxNodeConfig/CgroupMode.php',
    'Google\\Cloud\\Container\\V1\\LinuxNodeConfig_CgroupMode' => $vendorDir . '/google/cloud/Container/src/V1/LinuxNodeConfig_CgroupMode.php',
    'Google\\Cloud\\Container\\V1\\ListClustersRequest' => $vendorDir . '/google/cloud/Container/src/V1/ListClustersRequest.php',
    'Google\\Cloud\\Container\\V1\\ListClustersResponse' => $vendorDir . '/google/cloud/Container/src/V1/ListClustersResponse.php',
    'Google\\Cloud\\Container\\V1\\ListNodePoolsRequest' => $vendorDir . '/google/cloud/Container/src/V1/ListNodePoolsRequest.php',
    'Google\\Cloud\\Container\\V1\\ListNodePoolsResponse' => $vendorDir . '/google/cloud/Container/src/V1/ListNodePoolsResponse.php',
    'Google\\Cloud\\Container\\V1\\ListOperationsRequest' => $vendorDir . '/google/cloud/Container/src/V1/ListOperationsRequest.php',
    'Google\\Cloud\\Container\\V1\\ListOperationsResponse' => $vendorDir . '/google/cloud/Container/src/V1/ListOperationsResponse.php',
    'Google\\Cloud\\Container\\V1\\ListUsableSubnetworksRequest' => $vendorDir . '/google/cloud/Container/src/V1/ListUsableSubnetworksRequest.php',
    'Google\\Cloud\\Container\\V1\\ListUsableSubnetworksResponse' => $vendorDir . '/google/cloud/Container/src/V1/ListUsableSubnetworksResponse.php',
    'Google\\Cloud\\Container\\V1\\LocalNvmeSsdBlockConfig' => $vendorDir . '/google/cloud/Container/src/V1/LocalNvmeSsdBlockConfig.php',
    'Google\\Cloud\\Container\\V1\\LoggingComponentConfig' => $vendorDir . '/google/cloud/Container/src/V1/LoggingComponentConfig.php',
    'Google\\Cloud\\Container\\V1\\LoggingComponentConfig\\Component' => $vendorDir . '/google/cloud/Container/src/V1/LoggingComponentConfig/Component.php',
    'Google\\Cloud\\Container\\V1\\LoggingComponentConfig_Component' => $vendorDir . '/google/cloud/Container/src/V1/LoggingComponentConfig_Component.php',
    'Google\\Cloud\\Container\\V1\\LoggingConfig' => $vendorDir . '/google/cloud/Container/src/V1/LoggingConfig.php',
    'Google\\Cloud\\Container\\V1\\LoggingVariantConfig' => $vendorDir . '/google/cloud/Container/src/V1/LoggingVariantConfig.php',
    'Google\\Cloud\\Container\\V1\\LoggingVariantConfig\\Variant' => $vendorDir . '/google/cloud/Container/src/V1/LoggingVariantConfig/Variant.php',
    'Google\\Cloud\\Container\\V1\\LoggingVariantConfig_Variant' => $vendorDir . '/google/cloud/Container/src/V1/LoggingVariantConfig_Variant.php',
    'Google\\Cloud\\Container\\V1\\MaintenanceExclusionOptions' => $vendorDir . '/google/cloud/Container/src/V1/MaintenanceExclusionOptions.php',
    'Google\\Cloud\\Container\\V1\\MaintenanceExclusionOptions\\Scope' => $vendorDir . '/google/cloud/Container/src/V1/MaintenanceExclusionOptions/Scope.php',
    'Google\\Cloud\\Container\\V1\\MaintenanceExclusionOptions_Scope' => $vendorDir . '/google/cloud/Container/src/V1/MaintenanceExclusionOptions_Scope.php',
    'Google\\Cloud\\Container\\V1\\MaintenancePolicy' => $vendorDir . '/google/cloud/Container/src/V1/MaintenancePolicy.php',
    'Google\\Cloud\\Container\\V1\\MaintenanceWindow' => $vendorDir . '/google/cloud/Container/src/V1/MaintenanceWindow.php',
    'Google\\Cloud\\Container\\V1\\ManagedPrometheusConfig' => $vendorDir . '/google/cloud/Container/src/V1/ManagedPrometheusConfig.php',
    'Google\\Cloud\\Container\\V1\\MasterAuth' => $vendorDir . '/google/cloud/Container/src/V1/MasterAuth.php',
    'Google\\Cloud\\Container\\V1\\MasterAuthorizedNetworksConfig' => $vendorDir . '/google/cloud/Container/src/V1/MasterAuthorizedNetworksConfig.php',
    'Google\\Cloud\\Container\\V1\\MasterAuthorizedNetworksConfig\\CidrBlock' => $vendorDir . '/google/cloud/Container/src/V1/MasterAuthorizedNetworksConfig/CidrBlock.php',
    'Google\\Cloud\\Container\\V1\\MasterAuthorizedNetworksConfig_CidrBlock' => $vendorDir . '/google/cloud/Container/src/V1/MasterAuthorizedNetworksConfig_CidrBlock.php',
    'Google\\Cloud\\Container\\V1\\MaxPodsConstraint' => $vendorDir . '/google/cloud/Container/src/V1/MaxPodsConstraint.php',
    'Google\\Cloud\\Container\\V1\\MeshCertificates' => $vendorDir . '/google/cloud/Container/src/V1/MeshCertificates.php',
    'Google\\Cloud\\Container\\V1\\MonitoringComponentConfig' => $vendorDir . '/google/cloud/Container/src/V1/MonitoringComponentConfig.php',
    'Google\\Cloud\\Container\\V1\\MonitoringComponentConfig\\Component' => $vendorDir . '/google/cloud/Container/src/V1/MonitoringComponentConfig/Component.php',
    'Google\\Cloud\\Container\\V1\\MonitoringComponentConfig_Component' => $vendorDir . '/google/cloud/Container/src/V1/MonitoringComponentConfig_Component.php',
    'Google\\Cloud\\Container\\V1\\MonitoringConfig' => $vendorDir . '/google/cloud/Container/src/V1/MonitoringConfig.php',
    'Google\\Cloud\\Container\\V1\\NetworkConfig' => $vendorDir . '/google/cloud/Container/src/V1/NetworkConfig.php',
    'Google\\Cloud\\Container\\V1\\NetworkPolicy' => $vendorDir . '/google/cloud/Container/src/V1/NetworkPolicy.php',
    'Google\\Cloud\\Container\\V1\\NetworkPolicyConfig' => $vendorDir . '/google/cloud/Container/src/V1/NetworkPolicyConfig.php',
    'Google\\Cloud\\Container\\V1\\NetworkPolicy\\Provider' => $vendorDir . '/google/cloud/Container/src/V1/NetworkPolicy/Provider.php',
    'Google\\Cloud\\Container\\V1\\NetworkPolicy_Provider' => $vendorDir . '/google/cloud/Container/src/V1/NetworkPolicy_Provider.php',
    'Google\\Cloud\\Container\\V1\\NetworkTags' => $vendorDir . '/google/cloud/Container/src/V1/NetworkTags.php',
    'Google\\Cloud\\Container\\V1\\NodeConfig' => $vendorDir . '/google/cloud/Container/src/V1/NodeConfig.php',
    'Google\\Cloud\\Container\\V1\\NodeConfigDefaults' => $vendorDir . '/google/cloud/Container/src/V1/NodeConfigDefaults.php',
    'Google\\Cloud\\Container\\V1\\NodeKubeletConfig' => $vendorDir . '/google/cloud/Container/src/V1/NodeKubeletConfig.php',
    'Google\\Cloud\\Container\\V1\\NodeLabels' => $vendorDir . '/google/cloud/Container/src/V1/NodeLabels.php',
    'Google\\Cloud\\Container\\V1\\NodeManagement' => $vendorDir . '/google/cloud/Container/src/V1/NodeManagement.php',
    'Google\\Cloud\\Container\\V1\\NodeNetworkConfig' => $vendorDir . '/google/cloud/Container/src/V1/NodeNetworkConfig.php',
    'Google\\Cloud\\Container\\V1\\NodeNetworkConfig\\NetworkPerformanceConfig' => $vendorDir . '/google/cloud/Container/src/V1/NodeNetworkConfig/NetworkPerformanceConfig.php',
    'Google\\Cloud\\Container\\V1\\NodeNetworkConfig\\NetworkPerformanceConfig\\Tier' => $vendorDir . '/google/cloud/Container/src/V1/NodeNetworkConfig/NetworkPerformanceConfig/Tier.php',
    'Google\\Cloud\\Container\\V1\\NodeNetworkConfig_NetworkPerformanceConfig' => $vendorDir . '/google/cloud/Container/src/V1/NodeNetworkConfig_NetworkPerformanceConfig.php',
    'Google\\Cloud\\Container\\V1\\NodeNetworkConfig_NetworkPerformanceConfig_Tier' => $vendorDir . '/google/cloud/Container/src/V1/NodeNetworkConfig_NetworkPerformanceConfig_Tier.php',
    'Google\\Cloud\\Container\\V1\\NodePool' => $vendorDir . '/google/cloud/Container/src/V1/NodePool.php',
    'Google\\Cloud\\Container\\V1\\NodePoolAutoConfig' => $vendorDir . '/google/cloud/Container/src/V1/NodePoolAutoConfig.php',
    'Google\\Cloud\\Container\\V1\\NodePoolAutoscaling' => $vendorDir . '/google/cloud/Container/src/V1/NodePoolAutoscaling.php',
    'Google\\Cloud\\Container\\V1\\NodePoolAutoscaling\\LocationPolicy' => $vendorDir . '/google/cloud/Container/src/V1/NodePoolAutoscaling/LocationPolicy.php',
    'Google\\Cloud\\Container\\V1\\NodePoolAutoscaling_LocationPolicy' => $vendorDir . '/google/cloud/Container/src/V1/NodePoolAutoscaling_LocationPolicy.php',
    'Google\\Cloud\\Container\\V1\\NodePoolDefaults' => $vendorDir . '/google/cloud/Container/src/V1/NodePoolDefaults.php',
    'Google\\Cloud\\Container\\V1\\NodePoolLoggingConfig' => $vendorDir . '/google/cloud/Container/src/V1/NodePoolLoggingConfig.php',
    'Google\\Cloud\\Container\\V1\\NodePoolUpdateStrategy' => $vendorDir . '/google/cloud/Container/src/V1/NodePoolUpdateStrategy.php',
    'Google\\Cloud\\Container\\V1\\NodePool\\PlacementPolicy' => $vendorDir . '/google/cloud/Container/src/V1/NodePool/PlacementPolicy.php',
    'Google\\Cloud\\Container\\V1\\NodePool\\PlacementPolicy\\Type' => $vendorDir . '/google/cloud/Container/src/V1/NodePool/PlacementPolicy/Type.php',
    'Google\\Cloud\\Container\\V1\\NodePool\\Status' => $vendorDir . '/google/cloud/Container/src/V1/NodePool/Status.php',
    'Google\\Cloud\\Container\\V1\\NodePool\\UpdateInfo' => $vendorDir . '/google/cloud/Container/src/V1/NodePool/UpdateInfo.php',
    'Google\\Cloud\\Container\\V1\\NodePool\\UpdateInfo\\BlueGreenInfo' => $vendorDir . '/google/cloud/Container/src/V1/NodePool/UpdateInfo/BlueGreenInfo.php',
    'Google\\Cloud\\Container\\V1\\NodePool\\UpdateInfo\\BlueGreenInfo\\Phase' => $vendorDir . '/google/cloud/Container/src/V1/NodePool/UpdateInfo/BlueGreenInfo/Phase.php',
    'Google\\Cloud\\Container\\V1\\NodePool\\UpgradeSettings' => $vendorDir . '/google/cloud/Container/src/V1/NodePool/UpgradeSettings.php',
    'Google\\Cloud\\Container\\V1\\NodePool_PlacementPolicy' => $vendorDir . '/google/cloud/Container/src/V1/NodePool_PlacementPolicy.php',
    'Google\\Cloud\\Container\\V1\\NodePool_PlacementPolicy_Type' => $vendorDir . '/google/cloud/Container/src/V1/NodePool_PlacementPolicy_Type.php',
    'Google\\Cloud\\Container\\V1\\NodePool_Status' => $vendorDir . '/google/cloud/Container/src/V1/NodePool_Status.php',
    'Google\\Cloud\\Container\\V1\\NodePool_UpdateInfo' => $vendorDir . '/google/cloud/Container/src/V1/NodePool_UpdateInfo.php',
    'Google\\Cloud\\Container\\V1\\NodePool_UpdateInfo_BlueGreenInfo' => $vendorDir . '/google/cloud/Container/src/V1/NodePool_UpdateInfo_BlueGreenInfo.php',
    'Google\\Cloud\\Container\\V1\\NodePool_UpdateInfo_BlueGreenInfo_Phase' => $vendorDir . '/google/cloud/Container/src/V1/NodePool_UpdateInfo_BlueGreenInfo_Phase.php',
    'Google\\Cloud\\Container\\V1\\NodePool_UpgradeSettings' => $vendorDir . '/google/cloud/Container/src/V1/NodePool_UpgradeSettings.php',
    'Google\\Cloud\\Container\\V1\\NodeTaint' => $vendorDir . '/google/cloud/Container/src/V1/NodeTaint.php',
    'Google\\Cloud\\Container\\V1\\NodeTaint\\Effect' => $vendorDir . '/google/cloud/Container/src/V1/NodeTaint/Effect.php',
    'Google\\Cloud\\Container\\V1\\NodeTaint_Effect' => $vendorDir . '/google/cloud/Container/src/V1/NodeTaint_Effect.php',
    'Google\\Cloud\\Container\\V1\\NodeTaints' => $vendorDir . '/google/cloud/Container/src/V1/NodeTaints.php',
    'Google\\Cloud\\Container\\V1\\NotificationConfig' => $vendorDir . '/google/cloud/Container/src/V1/NotificationConfig.php',
    'Google\\Cloud\\Container\\V1\\NotificationConfig\\EventType' => $vendorDir . '/google/cloud/Container/src/V1/NotificationConfig/EventType.php',
    'Google\\Cloud\\Container\\V1\\NotificationConfig\\Filter' => $vendorDir . '/google/cloud/Container/src/V1/NotificationConfig/Filter.php',
    'Google\\Cloud\\Container\\V1\\NotificationConfig\\PubSub' => $vendorDir . '/google/cloud/Container/src/V1/NotificationConfig/PubSub.php',
    'Google\\Cloud\\Container\\V1\\NotificationConfig_EventType' => $vendorDir . '/google/cloud/Container/src/V1/NotificationConfig_EventType.php',
    'Google\\Cloud\\Container\\V1\\NotificationConfig_Filter' => $vendorDir . '/google/cloud/Container/src/V1/NotificationConfig_Filter.php',
    'Google\\Cloud\\Container\\V1\\NotificationConfig_PubSub' => $vendorDir . '/google/cloud/Container/src/V1/NotificationConfig_PubSub.php',
    'Google\\Cloud\\Container\\V1\\Operation' => $vendorDir . '/google/cloud/Container/src/V1/Operation.php',
    'Google\\Cloud\\Container\\V1\\OperationProgress' => $vendorDir . '/google/cloud/Container/src/V1/OperationProgress.php',
    'Google\\Cloud\\Container\\V1\\OperationProgress\\Metric' => $vendorDir . '/google/cloud/Container/src/V1/OperationProgress/Metric.php',
    'Google\\Cloud\\Container\\V1\\OperationProgress_Metric' => $vendorDir . '/google/cloud/Container/src/V1/OperationProgress_Metric.php',
    'Google\\Cloud\\Container\\V1\\Operation\\Status' => $vendorDir . '/google/cloud/Container/src/V1/Operation/Status.php',
    'Google\\Cloud\\Container\\V1\\Operation\\Type' => $vendorDir . '/google/cloud/Container/src/V1/Operation/Type.php',
    'Google\\Cloud\\Container\\V1\\Operation_Status' => $vendorDir . '/google/cloud/Container/src/V1/Operation_Status.php',
    'Google\\Cloud\\Container\\V1\\Operation_Type' => $vendorDir . '/google/cloud/Container/src/V1/Operation_Type.php',
    'Google\\Cloud\\Container\\V1\\PrivateClusterConfig' => $vendorDir . '/google/cloud/Container/src/V1/PrivateClusterConfig.php',
    'Google\\Cloud\\Container\\V1\\PrivateClusterMasterGlobalAccessConfig' => $vendorDir . '/google/cloud/Container/src/V1/PrivateClusterMasterGlobalAccessConfig.php',
    'Google\\Cloud\\Container\\V1\\PrivateIPv6GoogleAccess' => $vendorDir . '/google/cloud/Container/src/V1/PrivateIPv6GoogleAccess.php',
    'Google\\Cloud\\Container\\V1\\RecurringTimeWindow' => $vendorDir . '/google/cloud/Container/src/V1/RecurringTimeWindow.php',
    'Google\\Cloud\\Container\\V1\\ReleaseChannel' => $vendorDir . '/google/cloud/Container/src/V1/ReleaseChannel.php',
    'Google\\Cloud\\Container\\V1\\ReleaseChannel\\Channel' => $vendorDir . '/google/cloud/Container/src/V1/ReleaseChannel/Channel.php',
    'Google\\Cloud\\Container\\V1\\ReleaseChannel_Channel' => $vendorDir . '/google/cloud/Container/src/V1/ReleaseChannel_Channel.php',
    'Google\\Cloud\\Container\\V1\\ReservationAffinity' => $vendorDir . '/google/cloud/Container/src/V1/ReservationAffinity.php',
    'Google\\Cloud\\Container\\V1\\ReservationAffinity\\Type' => $vendorDir . '/google/cloud/Container/src/V1/ReservationAffinity/Type.php',
    'Google\\Cloud\\Container\\V1\\ReservationAffinity_Type' => $vendorDir . '/google/cloud/Container/src/V1/ReservationAffinity_Type.php',
    'Google\\Cloud\\Container\\V1\\ResourceLabels' => $vendorDir . '/google/cloud/Container/src/V1/ResourceLabels.php',
    'Google\\Cloud\\Container\\V1\\ResourceLimit' => $vendorDir . '/google/cloud/Container/src/V1/ResourceLimit.php',
    'Google\\Cloud\\Container\\V1\\ResourceUsageExportConfig' => $vendorDir . '/google/cloud/Container/src/V1/ResourceUsageExportConfig.php',
    'Google\\Cloud\\Container\\V1\\ResourceUsageExportConfig\\BigQueryDestination' => $vendorDir . '/google/cloud/Container/src/V1/ResourceUsageExportConfig/BigQueryDestination.php',
    'Google\\Cloud\\Container\\V1\\ResourceUsageExportConfig\\ConsumptionMeteringConfig' => $vendorDir . '/google/cloud/Container/src/V1/ResourceUsageExportConfig/ConsumptionMeteringConfig.php',
    'Google\\Cloud\\Container\\V1\\ResourceUsageExportConfig_BigQueryDestination' => $vendorDir . '/google/cloud/Container/src/V1/ResourceUsageExportConfig_BigQueryDestination.php',
    'Google\\Cloud\\Container\\V1\\ResourceUsageExportConfig_ConsumptionMeteringConfig' => $vendorDir . '/google/cloud/Container/src/V1/ResourceUsageExportConfig_ConsumptionMeteringConfig.php',
    'Google\\Cloud\\Container\\V1\\RollbackNodePoolUpgradeRequest' => $vendorDir . '/google/cloud/Container/src/V1/RollbackNodePoolUpgradeRequest.php',
    'Google\\Cloud\\Container\\V1\\SandboxConfig' => $vendorDir . '/google/cloud/Container/src/V1/SandboxConfig.php',
    'Google\\Cloud\\Container\\V1\\SandboxConfig\\Type' => $vendorDir . '/google/cloud/Container/src/V1/SandboxConfig/Type.php',
    'Google\\Cloud\\Container\\V1\\SandboxConfig_Type' => $vendorDir . '/google/cloud/Container/src/V1/SandboxConfig_Type.php',
    'Google\\Cloud\\Container\\V1\\SecurityBulletinEvent' => $vendorDir . '/google/cloud/Container/src/V1/SecurityBulletinEvent.php',
    'Google\\Cloud\\Container\\V1\\ServerConfig' => $vendorDir . '/google/cloud/Container/src/V1/ServerConfig.php',
    'Google\\Cloud\\Container\\V1\\ServerConfig\\ReleaseChannelConfig' => $vendorDir . '/google/cloud/Container/src/V1/ServerConfig/ReleaseChannelConfig.php',
    'Google\\Cloud\\Container\\V1\\ServerConfig_ReleaseChannelConfig' => $vendorDir . '/google/cloud/Container/src/V1/ServerConfig_ReleaseChannelConfig.php',
    'Google\\Cloud\\Container\\V1\\ServiceExternalIPsConfig' => $vendorDir . '/google/cloud/Container/src/V1/ServiceExternalIPsConfig.php',
    'Google\\Cloud\\Container\\V1\\SetAddonsConfigRequest' => $vendorDir . '/google/cloud/Container/src/V1/SetAddonsConfigRequest.php',
    'Google\\Cloud\\Container\\V1\\SetLabelsRequest' => $vendorDir . '/google/cloud/Container/src/V1/SetLabelsRequest.php',
    'Google\\Cloud\\Container\\V1\\SetLegacyAbacRequest' => $vendorDir . '/google/cloud/Container/src/V1/SetLegacyAbacRequest.php',
    'Google\\Cloud\\Container\\V1\\SetLocationsRequest' => $vendorDir . '/google/cloud/Container/src/V1/SetLocationsRequest.php',
    'Google\\Cloud\\Container\\V1\\SetLoggingServiceRequest' => $vendorDir . '/google/cloud/Container/src/V1/SetLoggingServiceRequest.php',
    'Google\\Cloud\\Container\\V1\\SetMaintenancePolicyRequest' => $vendorDir . '/google/cloud/Container/src/V1/SetMaintenancePolicyRequest.php',
    'Google\\Cloud\\Container\\V1\\SetMasterAuthRequest' => $vendorDir . '/google/cloud/Container/src/V1/SetMasterAuthRequest.php',
    'Google\\Cloud\\Container\\V1\\SetMasterAuthRequest\\Action' => $vendorDir . '/google/cloud/Container/src/V1/SetMasterAuthRequest/Action.php',
    'Google\\Cloud\\Container\\V1\\SetMasterAuthRequest_Action' => $vendorDir . '/google/cloud/Container/src/V1/SetMasterAuthRequest_Action.php',
    'Google\\Cloud\\Container\\V1\\SetMonitoringServiceRequest' => $vendorDir . '/google/cloud/Container/src/V1/SetMonitoringServiceRequest.php',
    'Google\\Cloud\\Container\\V1\\SetNetworkPolicyRequest' => $vendorDir . '/google/cloud/Container/src/V1/SetNetworkPolicyRequest.php',
    'Google\\Cloud\\Container\\V1\\SetNodePoolAutoscalingRequest' => $vendorDir . '/google/cloud/Container/src/V1/SetNodePoolAutoscalingRequest.php',
    'Google\\Cloud\\Container\\V1\\SetNodePoolManagementRequest' => $vendorDir . '/google/cloud/Container/src/V1/SetNodePoolManagementRequest.php',
    'Google\\Cloud\\Container\\V1\\SetNodePoolSizeRequest' => $vendorDir . '/google/cloud/Container/src/V1/SetNodePoolSizeRequest.php',
    'Google\\Cloud\\Container\\V1\\ShieldedInstanceConfig' => $vendorDir . '/google/cloud/Container/src/V1/ShieldedInstanceConfig.php',
    'Google\\Cloud\\Container\\V1\\ShieldedNodes' => $vendorDir . '/google/cloud/Container/src/V1/ShieldedNodes.php',
    'Google\\Cloud\\Container\\V1\\StackType' => $vendorDir . '/google/cloud/Container/src/V1/StackType.php',
    'Google\\Cloud\\Container\\V1\\StartIPRotationRequest' => $vendorDir . '/google/cloud/Container/src/V1/StartIPRotationRequest.php',
    'Google\\Cloud\\Container\\V1\\StatusCondition' => $vendorDir . '/google/cloud/Container/src/V1/StatusCondition.php',
    'Google\\Cloud\\Container\\V1\\StatusCondition\\Code' => $vendorDir . '/google/cloud/Container/src/V1/StatusCondition/Code.php',
    'Google\\Cloud\\Container\\V1\\StatusCondition_Code' => $vendorDir . '/google/cloud/Container/src/V1/StatusCondition_Code.php',
    'Google\\Cloud\\Container\\V1\\TimeWindow' => $vendorDir . '/google/cloud/Container/src/V1/TimeWindow.php',
    'Google\\Cloud\\Container\\V1\\UpdateClusterRequest' => $vendorDir . '/google/cloud/Container/src/V1/UpdateClusterRequest.php',
    'Google\\Cloud\\Container\\V1\\UpdateMasterRequest' => $vendorDir . '/google/cloud/Container/src/V1/UpdateMasterRequest.php',
    'Google\\Cloud\\Container\\V1\\UpdateNodePoolRequest' => $vendorDir . '/google/cloud/Container/src/V1/UpdateNodePoolRequest.php',
    'Google\\Cloud\\Container\\V1\\UpgradeAvailableEvent' => $vendorDir . '/google/cloud/Container/src/V1/UpgradeAvailableEvent.php',
    'Google\\Cloud\\Container\\V1\\UpgradeEvent' => $vendorDir . '/google/cloud/Container/src/V1/UpgradeEvent.php',
    'Google\\Cloud\\Container\\V1\\UpgradeResourceType' => $vendorDir . '/google/cloud/Container/src/V1/UpgradeResourceType.php',
    'Google\\Cloud\\Container\\V1\\UsableSubnetwork' => $vendorDir . '/google/cloud/Container/src/V1/UsableSubnetwork.php',
    'Google\\Cloud\\Container\\V1\\UsableSubnetworkSecondaryRange' => $vendorDir . '/google/cloud/Container/src/V1/UsableSubnetworkSecondaryRange.php',
    'Google\\Cloud\\Container\\V1\\UsableSubnetworkSecondaryRange\\Status' => $vendorDir . '/google/cloud/Container/src/V1/UsableSubnetworkSecondaryRange/Status.php',
    'Google\\Cloud\\Container\\V1\\UsableSubnetworkSecondaryRange_Status' => $vendorDir . '/google/cloud/Container/src/V1/UsableSubnetworkSecondaryRange_Status.php',
    'Google\\Cloud\\Container\\V1\\VerticalPodAutoscaling' => $vendorDir . '/google/cloud/Container/src/V1/VerticalPodAutoscaling.php',
    'Google\\Cloud\\Container\\V1\\VirtualNIC' => $vendorDir . '/google/cloud/Container/src/V1/VirtualNIC.php',
    'Google\\Cloud\\Container\\V1\\WindowsNodeConfig' => $vendorDir . '/google/cloud/Container/src/V1/WindowsNodeConfig.php',
    'Google\\Cloud\\Container\\V1\\WindowsNodeConfig\\OSVersion' => $vendorDir . '/google/cloud/Container/src/V1/WindowsNodeConfig/OSVersion.php',
    'Google\\Cloud\\Container\\V1\\WindowsNodeConfig_OSVersion' => $vendorDir . '/google/cloud/Container/src/V1/WindowsNodeConfig_OSVersion.php',
    'Google\\Cloud\\Container\\V1\\WorkloadIdentityConfig' => $vendorDir . '/google/cloud/Container/src/V1/WorkloadIdentityConfig.php',
    'Google\\Cloud\\Container\\V1\\WorkloadMetadataConfig' => $vendorDir . '/google/cloud/Container/src/V1/WorkloadMetadataConfig.php',
    'Google\\Cloud\\Container\\V1\\WorkloadMetadataConfig\\Mode' => $vendorDir . '/google/cloud/Container/src/V1/WorkloadMetadataConfig/Mode.php',
    'Google\\Cloud\\Container\\V1\\WorkloadMetadataConfig_Mode' => $vendorDir . '/google/cloud/Container/src/V1/WorkloadMetadataConfig_Mode.php',
    'Google\\Cloud\\Core\\AnonymousCredentials' => $vendorDir . '/google/cloud/Core/src/AnonymousCredentials.php',
    'Google\\Cloud\\Core\\ArrayTrait' => $vendorDir . '/google/cloud/Core/src/ArrayTrait.php',
    'Google\\Cloud\\Core\\Batch\\BatchDaemon' => $vendorDir . '/google/cloud/Core/src/Batch/BatchDaemon.php',
    'Google\\Cloud\\Core\\Batch\\BatchDaemonTrait' => $vendorDir . '/google/cloud/Core/src/Batch/BatchDaemonTrait.php',
    'Google\\Cloud\\Core\\Batch\\BatchJob' => $vendorDir . '/google/cloud/Core/src/Batch/BatchJob.php',
    'Google\\Cloud\\Core\\Batch\\BatchRunner' => $vendorDir . '/google/cloud/Core/src/Batch/BatchRunner.php',
    'Google\\Cloud\\Core\\Batch\\BatchTrait' => $vendorDir . '/google/cloud/Core/src/Batch/BatchTrait.php',
    'Google\\Cloud\\Core\\Batch\\ClosureSerializerInterface' => $vendorDir . '/google/cloud/Core/src/Batch/ClosureSerializerInterface.php',
    'Google\\Cloud\\Core\\Batch\\ConfigStorageInterface' => $vendorDir . '/google/cloud/Core/src/Batch/ConfigStorageInterface.php',
    'Google\\Cloud\\Core\\Batch\\HandleFailureTrait' => $vendorDir . '/google/cloud/Core/src/Batch/HandleFailureTrait.php',
    'Google\\Cloud\\Core\\Batch\\InMemoryConfigStorage' => $vendorDir . '/google/cloud/Core/src/Batch/InMemoryConfigStorage.php',
    'Google\\Cloud\\Core\\Batch\\InterruptTrait' => $vendorDir . '/google/cloud/Core/src/Batch/InterruptTrait.php',
    'Google\\Cloud\\Core\\Batch\\JobConfig' => $vendorDir . '/google/cloud/Core/src/Batch/JobConfig.php',
    'Google\\Cloud\\Core\\Batch\\JobInterface' => $vendorDir . '/google/cloud/Core/src/Batch/JobInterface.php',
    'Google\\Cloud\\Core\\Batch\\JobTrait' => $vendorDir . '/google/cloud/Core/src/Batch/JobTrait.php',
    'Google\\Cloud\\Core\\Batch\\OpisClosureSerializer' => $vendorDir . '/google/cloud/Core/src/Batch/OpisClosureSerializer.php',
    'Google\\Cloud\\Core\\Batch\\ProcessItemInterface' => $vendorDir . '/google/cloud/Core/src/Batch/ProcessItemInterface.php',
    'Google\\Cloud\\Core\\Batch\\QueueOverflowException' => $vendorDir . '/google/cloud/Core/src/Batch/QueueOverflowException.php',
    'Google\\Cloud\\Core\\Batch\\Retry' => $vendorDir . '/google/cloud/Core/src/Batch/Retry.php',
    'Google\\Cloud\\Core\\Batch\\SerializableClientTrait' => $vendorDir . '/google/cloud/Core/src/Batch/SerializableClientTrait.php',
    'Google\\Cloud\\Core\\Batch\\SimpleJob' => $vendorDir . '/google/cloud/Core/src/Batch/SimpleJob.php',
    'Google\\Cloud\\Core\\Batch\\SimpleJobTrait' => $vendorDir . '/google/cloud/Core/src/Batch/SimpleJobTrait.php',
    'Google\\Cloud\\Core\\Batch\\SysvConfigStorage' => $vendorDir . '/google/cloud/Core/src/Batch/SysvConfigStorage.php',
    'Google\\Cloud\\Core\\Batch\\SysvProcessor' => $vendorDir . '/google/cloud/Core/src/Batch/SysvProcessor.php',
    'Google\\Cloud\\Core\\Blob' => $vendorDir . '/google/cloud/Core/src/Blob.php',
    'Google\\Cloud\\Core\\CallTrait' => $vendorDir . '/google/cloud/Core/src/CallTrait.php',
    'Google\\Cloud\\Core\\ClientTrait' => $vendorDir . '/google/cloud/Core/src/ClientTrait.php',
    'Google\\Cloud\\Core\\Compute\\Metadata' => $vendorDir . '/google/cloud/Core/src/Compute/Metadata.php',
    'Google\\Cloud\\Core\\Compute\\Metadata\\Readers\\HttpHandlerReader' => $vendorDir . '/google/cloud/Core/src/Compute/Metadata/Readers/HttpHandlerReader.php',
    'Google\\Cloud\\Core\\Compute\\Metadata\\Readers\\ReaderInterface' => $vendorDir . '/google/cloud/Core/src/Compute/Metadata/Readers/ReaderInterface.php',
    'Google\\Cloud\\Core\\Compute\\Metadata\\Readers\\StreamReader' => $vendorDir . '/google/cloud/Core/src/Compute/Metadata/Readers/StreamReader.php',
    'Google\\Cloud\\Core\\ConcurrencyControlTrait' => $vendorDir . '/google/cloud/Core/src/ConcurrencyControlTrait.php',
    'Google\\Cloud\\Core\\DebugInfoTrait' => $vendorDir . '/google/cloud/Core/src/DebugInfoTrait.php',
    'Google\\Cloud\\Core\\Duration' => $vendorDir . '/google/cloud/Core/src/Duration.php',
    'Google\\Cloud\\Core\\EmulatorTrait' => $vendorDir . '/google/cloud/Core/src/EmulatorTrait.php',
    'Google\\Cloud\\Core\\Exception\\AbortedException' => $vendorDir . '/google/cloud/Core/src/Exception/AbortedException.php',
    'Google\\Cloud\\Core\\Exception\\BadRequestException' => $vendorDir . '/google/cloud/Core/src/Exception/BadRequestException.php',
    'Google\\Cloud\\Core\\Exception\\ConflictException' => $vendorDir . '/google/cloud/Core/src/Exception/ConflictException.php',
    'Google\\Cloud\\Core\\Exception\\DeadlineExceededException' => $vendorDir . '/google/cloud/Core/src/Exception/DeadlineExceededException.php',
    'Google\\Cloud\\Core\\Exception\\FailedPreconditionException' => $vendorDir . '/google/cloud/Core/src/Exception/FailedPreconditionException.php',
    'Google\\Cloud\\Core\\Exception\\GoogleException' => $vendorDir . '/google/cloud/Core/src/Exception/GoogleException.php',
    'Google\\Cloud\\Core\\Exception\\NotFoundException' => $vendorDir . '/google/cloud/Core/src/Exception/NotFoundException.php',
    'Google\\Cloud\\Core\\Exception\\ServerException' => $vendorDir . '/google/cloud/Core/src/Exception/ServerException.php',
    'Google\\Cloud\\Core\\Exception\\ServiceException' => $vendorDir . '/google/cloud/Core/src/Exception/ServiceException.php',
    'Google\\Cloud\\Core\\ExponentialBackoff' => $vendorDir . '/google/cloud/Core/src/ExponentialBackoff.php',
    'Google\\Cloud\\Core\\GeoPoint' => $vendorDir . '/google/cloud/Core/src/GeoPoint.php',
    'Google\\Cloud\\Core\\GrpcRequestWrapper' => $vendorDir . '/google/cloud/Core/src/GrpcRequestWrapper.php',
    'Google\\Cloud\\Core\\GrpcTrait' => $vendorDir . '/google/cloud/Core/src/GrpcTrait.php',
    'Google\\Cloud\\Core\\Iam\\Iam' => $vendorDir . '/google/cloud/Core/src/Iam/Iam.php',
    'Google\\Cloud\\Core\\Iam\\IamConnectionInterface' => $vendorDir . '/google/cloud/Core/src/Iam/IamConnectionInterface.php',
    'Google\\Cloud\\Core\\Iam\\PolicyBuilder' => $vendorDir . '/google/cloud/Core/src/Iam/PolicyBuilder.php',
    'Google\\Cloud\\Core\\InsecureCredentialsWrapper' => $vendorDir . '/google/cloud/Core/src/InsecureCredentialsWrapper.php',
    'Google\\Cloud\\Core\\Int64' => $vendorDir . '/google/cloud/Core/src/Int64.php',
    'Google\\Cloud\\Core\\Iterator\\ItemIterator' => $vendorDir . '/google/cloud/Core/src/Iterator/ItemIterator.php',
    'Google\\Cloud\\Core\\Iterator\\ItemIteratorTrait' => $vendorDir . '/google/cloud/Core/src/Iterator/ItemIteratorTrait.php',
    'Google\\Cloud\\Core\\Iterator\\PageIterator' => $vendorDir . '/google/cloud/Core/src/Iterator/PageIterator.php',
    'Google\\Cloud\\Core\\Iterator\\PageIteratorTrait' => $vendorDir . '/google/cloud/Core/src/Iterator/PageIteratorTrait.php',
    'Google\\Cloud\\Core\\JsonTrait' => $vendorDir . '/google/cloud/Core/src/JsonTrait.php',
    'Google\\Cloud\\Core\\Lock\\FlockLock' => $vendorDir . '/google/cloud/Core/src/Lock/FlockLock.php',
    'Google\\Cloud\\Core\\Lock\\LockInterface' => $vendorDir . '/google/cloud/Core/src/Lock/LockInterface.php',
    'Google\\Cloud\\Core\\Lock\\LockTrait' => $vendorDir . '/google/cloud/Core/src/Lock/LockTrait.php',
    'Google\\Cloud\\Core\\Lock\\SemaphoreLock' => $vendorDir . '/google/cloud/Core/src/Lock/SemaphoreLock.php',
    'Google\\Cloud\\Core\\Lock\\SymfonyLockAdapter' => $vendorDir . '/google/cloud/Core/src/Lock/SymfonyLockAdapter.php',
    'Google\\Cloud\\Core\\Logger\\AppEngineFlexFormatter' => $vendorDir . '/google/cloud/Core/src/Logger/AppEngineFlexFormatter.php',
    'Google\\Cloud\\Core\\Logger\\AppEngineFlexFormatterV2' => $vendorDir . '/google/cloud/Core/src/Logger/AppEngineFlexFormatterV2.php',
    'Google\\Cloud\\Core\\Logger\\AppEngineFlexFormatterV3' => $vendorDir . '/google/cloud/Core/src/Logger/AppEngineFlexFormatterV3.php',
    'Google\\Cloud\\Core\\Logger\\AppEngineFlexHandler' => $vendorDir . '/google/cloud/Core/src/Logger/AppEngineFlexHandler.php',
    'Google\\Cloud\\Core\\Logger\\AppEngineFlexHandlerFactory' => $vendorDir . '/google/cloud/Core/src/Logger/AppEngineFlexHandlerFactory.php',
    'Google\\Cloud\\Core\\Logger\\AppEngineFlexHandlerV2' => $vendorDir . '/google/cloud/Core/src/Logger/AppEngineFlexHandlerV2.php',
    'Google\\Cloud\\Core\\Logger\\AppEngineFlexHandlerV3' => $vendorDir . '/google/cloud/Core/src/Logger/AppEngineFlexHandlerV3.php',
    'Google\\Cloud\\Core\\Logger\\FormatterTrait' => $vendorDir . '/google/cloud/Core/src/Logger/FormatterTrait.php',
    'Google\\Cloud\\Core\\LongRunning\\LROTrait' => $vendorDir . '/google/cloud/Core/src/LongRunning/LROTrait.php',
    'Google\\Cloud\\Core\\LongRunning\\LongRunningConnectionInterface' => $vendorDir . '/google/cloud/Core/src/LongRunning/LongRunningConnectionInterface.php',
    'Google\\Cloud\\Core\\LongRunning\\LongRunningOperation' => $vendorDir . '/google/cloud/Core/src/LongRunning/LongRunningOperation.php',
    'Google\\Cloud\\Core\\LongRunning\\OperationResponseTrait' => $vendorDir . '/google/cloud/Core/src/LongRunning/OperationResponseTrait.php',
    'Google\\Cloud\\Core\\PhpArray' => $vendorDir . '/google/cloud/Core/src/PhpArray.php',
    'Google\\Cloud\\Core\\Report\\EmptyMetadataProvider' => $vendorDir . '/google/cloud/Core/src/Report/EmptyMetadataProvider.php',
    'Google\\Cloud\\Core\\Report\\GAEFlexMetadataProvider' => $vendorDir . '/google/cloud/Core/src/Report/GAEFlexMetadataProvider.php',
    'Google\\Cloud\\Core\\Report\\GAEMetadataProvider' => $vendorDir . '/google/cloud/Core/src/Report/GAEMetadataProvider.php',
    'Google\\Cloud\\Core\\Report\\GAEStandardMetadataProvider' => $vendorDir . '/google/cloud/Core/src/Report/GAEStandardMetadataProvider.php',
    'Google\\Cloud\\Core\\Report\\MetadataProviderInterface' => $vendorDir . '/google/cloud/Core/src/Report/MetadataProviderInterface.php',
    'Google\\Cloud\\Core\\Report\\MetadataProviderUtils' => $vendorDir . '/google/cloud/Core/src/Report/MetadataProviderUtils.php',
    'Google\\Cloud\\Core\\Report\\SimpleMetadataProvider' => $vendorDir . '/google/cloud/Core/src/Report/SimpleMetadataProvider.php',
    'Google\\Cloud\\Core\\RequestBuilder' => $vendorDir . '/google/cloud/Core/src/RequestBuilder.php',
    'Google\\Cloud\\Core\\RequestWrapper' => $vendorDir . '/google/cloud/Core/src/RequestWrapper.php',
    'Google\\Cloud\\Core\\RequestWrapperTrait' => $vendorDir . '/google/cloud/Core/src/RequestWrapperTrait.php',
    'Google\\Cloud\\Core\\RestTrait' => $vendorDir . '/google/cloud/Core/src/RestTrait.php',
    'Google\\Cloud\\Core\\Retry' => $vendorDir . '/google/cloud/Core/src/Retry.php',
    'Google\\Cloud\\Core\\RetryDeciderTrait' => $vendorDir . '/google/cloud/Core/src/RetryDeciderTrait.php',
    'Google\\Cloud\\Core\\ServiceBuilder' => $vendorDir . '/google/cloud/Core/src/ServiceBuilder.php',
    'Google\\Cloud\\Core\\SysvTrait' => $vendorDir . '/google/cloud/Core/src/SysvTrait.php',
    'Google\\Cloud\\Core\\Testing\\ArrayHasSameValuesToken' => $vendorDir . '/google/cloud/Core/src/Testing/ArrayHasSameValuesToken.php',
    'Google\\Cloud\\Core\\Testing\\CheckForClassTrait' => $vendorDir . '/google/cloud/Core/src/Testing/CheckForClassTrait.php',
    'Google\\Cloud\\Core\\Testing\\DatastoreOperationRefreshTrait' => $vendorDir . '/google/cloud/Core/src/Testing/DatastoreOperationRefreshTrait.php',
    'Google\\Cloud\\Core\\Testing\\FileListFilterIterator' => $vendorDir . '/google/cloud/Core/src/Testing/FileListFilterIterator.php',
    'Google\\Cloud\\Core\\Testing\\GcTestListener' => $vendorDir . '/google/cloud/Core/src/Testing/GcTestListener.php',
    'Google\\Cloud\\Core\\Testing\\GrpcTestTrait' => $vendorDir . '/google/cloud/Core/src/Testing/GrpcTestTrait.php',
    'Google\\Cloud\\Core\\Testing\\KeyPairGenerateTrait' => $vendorDir . '/google/cloud/Core/src/Testing/KeyPairGenerateTrait.php',
    'Google\\Cloud\\Core\\Testing\\Lock\\MockValues' => $vendorDir . '/google/cloud/Core/src/Testing/Lock/MockValues.php',
    'Google\\Cloud\\Core\\Testing\\Reflection\\DescriptionFactory' => $vendorDir . '/google/cloud/Core/src/Testing/Reflection/DescriptionFactory.php',
    'Google\\Cloud\\Core\\Testing\\Reflection\\ReflectionHandlerFactory' => $vendorDir . '/google/cloud/Core/src/Testing/Reflection/ReflectionHandlerFactory.php',
    'Google\\Cloud\\Core\\Testing\\Reflection\\ReflectionHandlerV3' => $vendorDir . '/google/cloud/Core/src/Testing/Reflection/ReflectionHandlerV3.php',
    'Google\\Cloud\\Core\\Testing\\Reflection\\ReflectionHandlerV4' => $vendorDir . '/google/cloud/Core/src/Testing/Reflection/ReflectionHandlerV4.php',
    'Google\\Cloud\\Core\\Testing\\Reflection\\ReflectionHandlerV5' => $vendorDir . '/google/cloud/Core/src/Testing/Reflection/ReflectionHandlerV5.php',
    'Google\\Cloud\\Core\\Testing\\RegexFileFilter' => $vendorDir . '/google/cloud/Core/src/Testing/RegexFileFilter.php',
    'Google\\Cloud\\Core\\Testing\\Snippet\\Container' => $vendorDir . '/google/cloud/Core/src/Testing/Snippet/Container.php',
    'Google\\Cloud\\Core\\Testing\\Snippet\\Coverage\\Coverage' => $vendorDir . '/google/cloud/Core/src/Testing/Snippet/Coverage/Coverage.php',
    'Google\\Cloud\\Core\\Testing\\Snippet\\Coverage\\ExcludeFilter' => $vendorDir . '/google/cloud/Core/src/Testing/Snippet/Coverage/ExcludeFilter.php',
    'Google\\Cloud\\Core\\Testing\\Snippet\\Coverage\\Scanner' => $vendorDir . '/google/cloud/Core/src/Testing/Snippet/Coverage/Scanner.php',
    'Google\\Cloud\\Core\\Testing\\Snippet\\Coverage\\ScannerInterface' => $vendorDir . '/google/cloud/Core/src/Testing/Snippet/Coverage/ScannerInterface.php',
    'Google\\Cloud\\Core\\Testing\\Snippet\\Fixtures' => $vendorDir . '/google/cloud/Core/src/Testing/Snippet/Fixtures.php',
    'Google\\Cloud\\Core\\Testing\\Snippet\\Parser\\InvokeResult' => $vendorDir . '/google/cloud/Core/src/Testing/Snippet/Parser/InvokeResult.php',
    'Google\\Cloud\\Core\\Testing\\Snippet\\Parser\\Parser' => $vendorDir . '/google/cloud/Core/src/Testing/Snippet/Parser/Parser.php',
    'Google\\Cloud\\Core\\Testing\\Snippet\\Parser\\Snippet' => $vendorDir . '/google/cloud/Core/src/Testing/Snippet/Parser/Snippet.php',
    'Google\\Cloud\\Core\\Testing\\Snippet\\SnippetTestCase' => $vendorDir . '/google/cloud/Core/src/Testing/Snippet/SnippetTestCase.php',
    'Google\\Cloud\\Core\\Testing\\StubTrait' => $vendorDir . '/google/cloud/Core/src/Testing/StubTrait.php',
    'Google\\Cloud\\Core\\Testing\\System\\DeletionQueue' => $vendorDir . '/google/cloud/Core/src/Testing/System/DeletionQueue.php',
    'Google\\Cloud\\Core\\Testing\\System\\KeyManager' => $vendorDir . '/google/cloud/Core/src/Testing/System/KeyManager.php',
    'Google\\Cloud\\Core\\Testing\\System\\SystemTestCase' => $vendorDir . '/google/cloud/Core/src/Testing/System/SystemTestCase.php',
    'Google\\Cloud\\Core\\Testing\\TestHelpers' => $vendorDir . '/google/cloud/Core/src/Testing/TestHelpers.php',
    'Google\\Cloud\\Core\\TimeTrait' => $vendorDir . '/google/cloud/Core/src/TimeTrait.php',
    'Google\\Cloud\\Core\\Timestamp' => $vendorDir . '/google/cloud/Core/src/Timestamp.php',
    'Google\\Cloud\\Core\\Upload\\AbstractUploader' => $vendorDir . '/google/cloud/Core/src/Upload/AbstractUploader.php',
    'Google\\Cloud\\Core\\Upload\\MultipartUploader' => $vendorDir . '/google/cloud/Core/src/Upload/MultipartUploader.php',
    'Google\\Cloud\\Core\\Upload\\ResumableUploader' => $vendorDir . '/google/cloud/Core/src/Upload/ResumableUploader.php',
    'Google\\Cloud\\Core\\Upload\\SignedUrlUploader' => $vendorDir . '/google/cloud/Core/src/Upload/SignedUrlUploader.php',
    'Google\\Cloud\\Core\\Upload\\StreamableUploader' => $vendorDir . '/google/cloud/Core/src/Upload/StreamableUploader.php',
    'Google\\Cloud\\Core\\UriTrait' => $vendorDir . '/google/cloud/Core/src/UriTrait.php',
    'Google\\Cloud\\Core\\ValidateTrait' => $vendorDir . '/google/cloud/Core/src/ValidateTrait.php',
    'Google\\Cloud\\Core\\ValueMapperTrait' => $vendorDir . '/google/cloud/Core/src/ValueMapperTrait.php',
    'Google\\Cloud\\Core\\WhitelistTrait' => $vendorDir . '/google/cloud/Core/src/WhitelistTrait.php',
    'Google\\Cloud\\DataCatalog\\Lineage\\V1\\BatchSearchLinkProcessesRequest' => $vendorDir . '/google/cloud/DataCatalogLineage/src/V1/BatchSearchLinkProcessesRequest.php',
    'Google\\Cloud\\DataCatalog\\Lineage\\V1\\BatchSearchLinkProcessesResponse' => $vendorDir . '/google/cloud/DataCatalogLineage/src/V1/BatchSearchLinkProcessesResponse.php',
    'Google\\Cloud\\DataCatalog\\Lineage\\V1\\CreateLineageEventRequest' => $vendorDir . '/google/cloud/DataCatalogLineage/src/V1/CreateLineageEventRequest.php',
    'Google\\Cloud\\DataCatalog\\Lineage\\V1\\CreateProcessRequest' => $vendorDir . '/google/cloud/DataCatalogLineage/src/V1/CreateProcessRequest.php',
    'Google\\Cloud\\DataCatalog\\Lineage\\V1\\CreateRunRequest' => $vendorDir . '/google/cloud/DataCatalogLineage/src/V1/CreateRunRequest.php',
    'Google\\Cloud\\DataCatalog\\Lineage\\V1\\DeleteLineageEventRequest' => $vendorDir . '/google/cloud/DataCatalogLineage/src/V1/DeleteLineageEventRequest.php',
    'Google\\Cloud\\DataCatalog\\Lineage\\V1\\DeleteProcessRequest' => $vendorDir . '/google/cloud/DataCatalogLineage/src/V1/DeleteProcessRequest.php',
    'Google\\Cloud\\DataCatalog\\Lineage\\V1\\DeleteRunRequest' => $vendorDir . '/google/cloud/DataCatalogLineage/src/V1/DeleteRunRequest.php',
    'Google\\Cloud\\DataCatalog\\Lineage\\V1\\EntityReference' => $vendorDir . '/google/cloud/DataCatalogLineage/src/V1/EntityReference.php',
    'Google\\Cloud\\DataCatalog\\Lineage\\V1\\EventLink' => $vendorDir . '/google/cloud/DataCatalogLineage/src/V1/EventLink.php',
    'Google\\Cloud\\DataCatalog\\Lineage\\V1\\Gapic\\LineageGapicClient' => $vendorDir . '/google/cloud/DataCatalogLineage/src/V1/Gapic/LineageGapicClient.php',
    'Google\\Cloud\\DataCatalog\\Lineage\\V1\\GetLineageEventRequest' => $vendorDir . '/google/cloud/DataCatalogLineage/src/V1/GetLineageEventRequest.php',
    'Google\\Cloud\\DataCatalog\\Lineage\\V1\\GetProcessRequest' => $vendorDir . '/google/cloud/DataCatalogLineage/src/V1/GetProcessRequest.php',
    'Google\\Cloud\\DataCatalog\\Lineage\\V1\\GetRunRequest' => $vendorDir . '/google/cloud/DataCatalogLineage/src/V1/GetRunRequest.php',
    'Google\\Cloud\\DataCatalog\\Lineage\\V1\\LineageClient' => $vendorDir . '/google/cloud/DataCatalogLineage/src/V1/LineageClient.php',
    'Google\\Cloud\\DataCatalog\\Lineage\\V1\\LineageEvent' => $vendorDir . '/google/cloud/DataCatalogLineage/src/V1/LineageEvent.php',
    'Google\\Cloud\\DataCatalog\\Lineage\\V1\\Link' => $vendorDir . '/google/cloud/DataCatalogLineage/src/V1/Link.php',
    'Google\\Cloud\\DataCatalog\\Lineage\\V1\\ListLineageEventsRequest' => $vendorDir . '/google/cloud/DataCatalogLineage/src/V1/ListLineageEventsRequest.php',
    'Google\\Cloud\\DataCatalog\\Lineage\\V1\\ListLineageEventsResponse' => $vendorDir . '/google/cloud/DataCatalogLineage/src/V1/ListLineageEventsResponse.php',
    'Google\\Cloud\\DataCatalog\\Lineage\\V1\\ListProcessesRequest' => $vendorDir . '/google/cloud/DataCatalogLineage/src/V1/ListProcessesRequest.php',
    'Google\\Cloud\\DataCatalog\\Lineage\\V1\\ListProcessesResponse' => $vendorDir . '/google/cloud/DataCatalogLineage/src/V1/ListProcessesResponse.php',
    'Google\\Cloud\\DataCatalog\\Lineage\\V1\\ListRunsRequest' => $vendorDir . '/google/cloud/DataCatalogLineage/src/V1/ListRunsRequest.php',
    'Google\\Cloud\\DataCatalog\\Lineage\\V1\\ListRunsResponse' => $vendorDir . '/google/cloud/DataCatalogLineage/src/V1/ListRunsResponse.php',
    'Google\\Cloud\\DataCatalog\\Lineage\\V1\\OperationMetadata' => $vendorDir . '/google/cloud/DataCatalogLineage/src/V1/OperationMetadata.php',
    'Google\\Cloud\\DataCatalog\\Lineage\\V1\\OperationMetadata\\State' => $vendorDir . '/google/cloud/DataCatalogLineage/src/V1/OperationMetadata/State.php',
    'Google\\Cloud\\DataCatalog\\Lineage\\V1\\OperationMetadata\\Type' => $vendorDir . '/google/cloud/DataCatalogLineage/src/V1/OperationMetadata/Type.php',
    'Google\\Cloud\\DataCatalog\\Lineage\\V1\\Origin' => $vendorDir . '/google/cloud/DataCatalogLineage/src/V1/Origin.php',
    'Google\\Cloud\\DataCatalog\\Lineage\\V1\\Origin\\SourceType' => $vendorDir . '/google/cloud/DataCatalogLineage/src/V1/Origin/SourceType.php',
    'Google\\Cloud\\DataCatalog\\Lineage\\V1\\Process' => $vendorDir . '/google/cloud/DataCatalogLineage/src/V1/Process.php',
    'Google\\Cloud\\DataCatalog\\Lineage\\V1\\ProcessLinkInfo' => $vendorDir . '/google/cloud/DataCatalogLineage/src/V1/ProcessLinkInfo.php',
    'Google\\Cloud\\DataCatalog\\Lineage\\V1\\ProcessLinks' => $vendorDir . '/google/cloud/DataCatalogLineage/src/V1/ProcessLinks.php',
    'Google\\Cloud\\DataCatalog\\Lineage\\V1\\Run' => $vendorDir . '/google/cloud/DataCatalogLineage/src/V1/Run.php',
    'Google\\Cloud\\DataCatalog\\Lineage\\V1\\Run\\State' => $vendorDir . '/google/cloud/DataCatalogLineage/src/V1/Run/State.php',
    'Google\\Cloud\\DataCatalog\\Lineage\\V1\\SearchLinksRequest' => $vendorDir . '/google/cloud/DataCatalogLineage/src/V1/SearchLinksRequest.php',
    'Google\\Cloud\\DataCatalog\\Lineage\\V1\\SearchLinksResponse' => $vendorDir . '/google/cloud/DataCatalogLineage/src/V1/SearchLinksResponse.php',
    'Google\\Cloud\\DataCatalog\\Lineage\\V1\\UpdateProcessRequest' => $vendorDir . '/google/cloud/DataCatalogLineage/src/V1/UpdateProcessRequest.php',
    'Google\\Cloud\\DataCatalog\\Lineage\\V1\\UpdateRunRequest' => $vendorDir . '/google/cloud/DataCatalogLineage/src/V1/UpdateRunRequest.php',
    'Google\\Cloud\\DataCatalog\\V1\\BigQueryConnectionSpec' => $vendorDir . '/google/cloud/DataCatalog/src/V1/BigQueryConnectionSpec.php',
    'Google\\Cloud\\DataCatalog\\V1\\BigQueryConnectionSpec\\ConnectionType' => $vendorDir . '/google/cloud/DataCatalog/src/V1/BigQueryConnectionSpec/ConnectionType.php',
    'Google\\Cloud\\DataCatalog\\V1\\BigQueryConnectionSpec_ConnectionType' => $vendorDir . '/google/cloud/DataCatalog/src/V1/BigQueryConnectionSpec_ConnectionType.php',
    'Google\\Cloud\\DataCatalog\\V1\\BigQueryDateShardedSpec' => $vendorDir . '/google/cloud/DataCatalog/src/V1/BigQueryDateShardedSpec.php',
    'Google\\Cloud\\DataCatalog\\V1\\BigQueryRoutineSpec' => $vendorDir . '/google/cloud/DataCatalog/src/V1/BigQueryRoutineSpec.php',
    'Google\\Cloud\\DataCatalog\\V1\\BigQueryTableSpec' => $vendorDir . '/google/cloud/DataCatalog/src/V1/BigQueryTableSpec.php',
    'Google\\Cloud\\DataCatalog\\V1\\BusinessContext' => $vendorDir . '/google/cloud/DataCatalog/src/V1/BusinessContext.php',
    'Google\\Cloud\\DataCatalog\\V1\\CloudSqlBigQueryConnectionSpec' => $vendorDir . '/google/cloud/DataCatalog/src/V1/CloudSqlBigQueryConnectionSpec.php',
    'Google\\Cloud\\DataCatalog\\V1\\CloudSqlBigQueryConnectionSpec\\DatabaseType' => $vendorDir . '/google/cloud/DataCatalog/src/V1/CloudSqlBigQueryConnectionSpec/DatabaseType.php',
    'Google\\Cloud\\DataCatalog\\V1\\CloudSqlBigQueryConnectionSpec_DatabaseType' => $vendorDir . '/google/cloud/DataCatalog/src/V1/CloudSqlBigQueryConnectionSpec_DatabaseType.php',
    'Google\\Cloud\\DataCatalog\\V1\\ColumnSchema' => $vendorDir . '/google/cloud/DataCatalog/src/V1/ColumnSchema.php',
    'Google\\Cloud\\DataCatalog\\V1\\Contacts' => $vendorDir . '/google/cloud/DataCatalog/src/V1/Contacts.php',
    'Google\\Cloud\\DataCatalog\\V1\\Contacts\\Person' => $vendorDir . '/google/cloud/DataCatalog/src/V1/Contacts/Person.php',
    'Google\\Cloud\\DataCatalog\\V1\\Contacts_Person' => $vendorDir . '/google/cloud/DataCatalog/src/V1/Contacts_Person.php',
    'Google\\Cloud\\DataCatalog\\V1\\CreateEntryGroupRequest' => $vendorDir . '/google/cloud/DataCatalog/src/V1/CreateEntryGroupRequest.php',
    'Google\\Cloud\\DataCatalog\\V1\\CreateEntryRequest' => $vendorDir . '/google/cloud/DataCatalog/src/V1/CreateEntryRequest.php',
    'Google\\Cloud\\DataCatalog\\V1\\CreatePolicyTagRequest' => $vendorDir . '/google/cloud/DataCatalog/src/V1/CreatePolicyTagRequest.php',
    'Google\\Cloud\\DataCatalog\\V1\\CreateTagRequest' => $vendorDir . '/google/cloud/DataCatalog/src/V1/CreateTagRequest.php',
    'Google\\Cloud\\DataCatalog\\V1\\CreateTagTemplateFieldRequest' => $vendorDir . '/google/cloud/DataCatalog/src/V1/CreateTagTemplateFieldRequest.php',
    'Google\\Cloud\\DataCatalog\\V1\\CreateTagTemplateRequest' => $vendorDir . '/google/cloud/DataCatalog/src/V1/CreateTagTemplateRequest.php',
    'Google\\Cloud\\DataCatalog\\V1\\CreateTaxonomyRequest' => $vendorDir . '/google/cloud/DataCatalog/src/V1/CreateTaxonomyRequest.php',
    'Google\\Cloud\\DataCatalog\\V1\\CrossRegionalSource' => $vendorDir . '/google/cloud/DataCatalog/src/V1/CrossRegionalSource.php',
    'Google\\Cloud\\DataCatalog\\V1\\DataCatalogClient' => $vendorDir . '/google/cloud/DataCatalog/src/V1/DataCatalogClient.php',
    'Google\\Cloud\\DataCatalog\\V1\\DataCatalogGrpcClient' => $vendorDir . '/google/cloud/DataCatalog/src/V1/DataCatalogGrpcClient.php',
    'Google\\Cloud\\DataCatalog\\V1\\DataSource' => $vendorDir . '/google/cloud/DataCatalog/src/V1/DataSource.php',
    'Google\\Cloud\\DataCatalog\\V1\\DataSourceConnectionSpec' => $vendorDir . '/google/cloud/DataCatalog/src/V1/DataSourceConnectionSpec.php',
    'Google\\Cloud\\DataCatalog\\V1\\DataSource\\Service' => $vendorDir . '/google/cloud/DataCatalog/src/V1/DataSource/Service.php',
    'Google\\Cloud\\DataCatalog\\V1\\DataSource_Service' => $vendorDir . '/google/cloud/DataCatalog/src/V1/DataSource_Service.php',
    'Google\\Cloud\\DataCatalog\\V1\\DatabaseTableSpec' => $vendorDir . '/google/cloud/DataCatalog/src/V1/DatabaseTableSpec.php',
    'Google\\Cloud\\DataCatalog\\V1\\DatabaseTableSpec\\TableType' => $vendorDir . '/google/cloud/DataCatalog/src/V1/DatabaseTableSpec/TableType.php',
    'Google\\Cloud\\DataCatalog\\V1\\DatabaseTableSpec_TableType' => $vendorDir . '/google/cloud/DataCatalog/src/V1/DatabaseTableSpec_TableType.php',
    'Google\\Cloud\\DataCatalog\\V1\\DataplexExternalTable' => $vendorDir . '/google/cloud/DataCatalog/src/V1/DataplexExternalTable.php',
    'Google\\Cloud\\DataCatalog\\V1\\DataplexFilesetSpec' => $vendorDir . '/google/cloud/DataCatalog/src/V1/DataplexFilesetSpec.php',
    'Google\\Cloud\\DataCatalog\\V1\\DataplexSpec' => $vendorDir . '/google/cloud/DataCatalog/src/V1/DataplexSpec.php',
    'Google\\Cloud\\DataCatalog\\V1\\DataplexTableSpec' => $vendorDir . '/google/cloud/DataCatalog/src/V1/DataplexTableSpec.php',
    'Google\\Cloud\\DataCatalog\\V1\\DeleteEntryGroupRequest' => $vendorDir . '/google/cloud/DataCatalog/src/V1/DeleteEntryGroupRequest.php',
    'Google\\Cloud\\DataCatalog\\V1\\DeleteEntryRequest' => $vendorDir . '/google/cloud/DataCatalog/src/V1/DeleteEntryRequest.php',
    'Google\\Cloud\\DataCatalog\\V1\\DeletePolicyTagRequest' => $vendorDir . '/google/cloud/DataCatalog/src/V1/DeletePolicyTagRequest.php',
    'Google\\Cloud\\DataCatalog\\V1\\DeleteTagRequest' => $vendorDir . '/google/cloud/DataCatalog/src/V1/DeleteTagRequest.php',
    'Google\\Cloud\\DataCatalog\\V1\\DeleteTagTemplateFieldRequest' => $vendorDir . '/google/cloud/DataCatalog/src/V1/DeleteTagTemplateFieldRequest.php',
    'Google\\Cloud\\DataCatalog\\V1\\DeleteTagTemplateRequest' => $vendorDir . '/google/cloud/DataCatalog/src/V1/DeleteTagTemplateRequest.php',
    'Google\\Cloud\\DataCatalog\\V1\\DeleteTaxonomyRequest' => $vendorDir . '/google/cloud/DataCatalog/src/V1/DeleteTaxonomyRequest.php',
    'Google\\Cloud\\DataCatalog\\V1\\Entry' => $vendorDir . '/google/cloud/DataCatalog/src/V1/Entry.php',
    'Google\\Cloud\\DataCatalog\\V1\\EntryGroup' => $vendorDir . '/google/cloud/DataCatalog/src/V1/EntryGroup.php',
    'Google\\Cloud\\DataCatalog\\V1\\EntryOverview' => $vendorDir . '/google/cloud/DataCatalog/src/V1/EntryOverview.php',
    'Google\\Cloud\\DataCatalog\\V1\\EntryType' => $vendorDir . '/google/cloud/DataCatalog/src/V1/EntryType.php',
    'Google\\Cloud\\DataCatalog\\V1\\ExportTaxonomiesRequest' => $vendorDir . '/google/cloud/DataCatalog/src/V1/ExportTaxonomiesRequest.php',
    'Google\\Cloud\\DataCatalog\\V1\\ExportTaxonomiesResponse' => $vendorDir . '/google/cloud/DataCatalog/src/V1/ExportTaxonomiesResponse.php',
    'Google\\Cloud\\DataCatalog\\V1\\FieldType' => $vendorDir . '/google/cloud/DataCatalog/src/V1/FieldType.php',
    'Google\\Cloud\\DataCatalog\\V1\\FieldType\\EnumType' => $vendorDir . '/google/cloud/DataCatalog/src/V1/FieldType/EnumType.php',
    'Google\\Cloud\\DataCatalog\\V1\\FieldType\\EnumType\\EnumValue' => $vendorDir . '/google/cloud/DataCatalog/src/V1/FieldType/EnumType/EnumValue.php',
    'Google\\Cloud\\DataCatalog\\V1\\FieldType\\PrimitiveType' => $vendorDir . '/google/cloud/DataCatalog/src/V1/FieldType/PrimitiveType.php',
    'Google\\Cloud\\DataCatalog\\V1\\FieldType_EnumType' => $vendorDir . '/google/cloud/DataCatalog/src/V1/FieldType_EnumType.php',
    'Google\\Cloud\\DataCatalog\\V1\\FieldType_EnumType_EnumValue' => $vendorDir . '/google/cloud/DataCatalog/src/V1/FieldType_EnumType_EnumValue.php',
    'Google\\Cloud\\DataCatalog\\V1\\FieldType_PrimitiveType' => $vendorDir . '/google/cloud/DataCatalog/src/V1/FieldType_PrimitiveType.php',
    'Google\\Cloud\\DataCatalog\\V1\\FilesetSpec' => $vendorDir . '/google/cloud/DataCatalog/src/V1/FilesetSpec.php',
    'Google\\Cloud\\DataCatalog\\V1\\Gapic\\DataCatalogGapicClient' => $vendorDir . '/google/cloud/DataCatalog/src/V1/Gapic/DataCatalogGapicClient.php',
    'Google\\Cloud\\DataCatalog\\V1\\Gapic\\PolicyTagManagerGapicClient' => $vendorDir . '/google/cloud/DataCatalog/src/V1/Gapic/PolicyTagManagerGapicClient.php',
    'Google\\Cloud\\DataCatalog\\V1\\Gapic\\PolicyTagManagerSerializationGapicClient' => $vendorDir . '/google/cloud/DataCatalog/src/V1/Gapic/PolicyTagManagerSerializationGapicClient.php',
    'Google\\Cloud\\DataCatalog\\V1\\GcsFileSpec' => $vendorDir . '/google/cloud/DataCatalog/src/V1/GcsFileSpec.php',
    'Google\\Cloud\\DataCatalog\\V1\\GcsFilesetSpec' => $vendorDir . '/google/cloud/DataCatalog/src/V1/GcsFilesetSpec.php',
    'Google\\Cloud\\DataCatalog\\V1\\GetEntryGroupRequest' => $vendorDir . '/google/cloud/DataCatalog/src/V1/GetEntryGroupRequest.php',
    'Google\\Cloud\\DataCatalog\\V1\\GetEntryRequest' => $vendorDir . '/google/cloud/DataCatalog/src/V1/GetEntryRequest.php',
    'Google\\Cloud\\DataCatalog\\V1\\GetPolicyTagRequest' => $vendorDir . '/google/cloud/DataCatalog/src/V1/GetPolicyTagRequest.php',
    'Google\\Cloud\\DataCatalog\\V1\\GetTagTemplateRequest' => $vendorDir . '/google/cloud/DataCatalog/src/V1/GetTagTemplateRequest.php',
    'Google\\Cloud\\DataCatalog\\V1\\GetTaxonomyRequest' => $vendorDir . '/google/cloud/DataCatalog/src/V1/GetTaxonomyRequest.php',
    'Google\\Cloud\\DataCatalog\\V1\\ImportTaxonomiesRequest' => $vendorDir . '/google/cloud/DataCatalog/src/V1/ImportTaxonomiesRequest.php',
    'Google\\Cloud\\DataCatalog\\V1\\ImportTaxonomiesResponse' => $vendorDir . '/google/cloud/DataCatalog/src/V1/ImportTaxonomiesResponse.php',
    'Google\\Cloud\\DataCatalog\\V1\\InlineSource' => $vendorDir . '/google/cloud/DataCatalog/src/V1/InlineSource.php',
    'Google\\Cloud\\DataCatalog\\V1\\IntegratedSystem' => $vendorDir . '/google/cloud/DataCatalog/src/V1/IntegratedSystem.php',
    'Google\\Cloud\\DataCatalog\\V1\\ListEntriesRequest' => $vendorDir . '/google/cloud/DataCatalog/src/V1/ListEntriesRequest.php',
    'Google\\Cloud\\DataCatalog\\V1\\ListEntriesResponse' => $vendorDir . '/google/cloud/DataCatalog/src/V1/ListEntriesResponse.php',
    'Google\\Cloud\\DataCatalog\\V1\\ListEntryGroupsRequest' => $vendorDir . '/google/cloud/DataCatalog/src/V1/ListEntryGroupsRequest.php',
    'Google\\Cloud\\DataCatalog\\V1\\ListEntryGroupsResponse' => $vendorDir . '/google/cloud/DataCatalog/src/V1/ListEntryGroupsResponse.php',
    'Google\\Cloud\\DataCatalog\\V1\\ListPolicyTagsRequest' => $vendorDir . '/google/cloud/DataCatalog/src/V1/ListPolicyTagsRequest.php',
    'Google\\Cloud\\DataCatalog\\V1\\ListPolicyTagsResponse' => $vendorDir . '/google/cloud/DataCatalog/src/V1/ListPolicyTagsResponse.php',
    'Google\\Cloud\\DataCatalog\\V1\\ListTagsRequest' => $vendorDir . '/google/cloud/DataCatalog/src/V1/ListTagsRequest.php',
    'Google\\Cloud\\DataCatalog\\V1\\ListTagsResponse' => $vendorDir . '/google/cloud/DataCatalog/src/V1/ListTagsResponse.php',
    'Google\\Cloud\\DataCatalog\\V1\\ListTaxonomiesRequest' => $vendorDir . '/google/cloud/DataCatalog/src/V1/ListTaxonomiesRequest.php',
    'Google\\Cloud\\DataCatalog\\V1\\ListTaxonomiesResponse' => $vendorDir . '/google/cloud/DataCatalog/src/V1/ListTaxonomiesResponse.php',
    'Google\\Cloud\\DataCatalog\\V1\\LookupEntryRequest' => $vendorDir . '/google/cloud/DataCatalog/src/V1/LookupEntryRequest.php',
    'Google\\Cloud\\DataCatalog\\V1\\ModifyEntryContactsRequest' => $vendorDir . '/google/cloud/DataCatalog/src/V1/ModifyEntryContactsRequest.php',
    'Google\\Cloud\\DataCatalog\\V1\\ModifyEntryOverviewRequest' => $vendorDir . '/google/cloud/DataCatalog/src/V1/ModifyEntryOverviewRequest.php',
    'Google\\Cloud\\DataCatalog\\V1\\PersonalDetails' => $vendorDir . '/google/cloud/DataCatalog/src/V1/PersonalDetails.php',
    'Google\\Cloud\\DataCatalog\\V1\\PhysicalSchema' => $vendorDir . '/google/cloud/DataCatalog/src/V1/PhysicalSchema.php',
    'Google\\Cloud\\DataCatalog\\V1\\PhysicalSchema\\AvroSchema' => $vendorDir . '/google/cloud/DataCatalog/src/V1/PhysicalSchema/AvroSchema.php',
    'Google\\Cloud\\DataCatalog\\V1\\PhysicalSchema\\CsvSchema' => $vendorDir . '/google/cloud/DataCatalog/src/V1/PhysicalSchema/CsvSchema.php',
    'Google\\Cloud\\DataCatalog\\V1\\PhysicalSchema\\OrcSchema' => $vendorDir . '/google/cloud/DataCatalog/src/V1/PhysicalSchema/OrcSchema.php',
    'Google\\Cloud\\DataCatalog\\V1\\PhysicalSchema\\ParquetSchema' => $vendorDir . '/google/cloud/DataCatalog/src/V1/PhysicalSchema/ParquetSchema.php',
    'Google\\Cloud\\DataCatalog\\V1\\PhysicalSchema\\ProtobufSchema' => $vendorDir . '/google/cloud/DataCatalog/src/V1/PhysicalSchema/ProtobufSchema.php',
    'Google\\Cloud\\DataCatalog\\V1\\PhysicalSchema\\ThriftSchema' => $vendorDir . '/google/cloud/DataCatalog/src/V1/PhysicalSchema/ThriftSchema.php',
    'Google\\Cloud\\DataCatalog\\V1\\PhysicalSchema_AvroSchema' => $vendorDir . '/google/cloud/DataCatalog/src/V1/PhysicalSchema_AvroSchema.php',
    'Google\\Cloud\\DataCatalog\\V1\\PhysicalSchema_CsvSchema' => $vendorDir . '/google/cloud/DataCatalog/src/V1/PhysicalSchema_CsvSchema.php',
    'Google\\Cloud\\DataCatalog\\V1\\PhysicalSchema_OrcSchema' => $vendorDir . '/google/cloud/DataCatalog/src/V1/PhysicalSchema_OrcSchema.php',
    'Google\\Cloud\\DataCatalog\\V1\\PhysicalSchema_ParquetSchema' => $vendorDir . '/google/cloud/DataCatalog/src/V1/PhysicalSchema_ParquetSchema.php',
    'Google\\Cloud\\DataCatalog\\V1\\PhysicalSchema_ProtobufSchema' => $vendorDir . '/google/cloud/DataCatalog/src/V1/PhysicalSchema_ProtobufSchema.php',
    'Google\\Cloud\\DataCatalog\\V1\\PhysicalSchema_ThriftSchema' => $vendorDir . '/google/cloud/DataCatalog/src/V1/PhysicalSchema_ThriftSchema.php',
    'Google\\Cloud\\DataCatalog\\V1\\PolicyTag' => $vendorDir . '/google/cloud/DataCatalog/src/V1/PolicyTag.php',
    'Google\\Cloud\\DataCatalog\\V1\\PolicyTagManagerClient' => $vendorDir . '/google/cloud/DataCatalog/src/V1/PolicyTagManagerClient.php',
    'Google\\Cloud\\DataCatalog\\V1\\PolicyTagManagerGrpcClient' => $vendorDir . '/google/cloud/DataCatalog/src/V1/PolicyTagManagerGrpcClient.php',
    'Google\\Cloud\\DataCatalog\\V1\\PolicyTagManagerSerializationClient' => $vendorDir . '/google/cloud/DataCatalog/src/V1/PolicyTagManagerSerializationClient.php',
    'Google\\Cloud\\DataCatalog\\V1\\PolicyTagManagerSerializationGrpcClient' => $vendorDir . '/google/cloud/DataCatalog/src/V1/PolicyTagManagerSerializationGrpcClient.php',
    'Google\\Cloud\\DataCatalog\\V1\\RenameTagTemplateFieldEnumValueRequest' => $vendorDir . '/google/cloud/DataCatalog/src/V1/RenameTagTemplateFieldEnumValueRequest.php',
    'Google\\Cloud\\DataCatalog\\V1\\RenameTagTemplateFieldRequest' => $vendorDir . '/google/cloud/DataCatalog/src/V1/RenameTagTemplateFieldRequest.php',
    'Google\\Cloud\\DataCatalog\\V1\\ReplaceTaxonomyRequest' => $vendorDir . '/google/cloud/DataCatalog/src/V1/ReplaceTaxonomyRequest.php',
    'Google\\Cloud\\DataCatalog\\V1\\RoutineSpec' => $vendorDir . '/google/cloud/DataCatalog/src/V1/RoutineSpec.php',
    'Google\\Cloud\\DataCatalog\\V1\\RoutineSpec\\Argument' => $vendorDir . '/google/cloud/DataCatalog/src/V1/RoutineSpec/Argument.php',
    'Google\\Cloud\\DataCatalog\\V1\\RoutineSpec\\Argument\\Mode' => $vendorDir . '/google/cloud/DataCatalog/src/V1/RoutineSpec/Argument/Mode.php',
    'Google\\Cloud\\DataCatalog\\V1\\RoutineSpec\\RoutineType' => $vendorDir . '/google/cloud/DataCatalog/src/V1/RoutineSpec/RoutineType.php',
    'Google\\Cloud\\DataCatalog\\V1\\RoutineSpec_Argument' => $vendorDir . '/google/cloud/DataCatalog/src/V1/RoutineSpec_Argument.php',
    'Google\\Cloud\\DataCatalog\\V1\\RoutineSpec_Argument_Mode' => $vendorDir . '/google/cloud/DataCatalog/src/V1/RoutineSpec_Argument_Mode.php',
    'Google\\Cloud\\DataCatalog\\V1\\RoutineSpec_RoutineType' => $vendorDir . '/google/cloud/DataCatalog/src/V1/RoutineSpec_RoutineType.php',
    'Google\\Cloud\\DataCatalog\\V1\\Schema' => $vendorDir . '/google/cloud/DataCatalog/src/V1/Schema.php',
    'Google\\Cloud\\DataCatalog\\V1\\SearchCatalogRequest' => $vendorDir . '/google/cloud/DataCatalog/src/V1/SearchCatalogRequest.php',
    'Google\\Cloud\\DataCatalog\\V1\\SearchCatalogRequest\\Scope' => $vendorDir . '/google/cloud/DataCatalog/src/V1/SearchCatalogRequest/Scope.php',
    'Google\\Cloud\\DataCatalog\\V1\\SearchCatalogRequest_Scope' => $vendorDir . '/google/cloud/DataCatalog/src/V1/SearchCatalogRequest_Scope.php',
    'Google\\Cloud\\DataCatalog\\V1\\SearchCatalogResponse' => $vendorDir . '/google/cloud/DataCatalog/src/V1/SearchCatalogResponse.php',
    'Google\\Cloud\\DataCatalog\\V1\\SearchCatalogResult' => $vendorDir . '/google/cloud/DataCatalog/src/V1/SearchCatalogResult.php',
    'Google\\Cloud\\DataCatalog\\V1\\SearchResultType' => $vendorDir . '/google/cloud/DataCatalog/src/V1/SearchResultType.php',
    'Google\\Cloud\\DataCatalog\\V1\\SerializedPolicyTag' => $vendorDir . '/google/cloud/DataCatalog/src/V1/SerializedPolicyTag.php',
    'Google\\Cloud\\DataCatalog\\V1\\SerializedTaxonomy' => $vendorDir . '/google/cloud/DataCatalog/src/V1/SerializedTaxonomy.php',
    'Google\\Cloud\\DataCatalog\\V1\\StarEntryRequest' => $vendorDir . '/google/cloud/DataCatalog/src/V1/StarEntryRequest.php',
    'Google\\Cloud\\DataCatalog\\V1\\StarEntryResponse' => $vendorDir . '/google/cloud/DataCatalog/src/V1/StarEntryResponse.php',
    'Google\\Cloud\\DataCatalog\\V1\\StorageProperties' => $vendorDir . '/google/cloud/DataCatalog/src/V1/StorageProperties.php',
    'Google\\Cloud\\DataCatalog\\V1\\SystemTimestamps' => $vendorDir . '/google/cloud/DataCatalog/src/V1/SystemTimestamps.php',
    'Google\\Cloud\\DataCatalog\\V1\\TableSourceType' => $vendorDir . '/google/cloud/DataCatalog/src/V1/TableSourceType.php',
    'Google\\Cloud\\DataCatalog\\V1\\TableSpec' => $vendorDir . '/google/cloud/DataCatalog/src/V1/TableSpec.php',
    'Google\\Cloud\\DataCatalog\\V1\\Tag' => $vendorDir . '/google/cloud/DataCatalog/src/V1/Tag.php',
    'Google\\Cloud\\DataCatalog\\V1\\TagField' => $vendorDir . '/google/cloud/DataCatalog/src/V1/TagField.php',
    'Google\\Cloud\\DataCatalog\\V1\\TagField\\EnumValue' => $vendorDir . '/google/cloud/DataCatalog/src/V1/TagField/EnumValue.php',
    'Google\\Cloud\\DataCatalog\\V1\\TagField_EnumValue' => $vendorDir . '/google/cloud/DataCatalog/src/V1/TagField_EnumValue.php',
    'Google\\Cloud\\DataCatalog\\V1\\TagTemplate' => $vendorDir . '/google/cloud/DataCatalog/src/V1/TagTemplate.php',
    'Google\\Cloud\\DataCatalog\\V1\\TagTemplateField' => $vendorDir . '/google/cloud/DataCatalog/src/V1/TagTemplateField.php',
    'Google\\Cloud\\DataCatalog\\V1\\Taxonomy' => $vendorDir . '/google/cloud/DataCatalog/src/V1/Taxonomy.php',
    'Google\\Cloud\\DataCatalog\\V1\\Taxonomy\\PolicyType' => $vendorDir . '/google/cloud/DataCatalog/src/V1/Taxonomy/PolicyType.php',
    'Google\\Cloud\\DataCatalog\\V1\\Taxonomy_PolicyType' => $vendorDir . '/google/cloud/DataCatalog/src/V1/Taxonomy_PolicyType.php',
    'Google\\Cloud\\DataCatalog\\V1\\UnstarEntryRequest' => $vendorDir . '/google/cloud/DataCatalog/src/V1/UnstarEntryRequest.php',
    'Google\\Cloud\\DataCatalog\\V1\\UnstarEntryResponse' => $vendorDir . '/google/cloud/DataCatalog/src/V1/UnstarEntryResponse.php',
    'Google\\Cloud\\DataCatalog\\V1\\UpdateEntryGroupRequest' => $vendorDir . '/google/cloud/DataCatalog/src/V1/UpdateEntryGroupRequest.php',
    'Google\\Cloud\\DataCatalog\\V1\\UpdateEntryRequest' => $vendorDir . '/google/cloud/DataCatalog/src/V1/UpdateEntryRequest.php',
    'Google\\Cloud\\DataCatalog\\V1\\UpdatePolicyTagRequest' => $vendorDir . '/google/cloud/DataCatalog/src/V1/UpdatePolicyTagRequest.php',
    'Google\\Cloud\\DataCatalog\\V1\\UpdateTagRequest' => $vendorDir . '/google/cloud/DataCatalog/src/V1/UpdateTagRequest.php',
    'Google\\Cloud\\DataCatalog\\V1\\UpdateTagTemplateFieldRequest' => $vendorDir . '/google/cloud/DataCatalog/src/V1/UpdateTagTemplateFieldRequest.php',
    'Google\\Cloud\\DataCatalog\\V1\\UpdateTagTemplateRequest' => $vendorDir . '/google/cloud/DataCatalog/src/V1/UpdateTagTemplateRequest.php',
    'Google\\Cloud\\DataCatalog\\V1\\UpdateTaxonomyRequest' => $vendorDir . '/google/cloud/DataCatalog/src/V1/UpdateTaxonomyRequest.php',
    'Google\\Cloud\\DataCatalog\\V1\\UsageSignal' => $vendorDir . '/google/cloud/DataCatalog/src/V1/UsageSignal.php',
    'Google\\Cloud\\DataCatalog\\V1\\UsageStats' => $vendorDir . '/google/cloud/DataCatalog/src/V1/UsageStats.php',
    'Google\\Cloud\\DataCatalog\\V1\\ViewSpec' => $vendorDir . '/google/cloud/DataCatalog/src/V1/ViewSpec.php',
    'Google\\Cloud\\DataFusion\\V1\\Accelerator' => $vendorDir . '/google/cloud/DataFusion/src/V1/Accelerator.php',
    'Google\\Cloud\\DataFusion\\V1\\Accelerator\\AcceleratorType' => $vendorDir . '/google/cloud/DataFusion/src/V1/Accelerator/AcceleratorType.php',
    'Google\\Cloud\\DataFusion\\V1\\Accelerator\\State' => $vendorDir . '/google/cloud/DataFusion/src/V1/Accelerator/State.php',
    'Google\\Cloud\\DataFusion\\V1\\CreateInstanceRequest' => $vendorDir . '/google/cloud/DataFusion/src/V1/CreateInstanceRequest.php',
    'Google\\Cloud\\DataFusion\\V1\\CryptoKeyConfig' => $vendorDir . '/google/cloud/DataFusion/src/V1/CryptoKeyConfig.php',
    'Google\\Cloud\\DataFusion\\V1\\DataFusionClient' => $vendorDir . '/google/cloud/DataFusion/src/V1/DataFusionClient.php',
    'Google\\Cloud\\DataFusion\\V1\\DataFusionGrpcClient' => $vendorDir . '/google/cloud/DataFusion/src/V1/DataFusionGrpcClient.php',
    'Google\\Cloud\\DataFusion\\V1\\DeleteInstanceRequest' => $vendorDir . '/google/cloud/DataFusion/src/V1/DeleteInstanceRequest.php',
    'Google\\Cloud\\DataFusion\\V1\\Gapic\\DataFusionGapicClient' => $vendorDir . '/google/cloud/DataFusion/src/V1/Gapic/DataFusionGapicClient.php',
    'Google\\Cloud\\DataFusion\\V1\\GetInstanceRequest' => $vendorDir . '/google/cloud/DataFusion/src/V1/GetInstanceRequest.php',
    'Google\\Cloud\\DataFusion\\V1\\Instance' => $vendorDir . '/google/cloud/DataFusion/src/V1/Instance.php',
    'Google\\Cloud\\DataFusion\\V1\\Instance\\DisabledReason' => $vendorDir . '/google/cloud/DataFusion/src/V1/Instance/DisabledReason.php',
    'Google\\Cloud\\DataFusion\\V1\\Instance\\State' => $vendorDir . '/google/cloud/DataFusion/src/V1/Instance/State.php',
    'Google\\Cloud\\DataFusion\\V1\\Instance\\Type' => $vendorDir . '/google/cloud/DataFusion/src/V1/Instance/Type.php',
    'Google\\Cloud\\DataFusion\\V1\\ListAvailableVersionsRequest' => $vendorDir . '/google/cloud/DataFusion/src/V1/ListAvailableVersionsRequest.php',
    'Google\\Cloud\\DataFusion\\V1\\ListAvailableVersionsResponse' => $vendorDir . '/google/cloud/DataFusion/src/V1/ListAvailableVersionsResponse.php',
    'Google\\Cloud\\DataFusion\\V1\\ListInstancesRequest' => $vendorDir . '/google/cloud/DataFusion/src/V1/ListInstancesRequest.php',
    'Google\\Cloud\\DataFusion\\V1\\ListInstancesResponse' => $vendorDir . '/google/cloud/DataFusion/src/V1/ListInstancesResponse.php',
    'Google\\Cloud\\DataFusion\\V1\\NetworkConfig' => $vendorDir . '/google/cloud/DataFusion/src/V1/NetworkConfig.php',
    'Google\\Cloud\\DataFusion\\V1\\OperationMetadata' => $vendorDir . '/google/cloud/DataFusion/src/V1/OperationMetadata.php',
    'Google\\Cloud\\DataFusion\\V1\\RestartInstanceRequest' => $vendorDir . '/google/cloud/DataFusion/src/V1/RestartInstanceRequest.php',
    'Google\\Cloud\\DataFusion\\V1\\UpdateInstanceRequest' => $vendorDir . '/google/cloud/DataFusion/src/V1/UpdateInstanceRequest.php',
    'Google\\Cloud\\DataFusion\\V1\\Version' => $vendorDir . '/google/cloud/DataFusion/src/V1/Version.php',
    'Google\\Cloud\\DataFusion\\V1\\Version\\Type' => $vendorDir . '/google/cloud/DataFusion/src/V1/Version/Type.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\AnnotatedDataset' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/AnnotatedDataset.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\AnnotatedDatasetMetadata' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/AnnotatedDatasetMetadata.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\Annotation' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/Annotation.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\AnnotationMetadata' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/AnnotationMetadata.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\AnnotationSentiment' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/AnnotationSentiment.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\AnnotationSource' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/AnnotationSource.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\AnnotationSpec' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/AnnotationSpec.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\AnnotationSpecSet' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/AnnotationSpecSet.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\AnnotationType' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/AnnotationType.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\AnnotationValue' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/AnnotationValue.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\Attempt' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/Attempt.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\BigQuerySource' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/BigQuerySource.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\BoundingBoxEvaluationOptions' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/BoundingBoxEvaluationOptions.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\BoundingPoly' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/BoundingPoly.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\BoundingPolyConfig' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/BoundingPolyConfig.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\ClassificationMetadata' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/ClassificationMetadata.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\ClassificationMetrics' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/ClassificationMetrics.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\ConfusionMatrix' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/ConfusionMatrix.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\ConfusionMatrix\\ConfusionMatrixEntry' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/ConfusionMatrix/ConfusionMatrixEntry.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\ConfusionMatrix\\Row' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/ConfusionMatrix/Row.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\ConfusionMatrix_ConfusionMatrixEntry' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/ConfusionMatrix_ConfusionMatrixEntry.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\ConfusionMatrix_Row' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/ConfusionMatrix_Row.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\CreateAnnotationSpecSetRequest' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/CreateAnnotationSpecSetRequest.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\CreateDatasetRequest' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/CreateDatasetRequest.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\CreateEvaluationJobRequest' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/CreateEvaluationJobRequest.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\CreateInstructionMetadata' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/CreateInstructionMetadata.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\CreateInstructionRequest' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/CreateInstructionRequest.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\CsvInstruction' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/CsvInstruction.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\DataItem' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/DataItem.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\DataLabelingServiceClient' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/DataLabelingServiceClient.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\DataLabelingServiceGrpcClient' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/DataLabelingServiceGrpcClient.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\DataType' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/DataType.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\Dataset' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/Dataset.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\DeleteAnnotatedDatasetRequest' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/DeleteAnnotatedDatasetRequest.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\DeleteAnnotationSpecSetRequest' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/DeleteAnnotationSpecSetRequest.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\DeleteDatasetRequest' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/DeleteDatasetRequest.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\DeleteEvaluationJobRequest' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/DeleteEvaluationJobRequest.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\DeleteInstructionRequest' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/DeleteInstructionRequest.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\Evaluation' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/Evaluation.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\EvaluationConfig' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/EvaluationConfig.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\EvaluationJob' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/EvaluationJob.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\EvaluationJobAlertConfig' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/EvaluationJobAlertConfig.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\EvaluationJobConfig' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/EvaluationJobConfig.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\EvaluationJob\\State' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/EvaluationJob/State.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\EvaluationJob_State' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/EvaluationJob_State.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\EvaluationMetrics' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/EvaluationMetrics.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\EventConfig' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/EventConfig.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\Example' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/Example.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\ExportDataOperationMetadata' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/ExportDataOperationMetadata.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\ExportDataOperationResponse' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/ExportDataOperationResponse.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\ExportDataRequest' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/ExportDataRequest.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\Gapic\\DataLabelingServiceGapicClient' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/Gapic/DataLabelingServiceGapicClient.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\GcsDestination' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/GcsDestination.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\GcsFolderDestination' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/GcsFolderDestination.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\GcsSource' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/GcsSource.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\GetAnnotatedDatasetRequest' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/GetAnnotatedDatasetRequest.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\GetAnnotationSpecSetRequest' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/GetAnnotationSpecSetRequest.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\GetDataItemRequest' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/GetDataItemRequest.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\GetDatasetRequest' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/GetDatasetRequest.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\GetEvaluationJobRequest' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/GetEvaluationJobRequest.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\GetEvaluationRequest' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/GetEvaluationRequest.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\GetExampleRequest' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/GetExampleRequest.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\GetInstructionRequest' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/GetInstructionRequest.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\HumanAnnotationConfig' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/HumanAnnotationConfig.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\ImageBoundingPolyAnnotation' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/ImageBoundingPolyAnnotation.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\ImageClassificationAnnotation' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/ImageClassificationAnnotation.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\ImageClassificationConfig' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/ImageClassificationConfig.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\ImagePayload' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/ImagePayload.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\ImagePolylineAnnotation' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/ImagePolylineAnnotation.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\ImageSegmentationAnnotation' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/ImageSegmentationAnnotation.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\ImportDataOperationMetadata' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/ImportDataOperationMetadata.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\ImportDataOperationResponse' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/ImportDataOperationResponse.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\ImportDataRequest' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/ImportDataRequest.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\InputConfig' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/InputConfig.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\Instruction' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/Instruction.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\LabelImageBoundingBoxOperationMetadata' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/LabelImageBoundingBoxOperationMetadata.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\LabelImageBoundingPolyOperationMetadata' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/LabelImageBoundingPolyOperationMetadata.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\LabelImageClassificationOperationMetadata' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/LabelImageClassificationOperationMetadata.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\LabelImageOrientedBoundingBoxOperationMetadata' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/LabelImageOrientedBoundingBoxOperationMetadata.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\LabelImagePolylineOperationMetadata' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/LabelImagePolylineOperationMetadata.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\LabelImageRequest' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/LabelImageRequest.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\LabelImageRequest\\Feature' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/LabelImageRequest/Feature.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\LabelImageRequest_Feature' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/LabelImageRequest_Feature.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\LabelImageSegmentationOperationMetadata' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/LabelImageSegmentationOperationMetadata.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\LabelOperationMetadata' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/LabelOperationMetadata.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\LabelStats' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/LabelStats.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\LabelTextClassificationOperationMetadata' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/LabelTextClassificationOperationMetadata.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\LabelTextEntityExtractionOperationMetadata' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/LabelTextEntityExtractionOperationMetadata.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\LabelTextRequest' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/LabelTextRequest.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\LabelTextRequest\\Feature' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/LabelTextRequest/Feature.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\LabelTextRequest_Feature' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/LabelTextRequest_Feature.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\LabelVideoClassificationOperationMetadata' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/LabelVideoClassificationOperationMetadata.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\LabelVideoEventOperationMetadata' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/LabelVideoEventOperationMetadata.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\LabelVideoObjectDetectionOperationMetadata' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/LabelVideoObjectDetectionOperationMetadata.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\LabelVideoObjectTrackingOperationMetadata' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/LabelVideoObjectTrackingOperationMetadata.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\LabelVideoRequest' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/LabelVideoRequest.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\LabelVideoRequest\\Feature' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/LabelVideoRequest/Feature.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\LabelVideoRequest_Feature' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/LabelVideoRequest_Feature.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\ListAnnotatedDatasetsRequest' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/ListAnnotatedDatasetsRequest.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\ListAnnotatedDatasetsResponse' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/ListAnnotatedDatasetsResponse.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\ListAnnotationSpecSetsRequest' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/ListAnnotationSpecSetsRequest.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\ListAnnotationSpecSetsResponse' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/ListAnnotationSpecSetsResponse.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\ListDataItemsRequest' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/ListDataItemsRequest.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\ListDataItemsResponse' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/ListDataItemsResponse.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\ListDatasetsRequest' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/ListDatasetsRequest.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\ListDatasetsResponse' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/ListDatasetsResponse.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\ListEvaluationJobsRequest' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/ListEvaluationJobsRequest.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\ListEvaluationJobsResponse' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/ListEvaluationJobsResponse.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\ListExamplesRequest' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/ListExamplesRequest.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\ListExamplesResponse' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/ListExamplesResponse.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\ListInstructionsRequest' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/ListInstructionsRequest.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\ListInstructionsResponse' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/ListInstructionsResponse.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\NormalizedBoundingPoly' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/NormalizedBoundingPoly.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\NormalizedPolyline' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/NormalizedPolyline.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\NormalizedVertex' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/NormalizedVertex.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\ObjectDetectionConfig' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/ObjectDetectionConfig.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\ObjectDetectionMetrics' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/ObjectDetectionMetrics.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\ObjectTrackingConfig' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/ObjectTrackingConfig.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\ObjectTrackingFrame' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/ObjectTrackingFrame.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\OperatorMetadata' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/OperatorMetadata.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\OutputConfig' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/OutputConfig.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\PauseEvaluationJobRequest' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/PauseEvaluationJobRequest.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\PdfInstruction' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/PdfInstruction.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\Polyline' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/Polyline.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\PolylineConfig' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/PolylineConfig.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\PrCurve' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/PrCurve.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\PrCurve\\ConfidenceMetricsEntry' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/PrCurve/ConfidenceMetricsEntry.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\PrCurve_ConfidenceMetricsEntry' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/PrCurve_ConfidenceMetricsEntry.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\ResumeEvaluationJobRequest' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/ResumeEvaluationJobRequest.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\SearchEvaluationsRequest' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/SearchEvaluationsRequest.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\SearchEvaluationsResponse' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/SearchEvaluationsResponse.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\SearchExampleComparisonsRequest' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/SearchExampleComparisonsRequest.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\SearchExampleComparisonsResponse' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/SearchExampleComparisonsResponse.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\SearchExampleComparisonsResponse\\ExampleComparison' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/SearchExampleComparisonsResponse/ExampleComparison.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\SearchExampleComparisonsResponse_ExampleComparison' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/SearchExampleComparisonsResponse_ExampleComparison.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\SegmentationConfig' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/SegmentationConfig.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\SentimentConfig' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/SentimentConfig.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\SequentialSegment' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/SequentialSegment.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\StringAggregationType' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/StringAggregationType.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\TextClassificationAnnotation' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/TextClassificationAnnotation.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\TextClassificationConfig' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/TextClassificationConfig.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\TextEntityExtractionAnnotation' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/TextEntityExtractionAnnotation.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\TextEntityExtractionConfig' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/TextEntityExtractionConfig.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\TextMetadata' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/TextMetadata.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\TextPayload' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/TextPayload.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\TimeSegment' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/TimeSegment.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\UpdateEvaluationJobRequest' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/UpdateEvaluationJobRequest.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\Vertex' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/Vertex.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\VideoClassificationAnnotation' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/VideoClassificationAnnotation.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\VideoClassificationConfig' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/VideoClassificationConfig.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\VideoClassificationConfig\\AnnotationSpecSetConfig' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/VideoClassificationConfig/AnnotationSpecSetConfig.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\VideoClassificationConfig_AnnotationSpecSetConfig' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/VideoClassificationConfig_AnnotationSpecSetConfig.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\VideoEventAnnotation' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/VideoEventAnnotation.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\VideoObjectTrackingAnnotation' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/VideoObjectTrackingAnnotation.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\VideoPayload' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/VideoPayload.php',
    'Google\\Cloud\\DataLabeling\\V1beta1\\VideoThumbnail' => $vendorDir . '/google/cloud/DataLabeling/src/V1beta1/VideoThumbnail.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\AutoscalingAlgorithm' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/AutoscalingAlgorithm.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\AutoscalingEvent' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/AutoscalingEvent.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\AutoscalingEvent\\AutoscalingEventType' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/AutoscalingEvent/AutoscalingEventType.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\AutoscalingEvent_AutoscalingEventType' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/AutoscalingEvent_AutoscalingEventType.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\AutoscalingSettings' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/AutoscalingSettings.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\BigQueryIODetails' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/BigQueryIODetails.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\BigTableIODetails' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/BigTableIODetails.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\CheckActiveJobsRequest' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/CheckActiveJobsRequest.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\CheckActiveJobsResponse' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/CheckActiveJobsResponse.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\ComputationTopology' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/ComputationTopology.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\ContainerSpec' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/ContainerSpec.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\CreateJobFromTemplateRequest' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/CreateJobFromTemplateRequest.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\CreateJobRequest' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/CreateJobRequest.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\CustomSourceLocation' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/CustomSourceLocation.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\DataDiskAssignment' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/DataDiskAssignment.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\DatastoreIODetails' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/DatastoreIODetails.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\DebugOptions' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/DebugOptions.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\DefaultPackageSet' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/DefaultPackageSet.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\DeleteSnapshotRequest' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/DeleteSnapshotRequest.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\DeleteSnapshotResponse' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/DeleteSnapshotResponse.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\Disk' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/Disk.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\DisplayData' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/DisplayData.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\DynamicTemplateLaunchParams' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/DynamicTemplateLaunchParams.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\Environment' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/Environment.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\ExecutionStageState' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/ExecutionStageState.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\ExecutionStageSummary' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/ExecutionStageSummary.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\ExecutionStageSummary\\ComponentSource' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/ExecutionStageSummary/ComponentSource.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\ExecutionStageSummary\\ComponentTransform' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/ExecutionStageSummary/ComponentTransform.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\ExecutionStageSummary\\StageSource' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/ExecutionStageSummary/StageSource.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\ExecutionStageSummary_ComponentSource' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/ExecutionStageSummary_ComponentSource.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\ExecutionStageSummary_ComponentTransform' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/ExecutionStageSummary_ComponentTransform.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\ExecutionStageSummary_StageSource' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/ExecutionStageSummary_StageSource.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\ExecutionState' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/ExecutionState.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\FailedLocation' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/FailedLocation.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\FileIODetails' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/FileIODetails.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\FlexResourceSchedulingGoal' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/FlexResourceSchedulingGoal.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\FlexTemplateRuntimeEnvironment' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/FlexTemplateRuntimeEnvironment.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\FlexTemplatesServiceClient' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/FlexTemplatesServiceClient.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\FlexTemplatesServiceGrpcClient' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/FlexTemplatesServiceGrpcClient.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\Gapic\\FlexTemplatesServiceGapicClient' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/Gapic/FlexTemplatesServiceGapicClient.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\Gapic\\JobsV1Beta3GapicClient' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/Gapic/JobsV1Beta3GapicClient.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\Gapic\\MessagesV1Beta3GapicClient' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/Gapic/MessagesV1Beta3GapicClient.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\Gapic\\MetricsV1Beta3GapicClient' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/Gapic/MetricsV1Beta3GapicClient.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\Gapic\\SnapshotsV1Beta3GapicClient' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/Gapic/SnapshotsV1Beta3GapicClient.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\Gapic\\TemplatesServiceGapicClient' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/Gapic/TemplatesServiceGapicClient.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\GetJobExecutionDetailsRequest' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/GetJobExecutionDetailsRequest.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\GetJobMetricsRequest' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/GetJobMetricsRequest.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\GetJobRequest' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/GetJobRequest.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\GetSnapshotRequest' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/GetSnapshotRequest.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\GetStageExecutionDetailsRequest' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/GetStageExecutionDetailsRequest.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\GetTemplateRequest' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/GetTemplateRequest.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\GetTemplateRequest\\TemplateView' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/GetTemplateRequest/TemplateView.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\GetTemplateRequest_TemplateView' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/GetTemplateRequest_TemplateView.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\GetTemplateResponse' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/GetTemplateResponse.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\GetTemplateResponse\\TemplateType' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/GetTemplateResponse/TemplateType.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\GetTemplateResponse_TemplateType' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/GetTemplateResponse_TemplateType.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\InvalidTemplateParameters' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/InvalidTemplateParameters.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\InvalidTemplateParameters\\ParameterViolation' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/InvalidTemplateParameters/ParameterViolation.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\InvalidTemplateParameters_ParameterViolation' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/InvalidTemplateParameters_ParameterViolation.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\Job' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/Job.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\JobExecutionDetails' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/JobExecutionDetails.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\JobExecutionInfo' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/JobExecutionInfo.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\JobExecutionStageInfo' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/JobExecutionStageInfo.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\JobMessage' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/JobMessage.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\JobMessageImportance' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/JobMessageImportance.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\JobMetadata' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/JobMetadata.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\JobMetrics' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/JobMetrics.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\JobState' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/JobState.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\JobType' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/JobType.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\JobView' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/JobView.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\JobsV1Beta3Client' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/JobsV1Beta3Client.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\JobsV1Beta3GrpcClient' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/JobsV1Beta3GrpcClient.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\KeyRangeDataDiskAssignment' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/KeyRangeDataDiskAssignment.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\KeyRangeLocation' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/KeyRangeLocation.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\KindType' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/KindType.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\LaunchFlexTemplateParameter' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/LaunchFlexTemplateParameter.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\LaunchFlexTemplateRequest' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/LaunchFlexTemplateRequest.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\LaunchFlexTemplateResponse' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/LaunchFlexTemplateResponse.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\LaunchTemplateParameters' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/LaunchTemplateParameters.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\LaunchTemplateRequest' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/LaunchTemplateRequest.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\LaunchTemplateResponse' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/LaunchTemplateResponse.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\ListJobMessagesRequest' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/ListJobMessagesRequest.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\ListJobMessagesResponse' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/ListJobMessagesResponse.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\ListJobsRequest' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/ListJobsRequest.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\ListJobsRequest\\Filter' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/ListJobsRequest/Filter.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\ListJobsRequest_Filter' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/ListJobsRequest_Filter.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\ListJobsResponse' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/ListJobsResponse.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\ListSnapshotsRequest' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/ListSnapshotsRequest.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\ListSnapshotsResponse' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/ListSnapshotsResponse.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\MessagesV1Beta3Client' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/MessagesV1Beta3Client.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\MessagesV1Beta3GrpcClient' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/MessagesV1Beta3GrpcClient.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\MetricStructuredName' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/MetricStructuredName.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\MetricUpdate' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/MetricUpdate.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\MetricsV1Beta3Client' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/MetricsV1Beta3Client.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\MetricsV1Beta3GrpcClient' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/MetricsV1Beta3GrpcClient.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\MountedDataDisk' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/MountedDataDisk.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\Package' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/Package.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\ParameterMetadata' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/ParameterMetadata.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\ParameterType' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/ParameterType.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\PipelineDescription' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/PipelineDescription.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\ProgressTimeseries' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/ProgressTimeseries.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\ProgressTimeseries\\Point' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/ProgressTimeseries/Point.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\ProgressTimeseries_Point' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/ProgressTimeseries_Point.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\PubSubIODetails' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/PubSubIODetails.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\PubsubLocation' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/PubsubLocation.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\PubsubSnapshotMetadata' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/PubsubSnapshotMetadata.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\RuntimeEnvironment' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/RuntimeEnvironment.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\RuntimeMetadata' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/RuntimeMetadata.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\SDKInfo' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/SDKInfo.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\SDKInfo\\Language' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/SDKInfo/Language.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\SDKInfo_Language' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/SDKInfo_Language.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\SdkHarnessContainerImage' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/SdkHarnessContainerImage.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\SdkVersion' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/SdkVersion.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\SdkVersion\\SdkSupportStatus' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/SdkVersion/SdkSupportStatus.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\SdkVersion_SdkSupportStatus' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/SdkVersion_SdkSupportStatus.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\ShuffleMode' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/ShuffleMode.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\Snapshot' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/Snapshot.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\SnapshotJobRequest' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/SnapshotJobRequest.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\SnapshotState' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/SnapshotState.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\SnapshotsV1Beta3Client' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/SnapshotsV1Beta3Client.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\SnapshotsV1Beta3GrpcClient' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/SnapshotsV1Beta3GrpcClient.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\SpannerIODetails' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/SpannerIODetails.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\StageExecutionDetails' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/StageExecutionDetails.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\StageSummary' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/StageSummary.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\StateFamilyConfig' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/StateFamilyConfig.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\Step' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/Step.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\StreamLocation' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/StreamLocation.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\StreamingApplianceSnapshotConfig' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/StreamingApplianceSnapshotConfig.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\StreamingComputationRanges' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/StreamingComputationRanges.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\StreamingSideInputLocation' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/StreamingSideInputLocation.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\StreamingStageLocation' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/StreamingStageLocation.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\StructuredMessage' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/StructuredMessage.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\StructuredMessage\\Parameter' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/StructuredMessage/Parameter.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\StructuredMessage_Parameter' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/StructuredMessage_Parameter.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\TaskRunnerSettings' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/TaskRunnerSettings.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\TeardownPolicy' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/TeardownPolicy.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\TemplateMetadata' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/TemplateMetadata.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\TemplatesServiceClient' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/TemplatesServiceClient.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\TemplatesServiceGrpcClient' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/TemplatesServiceGrpcClient.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\TopologyConfig' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/TopologyConfig.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\TransformSummary' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/TransformSummary.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\UpdateJobRequest' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/UpdateJobRequest.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\WorkItemDetails' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/WorkItemDetails.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\WorkerDetails' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/WorkerDetails.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\WorkerIPAddressConfiguration' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/WorkerIPAddressConfiguration.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\WorkerPool' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/WorkerPool.php',
    'Google\\Cloud\\Dataflow\\V1beta3\\WorkerSettings' => $vendorDir . '/google/cloud/Dataflow/src/V1beta3/WorkerSettings.php',
    'Google\\Cloud\\Dataform\\V1beta1\\CancelWorkflowInvocationRequest' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/CancelWorkflowInvocationRequest.php',
    'Google\\Cloud\\Dataform\\V1beta1\\CommitAuthor' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/CommitAuthor.php',
    'Google\\Cloud\\Dataform\\V1beta1\\CommitWorkspaceChangesRequest' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/CommitWorkspaceChangesRequest.php',
    'Google\\Cloud\\Dataform\\V1beta1\\CompilationResult' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/CompilationResult.php',
    'Google\\Cloud\\Dataform\\V1beta1\\CompilationResultAction' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/CompilationResultAction.php',
    'Google\\Cloud\\Dataform\\V1beta1\\CompilationResultAction\\Assertion' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/CompilationResultAction/Assertion.php',
    'Google\\Cloud\\Dataform\\V1beta1\\CompilationResultAction\\Declaration' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/CompilationResultAction/Declaration.php',
    'Google\\Cloud\\Dataform\\V1beta1\\CompilationResultAction\\Operations' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/CompilationResultAction/Operations.php',
    'Google\\Cloud\\Dataform\\V1beta1\\CompilationResultAction\\Relation' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/CompilationResultAction/Relation.php',
    'Google\\Cloud\\Dataform\\V1beta1\\CompilationResultAction\\Relation\\IncrementalTableConfig' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/CompilationResultAction/Relation/IncrementalTableConfig.php',
    'Google\\Cloud\\Dataform\\V1beta1\\CompilationResultAction\\Relation\\RelationType' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/CompilationResultAction/Relation/RelationType.php',
    'Google\\Cloud\\Dataform\\V1beta1\\CompilationResult\\CodeCompilationConfig' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/CompilationResult/CodeCompilationConfig.php',
    'Google\\Cloud\\Dataform\\V1beta1\\CompilationResult\\CompilationError' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/CompilationResult/CompilationError.php',
    'Google\\Cloud\\Dataform\\V1beta1\\CreateCompilationResultRequest' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/CreateCompilationResultRequest.php',
    'Google\\Cloud\\Dataform\\V1beta1\\CreateRepositoryRequest' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/CreateRepositoryRequest.php',
    'Google\\Cloud\\Dataform\\V1beta1\\CreateWorkflowInvocationRequest' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/CreateWorkflowInvocationRequest.php',
    'Google\\Cloud\\Dataform\\V1beta1\\CreateWorkspaceRequest' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/CreateWorkspaceRequest.php',
    'Google\\Cloud\\Dataform\\V1beta1\\DataformClient' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/DataformClient.php',
    'Google\\Cloud\\Dataform\\V1beta1\\DeleteRepositoryRequest' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/DeleteRepositoryRequest.php',
    'Google\\Cloud\\Dataform\\V1beta1\\DeleteWorkflowInvocationRequest' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/DeleteWorkflowInvocationRequest.php',
    'Google\\Cloud\\Dataform\\V1beta1\\DeleteWorkspaceRequest' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/DeleteWorkspaceRequest.php',
    'Google\\Cloud\\Dataform\\V1beta1\\FetchFileDiffRequest' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/FetchFileDiffRequest.php',
    'Google\\Cloud\\Dataform\\V1beta1\\FetchFileDiffResponse' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/FetchFileDiffResponse.php',
    'Google\\Cloud\\Dataform\\V1beta1\\FetchFileGitStatusesRequest' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/FetchFileGitStatusesRequest.php',
    'Google\\Cloud\\Dataform\\V1beta1\\FetchFileGitStatusesResponse' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/FetchFileGitStatusesResponse.php',
    'Google\\Cloud\\Dataform\\V1beta1\\FetchFileGitStatusesResponse\\UncommittedFileChange' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/FetchFileGitStatusesResponse/UncommittedFileChange.php',
    'Google\\Cloud\\Dataform\\V1beta1\\FetchFileGitStatusesResponse\\UncommittedFileChange\\State' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/FetchFileGitStatusesResponse/UncommittedFileChange/State.php',
    'Google\\Cloud\\Dataform\\V1beta1\\FetchGitAheadBehindRequest' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/FetchGitAheadBehindRequest.php',
    'Google\\Cloud\\Dataform\\V1beta1\\FetchGitAheadBehindResponse' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/FetchGitAheadBehindResponse.php',
    'Google\\Cloud\\Dataform\\V1beta1\\FetchRemoteBranchesRequest' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/FetchRemoteBranchesRequest.php',
    'Google\\Cloud\\Dataform\\V1beta1\\FetchRemoteBranchesResponse' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/FetchRemoteBranchesResponse.php',
    'Google\\Cloud\\Dataform\\V1beta1\\Gapic\\DataformGapicClient' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/Gapic/DataformGapicClient.php',
    'Google\\Cloud\\Dataform\\V1beta1\\GetCompilationResultRequest' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/GetCompilationResultRequest.php',
    'Google\\Cloud\\Dataform\\V1beta1\\GetRepositoryRequest' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/GetRepositoryRequest.php',
    'Google\\Cloud\\Dataform\\V1beta1\\GetWorkflowInvocationRequest' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/GetWorkflowInvocationRequest.php',
    'Google\\Cloud\\Dataform\\V1beta1\\GetWorkspaceRequest' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/GetWorkspaceRequest.php',
    'Google\\Cloud\\Dataform\\V1beta1\\InstallNpmPackagesRequest' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/InstallNpmPackagesRequest.php',
    'Google\\Cloud\\Dataform\\V1beta1\\InstallNpmPackagesResponse' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/InstallNpmPackagesResponse.php',
    'Google\\Cloud\\Dataform\\V1beta1\\ListCompilationResultsRequest' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/ListCompilationResultsRequest.php',
    'Google\\Cloud\\Dataform\\V1beta1\\ListCompilationResultsResponse' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/ListCompilationResultsResponse.php',
    'Google\\Cloud\\Dataform\\V1beta1\\ListRepositoriesRequest' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/ListRepositoriesRequest.php',
    'Google\\Cloud\\Dataform\\V1beta1\\ListRepositoriesResponse' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/ListRepositoriesResponse.php',
    'Google\\Cloud\\Dataform\\V1beta1\\ListWorkflowInvocationsRequest' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/ListWorkflowInvocationsRequest.php',
    'Google\\Cloud\\Dataform\\V1beta1\\ListWorkflowInvocationsResponse' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/ListWorkflowInvocationsResponse.php',
    'Google\\Cloud\\Dataform\\V1beta1\\ListWorkspacesRequest' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/ListWorkspacesRequest.php',
    'Google\\Cloud\\Dataform\\V1beta1\\ListWorkspacesResponse' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/ListWorkspacesResponse.php',
    'Google\\Cloud\\Dataform\\V1beta1\\MakeDirectoryRequest' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/MakeDirectoryRequest.php',
    'Google\\Cloud\\Dataform\\V1beta1\\MakeDirectoryResponse' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/MakeDirectoryResponse.php',
    'Google\\Cloud\\Dataform\\V1beta1\\MoveDirectoryRequest' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/MoveDirectoryRequest.php',
    'Google\\Cloud\\Dataform\\V1beta1\\MoveDirectoryResponse' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/MoveDirectoryResponse.php',
    'Google\\Cloud\\Dataform\\V1beta1\\MoveFileRequest' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/MoveFileRequest.php',
    'Google\\Cloud\\Dataform\\V1beta1\\MoveFileResponse' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/MoveFileResponse.php',
    'Google\\Cloud\\Dataform\\V1beta1\\PullGitCommitsRequest' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/PullGitCommitsRequest.php',
    'Google\\Cloud\\Dataform\\V1beta1\\PushGitCommitsRequest' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/PushGitCommitsRequest.php',
    'Google\\Cloud\\Dataform\\V1beta1\\QueryCompilationResultActionsRequest' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/QueryCompilationResultActionsRequest.php',
    'Google\\Cloud\\Dataform\\V1beta1\\QueryCompilationResultActionsResponse' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/QueryCompilationResultActionsResponse.php',
    'Google\\Cloud\\Dataform\\V1beta1\\QueryDirectoryContentsRequest' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/QueryDirectoryContentsRequest.php',
    'Google\\Cloud\\Dataform\\V1beta1\\QueryDirectoryContentsResponse' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/QueryDirectoryContentsResponse.php',
    'Google\\Cloud\\Dataform\\V1beta1\\QueryDirectoryContentsResponse\\DirectoryEntry' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/QueryDirectoryContentsResponse/DirectoryEntry.php',
    'Google\\Cloud\\Dataform\\V1beta1\\QueryWorkflowInvocationActionsRequest' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/QueryWorkflowInvocationActionsRequest.php',
    'Google\\Cloud\\Dataform\\V1beta1\\QueryWorkflowInvocationActionsResponse' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/QueryWorkflowInvocationActionsResponse.php',
    'Google\\Cloud\\Dataform\\V1beta1\\ReadFileRequest' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/ReadFileRequest.php',
    'Google\\Cloud\\Dataform\\V1beta1\\ReadFileResponse' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/ReadFileResponse.php',
    'Google\\Cloud\\Dataform\\V1beta1\\RelationDescriptor' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/RelationDescriptor.php',
    'Google\\Cloud\\Dataform\\V1beta1\\RelationDescriptor\\ColumnDescriptor' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/RelationDescriptor/ColumnDescriptor.php',
    'Google\\Cloud\\Dataform\\V1beta1\\RemoveDirectoryRequest' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/RemoveDirectoryRequest.php',
    'Google\\Cloud\\Dataform\\V1beta1\\RemoveFileRequest' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/RemoveFileRequest.php',
    'Google\\Cloud\\Dataform\\V1beta1\\Repository' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/Repository.php',
    'Google\\Cloud\\Dataform\\V1beta1\\Repository\\GitRemoteSettings' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/Repository/GitRemoteSettings.php',
    'Google\\Cloud\\Dataform\\V1beta1\\Repository\\GitRemoteSettings\\TokenStatus' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/Repository/GitRemoteSettings/TokenStatus.php',
    'Google\\Cloud\\Dataform\\V1beta1\\ResetWorkspaceChangesRequest' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/ResetWorkspaceChangesRequest.php',
    'Google\\Cloud\\Dataform\\V1beta1\\Target' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/Target.php',
    'Google\\Cloud\\Dataform\\V1beta1\\UpdateRepositoryRequest' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/UpdateRepositoryRequest.php',
    'Google\\Cloud\\Dataform\\V1beta1\\WorkflowInvocation' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/WorkflowInvocation.php',
    'Google\\Cloud\\Dataform\\V1beta1\\WorkflowInvocationAction' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/WorkflowInvocationAction.php',
    'Google\\Cloud\\Dataform\\V1beta1\\WorkflowInvocationAction\\BigQueryAction' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/WorkflowInvocationAction/BigQueryAction.php',
    'Google\\Cloud\\Dataform\\V1beta1\\WorkflowInvocationAction\\State' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/WorkflowInvocationAction/State.php',
    'Google\\Cloud\\Dataform\\V1beta1\\WorkflowInvocation\\InvocationConfig' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/WorkflowInvocation/InvocationConfig.php',
    'Google\\Cloud\\Dataform\\V1beta1\\WorkflowInvocation\\State' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/WorkflowInvocation/State.php',
    'Google\\Cloud\\Dataform\\V1beta1\\Workspace' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/Workspace.php',
    'Google\\Cloud\\Dataform\\V1beta1\\WriteFileRequest' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/WriteFileRequest.php',
    'Google\\Cloud\\Dataform\\V1beta1\\WriteFileResponse' => $vendorDir . '/google/cloud/Dataform/src/V1beta1/WriteFileResponse.php',
    'Google\\Cloud\\Dataplex\\V1\\Action' => $vendorDir . '/google/cloud/Dataplex/src/V1/Action.php',
    'Google\\Cloud\\Dataplex\\V1\\Action\\Category' => $vendorDir . '/google/cloud/Dataplex/src/V1/Action/Category.php',
    'Google\\Cloud\\Dataplex\\V1\\Action\\FailedSecurityPolicyApply' => $vendorDir . '/google/cloud/Dataplex/src/V1/Action/FailedSecurityPolicyApply.php',
    'Google\\Cloud\\Dataplex\\V1\\Action\\IncompatibleDataSchema' => $vendorDir . '/google/cloud/Dataplex/src/V1/Action/IncompatibleDataSchema.php',
    'Google\\Cloud\\Dataplex\\V1\\Action\\IncompatibleDataSchema\\SchemaChange' => $vendorDir . '/google/cloud/Dataplex/src/V1/Action/IncompatibleDataSchema/SchemaChange.php',
    'Google\\Cloud\\Dataplex\\V1\\Action\\InvalidDataFormat' => $vendorDir . '/google/cloud/Dataplex/src/V1/Action/InvalidDataFormat.php',
    'Google\\Cloud\\Dataplex\\V1\\Action\\InvalidDataOrganization' => $vendorDir . '/google/cloud/Dataplex/src/V1/Action/InvalidDataOrganization.php',
    'Google\\Cloud\\Dataplex\\V1\\Action\\InvalidDataPartition' => $vendorDir . '/google/cloud/Dataplex/src/V1/Action/InvalidDataPartition.php',
    'Google\\Cloud\\Dataplex\\V1\\Action\\InvalidDataPartition\\PartitionStructure' => $vendorDir . '/google/cloud/Dataplex/src/V1/Action/InvalidDataPartition/PartitionStructure.php',
    'Google\\Cloud\\Dataplex\\V1\\Action\\MissingData' => $vendorDir . '/google/cloud/Dataplex/src/V1/Action/MissingData.php',
    'Google\\Cloud\\Dataplex\\V1\\Action\\MissingResource' => $vendorDir . '/google/cloud/Dataplex/src/V1/Action/MissingResource.php',
    'Google\\Cloud\\Dataplex\\V1\\Action\\UnauthorizedResource' => $vendorDir . '/google/cloud/Dataplex/src/V1/Action/UnauthorizedResource.php',
    'Google\\Cloud\\Dataplex\\V1\\Asset' => $vendorDir . '/google/cloud/Dataplex/src/V1/Asset.php',
    'Google\\Cloud\\Dataplex\\V1\\AssetStatus' => $vendorDir . '/google/cloud/Dataplex/src/V1/AssetStatus.php',
    'Google\\Cloud\\Dataplex\\V1\\Asset\\DiscoverySpec' => $vendorDir . '/google/cloud/Dataplex/src/V1/Asset/DiscoverySpec.php',
    'Google\\Cloud\\Dataplex\\V1\\Asset\\DiscoverySpec\\CsvOptions' => $vendorDir . '/google/cloud/Dataplex/src/V1/Asset/DiscoverySpec/CsvOptions.php',
    'Google\\Cloud\\Dataplex\\V1\\Asset\\DiscoverySpec\\JsonOptions' => $vendorDir . '/google/cloud/Dataplex/src/V1/Asset/DiscoverySpec/JsonOptions.php',
    'Google\\Cloud\\Dataplex\\V1\\Asset\\DiscoveryStatus' => $vendorDir . '/google/cloud/Dataplex/src/V1/Asset/DiscoveryStatus.php',
    'Google\\Cloud\\Dataplex\\V1\\Asset\\DiscoveryStatus\\State' => $vendorDir . '/google/cloud/Dataplex/src/V1/Asset/DiscoveryStatus/State.php',
    'Google\\Cloud\\Dataplex\\V1\\Asset\\DiscoveryStatus\\Stats' => $vendorDir . '/google/cloud/Dataplex/src/V1/Asset/DiscoveryStatus/Stats.php',
    'Google\\Cloud\\Dataplex\\V1\\Asset\\ResourceSpec' => $vendorDir . '/google/cloud/Dataplex/src/V1/Asset/ResourceSpec.php',
    'Google\\Cloud\\Dataplex\\V1\\Asset\\ResourceSpec\\Type' => $vendorDir . '/google/cloud/Dataplex/src/V1/Asset/ResourceSpec/Type.php',
    'Google\\Cloud\\Dataplex\\V1\\Asset\\ResourceStatus' => $vendorDir . '/google/cloud/Dataplex/src/V1/Asset/ResourceStatus.php',
    'Google\\Cloud\\Dataplex\\V1\\Asset\\ResourceStatus\\State' => $vendorDir . '/google/cloud/Dataplex/src/V1/Asset/ResourceStatus/State.php',
    'Google\\Cloud\\Dataplex\\V1\\Asset\\SecurityStatus' => $vendorDir . '/google/cloud/Dataplex/src/V1/Asset/SecurityStatus.php',
    'Google\\Cloud\\Dataplex\\V1\\Asset\\SecurityStatus\\State' => $vendorDir . '/google/cloud/Dataplex/src/V1/Asset/SecurityStatus/State.php',
    'Google\\Cloud\\Dataplex\\V1\\CancelJobRequest' => $vendorDir . '/google/cloud/Dataplex/src/V1/CancelJobRequest.php',
    'Google\\Cloud\\Dataplex\\V1\\Content' => $vendorDir . '/google/cloud/Dataplex/src/V1/Content.php',
    'Google\\Cloud\\Dataplex\\V1\\ContentServiceClient' => $vendorDir . '/google/cloud/Dataplex/src/V1/ContentServiceClient.php',
    'Google\\Cloud\\Dataplex\\V1\\ContentServiceGrpcClient' => $vendorDir . '/google/cloud/Dataplex/src/V1/ContentServiceGrpcClient.php',
    'Google\\Cloud\\Dataplex\\V1\\Content\\Notebook' => $vendorDir . '/google/cloud/Dataplex/src/V1/Content/Notebook.php',
    'Google\\Cloud\\Dataplex\\V1\\Content\\Notebook\\KernelType' => $vendorDir . '/google/cloud/Dataplex/src/V1/Content/Notebook/KernelType.php',
    'Google\\Cloud\\Dataplex\\V1\\Content\\SqlScript' => $vendorDir . '/google/cloud/Dataplex/src/V1/Content/SqlScript.php',
    'Google\\Cloud\\Dataplex\\V1\\Content\\SqlScript\\QueryEngine' => $vendorDir . '/google/cloud/Dataplex/src/V1/Content/SqlScript/QueryEngine.php',
    'Google\\Cloud\\Dataplex\\V1\\CreateAssetRequest' => $vendorDir . '/google/cloud/Dataplex/src/V1/CreateAssetRequest.php',
    'Google\\Cloud\\Dataplex\\V1\\CreateContentRequest' => $vendorDir . '/google/cloud/Dataplex/src/V1/CreateContentRequest.php',
    'Google\\Cloud\\Dataplex\\V1\\CreateDataScanRequest' => $vendorDir . '/google/cloud/Dataplex/src/V1/CreateDataScanRequest.php',
    'Google\\Cloud\\Dataplex\\V1\\CreateEntityRequest' => $vendorDir . '/google/cloud/Dataplex/src/V1/CreateEntityRequest.php',
    'Google\\Cloud\\Dataplex\\V1\\CreateEnvironmentRequest' => $vendorDir . '/google/cloud/Dataplex/src/V1/CreateEnvironmentRequest.php',
    'Google\\Cloud\\Dataplex\\V1\\CreateLakeRequest' => $vendorDir . '/google/cloud/Dataplex/src/V1/CreateLakeRequest.php',
    'Google\\Cloud\\Dataplex\\V1\\CreatePartitionRequest' => $vendorDir . '/google/cloud/Dataplex/src/V1/CreatePartitionRequest.php',
    'Google\\Cloud\\Dataplex\\V1\\CreateTaskRequest' => $vendorDir . '/google/cloud/Dataplex/src/V1/CreateTaskRequest.php',
    'Google\\Cloud\\Dataplex\\V1\\CreateZoneRequest' => $vendorDir . '/google/cloud/Dataplex/src/V1/CreateZoneRequest.php',
    'Google\\Cloud\\Dataplex\\V1\\DataProfileResult' => $vendorDir . '/google/cloud/Dataplex/src/V1/DataProfileResult.php',
    'Google\\Cloud\\Dataplex\\V1\\DataProfileResult\\Profile' => $vendorDir . '/google/cloud/Dataplex/src/V1/DataProfileResult/Profile.php',
    'Google\\Cloud\\Dataplex\\V1\\DataProfileResult\\Profile\\Field' => $vendorDir . '/google/cloud/Dataplex/src/V1/DataProfileResult/Profile/Field.php',
    'Google\\Cloud\\Dataplex\\V1\\DataProfileResult\\Profile\\Field\\ProfileInfo' => $vendorDir . '/google/cloud/Dataplex/src/V1/DataProfileResult/Profile/Field/ProfileInfo.php',
    'Google\\Cloud\\Dataplex\\V1\\DataProfileResult\\Profile\\Field\\ProfileInfo\\DoubleFieldInfo' => $vendorDir . '/google/cloud/Dataplex/src/V1/DataProfileResult/Profile/Field/ProfileInfo/DoubleFieldInfo.php',
    'Google\\Cloud\\Dataplex\\V1\\DataProfileResult\\Profile\\Field\\ProfileInfo\\IntegerFieldInfo' => $vendorDir . '/google/cloud/Dataplex/src/V1/DataProfileResult/Profile/Field/ProfileInfo/IntegerFieldInfo.php',
    'Google\\Cloud\\Dataplex\\V1\\DataProfileResult\\Profile\\Field\\ProfileInfo\\StringFieldInfo' => $vendorDir . '/google/cloud/Dataplex/src/V1/DataProfileResult/Profile/Field/ProfileInfo/StringFieldInfo.php',
    'Google\\Cloud\\Dataplex\\V1\\DataProfileResult\\Profile\\Field\\ProfileInfo\\TopNValue' => $vendorDir . '/google/cloud/Dataplex/src/V1/DataProfileResult/Profile/Field/ProfileInfo/TopNValue.php',
    'Google\\Cloud\\Dataplex\\V1\\DataProfileSpec' => $vendorDir . '/google/cloud/Dataplex/src/V1/DataProfileSpec.php',
    'Google\\Cloud\\Dataplex\\V1\\DataQualityDimensionResult' => $vendorDir . '/google/cloud/Dataplex/src/V1/DataQualityDimensionResult.php',
    'Google\\Cloud\\Dataplex\\V1\\DataQualityResult' => $vendorDir . '/google/cloud/Dataplex/src/V1/DataQualityResult.php',
    'Google\\Cloud\\Dataplex\\V1\\DataQualityRule' => $vendorDir . '/google/cloud/Dataplex/src/V1/DataQualityRule.php',
    'Google\\Cloud\\Dataplex\\V1\\DataQualityRuleResult' => $vendorDir . '/google/cloud/Dataplex/src/V1/DataQualityRuleResult.php',
    'Google\\Cloud\\Dataplex\\V1\\DataQualityRule\\NonNullExpectation' => $vendorDir . '/google/cloud/Dataplex/src/V1/DataQualityRule/NonNullExpectation.php',
    'Google\\Cloud\\Dataplex\\V1\\DataQualityRule\\RangeExpectation' => $vendorDir . '/google/cloud/Dataplex/src/V1/DataQualityRule/RangeExpectation.php',
    'Google\\Cloud\\Dataplex\\V1\\DataQualityRule\\RegexExpectation' => $vendorDir . '/google/cloud/Dataplex/src/V1/DataQualityRule/RegexExpectation.php',
    'Google\\Cloud\\Dataplex\\V1\\DataQualityRule\\RowConditionExpectation' => $vendorDir . '/google/cloud/Dataplex/src/V1/DataQualityRule/RowConditionExpectation.php',
    'Google\\Cloud\\Dataplex\\V1\\DataQualityRule\\SetExpectation' => $vendorDir . '/google/cloud/Dataplex/src/V1/DataQualityRule/SetExpectation.php',
    'Google\\Cloud\\Dataplex\\V1\\DataQualityRule\\StatisticRangeExpectation' => $vendorDir . '/google/cloud/Dataplex/src/V1/DataQualityRule/StatisticRangeExpectation.php',
    'Google\\Cloud\\Dataplex\\V1\\DataQualityRule\\StatisticRangeExpectation\\ColumnStatistic' => $vendorDir . '/google/cloud/Dataplex/src/V1/DataQualityRule/StatisticRangeExpectation/ColumnStatistic.php',
    'Google\\Cloud\\Dataplex\\V1\\DataQualityRule\\TableConditionExpectation' => $vendorDir . '/google/cloud/Dataplex/src/V1/DataQualityRule/TableConditionExpectation.php',
    'Google\\Cloud\\Dataplex\\V1\\DataQualityRule\\UniquenessExpectation' => $vendorDir . '/google/cloud/Dataplex/src/V1/DataQualityRule/UniquenessExpectation.php',
    'Google\\Cloud\\Dataplex\\V1\\DataQualitySpec' => $vendorDir . '/google/cloud/Dataplex/src/V1/DataQualitySpec.php',
    'Google\\Cloud\\Dataplex\\V1\\DataScan' => $vendorDir . '/google/cloud/Dataplex/src/V1/DataScan.php',
    'Google\\Cloud\\Dataplex\\V1\\DataScanEvent' => $vendorDir . '/google/cloud/Dataplex/src/V1/DataScanEvent.php',
    'Google\\Cloud\\Dataplex\\V1\\DataScanEvent\\DataProfileResult' => $vendorDir . '/google/cloud/Dataplex/src/V1/DataScanEvent/DataProfileResult.php',
    'Google\\Cloud\\Dataplex\\V1\\DataScanEvent\\DataQualityResult' => $vendorDir . '/google/cloud/Dataplex/src/V1/DataScanEvent/DataQualityResult.php',
    'Google\\Cloud\\Dataplex\\V1\\DataScanEvent\\ScanType' => $vendorDir . '/google/cloud/Dataplex/src/V1/DataScanEvent/ScanType.php',
    'Google\\Cloud\\Dataplex\\V1\\DataScanEvent\\Scope' => $vendorDir . '/google/cloud/Dataplex/src/V1/DataScanEvent/Scope.php',
    'Google\\Cloud\\Dataplex\\V1\\DataScanEvent\\State' => $vendorDir . '/google/cloud/Dataplex/src/V1/DataScanEvent/State.php',
    'Google\\Cloud\\Dataplex\\V1\\DataScanEvent\\Trigger' => $vendorDir . '/google/cloud/Dataplex/src/V1/DataScanEvent/Trigger.php',
    'Google\\Cloud\\Dataplex\\V1\\DataScanJob' => $vendorDir . '/google/cloud/Dataplex/src/V1/DataScanJob.php',
    'Google\\Cloud\\Dataplex\\V1\\DataScanJob\\State' => $vendorDir . '/google/cloud/Dataplex/src/V1/DataScanJob/State.php',
    'Google\\Cloud\\Dataplex\\V1\\DataScanServiceClient' => $vendorDir . '/google/cloud/Dataplex/src/V1/DataScanServiceClient.php',
    'Google\\Cloud\\Dataplex\\V1\\DataScanServiceGrpcClient' => $vendorDir . '/google/cloud/Dataplex/src/V1/DataScanServiceGrpcClient.php',
    'Google\\Cloud\\Dataplex\\V1\\DataScanType' => $vendorDir . '/google/cloud/Dataplex/src/V1/DataScanType.php',
    'Google\\Cloud\\Dataplex\\V1\\DataScan\\ExecutionSpec' => $vendorDir . '/google/cloud/Dataplex/src/V1/DataScan/ExecutionSpec.php',
    'Google\\Cloud\\Dataplex\\V1\\DataScan\\ExecutionStatus' => $vendorDir . '/google/cloud/Dataplex/src/V1/DataScan/ExecutionStatus.php',
    'Google\\Cloud\\Dataplex\\V1\\DataSource' => $vendorDir . '/google/cloud/Dataplex/src/V1/DataSource.php',
    'Google\\Cloud\\Dataplex\\V1\\DataplexServiceClient' => $vendorDir . '/google/cloud/Dataplex/src/V1/DataplexServiceClient.php',
    'Google\\Cloud\\Dataplex\\V1\\DataplexServiceGrpcClient' => $vendorDir . '/google/cloud/Dataplex/src/V1/DataplexServiceGrpcClient.php',
    'Google\\Cloud\\Dataplex\\V1\\DeleteAssetRequest' => $vendorDir . '/google/cloud/Dataplex/src/V1/DeleteAssetRequest.php',
    'Google\\Cloud\\Dataplex\\V1\\DeleteContentRequest' => $vendorDir . '/google/cloud/Dataplex/src/V1/DeleteContentRequest.php',
    'Google\\Cloud\\Dataplex\\V1\\DeleteDataScanRequest' => $vendorDir . '/google/cloud/Dataplex/src/V1/DeleteDataScanRequest.php',
    'Google\\Cloud\\Dataplex\\V1\\DeleteEntityRequest' => $vendorDir . '/google/cloud/Dataplex/src/V1/DeleteEntityRequest.php',
    'Google\\Cloud\\Dataplex\\V1\\DeleteEnvironmentRequest' => $vendorDir . '/google/cloud/Dataplex/src/V1/DeleteEnvironmentRequest.php',
    'Google\\Cloud\\Dataplex\\V1\\DeleteLakeRequest' => $vendorDir . '/google/cloud/Dataplex/src/V1/DeleteLakeRequest.php',
    'Google\\Cloud\\Dataplex\\V1\\DeletePartitionRequest' => $vendorDir . '/google/cloud/Dataplex/src/V1/DeletePartitionRequest.php',
    'Google\\Cloud\\Dataplex\\V1\\DeleteTaskRequest' => $vendorDir . '/google/cloud/Dataplex/src/V1/DeleteTaskRequest.php',
    'Google\\Cloud\\Dataplex\\V1\\DeleteZoneRequest' => $vendorDir . '/google/cloud/Dataplex/src/V1/DeleteZoneRequest.php',
    'Google\\Cloud\\Dataplex\\V1\\DiscoveryEvent' => $vendorDir . '/google/cloud/Dataplex/src/V1/DiscoveryEvent.php',
    'Google\\Cloud\\Dataplex\\V1\\DiscoveryEvent\\ActionDetails' => $vendorDir . '/google/cloud/Dataplex/src/V1/DiscoveryEvent/ActionDetails.php',
    'Google\\Cloud\\Dataplex\\V1\\DiscoveryEvent\\ConfigDetails' => $vendorDir . '/google/cloud/Dataplex/src/V1/DiscoveryEvent/ConfigDetails.php',
    'Google\\Cloud\\Dataplex\\V1\\DiscoveryEvent\\EntityDetails' => $vendorDir . '/google/cloud/Dataplex/src/V1/DiscoveryEvent/EntityDetails.php',
    'Google\\Cloud\\Dataplex\\V1\\DiscoveryEvent\\EntityType' => $vendorDir . '/google/cloud/Dataplex/src/V1/DiscoveryEvent/EntityType.php',
    'Google\\Cloud\\Dataplex\\V1\\DiscoveryEvent\\EventType' => $vendorDir . '/google/cloud/Dataplex/src/V1/DiscoveryEvent/EventType.php',
    'Google\\Cloud\\Dataplex\\V1\\DiscoveryEvent\\PartitionDetails' => $vendorDir . '/google/cloud/Dataplex/src/V1/DiscoveryEvent/PartitionDetails.php',
    'Google\\Cloud\\Dataplex\\V1\\Entity' => $vendorDir . '/google/cloud/Dataplex/src/V1/Entity.php',
    'Google\\Cloud\\Dataplex\\V1\\Entity\\CompatibilityStatus' => $vendorDir . '/google/cloud/Dataplex/src/V1/Entity/CompatibilityStatus.php',
    'Google\\Cloud\\Dataplex\\V1\\Entity\\CompatibilityStatus\\Compatibility' => $vendorDir . '/google/cloud/Dataplex/src/V1/Entity/CompatibilityStatus/Compatibility.php',
    'Google\\Cloud\\Dataplex\\V1\\Entity\\Type' => $vendorDir . '/google/cloud/Dataplex/src/V1/Entity/Type.php',
    'Google\\Cloud\\Dataplex\\V1\\Environment' => $vendorDir . '/google/cloud/Dataplex/src/V1/Environment.php',
    'Google\\Cloud\\Dataplex\\V1\\Environment\\Endpoints' => $vendorDir . '/google/cloud/Dataplex/src/V1/Environment/Endpoints.php',
    'Google\\Cloud\\Dataplex\\V1\\Environment\\InfrastructureSpec' => $vendorDir . '/google/cloud/Dataplex/src/V1/Environment/InfrastructureSpec.php',
    'Google\\Cloud\\Dataplex\\V1\\Environment\\InfrastructureSpec\\ComputeResources' => $vendorDir . '/google/cloud/Dataplex/src/V1/Environment/InfrastructureSpec/ComputeResources.php',
    'Google\\Cloud\\Dataplex\\V1\\Environment\\InfrastructureSpec\\OsImageRuntime' => $vendorDir . '/google/cloud/Dataplex/src/V1/Environment/InfrastructureSpec/OsImageRuntime.php',
    'Google\\Cloud\\Dataplex\\V1\\Environment\\SessionSpec' => $vendorDir . '/google/cloud/Dataplex/src/V1/Environment/SessionSpec.php',
    'Google\\Cloud\\Dataplex\\V1\\Environment\\SessionStatus' => $vendorDir . '/google/cloud/Dataplex/src/V1/Environment/SessionStatus.php',
    'Google\\Cloud\\Dataplex\\V1\\Gapic\\ContentServiceGapicClient' => $vendorDir . '/google/cloud/Dataplex/src/V1/Gapic/ContentServiceGapicClient.php',
    'Google\\Cloud\\Dataplex\\V1\\Gapic\\DataScanServiceGapicClient' => $vendorDir . '/google/cloud/Dataplex/src/V1/Gapic/DataScanServiceGapicClient.php',
    'Google\\Cloud\\Dataplex\\V1\\Gapic\\DataplexServiceGapicClient' => $vendorDir . '/google/cloud/Dataplex/src/V1/Gapic/DataplexServiceGapicClient.php',
    'Google\\Cloud\\Dataplex\\V1\\Gapic\\MetadataServiceGapicClient' => $vendorDir . '/google/cloud/Dataplex/src/V1/Gapic/MetadataServiceGapicClient.php',
    'Google\\Cloud\\Dataplex\\V1\\GetAssetRequest' => $vendorDir . '/google/cloud/Dataplex/src/V1/GetAssetRequest.php',
    'Google\\Cloud\\Dataplex\\V1\\GetContentRequest' => $vendorDir . '/google/cloud/Dataplex/src/V1/GetContentRequest.php',
    'Google\\Cloud\\Dataplex\\V1\\GetContentRequest\\ContentView' => $vendorDir . '/google/cloud/Dataplex/src/V1/GetContentRequest/ContentView.php',
    'Google\\Cloud\\Dataplex\\V1\\GetDataScanJobRequest' => $vendorDir . '/google/cloud/Dataplex/src/V1/GetDataScanJobRequest.php',
    'Google\\Cloud\\Dataplex\\V1\\GetDataScanJobRequest\\DataScanJobView' => $vendorDir . '/google/cloud/Dataplex/src/V1/GetDataScanJobRequest/DataScanJobView.php',
    'Google\\Cloud\\Dataplex\\V1\\GetDataScanRequest' => $vendorDir . '/google/cloud/Dataplex/src/V1/GetDataScanRequest.php',
    'Google\\Cloud\\Dataplex\\V1\\GetDataScanRequest\\DataScanView' => $vendorDir . '/google/cloud/Dataplex/src/V1/GetDataScanRequest/DataScanView.php',
    'Google\\Cloud\\Dataplex\\V1\\GetEntityRequest' => $vendorDir . '/google/cloud/Dataplex/src/V1/GetEntityRequest.php',
    'Google\\Cloud\\Dataplex\\V1\\GetEntityRequest\\EntityView' => $vendorDir . '/google/cloud/Dataplex/src/V1/GetEntityRequest/EntityView.php',
    'Google\\Cloud\\Dataplex\\V1\\GetEnvironmentRequest' => $vendorDir . '/google/cloud/Dataplex/src/V1/GetEnvironmentRequest.php',
    'Google\\Cloud\\Dataplex\\V1\\GetJobRequest' => $vendorDir . '/google/cloud/Dataplex/src/V1/GetJobRequest.php',
    'Google\\Cloud\\Dataplex\\V1\\GetLakeRequest' => $vendorDir . '/google/cloud/Dataplex/src/V1/GetLakeRequest.php',
    'Google\\Cloud\\Dataplex\\V1\\GetPartitionRequest' => $vendorDir . '/google/cloud/Dataplex/src/V1/GetPartitionRequest.php',
    'Google\\Cloud\\Dataplex\\V1\\GetTaskRequest' => $vendorDir . '/google/cloud/Dataplex/src/V1/GetTaskRequest.php',
    'Google\\Cloud\\Dataplex\\V1\\GetZoneRequest' => $vendorDir . '/google/cloud/Dataplex/src/V1/GetZoneRequest.php',
    'Google\\Cloud\\Dataplex\\V1\\Job' => $vendorDir . '/google/cloud/Dataplex/src/V1/Job.php',
    'Google\\Cloud\\Dataplex\\V1\\JobEvent' => $vendorDir . '/google/cloud/Dataplex/src/V1/JobEvent.php',
    'Google\\Cloud\\Dataplex\\V1\\JobEvent\\Service' => $vendorDir . '/google/cloud/Dataplex/src/V1/JobEvent/Service.php',
    'Google\\Cloud\\Dataplex\\V1\\JobEvent\\State' => $vendorDir . '/google/cloud/Dataplex/src/V1/JobEvent/State.php',
    'Google\\Cloud\\Dataplex\\V1\\JobEvent\\Type' => $vendorDir . '/google/cloud/Dataplex/src/V1/JobEvent/Type.php',
    'Google\\Cloud\\Dataplex\\V1\\Job\\Service' => $vendorDir . '/google/cloud/Dataplex/src/V1/Job/Service.php',
    'Google\\Cloud\\Dataplex\\V1\\Job\\State' => $vendorDir . '/google/cloud/Dataplex/src/V1/Job/State.php',
    'Google\\Cloud\\Dataplex\\V1\\Lake' => $vendorDir . '/google/cloud/Dataplex/src/V1/Lake.php',
    'Google\\Cloud\\Dataplex\\V1\\Lake\\Metastore' => $vendorDir . '/google/cloud/Dataplex/src/V1/Lake/Metastore.php',
    'Google\\Cloud\\Dataplex\\V1\\Lake\\MetastoreStatus' => $vendorDir . '/google/cloud/Dataplex/src/V1/Lake/MetastoreStatus.php',
    'Google\\Cloud\\Dataplex\\V1\\Lake\\MetastoreStatus\\State' => $vendorDir . '/google/cloud/Dataplex/src/V1/Lake/MetastoreStatus/State.php',
    'Google\\Cloud\\Dataplex\\V1\\ListActionsResponse' => $vendorDir . '/google/cloud/Dataplex/src/V1/ListActionsResponse.php',
    'Google\\Cloud\\Dataplex\\V1\\ListAssetActionsRequest' => $vendorDir . '/google/cloud/Dataplex/src/V1/ListAssetActionsRequest.php',
    'Google\\Cloud\\Dataplex\\V1\\ListAssetsRequest' => $vendorDir . '/google/cloud/Dataplex/src/V1/ListAssetsRequest.php',
    'Google\\Cloud\\Dataplex\\V1\\ListAssetsResponse' => $vendorDir . '/google/cloud/Dataplex/src/V1/ListAssetsResponse.php',
    'Google\\Cloud\\Dataplex\\V1\\ListContentRequest' => $vendorDir . '/google/cloud/Dataplex/src/V1/ListContentRequest.php',
    'Google\\Cloud\\Dataplex\\V1\\ListContentResponse' => $vendorDir . '/google/cloud/Dataplex/src/V1/ListContentResponse.php',
    'Google\\Cloud\\Dataplex\\V1\\ListDataScanJobsRequest' => $vendorDir . '/google/cloud/Dataplex/src/V1/ListDataScanJobsRequest.php',
    'Google\\Cloud\\Dataplex\\V1\\ListDataScanJobsResponse' => $vendorDir . '/google/cloud/Dataplex/src/V1/ListDataScanJobsResponse.php',
    'Google\\Cloud\\Dataplex\\V1\\ListDataScansRequest' => $vendorDir . '/google/cloud/Dataplex/src/V1/ListDataScansRequest.php',
    'Google\\Cloud\\Dataplex\\V1\\ListDataScansResponse' => $vendorDir . '/google/cloud/Dataplex/src/V1/ListDataScansResponse.php',
    'Google\\Cloud\\Dataplex\\V1\\ListEntitiesRequest' => $vendorDir . '/google/cloud/Dataplex/src/V1/ListEntitiesRequest.php',
    'Google\\Cloud\\Dataplex\\V1\\ListEntitiesRequest\\EntityView' => $vendorDir . '/google/cloud/Dataplex/src/V1/ListEntitiesRequest/EntityView.php',
    'Google\\Cloud\\Dataplex\\V1\\ListEntitiesResponse' => $vendorDir . '/google/cloud/Dataplex/src/V1/ListEntitiesResponse.php',
    'Google\\Cloud\\Dataplex\\V1\\ListEnvironmentsRequest' => $vendorDir . '/google/cloud/Dataplex/src/V1/ListEnvironmentsRequest.php',
    'Google\\Cloud\\Dataplex\\V1\\ListEnvironmentsResponse' => $vendorDir . '/google/cloud/Dataplex/src/V1/ListEnvironmentsResponse.php',
    'Google\\Cloud\\Dataplex\\V1\\ListJobsRequest' => $vendorDir . '/google/cloud/Dataplex/src/V1/ListJobsRequest.php',
    'Google\\Cloud\\Dataplex\\V1\\ListJobsResponse' => $vendorDir . '/google/cloud/Dataplex/src/V1/ListJobsResponse.php',
    'Google\\Cloud\\Dataplex\\V1\\ListLakeActionsRequest' => $vendorDir . '/google/cloud/Dataplex/src/V1/ListLakeActionsRequest.php',
    'Google\\Cloud\\Dataplex\\V1\\ListLakesRequest' => $vendorDir . '/google/cloud/Dataplex/src/V1/ListLakesRequest.php',
    'Google\\Cloud\\Dataplex\\V1\\ListLakesResponse' => $vendorDir . '/google/cloud/Dataplex/src/V1/ListLakesResponse.php',
    'Google\\Cloud\\Dataplex\\V1\\ListPartitionsRequest' => $vendorDir . '/google/cloud/Dataplex/src/V1/ListPartitionsRequest.php',
    'Google\\Cloud\\Dataplex\\V1\\ListPartitionsResponse' => $vendorDir . '/google/cloud/Dataplex/src/V1/ListPartitionsResponse.php',
    'Google\\Cloud\\Dataplex\\V1\\ListSessionsRequest' => $vendorDir . '/google/cloud/Dataplex/src/V1/ListSessionsRequest.php',
    'Google\\Cloud\\Dataplex\\V1\\ListSessionsResponse' => $vendorDir . '/google/cloud/Dataplex/src/V1/ListSessionsResponse.php',
    'Google\\Cloud\\Dataplex\\V1\\ListTasksRequest' => $vendorDir . '/google/cloud/Dataplex/src/V1/ListTasksRequest.php',
    'Google\\Cloud\\Dataplex\\V1\\ListTasksResponse' => $vendorDir . '/google/cloud/Dataplex/src/V1/ListTasksResponse.php',
    'Google\\Cloud\\Dataplex\\V1\\ListZoneActionsRequest' => $vendorDir . '/google/cloud/Dataplex/src/V1/ListZoneActionsRequest.php',
    'Google\\Cloud\\Dataplex\\V1\\ListZonesRequest' => $vendorDir . '/google/cloud/Dataplex/src/V1/ListZonesRequest.php',
    'Google\\Cloud\\Dataplex\\V1\\ListZonesResponse' => $vendorDir . '/google/cloud/Dataplex/src/V1/ListZonesResponse.php',
    'Google\\Cloud\\Dataplex\\V1\\MetadataServiceClient' => $vendorDir . '/google/cloud/Dataplex/src/V1/MetadataServiceClient.php',
    'Google\\Cloud\\Dataplex\\V1\\MetadataServiceGrpcClient' => $vendorDir . '/google/cloud/Dataplex/src/V1/MetadataServiceGrpcClient.php',
    'Google\\Cloud\\Dataplex\\V1\\OperationMetadata' => $vendorDir . '/google/cloud/Dataplex/src/V1/OperationMetadata.php',
    'Google\\Cloud\\Dataplex\\V1\\Partition' => $vendorDir . '/google/cloud/Dataplex/src/V1/Partition.php',
    'Google\\Cloud\\Dataplex\\V1\\RunDataScanRequest' => $vendorDir . '/google/cloud/Dataplex/src/V1/RunDataScanRequest.php',
    'Google\\Cloud\\Dataplex\\V1\\RunDataScanResponse' => $vendorDir . '/google/cloud/Dataplex/src/V1/RunDataScanResponse.php',
    'Google\\Cloud\\Dataplex\\V1\\ScannedData' => $vendorDir . '/google/cloud/Dataplex/src/V1/ScannedData.php',
    'Google\\Cloud\\Dataplex\\V1\\ScannedData\\IncrementalField' => $vendorDir . '/google/cloud/Dataplex/src/V1/ScannedData/IncrementalField.php',
    'Google\\Cloud\\Dataplex\\V1\\Schema' => $vendorDir . '/google/cloud/Dataplex/src/V1/Schema.php',
    'Google\\Cloud\\Dataplex\\V1\\Schema\\Mode' => $vendorDir . '/google/cloud/Dataplex/src/V1/Schema/Mode.php',
    'Google\\Cloud\\Dataplex\\V1\\Schema\\PartitionField' => $vendorDir . '/google/cloud/Dataplex/src/V1/Schema/PartitionField.php',
    'Google\\Cloud\\Dataplex\\V1\\Schema\\PartitionStyle' => $vendorDir . '/google/cloud/Dataplex/src/V1/Schema/PartitionStyle.php',
    'Google\\Cloud\\Dataplex\\V1\\Schema\\SchemaField' => $vendorDir . '/google/cloud/Dataplex/src/V1/Schema/SchemaField.php',
    'Google\\Cloud\\Dataplex\\V1\\Schema\\Type' => $vendorDir . '/google/cloud/Dataplex/src/V1/Schema/Type.php',
    'Google\\Cloud\\Dataplex\\V1\\Session' => $vendorDir . '/google/cloud/Dataplex/src/V1/Session.php',
    'Google\\Cloud\\Dataplex\\V1\\SessionEvent' => $vendorDir . '/google/cloud/Dataplex/src/V1/SessionEvent.php',
    'Google\\Cloud\\Dataplex\\V1\\SessionEvent\\EventType' => $vendorDir . '/google/cloud/Dataplex/src/V1/SessionEvent/EventType.php',
    'Google\\Cloud\\Dataplex\\V1\\SessionEvent\\QueryDetail' => $vendorDir . '/google/cloud/Dataplex/src/V1/SessionEvent/QueryDetail.php',
    'Google\\Cloud\\Dataplex\\V1\\SessionEvent\\QueryDetail\\Engine' => $vendorDir . '/google/cloud/Dataplex/src/V1/SessionEvent/QueryDetail/Engine.php',
    'Google\\Cloud\\Dataplex\\V1\\State' => $vendorDir . '/google/cloud/Dataplex/src/V1/State.php',
    'Google\\Cloud\\Dataplex\\V1\\StorageFormat' => $vendorDir . '/google/cloud/Dataplex/src/V1/StorageFormat.php',
    'Google\\Cloud\\Dataplex\\V1\\StorageFormat\\CompressionFormat' => $vendorDir . '/google/cloud/Dataplex/src/V1/StorageFormat/CompressionFormat.php',
    'Google\\Cloud\\Dataplex\\V1\\StorageFormat\\CsvOptions' => $vendorDir . '/google/cloud/Dataplex/src/V1/StorageFormat/CsvOptions.php',
    'Google\\Cloud\\Dataplex\\V1\\StorageFormat\\Format' => $vendorDir . '/google/cloud/Dataplex/src/V1/StorageFormat/Format.php',
    'Google\\Cloud\\Dataplex\\V1\\StorageFormat\\IcebergOptions' => $vendorDir . '/google/cloud/Dataplex/src/V1/StorageFormat/IcebergOptions.php',
    'Google\\Cloud\\Dataplex\\V1\\StorageFormat\\JsonOptions' => $vendorDir . '/google/cloud/Dataplex/src/V1/StorageFormat/JsonOptions.php',
    'Google\\Cloud\\Dataplex\\V1\\StorageSystem' => $vendorDir . '/google/cloud/Dataplex/src/V1/StorageSystem.php',
    'Google\\Cloud\\Dataplex\\V1\\Task' => $vendorDir . '/google/cloud/Dataplex/src/V1/Task.php',
    'Google\\Cloud\\Dataplex\\V1\\Task\\ExecutionSpec' => $vendorDir . '/google/cloud/Dataplex/src/V1/Task/ExecutionSpec.php',
    'Google\\Cloud\\Dataplex\\V1\\Task\\ExecutionStatus' => $vendorDir . '/google/cloud/Dataplex/src/V1/Task/ExecutionStatus.php',
    'Google\\Cloud\\Dataplex\\V1\\Task\\InfrastructureSpec' => $vendorDir . '/google/cloud/Dataplex/src/V1/Task/InfrastructureSpec.php',
    'Google\\Cloud\\Dataplex\\V1\\Task\\InfrastructureSpec\\BatchComputeResources' => $vendorDir . '/google/cloud/Dataplex/src/V1/Task/InfrastructureSpec/BatchComputeResources.php',
    'Google\\Cloud\\Dataplex\\V1\\Task\\InfrastructureSpec\\ContainerImageRuntime' => $vendorDir . '/google/cloud/Dataplex/src/V1/Task/InfrastructureSpec/ContainerImageRuntime.php',
    'Google\\Cloud\\Dataplex\\V1\\Task\\InfrastructureSpec\\VpcNetwork' => $vendorDir . '/google/cloud/Dataplex/src/V1/Task/InfrastructureSpec/VpcNetwork.php',
    'Google\\Cloud\\Dataplex\\V1\\Task\\NotebookTaskConfig' => $vendorDir . '/google/cloud/Dataplex/src/V1/Task/NotebookTaskConfig.php',
    'Google\\Cloud\\Dataplex\\V1\\Task\\SparkTaskConfig' => $vendorDir . '/google/cloud/Dataplex/src/V1/Task/SparkTaskConfig.php',
    'Google\\Cloud\\Dataplex\\V1\\Task\\TriggerSpec' => $vendorDir . '/google/cloud/Dataplex/src/V1/Task/TriggerSpec.php',
    'Google\\Cloud\\Dataplex\\V1\\Task\\TriggerSpec\\Type' => $vendorDir . '/google/cloud/Dataplex/src/V1/Task/TriggerSpec/Type.php',
    'Google\\Cloud\\Dataplex\\V1\\Trigger' => $vendorDir . '/google/cloud/Dataplex/src/V1/Trigger.php',
    'Google\\Cloud\\Dataplex\\V1\\Trigger\\OnDemand' => $vendorDir . '/google/cloud/Dataplex/src/V1/Trigger/OnDemand.php',
    'Google\\Cloud\\Dataplex\\V1\\Trigger\\Schedule' => $vendorDir . '/google/cloud/Dataplex/src/V1/Trigger/Schedule.php',
    'Google\\Cloud\\Dataplex\\V1\\UpdateAssetRequest' => $vendorDir . '/google/cloud/Dataplex/src/V1/UpdateAssetRequest.php',
    'Google\\Cloud\\Dataplex\\V1\\UpdateContentRequest' => $vendorDir . '/google/cloud/Dataplex/src/V1/UpdateContentRequest.php',
    'Google\\Cloud\\Dataplex\\V1\\UpdateDataScanRequest' => $vendorDir . '/google/cloud/Dataplex/src/V1/UpdateDataScanRequest.php',
    'Google\\Cloud\\Dataplex\\V1\\UpdateEntityRequest' => $vendorDir . '/google/cloud/Dataplex/src/V1/UpdateEntityRequest.php',
    'Google\\Cloud\\Dataplex\\V1\\UpdateEnvironmentRequest' => $vendorDir . '/google/cloud/Dataplex/src/V1/UpdateEnvironmentRequest.php',
    'Google\\Cloud\\Dataplex\\V1\\UpdateLakeRequest' => $vendorDir . '/google/cloud/Dataplex/src/V1/UpdateLakeRequest.php',
    'Google\\Cloud\\Dataplex\\V1\\UpdateTaskRequest' => $vendorDir . '/google/cloud/Dataplex/src/V1/UpdateTaskRequest.php',
    'Google\\Cloud\\Dataplex\\V1\\UpdateZoneRequest' => $vendorDir . '/google/cloud/Dataplex/src/V1/UpdateZoneRequest.php',
    'Google\\Cloud\\Dataplex\\V1\\Zone' => $vendorDir . '/google/cloud/Dataplex/src/V1/Zone.php',
    'Google\\Cloud\\Dataplex\\V1\\Zone\\DiscoverySpec' => $vendorDir . '/google/cloud/Dataplex/src/V1/Zone/DiscoverySpec.php',
    'Google\\Cloud\\Dataplex\\V1\\Zone\\DiscoverySpec\\CsvOptions' => $vendorDir . '/google/cloud/Dataplex/src/V1/Zone/DiscoverySpec/CsvOptions.php',
    'Google\\Cloud\\Dataplex\\V1\\Zone\\DiscoverySpec\\JsonOptions' => $vendorDir . '/google/cloud/Dataplex/src/V1/Zone/DiscoverySpec/JsonOptions.php',
    'Google\\Cloud\\Dataplex\\V1\\Zone\\ResourceSpec' => $vendorDir . '/google/cloud/Dataplex/src/V1/Zone/ResourceSpec.php',
    'Google\\Cloud\\Dataplex\\V1\\Zone\\ResourceSpec\\LocationType' => $vendorDir . '/google/cloud/Dataplex/src/V1/Zone/ResourceSpec/LocationType.php',
    'Google\\Cloud\\Dataplex\\V1\\Zone\\Type' => $vendorDir . '/google/cloud/Dataplex/src/V1/Zone/Type.php',
    'Google\\Cloud\\Dataproc\\V1\\AcceleratorConfig' => $vendorDir . '/google/cloud/Dataproc/src/V1/AcceleratorConfig.php',
    'Google\\Cloud\\Dataproc\\V1\\AutoscalingConfig' => $vendorDir . '/google/cloud/Dataproc/src/V1/AutoscalingConfig.php',
    'Google\\Cloud\\Dataproc\\V1\\AutoscalingPolicy' => $vendorDir . '/google/cloud/Dataproc/src/V1/AutoscalingPolicy.php',
    'Google\\Cloud\\Dataproc\\V1\\AutoscalingPolicyServiceClient' => $vendorDir . '/google/cloud/Dataproc/src/V1/AutoscalingPolicyServiceClient.php',
    'Google\\Cloud\\Dataproc\\V1\\AutoscalingPolicyServiceGrpcClient' => $vendorDir . '/google/cloud/Dataproc/src/V1/AutoscalingPolicyServiceGrpcClient.php',
    'Google\\Cloud\\Dataproc\\V1\\AuxiliaryNodeGroup' => $vendorDir . '/google/cloud/Dataproc/src/V1/AuxiliaryNodeGroup.php',
    'Google\\Cloud\\Dataproc\\V1\\AuxiliaryServicesConfig' => $vendorDir . '/google/cloud/Dataproc/src/V1/AuxiliaryServicesConfig.php',
    'Google\\Cloud\\Dataproc\\V1\\BasicAutoscalingAlgorithm' => $vendorDir . '/google/cloud/Dataproc/src/V1/BasicAutoscalingAlgorithm.php',
    'Google\\Cloud\\Dataproc\\V1\\BasicYarnAutoscalingConfig' => $vendorDir . '/google/cloud/Dataproc/src/V1/BasicYarnAutoscalingConfig.php',
    'Google\\Cloud\\Dataproc\\V1\\Batch' => $vendorDir . '/google/cloud/Dataproc/src/V1/Batch.php',
    'Google\\Cloud\\Dataproc\\V1\\BatchControllerClient' => $vendorDir . '/google/cloud/Dataproc/src/V1/BatchControllerClient.php',
    'Google\\Cloud\\Dataproc\\V1\\BatchControllerGrpcClient' => $vendorDir . '/google/cloud/Dataproc/src/V1/BatchControllerGrpcClient.php',
    'Google\\Cloud\\Dataproc\\V1\\BatchOperationMetadata' => $vendorDir . '/google/cloud/Dataproc/src/V1/BatchOperationMetadata.php',
    'Google\\Cloud\\Dataproc\\V1\\BatchOperationMetadata\\BatchOperationType' => $vendorDir . '/google/cloud/Dataproc/src/V1/BatchOperationMetadata/BatchOperationType.php',
    'Google\\Cloud\\Dataproc\\V1\\BatchOperationMetadata_BatchOperationType' => $vendorDir . '/google/cloud/Dataproc/src/V1/BatchOperationMetadata_BatchOperationType.php',
    'Google\\Cloud\\Dataproc\\V1\\Batch\\State' => $vendorDir . '/google/cloud/Dataproc/src/V1/Batch/State.php',
    'Google\\Cloud\\Dataproc\\V1\\Batch\\StateHistory' => $vendorDir . '/google/cloud/Dataproc/src/V1/Batch/StateHistory.php',
    'Google\\Cloud\\Dataproc\\V1\\Batch_State' => $vendorDir . '/google/cloud/Dataproc/src/V1/Batch_State.php',
    'Google\\Cloud\\Dataproc\\V1\\Batch_StateHistory' => $vendorDir . '/google/cloud/Dataproc/src/V1/Batch_StateHistory.php',
    'Google\\Cloud\\Dataproc\\V1\\CancelJobRequest' => $vendorDir . '/google/cloud/Dataproc/src/V1/CancelJobRequest.php',
    'Google\\Cloud\\Dataproc\\V1\\Cluster' => $vendorDir . '/google/cloud/Dataproc/src/V1/Cluster.php',
    'Google\\Cloud\\Dataproc\\V1\\ClusterConfig' => $vendorDir . '/google/cloud/Dataproc/src/V1/ClusterConfig.php',
    'Google\\Cloud\\Dataproc\\V1\\ClusterControllerClient' => $vendorDir . '/google/cloud/Dataproc/src/V1/ClusterControllerClient.php',
    'Google\\Cloud\\Dataproc\\V1\\ClusterControllerGrpcClient' => $vendorDir . '/google/cloud/Dataproc/src/V1/ClusterControllerGrpcClient.php',
    'Google\\Cloud\\Dataproc\\V1\\ClusterMetrics' => $vendorDir . '/google/cloud/Dataproc/src/V1/ClusterMetrics.php',
    'Google\\Cloud\\Dataproc\\V1\\ClusterOperation' => $vendorDir . '/google/cloud/Dataproc/src/V1/ClusterOperation.php',
    'Google\\Cloud\\Dataproc\\V1\\ClusterOperationMetadata' => $vendorDir . '/google/cloud/Dataproc/src/V1/ClusterOperationMetadata.php',
    'Google\\Cloud\\Dataproc\\V1\\ClusterOperationStatus' => $vendorDir . '/google/cloud/Dataproc/src/V1/ClusterOperationStatus.php',
    'Google\\Cloud\\Dataproc\\V1\\ClusterOperationStatus\\State' => $vendorDir . '/google/cloud/Dataproc/src/V1/ClusterOperationStatus/State.php',
    'Google\\Cloud\\Dataproc\\V1\\ClusterOperationStatus_State' => $vendorDir . '/google/cloud/Dataproc/src/V1/ClusterOperationStatus_State.php',
    'Google\\Cloud\\Dataproc\\V1\\ClusterSelector' => $vendorDir . '/google/cloud/Dataproc/src/V1/ClusterSelector.php',
    'Google\\Cloud\\Dataproc\\V1\\ClusterStatus' => $vendorDir . '/google/cloud/Dataproc/src/V1/ClusterStatus.php',
    'Google\\Cloud\\Dataproc\\V1\\ClusterStatus\\State' => $vendorDir . '/google/cloud/Dataproc/src/V1/ClusterStatus/State.php',
    'Google\\Cloud\\Dataproc\\V1\\ClusterStatus\\Substate' => $vendorDir . '/google/cloud/Dataproc/src/V1/ClusterStatus/Substate.php',
    'Google\\Cloud\\Dataproc\\V1\\ClusterStatus_State' => $vendorDir . '/google/cloud/Dataproc/src/V1/ClusterStatus_State.php',
    'Google\\Cloud\\Dataproc\\V1\\ClusterStatus_Substate' => $vendorDir . '/google/cloud/Dataproc/src/V1/ClusterStatus_Substate.php',
    'Google\\Cloud\\Dataproc\\V1\\Component' => $vendorDir . '/google/cloud/Dataproc/src/V1/Component.php',
    'Google\\Cloud\\Dataproc\\V1\\ConfidentialInstanceConfig' => $vendorDir . '/google/cloud/Dataproc/src/V1/ConfidentialInstanceConfig.php',
    'Google\\Cloud\\Dataproc\\V1\\CreateAutoscalingPolicyRequest' => $vendorDir . '/google/cloud/Dataproc/src/V1/CreateAutoscalingPolicyRequest.php',
    'Google\\Cloud\\Dataproc\\V1\\CreateBatchRequest' => $vendorDir . '/google/cloud/Dataproc/src/V1/CreateBatchRequest.php',
    'Google\\Cloud\\Dataproc\\V1\\CreateClusterRequest' => $vendorDir . '/google/cloud/Dataproc/src/V1/CreateClusterRequest.php',
    'Google\\Cloud\\Dataproc\\V1\\CreateNodeGroupRequest' => $vendorDir . '/google/cloud/Dataproc/src/V1/CreateNodeGroupRequest.php',
    'Google\\Cloud\\Dataproc\\V1\\CreateWorkflowTemplateRequest' => $vendorDir . '/google/cloud/Dataproc/src/V1/CreateWorkflowTemplateRequest.php',
    'Google\\Cloud\\Dataproc\\V1\\DataprocMetricConfig' => $vendorDir . '/google/cloud/Dataproc/src/V1/DataprocMetricConfig.php',
    'Google\\Cloud\\Dataproc\\V1\\DataprocMetricConfig\\Metric' => $vendorDir . '/google/cloud/Dataproc/src/V1/DataprocMetricConfig/Metric.php',
    'Google\\Cloud\\Dataproc\\V1\\DataprocMetricConfig\\MetricSource' => $vendorDir . '/google/cloud/Dataproc/src/V1/DataprocMetricConfig/MetricSource.php',
    'Google\\Cloud\\Dataproc\\V1\\DataprocMetricConfig_Metric' => $vendorDir . '/google/cloud/Dataproc/src/V1/DataprocMetricConfig_Metric.php',
    'Google\\Cloud\\Dataproc\\V1\\DataprocMetricConfig_MetricSource' => $vendorDir . '/google/cloud/Dataproc/src/V1/DataprocMetricConfig_MetricSource.php',
    'Google\\Cloud\\Dataproc\\V1\\DeleteAutoscalingPolicyRequest' => $vendorDir . '/google/cloud/Dataproc/src/V1/DeleteAutoscalingPolicyRequest.php',
    'Google\\Cloud\\Dataproc\\V1\\DeleteBatchRequest' => $vendorDir . '/google/cloud/Dataproc/src/V1/DeleteBatchRequest.php',
    'Google\\Cloud\\Dataproc\\V1\\DeleteClusterRequest' => $vendorDir . '/google/cloud/Dataproc/src/V1/DeleteClusterRequest.php',
    'Google\\Cloud\\Dataproc\\V1\\DeleteJobRequest' => $vendorDir . '/google/cloud/Dataproc/src/V1/DeleteJobRequest.php',
    'Google\\Cloud\\Dataproc\\V1\\DeleteWorkflowTemplateRequest' => $vendorDir . '/google/cloud/Dataproc/src/V1/DeleteWorkflowTemplateRequest.php',
    'Google\\Cloud\\Dataproc\\V1\\DiagnoseClusterRequest' => $vendorDir . '/google/cloud/Dataproc/src/V1/DiagnoseClusterRequest.php',
    'Google\\Cloud\\Dataproc\\V1\\DiagnoseClusterResults' => $vendorDir . '/google/cloud/Dataproc/src/V1/DiagnoseClusterResults.php',
    'Google\\Cloud\\Dataproc\\V1\\DiskConfig' => $vendorDir . '/google/cloud/Dataproc/src/V1/DiskConfig.php',
    'Google\\Cloud\\Dataproc\\V1\\DriverSchedulingConfig' => $vendorDir . '/google/cloud/Dataproc/src/V1/DriverSchedulingConfig.php',
    'Google\\Cloud\\Dataproc\\V1\\EncryptionConfig' => $vendorDir . '/google/cloud/Dataproc/src/V1/EncryptionConfig.php',
    'Google\\Cloud\\Dataproc\\V1\\EndpointConfig' => $vendorDir . '/google/cloud/Dataproc/src/V1/EndpointConfig.php',
    'Google\\Cloud\\Dataproc\\V1\\EnvironmentConfig' => $vendorDir . '/google/cloud/Dataproc/src/V1/EnvironmentConfig.php',
    'Google\\Cloud\\Dataproc\\V1\\ExecutionConfig' => $vendorDir . '/google/cloud/Dataproc/src/V1/ExecutionConfig.php',
    'Google\\Cloud\\Dataproc\\V1\\FailureAction' => $vendorDir . '/google/cloud/Dataproc/src/V1/FailureAction.php',
    'Google\\Cloud\\Dataproc\\V1\\Gapic\\AutoscalingPolicyServiceGapicClient' => $vendorDir . '/google/cloud/Dataproc/src/V1/Gapic/AutoscalingPolicyServiceGapicClient.php',
    'Google\\Cloud\\Dataproc\\V1\\Gapic\\BatchControllerGapicClient' => $vendorDir . '/google/cloud/Dataproc/src/V1/Gapic/BatchControllerGapicClient.php',
    'Google\\Cloud\\Dataproc\\V1\\Gapic\\ClusterControllerGapicClient' => $vendorDir . '/google/cloud/Dataproc/src/V1/Gapic/ClusterControllerGapicClient.php',
    'Google\\Cloud\\Dataproc\\V1\\Gapic\\JobControllerGapicClient' => $vendorDir . '/google/cloud/Dataproc/src/V1/Gapic/JobControllerGapicClient.php',
    'Google\\Cloud\\Dataproc\\V1\\Gapic\\NodeGroupControllerGapicClient' => $vendorDir . '/google/cloud/Dataproc/src/V1/Gapic/NodeGroupControllerGapicClient.php',
    'Google\\Cloud\\Dataproc\\V1\\Gapic\\WorkflowTemplateServiceGapicClient' => $vendorDir . '/google/cloud/Dataproc/src/V1/Gapic/WorkflowTemplateServiceGapicClient.php',
    'Google\\Cloud\\Dataproc\\V1\\GceClusterConfig' => $vendorDir . '/google/cloud/Dataproc/src/V1/GceClusterConfig.php',
    'Google\\Cloud\\Dataproc\\V1\\GceClusterConfig\\PrivateIpv6GoogleAccess' => $vendorDir . '/google/cloud/Dataproc/src/V1/GceClusterConfig/PrivateIpv6GoogleAccess.php',
    'Google\\Cloud\\Dataproc\\V1\\GceClusterConfig_PrivateIpv6GoogleAccess' => $vendorDir . '/google/cloud/Dataproc/src/V1/GceClusterConfig_PrivateIpv6GoogleAccess.php',
    'Google\\Cloud\\Dataproc\\V1\\GetAutoscalingPolicyRequest' => $vendorDir . '/google/cloud/Dataproc/src/V1/GetAutoscalingPolicyRequest.php',
    'Google\\Cloud\\Dataproc\\V1\\GetBatchRequest' => $vendorDir . '/google/cloud/Dataproc/src/V1/GetBatchRequest.php',
    'Google\\Cloud\\Dataproc\\V1\\GetClusterRequest' => $vendorDir . '/google/cloud/Dataproc/src/V1/GetClusterRequest.php',
    'Google\\Cloud\\Dataproc\\V1\\GetJobRequest' => $vendorDir . '/google/cloud/Dataproc/src/V1/GetJobRequest.php',
    'Google\\Cloud\\Dataproc\\V1\\GetNodeGroupRequest' => $vendorDir . '/google/cloud/Dataproc/src/V1/GetNodeGroupRequest.php',
    'Google\\Cloud\\Dataproc\\V1\\GetWorkflowTemplateRequest' => $vendorDir . '/google/cloud/Dataproc/src/V1/GetWorkflowTemplateRequest.php',
    'Google\\Cloud\\Dataproc\\V1\\GkeClusterConfig' => $vendorDir . '/google/cloud/Dataproc/src/V1/GkeClusterConfig.php',
    'Google\\Cloud\\Dataproc\\V1\\GkeClusterConfig\\NamespacedGkeDeploymentTarget' => $vendorDir . '/google/cloud/Dataproc/src/V1/GkeClusterConfig/NamespacedGkeDeploymentTarget.php',
    'Google\\Cloud\\Dataproc\\V1\\GkeClusterConfig_NamespacedGkeDeploymentTarget' => $vendorDir . '/google/cloud/Dataproc/src/V1/GkeClusterConfig_NamespacedGkeDeploymentTarget.php',
    'Google\\Cloud\\Dataproc\\V1\\GkeNodePoolConfig' => $vendorDir . '/google/cloud/Dataproc/src/V1/GkeNodePoolConfig.php',
    'Google\\Cloud\\Dataproc\\V1\\GkeNodePoolConfig\\GkeNodeConfig' => $vendorDir . '/google/cloud/Dataproc/src/V1/GkeNodePoolConfig/GkeNodeConfig.php',
    'Google\\Cloud\\Dataproc\\V1\\GkeNodePoolConfig\\GkeNodePoolAcceleratorConfig' => $vendorDir . '/google/cloud/Dataproc/src/V1/GkeNodePoolConfig/GkeNodePoolAcceleratorConfig.php',
    'Google\\Cloud\\Dataproc\\V1\\GkeNodePoolConfig\\GkeNodePoolAutoscalingConfig' => $vendorDir . '/google/cloud/Dataproc/src/V1/GkeNodePoolConfig/GkeNodePoolAutoscalingConfig.php',
    'Google\\Cloud\\Dataproc\\V1\\GkeNodePoolConfig_GkeNodeConfig' => $vendorDir . '/google/cloud/Dataproc/src/V1/GkeNodePoolConfig_GkeNodeConfig.php',
    'Google\\Cloud\\Dataproc\\V1\\GkeNodePoolConfig_GkeNodePoolAcceleratorConfig' => $vendorDir . '/google/cloud/Dataproc/src/V1/GkeNodePoolConfig_GkeNodePoolAcceleratorConfig.php',
    'Google\\Cloud\\Dataproc\\V1\\GkeNodePoolConfig_GkeNodePoolAutoscalingConfig' => $vendorDir . '/google/cloud/Dataproc/src/V1/GkeNodePoolConfig_GkeNodePoolAutoscalingConfig.php',
    'Google\\Cloud\\Dataproc\\V1\\GkeNodePoolTarget' => $vendorDir . '/google/cloud/Dataproc/src/V1/GkeNodePoolTarget.php',
    'Google\\Cloud\\Dataproc\\V1\\GkeNodePoolTarget\\Role' => $vendorDir . '/google/cloud/Dataproc/src/V1/GkeNodePoolTarget/Role.php',
    'Google\\Cloud\\Dataproc\\V1\\GkeNodePoolTarget_Role' => $vendorDir . '/google/cloud/Dataproc/src/V1/GkeNodePoolTarget_Role.php',
    'Google\\Cloud\\Dataproc\\V1\\HadoopJob' => $vendorDir . '/google/cloud/Dataproc/src/V1/HadoopJob.php',
    'Google\\Cloud\\Dataproc\\V1\\HiveJob' => $vendorDir . '/google/cloud/Dataproc/src/V1/HiveJob.php',
    'Google\\Cloud\\Dataproc\\V1\\IdentityConfig' => $vendorDir . '/google/cloud/Dataproc/src/V1/IdentityConfig.php',
    'Google\\Cloud\\Dataproc\\V1\\InstanceGroupAutoscalingPolicyConfig' => $vendorDir . '/google/cloud/Dataproc/src/V1/InstanceGroupAutoscalingPolicyConfig.php',
    'Google\\Cloud\\Dataproc\\V1\\InstanceGroupConfig' => $vendorDir . '/google/cloud/Dataproc/src/V1/InstanceGroupConfig.php',
    'Google\\Cloud\\Dataproc\\V1\\InstanceGroupConfig\\Preemptibility' => $vendorDir . '/google/cloud/Dataproc/src/V1/InstanceGroupConfig/Preemptibility.php',
    'Google\\Cloud\\Dataproc\\V1\\InstanceGroupConfig_Preemptibility' => $vendorDir . '/google/cloud/Dataproc/src/V1/InstanceGroupConfig_Preemptibility.php',
    'Google\\Cloud\\Dataproc\\V1\\InstantiateInlineWorkflowTemplateRequest' => $vendorDir . '/google/cloud/Dataproc/src/V1/InstantiateInlineWorkflowTemplateRequest.php',
    'Google\\Cloud\\Dataproc\\V1\\InstantiateWorkflowTemplateRequest' => $vendorDir . '/google/cloud/Dataproc/src/V1/InstantiateWorkflowTemplateRequest.php',
    'Google\\Cloud\\Dataproc\\V1\\Job' => $vendorDir . '/google/cloud/Dataproc/src/V1/Job.php',
    'Google\\Cloud\\Dataproc\\V1\\JobControllerClient' => $vendorDir . '/google/cloud/Dataproc/src/V1/JobControllerClient.php',
    'Google\\Cloud\\Dataproc\\V1\\JobControllerGrpcClient' => $vendorDir . '/google/cloud/Dataproc/src/V1/JobControllerGrpcClient.php',
    'Google\\Cloud\\Dataproc\\V1\\JobMetadata' => $vendorDir . '/google/cloud/Dataproc/src/V1/JobMetadata.php',
    'Google\\Cloud\\Dataproc\\V1\\JobPlacement' => $vendorDir . '/google/cloud/Dataproc/src/V1/JobPlacement.php',
    'Google\\Cloud\\Dataproc\\V1\\JobReference' => $vendorDir . '/google/cloud/Dataproc/src/V1/JobReference.php',
    'Google\\Cloud\\Dataproc\\V1\\JobScheduling' => $vendorDir . '/google/cloud/Dataproc/src/V1/JobScheduling.php',
    'Google\\Cloud\\Dataproc\\V1\\JobStatus' => $vendorDir . '/google/cloud/Dataproc/src/V1/JobStatus.php',
    'Google\\Cloud\\Dataproc\\V1\\JobStatus\\State' => $vendorDir . '/google/cloud/Dataproc/src/V1/JobStatus/State.php',
    'Google\\Cloud\\Dataproc\\V1\\JobStatus\\Substate' => $vendorDir . '/google/cloud/Dataproc/src/V1/JobStatus/Substate.php',
    'Google\\Cloud\\Dataproc\\V1\\JobStatus_State' => $vendorDir . '/google/cloud/Dataproc/src/V1/JobStatus_State.php',
    'Google\\Cloud\\Dataproc\\V1\\JobStatus_Substate' => $vendorDir . '/google/cloud/Dataproc/src/V1/JobStatus_Substate.php',
    'Google\\Cloud\\Dataproc\\V1\\KerberosConfig' => $vendorDir . '/google/cloud/Dataproc/src/V1/KerberosConfig.php',
    'Google\\Cloud\\Dataproc\\V1\\KubernetesClusterConfig' => $vendorDir . '/google/cloud/Dataproc/src/V1/KubernetesClusterConfig.php',
    'Google\\Cloud\\Dataproc\\V1\\KubernetesSoftwareConfig' => $vendorDir . '/google/cloud/Dataproc/src/V1/KubernetesSoftwareConfig.php',
    'Google\\Cloud\\Dataproc\\V1\\LifecycleConfig' => $vendorDir . '/google/cloud/Dataproc/src/V1/LifecycleConfig.php',
    'Google\\Cloud\\Dataproc\\V1\\ListAutoscalingPoliciesRequest' => $vendorDir . '/google/cloud/Dataproc/src/V1/ListAutoscalingPoliciesRequest.php',
    'Google\\Cloud\\Dataproc\\V1\\ListAutoscalingPoliciesResponse' => $vendorDir . '/google/cloud/Dataproc/src/V1/ListAutoscalingPoliciesResponse.php',
    'Google\\Cloud\\Dataproc\\V1\\ListBatchesRequest' => $vendorDir . '/google/cloud/Dataproc/src/V1/ListBatchesRequest.php',
    'Google\\Cloud\\Dataproc\\V1\\ListBatchesResponse' => $vendorDir . '/google/cloud/Dataproc/src/V1/ListBatchesResponse.php',
    'Google\\Cloud\\Dataproc\\V1\\ListClustersRequest' => $vendorDir . '/google/cloud/Dataproc/src/V1/ListClustersRequest.php',
    'Google\\Cloud\\Dataproc\\V1\\ListClustersResponse' => $vendorDir . '/google/cloud/Dataproc/src/V1/ListClustersResponse.php',
    'Google\\Cloud\\Dataproc\\V1\\ListJobsRequest' => $vendorDir . '/google/cloud/Dataproc/src/V1/ListJobsRequest.php',
    'Google\\Cloud\\Dataproc\\V1\\ListJobsRequest\\JobStateMatcher' => $vendorDir . '/google/cloud/Dataproc/src/V1/ListJobsRequest/JobStateMatcher.php',
    'Google\\Cloud\\Dataproc\\V1\\ListJobsRequest_JobStateMatcher' => $vendorDir . '/google/cloud/Dataproc/src/V1/ListJobsRequest_JobStateMatcher.php',
    'Google\\Cloud\\Dataproc\\V1\\ListJobsResponse' => $vendorDir . '/google/cloud/Dataproc/src/V1/ListJobsResponse.php',
    'Google\\Cloud\\Dataproc\\V1\\ListWorkflowTemplatesRequest' => $vendorDir . '/google/cloud/Dataproc/src/V1/ListWorkflowTemplatesRequest.php',
    'Google\\Cloud\\Dataproc\\V1\\ListWorkflowTemplatesResponse' => $vendorDir . '/google/cloud/Dataproc/src/V1/ListWorkflowTemplatesResponse.php',
    'Google\\Cloud\\Dataproc\\V1\\LoggingConfig' => $vendorDir . '/google/cloud/Dataproc/src/V1/LoggingConfig.php',
    'Google\\Cloud\\Dataproc\\V1\\LoggingConfig\\Level' => $vendorDir . '/google/cloud/Dataproc/src/V1/LoggingConfig/Level.php',
    'Google\\Cloud\\Dataproc\\V1\\LoggingConfig_Level' => $vendorDir . '/google/cloud/Dataproc/src/V1/LoggingConfig_Level.php',
    'Google\\Cloud\\Dataproc\\V1\\ManagedCluster' => $vendorDir . '/google/cloud/Dataproc/src/V1/ManagedCluster.php',
    'Google\\Cloud\\Dataproc\\V1\\ManagedGroupConfig' => $vendorDir . '/google/cloud/Dataproc/src/V1/ManagedGroupConfig.php',
    'Google\\Cloud\\Dataproc\\V1\\MetastoreConfig' => $vendorDir . '/google/cloud/Dataproc/src/V1/MetastoreConfig.php',
    'Google\\Cloud\\Dataproc\\V1\\Metric' => $vendorDir . '/google/cloud/Dataproc/src/V1/Metric.php',
    'Google\\Cloud\\Dataproc\\V1\\Metric\\MetricSource' => $vendorDir . '/google/cloud/Dataproc/src/V1/Metric/MetricSource.php',
    'Google\\Cloud\\Dataproc\\V1\\Metric_MetricSource' => $vendorDir . '/google/cloud/Dataproc/src/V1/Metric_MetricSource.php',
    'Google\\Cloud\\Dataproc\\V1\\NodeGroup' => $vendorDir . '/google/cloud/Dataproc/src/V1/NodeGroup.php',
    'Google\\Cloud\\Dataproc\\V1\\NodeGroupAffinity' => $vendorDir . '/google/cloud/Dataproc/src/V1/NodeGroupAffinity.php',
    'Google\\Cloud\\Dataproc\\V1\\NodeGroupControllerClient' => $vendorDir . '/google/cloud/Dataproc/src/V1/NodeGroupControllerClient.php',
    'Google\\Cloud\\Dataproc\\V1\\NodeGroupControllerGrpcClient' => $vendorDir . '/google/cloud/Dataproc/src/V1/NodeGroupControllerGrpcClient.php',
    'Google\\Cloud\\Dataproc\\V1\\NodeGroupOperationMetadata' => $vendorDir . '/google/cloud/Dataproc/src/V1/NodeGroupOperationMetadata.php',
    'Google\\Cloud\\Dataproc\\V1\\NodeGroupOperationMetadata\\NodeGroupOperationType' => $vendorDir . '/google/cloud/Dataproc/src/V1/NodeGroupOperationMetadata/NodeGroupOperationType.php',
    'Google\\Cloud\\Dataproc\\V1\\NodeGroupOperationMetadata_NodeGroupOperationType' => $vendorDir . '/google/cloud/Dataproc/src/V1/NodeGroupOperationMetadata_NodeGroupOperationType.php',
    'Google\\Cloud\\Dataproc\\V1\\NodeGroup\\Role' => $vendorDir . '/google/cloud/Dataproc/src/V1/NodeGroup/Role.php',
    'Google\\Cloud\\Dataproc\\V1\\NodeGroup_Role' => $vendorDir . '/google/cloud/Dataproc/src/V1/NodeGroup_Role.php',
    'Google\\Cloud\\Dataproc\\V1\\NodeInitializationAction' => $vendorDir . '/google/cloud/Dataproc/src/V1/NodeInitializationAction.php',
    'Google\\Cloud\\Dataproc\\V1\\OrderedJob' => $vendorDir . '/google/cloud/Dataproc/src/V1/OrderedJob.php',
    'Google\\Cloud\\Dataproc\\V1\\ParameterValidation' => $vendorDir . '/google/cloud/Dataproc/src/V1/ParameterValidation.php',
    'Google\\Cloud\\Dataproc\\V1\\PeripheralsConfig' => $vendorDir . '/google/cloud/Dataproc/src/V1/PeripheralsConfig.php',
    'Google\\Cloud\\Dataproc\\V1\\PigJob' => $vendorDir . '/google/cloud/Dataproc/src/V1/PigJob.php',
    'Google\\Cloud\\Dataproc\\V1\\PrestoJob' => $vendorDir . '/google/cloud/Dataproc/src/V1/PrestoJob.php',
    'Google\\Cloud\\Dataproc\\V1\\PySparkBatch' => $vendorDir . '/google/cloud/Dataproc/src/V1/PySparkBatch.php',
    'Google\\Cloud\\Dataproc\\V1\\PySparkJob' => $vendorDir . '/google/cloud/Dataproc/src/V1/PySparkJob.php',
    'Google\\Cloud\\Dataproc\\V1\\QueryList' => $vendorDir . '/google/cloud/Dataproc/src/V1/QueryList.php',
    'Google\\Cloud\\Dataproc\\V1\\RegexValidation' => $vendorDir . '/google/cloud/Dataproc/src/V1/RegexValidation.php',
    'Google\\Cloud\\Dataproc\\V1\\ReservationAffinity' => $vendorDir . '/google/cloud/Dataproc/src/V1/ReservationAffinity.php',
    'Google\\Cloud\\Dataproc\\V1\\ReservationAffinity\\Type' => $vendorDir . '/google/cloud/Dataproc/src/V1/ReservationAffinity/Type.php',
    'Google\\Cloud\\Dataproc\\V1\\ReservationAffinity_Type' => $vendorDir . '/google/cloud/Dataproc/src/V1/ReservationAffinity_Type.php',
    'Google\\Cloud\\Dataproc\\V1\\ResizeNodeGroupRequest' => $vendorDir . '/google/cloud/Dataproc/src/V1/ResizeNodeGroupRequest.php',
    'Google\\Cloud\\Dataproc\\V1\\RuntimeConfig' => $vendorDir . '/google/cloud/Dataproc/src/V1/RuntimeConfig.php',
    'Google\\Cloud\\Dataproc\\V1\\RuntimeInfo' => $vendorDir . '/google/cloud/Dataproc/src/V1/RuntimeInfo.php',
    'Google\\Cloud\\Dataproc\\V1\\SecurityConfig' => $vendorDir . '/google/cloud/Dataproc/src/V1/SecurityConfig.php',
    'Google\\Cloud\\Dataproc\\V1\\ShieldedInstanceConfig' => $vendorDir . '/google/cloud/Dataproc/src/V1/ShieldedInstanceConfig.php',
    'Google\\Cloud\\Dataproc\\V1\\SoftwareConfig' => $vendorDir . '/google/cloud/Dataproc/src/V1/SoftwareConfig.php',
    'Google\\Cloud\\Dataproc\\V1\\SparkBatch' => $vendorDir . '/google/cloud/Dataproc/src/V1/SparkBatch.php',
    'Google\\Cloud\\Dataproc\\V1\\SparkHistoryServerConfig' => $vendorDir . '/google/cloud/Dataproc/src/V1/SparkHistoryServerConfig.php',
    'Google\\Cloud\\Dataproc\\V1\\SparkJob' => $vendorDir . '/google/cloud/Dataproc/src/V1/SparkJob.php',
    'Google\\Cloud\\Dataproc\\V1\\SparkRBatch' => $vendorDir . '/google/cloud/Dataproc/src/V1/SparkRBatch.php',
    'Google\\Cloud\\Dataproc\\V1\\SparkRJob' => $vendorDir . '/google/cloud/Dataproc/src/V1/SparkRJob.php',
    'Google\\Cloud\\Dataproc\\V1\\SparkSqlBatch' => $vendorDir . '/google/cloud/Dataproc/src/V1/SparkSqlBatch.php',
    'Google\\Cloud\\Dataproc\\V1\\SparkSqlJob' => $vendorDir . '/google/cloud/Dataproc/src/V1/SparkSqlJob.php',
    'Google\\Cloud\\Dataproc\\V1\\StartClusterRequest' => $vendorDir . '/google/cloud/Dataproc/src/V1/StartClusterRequest.php',
    'Google\\Cloud\\Dataproc\\V1\\StopClusterRequest' => $vendorDir . '/google/cloud/Dataproc/src/V1/StopClusterRequest.php',
    'Google\\Cloud\\Dataproc\\V1\\SubmitJobRequest' => $vendorDir . '/google/cloud/Dataproc/src/V1/SubmitJobRequest.php',
    'Google\\Cloud\\Dataproc\\V1\\TemplateParameter' => $vendorDir . '/google/cloud/Dataproc/src/V1/TemplateParameter.php',
    'Google\\Cloud\\Dataproc\\V1\\TrinoJob' => $vendorDir . '/google/cloud/Dataproc/src/V1/TrinoJob.php',
    'Google\\Cloud\\Dataproc\\V1\\UpdateAutoscalingPolicyRequest' => $vendorDir . '/google/cloud/Dataproc/src/V1/UpdateAutoscalingPolicyRequest.php',
    'Google\\Cloud\\Dataproc\\V1\\UpdateClusterRequest' => $vendorDir . '/google/cloud/Dataproc/src/V1/UpdateClusterRequest.php',
    'Google\\Cloud\\Dataproc\\V1\\UpdateJobRequest' => $vendorDir . '/google/cloud/Dataproc/src/V1/UpdateJobRequest.php',
    'Google\\Cloud\\Dataproc\\V1\\UpdateWorkflowTemplateRequest' => $vendorDir . '/google/cloud/Dataproc/src/V1/UpdateWorkflowTemplateRequest.php',
    'Google\\Cloud\\Dataproc\\V1\\UsageMetrics' => $vendorDir . '/google/cloud/Dataproc/src/V1/UsageMetrics.php',
    'Google\\Cloud\\Dataproc\\V1\\UsageSnapshot' => $vendorDir . '/google/cloud/Dataproc/src/V1/UsageSnapshot.php',
    'Google\\Cloud\\Dataproc\\V1\\ValueValidation' => $vendorDir . '/google/cloud/Dataproc/src/V1/ValueValidation.php',
    'Google\\Cloud\\Dataproc\\V1\\VirtualClusterConfig' => $vendorDir . '/google/cloud/Dataproc/src/V1/VirtualClusterConfig.php',
    'Google\\Cloud\\Dataproc\\V1\\WorkflowGraph' => $vendorDir . '/google/cloud/Dataproc/src/V1/WorkflowGraph.php',
    'Google\\Cloud\\Dataproc\\V1\\WorkflowMetadata' => $vendorDir . '/google/cloud/Dataproc/src/V1/WorkflowMetadata.php',
    'Google\\Cloud\\Dataproc\\V1\\WorkflowMetadata\\State' => $vendorDir . '/google/cloud/Dataproc/src/V1/WorkflowMetadata/State.php',
    'Google\\Cloud\\Dataproc\\V1\\WorkflowMetadata_State' => $vendorDir . '/google/cloud/Dataproc/src/V1/WorkflowMetadata_State.php',
    'Google\\Cloud\\Dataproc\\V1\\WorkflowNode' => $vendorDir . '/google/cloud/Dataproc/src/V1/WorkflowNode.php',
    'Google\\Cloud\\Dataproc\\V1\\WorkflowNode\\NodeState' => $vendorDir . '/google/cloud/Dataproc/src/V1/WorkflowNode/NodeState.php',
    'Google\\Cloud\\Dataproc\\V1\\WorkflowNode_NodeState' => $vendorDir . '/google/cloud/Dataproc/src/V1/WorkflowNode_NodeState.php',
    'Google\\Cloud\\Dataproc\\V1\\WorkflowTemplate' => $vendorDir . '/google/cloud/Dataproc/src/V1/WorkflowTemplate.php',
    'Google\\Cloud\\Dataproc\\V1\\WorkflowTemplatePlacement' => $vendorDir . '/google/cloud/Dataproc/src/V1/WorkflowTemplatePlacement.php',
    'Google\\Cloud\\Dataproc\\V1\\WorkflowTemplateServiceClient' => $vendorDir . '/google/cloud/Dataproc/src/V1/WorkflowTemplateServiceClient.php',
    'Google\\Cloud\\Dataproc\\V1\\WorkflowTemplateServiceGrpcClient' => $vendorDir . '/google/cloud/Dataproc/src/V1/WorkflowTemplateServiceGrpcClient.php',
    'Google\\Cloud\\Dataproc\\V1\\YarnApplication' => $vendorDir . '/google/cloud/Dataproc/src/V1/YarnApplication.php',
    'Google\\Cloud\\Dataproc\\V1\\YarnApplication\\State' => $vendorDir . '/google/cloud/Dataproc/src/V1/YarnApplication/State.php',
    'Google\\Cloud\\Dataproc\\V1\\YarnApplication_State' => $vendorDir . '/google/cloud/Dataproc/src/V1/YarnApplication_State.php',
    'Google\\Cloud\\Datastore\\Admin\\V1\\CommonMetadata' => $vendorDir . '/google/cloud/DatastoreAdmin/src/V1/CommonMetadata.php',
    'Google\\Cloud\\Datastore\\Admin\\V1\\CommonMetadata\\State' => $vendorDir . '/google/cloud/DatastoreAdmin/src/V1/CommonMetadata/State.php',
    'Google\\Cloud\\Datastore\\Admin\\V1\\CommonMetadata_State' => $vendorDir . '/google/cloud/DatastoreAdmin/src/V1/CommonMetadata_State.php',
    'Google\\Cloud\\Datastore\\Admin\\V1\\CreateIndexRequest' => $vendorDir . '/google/cloud/DatastoreAdmin/src/V1/CreateIndexRequest.php',
    'Google\\Cloud\\Datastore\\Admin\\V1\\DatastoreAdminClient' => $vendorDir . '/google/cloud/DatastoreAdmin/src/V1/DatastoreAdminClient.php',
    'Google\\Cloud\\Datastore\\Admin\\V1\\DatastoreAdminGrpcClient' => $vendorDir . '/google/cloud/DatastoreAdmin/src/V1/DatastoreAdminGrpcClient.php',
    'Google\\Cloud\\Datastore\\Admin\\V1\\DatastoreFirestoreMigrationMetadata' => $vendorDir . '/google/cloud/DatastoreAdmin/src/V1/DatastoreFirestoreMigrationMetadata.php',
    'Google\\Cloud\\Datastore\\Admin\\V1\\DeleteIndexRequest' => $vendorDir . '/google/cloud/DatastoreAdmin/src/V1/DeleteIndexRequest.php',
    'Google\\Cloud\\Datastore\\Admin\\V1\\EntityFilter' => $vendorDir . '/google/cloud/DatastoreAdmin/src/V1/EntityFilter.php',
    'Google\\Cloud\\Datastore\\Admin\\V1\\ExportEntitiesMetadata' => $vendorDir . '/google/cloud/DatastoreAdmin/src/V1/ExportEntitiesMetadata.php',
    'Google\\Cloud\\Datastore\\Admin\\V1\\ExportEntitiesRequest' => $vendorDir . '/google/cloud/DatastoreAdmin/src/V1/ExportEntitiesRequest.php',
    'Google\\Cloud\\Datastore\\Admin\\V1\\ExportEntitiesResponse' => $vendorDir . '/google/cloud/DatastoreAdmin/src/V1/ExportEntitiesResponse.php',
    'Google\\Cloud\\Datastore\\Admin\\V1\\Gapic\\DatastoreAdminGapicClient' => $vendorDir . '/google/cloud/DatastoreAdmin/src/V1/Gapic/DatastoreAdminGapicClient.php',
    'Google\\Cloud\\Datastore\\Admin\\V1\\GetIndexRequest' => $vendorDir . '/google/cloud/DatastoreAdmin/src/V1/GetIndexRequest.php',
    'Google\\Cloud\\Datastore\\Admin\\V1\\ImportEntitiesMetadata' => $vendorDir . '/google/cloud/DatastoreAdmin/src/V1/ImportEntitiesMetadata.php',
    'Google\\Cloud\\Datastore\\Admin\\V1\\ImportEntitiesRequest' => $vendorDir . '/google/cloud/DatastoreAdmin/src/V1/ImportEntitiesRequest.php',
    'Google\\Cloud\\Datastore\\Admin\\V1\\Index' => $vendorDir . '/google/cloud/DatastoreAdmin/src/V1/Index.php',
    'Google\\Cloud\\Datastore\\Admin\\V1\\IndexOperationMetadata' => $vendorDir . '/google/cloud/DatastoreAdmin/src/V1/IndexOperationMetadata.php',
    'Google\\Cloud\\Datastore\\Admin\\V1\\Index\\AncestorMode' => $vendorDir . '/google/cloud/DatastoreAdmin/src/V1/Index/AncestorMode.php',
    'Google\\Cloud\\Datastore\\Admin\\V1\\Index\\Direction' => $vendorDir . '/google/cloud/DatastoreAdmin/src/V1/Index/Direction.php',
    'Google\\Cloud\\Datastore\\Admin\\V1\\Index\\IndexedProperty' => $vendorDir . '/google/cloud/DatastoreAdmin/src/V1/Index/IndexedProperty.php',
    'Google\\Cloud\\Datastore\\Admin\\V1\\Index\\State' => $vendorDir . '/google/cloud/DatastoreAdmin/src/V1/Index/State.php',
    'Google\\Cloud\\Datastore\\Admin\\V1\\Index_AncestorMode' => $vendorDir . '/google/cloud/DatastoreAdmin/src/V1/Index_AncestorMode.php',
    'Google\\Cloud\\Datastore\\Admin\\V1\\Index_Direction' => $vendorDir . '/google/cloud/DatastoreAdmin/src/V1/Index_Direction.php',
    'Google\\Cloud\\Datastore\\Admin\\V1\\Index_IndexedProperty' => $vendorDir . '/google/cloud/DatastoreAdmin/src/V1/Index_IndexedProperty.php',
    'Google\\Cloud\\Datastore\\Admin\\V1\\Index_State' => $vendorDir . '/google/cloud/DatastoreAdmin/src/V1/Index_State.php',
    'Google\\Cloud\\Datastore\\Admin\\V1\\ListIndexesRequest' => $vendorDir . '/google/cloud/DatastoreAdmin/src/V1/ListIndexesRequest.php',
    'Google\\Cloud\\Datastore\\Admin\\V1\\ListIndexesResponse' => $vendorDir . '/google/cloud/DatastoreAdmin/src/V1/ListIndexesResponse.php',
    'Google\\Cloud\\Datastore\\Admin\\V1\\MigrationProgressEvent' => $vendorDir . '/google/cloud/DatastoreAdmin/src/V1/MigrationProgressEvent.php',
    'Google\\Cloud\\Datastore\\Admin\\V1\\MigrationProgressEvent\\ConcurrencyMode' => $vendorDir . '/google/cloud/DatastoreAdmin/src/V1/MigrationProgressEvent/ConcurrencyMode.php',
    'Google\\Cloud\\Datastore\\Admin\\V1\\MigrationProgressEvent\\PrepareStepDetails' => $vendorDir . '/google/cloud/DatastoreAdmin/src/V1/MigrationProgressEvent/PrepareStepDetails.php',
    'Google\\Cloud\\Datastore\\Admin\\V1\\MigrationProgressEvent\\RedirectWritesStepDetails' => $vendorDir . '/google/cloud/DatastoreAdmin/src/V1/MigrationProgressEvent/RedirectWritesStepDetails.php',
    'Google\\Cloud\\Datastore\\Admin\\V1\\MigrationProgressEvent_ConcurrencyMode' => $vendorDir . '/google/cloud/DatastoreAdmin/src/V1/MigrationProgressEvent_ConcurrencyMode.php',
    'Google\\Cloud\\Datastore\\Admin\\V1\\MigrationProgressEvent_PrepareStepDetails' => $vendorDir . '/google/cloud/DatastoreAdmin/src/V1/MigrationProgressEvent_PrepareStepDetails.php',
    'Google\\Cloud\\Datastore\\Admin\\V1\\MigrationProgressEvent_RedirectWritesStepDetails' => $vendorDir . '/google/cloud/DatastoreAdmin/src/V1/MigrationProgressEvent_RedirectWritesStepDetails.php',
    'Google\\Cloud\\Datastore\\Admin\\V1\\MigrationState' => $vendorDir . '/google/cloud/DatastoreAdmin/src/V1/MigrationState.php',
    'Google\\Cloud\\Datastore\\Admin\\V1\\MigrationStateEvent' => $vendorDir . '/google/cloud/DatastoreAdmin/src/V1/MigrationStateEvent.php',
    'Google\\Cloud\\Datastore\\Admin\\V1\\MigrationStep' => $vendorDir . '/google/cloud/DatastoreAdmin/src/V1/MigrationStep.php',
    'Google\\Cloud\\Datastore\\Admin\\V1\\OperationType' => $vendorDir . '/google/cloud/DatastoreAdmin/src/V1/OperationType.php',
    'Google\\Cloud\\Datastore\\Admin\\V1\\Progress' => $vendorDir . '/google/cloud/DatastoreAdmin/src/V1/Progress.php',
    'Google\\Cloud\\Datastore\\Blob' => $vendorDir . '/google/cloud/Datastore/src/Blob.php',
    'Google\\Cloud\\Datastore\\Connection\\ConnectionInterface' => $vendorDir . '/google/cloud/Datastore/src/Connection/ConnectionInterface.php',
    'Google\\Cloud\\Datastore\\Connection\\Grpc' => $vendorDir . '/google/cloud/Datastore/src/Connection/Grpc.php',
    'Google\\Cloud\\Datastore\\Connection\\Rest' => $vendorDir . '/google/cloud/Datastore/src/Connection/Rest.php',
    'Google\\Cloud\\Datastore\\Cursor' => $vendorDir . '/google/cloud/Datastore/src/Cursor.php',
    'Google\\Cloud\\Datastore\\DatastoreClient' => $vendorDir . '/google/cloud/Datastore/src/DatastoreClient.php',
    'Google\\Cloud\\Datastore\\DatastoreSessionHandler' => $vendorDir . '/google/cloud/Datastore/src/DatastoreSessionHandler.php',
    'Google\\Cloud\\Datastore\\DatastoreTrait' => $vendorDir . '/google/cloud/Datastore/src/DatastoreTrait.php',
    'Google\\Cloud\\Datastore\\Entity' => $vendorDir . '/google/cloud/Datastore/src/Entity.php',
    'Google\\Cloud\\Datastore\\EntityInterface' => $vendorDir . '/google/cloud/Datastore/src/EntityInterface.php',
    'Google\\Cloud\\Datastore\\EntityIterator' => $vendorDir . '/google/cloud/Datastore/src/EntityIterator.php',
    'Google\\Cloud\\Datastore\\EntityMapper' => $vendorDir . '/google/cloud/Datastore/src/EntityMapper.php',
    'Google\\Cloud\\Datastore\\EntityOptionsTrait' => $vendorDir . '/google/cloud/Datastore/src/EntityOptionsTrait.php',
    'Google\\Cloud\\Datastore\\EntityPageIterator' => $vendorDir . '/google/cloud/Datastore/src/EntityPageIterator.php',
    'Google\\Cloud\\Datastore\\EntityTrait' => $vendorDir . '/google/cloud/Datastore/src/EntityTrait.php',
    'Google\\Cloud\\Datastore\\GeoPoint' => $vendorDir . '/google/cloud/Datastore/src/GeoPoint.php',
    'Google\\Cloud\\Datastore\\Key' => $vendorDir . '/google/cloud/Datastore/src/Key.php',
    'Google\\Cloud\\Datastore\\Operation' => $vendorDir . '/google/cloud/Datastore/src/Operation.php',
    'Google\\Cloud\\Datastore\\Query\\GqlQuery' => $vendorDir . '/google/cloud/Datastore/src/Query/GqlQuery.php',
    'Google\\Cloud\\Datastore\\Query\\Query' => $vendorDir . '/google/cloud/Datastore/src/Query/Query.php',
    'Google\\Cloud\\Datastore\\Query\\QueryInterface' => $vendorDir . '/google/cloud/Datastore/src/Query/QueryInterface.php',
    'Google\\Cloud\\Datastore\\ReadOnlyTransaction' => $vendorDir . '/google/cloud/Datastore/src/ReadOnlyTransaction.php',
    'Google\\Cloud\\Datastore\\Transaction' => $vendorDir . '/google/cloud/Datastore/src/Transaction.php',
    'Google\\Cloud\\Datastore\\TransactionTrait' => $vendorDir . '/google/cloud/Datastore/src/TransactionTrait.php',
    'Google\\Cloud\\Datastore\\V1\\AggregationQuery' => $vendorDir . '/google/cloud/Datastore/src/V1/AggregationQuery.php',
    'Google\\Cloud\\Datastore\\V1\\AggregationQuery\\Aggregation' => $vendorDir . '/google/cloud/Datastore/src/V1/AggregationQuery/Aggregation.php',
    'Google\\Cloud\\Datastore\\V1\\AggregationQuery\\Aggregation\\Count' => $vendorDir . '/google/cloud/Datastore/src/V1/AggregationQuery/Aggregation/Count.php',
    'Google\\Cloud\\Datastore\\V1\\AggregationQuery_Aggregation' => $vendorDir . '/google/cloud/Datastore/src/V1/AggregationQuery_Aggregation.php',
    'Google\\Cloud\\Datastore\\V1\\AggregationQuery_Aggregation_Count' => $vendorDir . '/google/cloud/Datastore/src/V1/AggregationQuery_Aggregation_Count.php',
    'Google\\Cloud\\Datastore\\V1\\AggregationResult' => $vendorDir . '/google/cloud/Datastore/src/V1/AggregationResult.php',
    'Google\\Cloud\\Datastore\\V1\\AggregationResultBatch' => $vendorDir . '/google/cloud/Datastore/src/V1/AggregationResultBatch.php',
    'Google\\Cloud\\Datastore\\V1\\AllocateIdsRequest' => $vendorDir . '/google/cloud/Datastore/src/V1/AllocateIdsRequest.php',
    'Google\\Cloud\\Datastore\\V1\\AllocateIdsResponse' => $vendorDir . '/google/cloud/Datastore/src/V1/AllocateIdsResponse.php',
    'Google\\Cloud\\Datastore\\V1\\ArrayValue' => $vendorDir . '/google/cloud/Datastore/src/V1/ArrayValue.php',
    'Google\\Cloud\\Datastore\\V1\\BeginTransactionRequest' => $vendorDir . '/google/cloud/Datastore/src/V1/BeginTransactionRequest.php',
    'Google\\Cloud\\Datastore\\V1\\BeginTransactionResponse' => $vendorDir . '/google/cloud/Datastore/src/V1/BeginTransactionResponse.php',
    'Google\\Cloud\\Datastore\\V1\\CommitRequest' => $vendorDir . '/google/cloud/Datastore/src/V1/CommitRequest.php',
    'Google\\Cloud\\Datastore\\V1\\CommitRequest\\Mode' => $vendorDir . '/google/cloud/Datastore/src/V1/CommitRequest/Mode.php',
    'Google\\Cloud\\Datastore\\V1\\CommitRequest_Mode' => $vendorDir . '/google/cloud/Datastore/src/V1/CommitRequest_Mode.php',
    'Google\\Cloud\\Datastore\\V1\\CommitResponse' => $vendorDir . '/google/cloud/Datastore/src/V1/CommitResponse.php',
    'Google\\Cloud\\Datastore\\V1\\CompositeFilter' => $vendorDir . '/google/cloud/Datastore/src/V1/CompositeFilter.php',
    'Google\\Cloud\\Datastore\\V1\\CompositeFilter\\Operator' => $vendorDir . '/google/cloud/Datastore/src/V1/CompositeFilter/Operator.php',
    'Google\\Cloud\\Datastore\\V1\\CompositeFilter_Operator' => $vendorDir . '/google/cloud/Datastore/src/V1/CompositeFilter_Operator.php',
    'Google\\Cloud\\Datastore\\V1\\DatastoreClient' => $vendorDir . '/google/cloud/Datastore/src/V1/DatastoreClient.php',
    'Google\\Cloud\\Datastore\\V1\\DatastoreGrpcClient' => $vendorDir . '/google/cloud/Datastore/src/V1/DatastoreGrpcClient.php',
    'Google\\Cloud\\Datastore\\V1\\Entity' => $vendorDir . '/google/cloud/Datastore/src/V1/Entity.php',
    'Google\\Cloud\\Datastore\\V1\\EntityResult' => $vendorDir . '/google/cloud/Datastore/src/V1/EntityResult.php',
    'Google\\Cloud\\Datastore\\V1\\EntityResult\\ResultType' => $vendorDir . '/google/cloud/Datastore/src/V1/EntityResult/ResultType.php',
    'Google\\Cloud\\Datastore\\V1\\EntityResult_ResultType' => $vendorDir . '/google/cloud/Datastore/src/V1/EntityResult_ResultType.php',
    'Google\\Cloud\\Datastore\\V1\\Filter' => $vendorDir . '/google/cloud/Datastore/src/V1/Filter.php',
    'Google\\Cloud\\Datastore\\V1\\Gapic\\DatastoreGapicClient' => $vendorDir . '/google/cloud/Datastore/src/V1/Gapic/DatastoreGapicClient.php',
    'Google\\Cloud\\Datastore\\V1\\GqlQuery' => $vendorDir . '/google/cloud/Datastore/src/V1/GqlQuery.php',
    'Google\\Cloud\\Datastore\\V1\\GqlQueryParameter' => $vendorDir . '/google/cloud/Datastore/src/V1/GqlQueryParameter.php',
    'Google\\Cloud\\Datastore\\V1\\Key' => $vendorDir . '/google/cloud/Datastore/src/V1/Key.php',
    'Google\\Cloud\\Datastore\\V1\\Key\\PathElement' => $vendorDir . '/google/cloud/Datastore/src/V1/Key/PathElement.php',
    'Google\\Cloud\\Datastore\\V1\\Key_PathElement' => $vendorDir . '/google/cloud/Datastore/src/V1/Key_PathElement.php',
    'Google\\Cloud\\Datastore\\V1\\KindExpression' => $vendorDir . '/google/cloud/Datastore/src/V1/KindExpression.php',
    'Google\\Cloud\\Datastore\\V1\\LookupRequest' => $vendorDir . '/google/cloud/Datastore/src/V1/LookupRequest.php',
    'Google\\Cloud\\Datastore\\V1\\LookupResponse' => $vendorDir . '/google/cloud/Datastore/src/V1/LookupResponse.php',
    'Google\\Cloud\\Datastore\\V1\\Mutation' => $vendorDir . '/google/cloud/Datastore/src/V1/Mutation.php',
    'Google\\Cloud\\Datastore\\V1\\MutationResult' => $vendorDir . '/google/cloud/Datastore/src/V1/MutationResult.php',
    'Google\\Cloud\\Datastore\\V1\\PartitionId' => $vendorDir . '/google/cloud/Datastore/src/V1/PartitionId.php',
    'Google\\Cloud\\Datastore\\V1\\Projection' => $vendorDir . '/google/cloud/Datastore/src/V1/Projection.php',
    'Google\\Cloud\\Datastore\\V1\\PropertyFilter' => $vendorDir . '/google/cloud/Datastore/src/V1/PropertyFilter.php',
    'Google\\Cloud\\Datastore\\V1\\PropertyFilter\\Operator' => $vendorDir . '/google/cloud/Datastore/src/V1/PropertyFilter/Operator.php',
    'Google\\Cloud\\Datastore\\V1\\PropertyFilter_Operator' => $vendorDir . '/google/cloud/Datastore/src/V1/PropertyFilter_Operator.php',
    'Google\\Cloud\\Datastore\\V1\\PropertyOrder' => $vendorDir . '/google/cloud/Datastore/src/V1/PropertyOrder.php',
    'Google\\Cloud\\Datastore\\V1\\PropertyOrder\\Direction' => $vendorDir . '/google/cloud/Datastore/src/V1/PropertyOrder/Direction.php',
    'Google\\Cloud\\Datastore\\V1\\PropertyOrder_Direction' => $vendorDir . '/google/cloud/Datastore/src/V1/PropertyOrder_Direction.php',
    'Google\\Cloud\\Datastore\\V1\\PropertyReference' => $vendorDir . '/google/cloud/Datastore/src/V1/PropertyReference.php',
    'Google\\Cloud\\Datastore\\V1\\Query' => $vendorDir . '/google/cloud/Datastore/src/V1/Query.php',
    'Google\\Cloud\\Datastore\\V1\\QueryResultBatch' => $vendorDir . '/google/cloud/Datastore/src/V1/QueryResultBatch.php',
    'Google\\Cloud\\Datastore\\V1\\QueryResultBatch\\MoreResultsType' => $vendorDir . '/google/cloud/Datastore/src/V1/QueryResultBatch/MoreResultsType.php',
    'Google\\Cloud\\Datastore\\V1\\QueryResultBatch_MoreResultsType' => $vendorDir . '/google/cloud/Datastore/src/V1/QueryResultBatch_MoreResultsType.php',
    'Google\\Cloud\\Datastore\\V1\\ReadOptions' => $vendorDir . '/google/cloud/Datastore/src/V1/ReadOptions.php',
    'Google\\Cloud\\Datastore\\V1\\ReadOptions\\ReadConsistency' => $vendorDir . '/google/cloud/Datastore/src/V1/ReadOptions/ReadConsistency.php',
    'Google\\Cloud\\Datastore\\V1\\ReadOptions_ReadConsistency' => $vendorDir . '/google/cloud/Datastore/src/V1/ReadOptions_ReadConsistency.php',
    'Google\\Cloud\\Datastore\\V1\\ReserveIdsRequest' => $vendorDir . '/google/cloud/Datastore/src/V1/ReserveIdsRequest.php',
    'Google\\Cloud\\Datastore\\V1\\ReserveIdsResponse' => $vendorDir . '/google/cloud/Datastore/src/V1/ReserveIdsResponse.php',
    'Google\\Cloud\\Datastore\\V1\\RollbackRequest' => $vendorDir . '/google/cloud/Datastore/src/V1/RollbackRequest.php',
    'Google\\Cloud\\Datastore\\V1\\RollbackResponse' => $vendorDir . '/google/cloud/Datastore/src/V1/RollbackResponse.php',
    'Google\\Cloud\\Datastore\\V1\\RunAggregationQueryRequest' => $vendorDir . '/google/cloud/Datastore/src/V1/RunAggregationQueryRequest.php',
    'Google\\Cloud\\Datastore\\V1\\RunAggregationQueryResponse' => $vendorDir . '/google/cloud/Datastore/src/V1/RunAggregationQueryResponse.php',
    'Google\\Cloud\\Datastore\\V1\\RunQueryRequest' => $vendorDir . '/google/cloud/Datastore/src/V1/RunQueryRequest.php',
    'Google\\Cloud\\Datastore\\V1\\RunQueryResponse' => $vendorDir . '/google/cloud/Datastore/src/V1/RunQueryResponse.php',
    'Google\\Cloud\\Datastore\\V1\\TransactionOptions' => $vendorDir . '/google/cloud/Datastore/src/V1/TransactionOptions.php',
    'Google\\Cloud\\Datastore\\V1\\TransactionOptions\\PBReadOnly' => $vendorDir . '/google/cloud/Datastore/src/V1/TransactionOptions/PBReadOnly.php',
    'Google\\Cloud\\Datastore\\V1\\TransactionOptions\\ReadWrite' => $vendorDir . '/google/cloud/Datastore/src/V1/TransactionOptions/ReadWrite.php',
    'Google\\Cloud\\Datastore\\V1\\TransactionOptions_ReadOnly' => $vendorDir . '/google/cloud/Datastore/src/V1/TransactionOptions_ReadOnly.php',
    'Google\\Cloud\\Datastore\\V1\\TransactionOptions_ReadWrite' => $vendorDir . '/google/cloud/Datastore/src/V1/TransactionOptions_ReadWrite.php',
    'Google\\Cloud\\Datastore\\V1\\Value' => $vendorDir . '/google/cloud/Datastore/src/V1/Value.php',
    'Google\\Cloud\\Datastream\\V1\\AvroFileFormat' => $vendorDir . '/google/cloud/Datastream/src/V1/AvroFileFormat.php',
    'Google\\Cloud\\Datastream\\V1\\BackfillJob' => $vendorDir . '/google/cloud/Datastream/src/V1/BackfillJob.php',
    'Google\\Cloud\\Datastream\\V1\\BackfillJob\\State' => $vendorDir . '/google/cloud/Datastream/src/V1/BackfillJob/State.php',
    'Google\\Cloud\\Datastream\\V1\\BackfillJob\\Trigger' => $vendorDir . '/google/cloud/Datastream/src/V1/BackfillJob/Trigger.php',
    'Google\\Cloud\\Datastream\\V1\\BigQueryDestinationConfig' => $vendorDir . '/google/cloud/Datastream/src/V1/BigQueryDestinationConfig.php',
    'Google\\Cloud\\Datastream\\V1\\BigQueryDestinationConfig\\SingleTargetDataset' => $vendorDir . '/google/cloud/Datastream/src/V1/BigQueryDestinationConfig/SingleTargetDataset.php',
    'Google\\Cloud\\Datastream\\V1\\BigQueryDestinationConfig\\SourceHierarchyDatasets' => $vendorDir . '/google/cloud/Datastream/src/V1/BigQueryDestinationConfig/SourceHierarchyDatasets.php',
    'Google\\Cloud\\Datastream\\V1\\BigQueryDestinationConfig\\SourceHierarchyDatasets\\DatasetTemplate' => $vendorDir . '/google/cloud/Datastream/src/V1/BigQueryDestinationConfig/SourceHierarchyDatasets/DatasetTemplate.php',
    'Google\\Cloud\\Datastream\\V1\\BigQueryProfile' => $vendorDir . '/google/cloud/Datastream/src/V1/BigQueryProfile.php',
    'Google\\Cloud\\Datastream\\V1\\ConnectionProfile' => $vendorDir . '/google/cloud/Datastream/src/V1/ConnectionProfile.php',
    'Google\\Cloud\\Datastream\\V1\\CreateConnectionProfileRequest' => $vendorDir . '/google/cloud/Datastream/src/V1/CreateConnectionProfileRequest.php',
    'Google\\Cloud\\Datastream\\V1\\CreatePrivateConnectionRequest' => $vendorDir . '/google/cloud/Datastream/src/V1/CreatePrivateConnectionRequest.php',
    'Google\\Cloud\\Datastream\\V1\\CreateRouteRequest' => $vendorDir . '/google/cloud/Datastream/src/V1/CreateRouteRequest.php',
    'Google\\Cloud\\Datastream\\V1\\CreateStreamRequest' => $vendorDir . '/google/cloud/Datastream/src/V1/CreateStreamRequest.php',
    'Google\\Cloud\\Datastream\\V1\\DatastreamClient' => $vendorDir . '/google/cloud/Datastream/src/V1/DatastreamClient.php',
    'Google\\Cloud\\Datastream\\V1\\DeleteConnectionProfileRequest' => $vendorDir . '/google/cloud/Datastream/src/V1/DeleteConnectionProfileRequest.php',
    'Google\\Cloud\\Datastream\\V1\\DeletePrivateConnectionRequest' => $vendorDir . '/google/cloud/Datastream/src/V1/DeletePrivateConnectionRequest.php',
    'Google\\Cloud\\Datastream\\V1\\DeleteRouteRequest' => $vendorDir . '/google/cloud/Datastream/src/V1/DeleteRouteRequest.php',
    'Google\\Cloud\\Datastream\\V1\\DeleteStreamRequest' => $vendorDir . '/google/cloud/Datastream/src/V1/DeleteStreamRequest.php',
    'Google\\Cloud\\Datastream\\V1\\DestinationConfig' => $vendorDir . '/google/cloud/Datastream/src/V1/DestinationConfig.php',
    'Google\\Cloud\\Datastream\\V1\\DiscoverConnectionProfileRequest' => $vendorDir . '/google/cloud/Datastream/src/V1/DiscoverConnectionProfileRequest.php',
    'Google\\Cloud\\Datastream\\V1\\DiscoverConnectionProfileResponse' => $vendorDir . '/google/cloud/Datastream/src/V1/DiscoverConnectionProfileResponse.php',
    'Google\\Cloud\\Datastream\\V1\\Error' => $vendorDir . '/google/cloud/Datastream/src/V1/Error.php',
    'Google\\Cloud\\Datastream\\V1\\FetchStaticIpsRequest' => $vendorDir . '/google/cloud/Datastream/src/V1/FetchStaticIpsRequest.php',
    'Google\\Cloud\\Datastream\\V1\\FetchStaticIpsResponse' => $vendorDir . '/google/cloud/Datastream/src/V1/FetchStaticIpsResponse.php',
    'Google\\Cloud\\Datastream\\V1\\ForwardSshTunnelConnectivity' => $vendorDir . '/google/cloud/Datastream/src/V1/ForwardSshTunnelConnectivity.php',
    'Google\\Cloud\\Datastream\\V1\\Gapic\\DatastreamGapicClient' => $vendorDir . '/google/cloud/Datastream/src/V1/Gapic/DatastreamGapicClient.php',
    'Google\\Cloud\\Datastream\\V1\\GcsDestinationConfig' => $vendorDir . '/google/cloud/Datastream/src/V1/GcsDestinationConfig.php',
    'Google\\Cloud\\Datastream\\V1\\GcsProfile' => $vendorDir . '/google/cloud/Datastream/src/V1/GcsProfile.php',
    'Google\\Cloud\\Datastream\\V1\\GetConnectionProfileRequest' => $vendorDir . '/google/cloud/Datastream/src/V1/GetConnectionProfileRequest.php',
    'Google\\Cloud\\Datastream\\V1\\GetPrivateConnectionRequest' => $vendorDir . '/google/cloud/Datastream/src/V1/GetPrivateConnectionRequest.php',
    'Google\\Cloud\\Datastream\\V1\\GetRouteRequest' => $vendorDir . '/google/cloud/Datastream/src/V1/GetRouteRequest.php',
    'Google\\Cloud\\Datastream\\V1\\GetStreamObjectRequest' => $vendorDir . '/google/cloud/Datastream/src/V1/GetStreamObjectRequest.php',
    'Google\\Cloud\\Datastream\\V1\\GetStreamRequest' => $vendorDir . '/google/cloud/Datastream/src/V1/GetStreamRequest.php',
    'Google\\Cloud\\Datastream\\V1\\JsonFileFormat' => $vendorDir . '/google/cloud/Datastream/src/V1/JsonFileFormat.php',
    'Google\\Cloud\\Datastream\\V1\\JsonFileFormat\\JsonCompression' => $vendorDir . '/google/cloud/Datastream/src/V1/JsonFileFormat/JsonCompression.php',
    'Google\\Cloud\\Datastream\\V1\\JsonFileFormat\\SchemaFileFormat' => $vendorDir . '/google/cloud/Datastream/src/V1/JsonFileFormat/SchemaFileFormat.php',
    'Google\\Cloud\\Datastream\\V1\\ListConnectionProfilesRequest' => $vendorDir . '/google/cloud/Datastream/src/V1/ListConnectionProfilesRequest.php',
    'Google\\Cloud\\Datastream\\V1\\ListConnectionProfilesResponse' => $vendorDir . '/google/cloud/Datastream/src/V1/ListConnectionProfilesResponse.php',
    'Google\\Cloud\\Datastream\\V1\\ListPrivateConnectionsRequest' => $vendorDir . '/google/cloud/Datastream/src/V1/ListPrivateConnectionsRequest.php',
    'Google\\Cloud\\Datastream\\V1\\ListPrivateConnectionsResponse' => $vendorDir . '/google/cloud/Datastream/src/V1/ListPrivateConnectionsResponse.php',
    'Google\\Cloud\\Datastream\\V1\\ListRoutesRequest' => $vendorDir . '/google/cloud/Datastream/src/V1/ListRoutesRequest.php',
    'Google\\Cloud\\Datastream\\V1\\ListRoutesResponse' => $vendorDir . '/google/cloud/Datastream/src/V1/ListRoutesResponse.php',
    'Google\\Cloud\\Datastream\\V1\\ListStreamObjectsRequest' => $vendorDir . '/google/cloud/Datastream/src/V1/ListStreamObjectsRequest.php',
    'Google\\Cloud\\Datastream\\V1\\ListStreamObjectsResponse' => $vendorDir . '/google/cloud/Datastream/src/V1/ListStreamObjectsResponse.php',
    'Google\\Cloud\\Datastream\\V1\\ListStreamsRequest' => $vendorDir . '/google/cloud/Datastream/src/V1/ListStreamsRequest.php',
    'Google\\Cloud\\Datastream\\V1\\ListStreamsResponse' => $vendorDir . '/google/cloud/Datastream/src/V1/ListStreamsResponse.php',
    'Google\\Cloud\\Datastream\\V1\\LookupStreamObjectRequest' => $vendorDir . '/google/cloud/Datastream/src/V1/LookupStreamObjectRequest.php',
    'Google\\Cloud\\Datastream\\V1\\MysqlColumn' => $vendorDir . '/google/cloud/Datastream/src/V1/MysqlColumn.php',
    'Google\\Cloud\\Datastream\\V1\\MysqlDatabase' => $vendorDir . '/google/cloud/Datastream/src/V1/MysqlDatabase.php',
    'Google\\Cloud\\Datastream\\V1\\MysqlProfile' => $vendorDir . '/google/cloud/Datastream/src/V1/MysqlProfile.php',
    'Google\\Cloud\\Datastream\\V1\\MysqlRdbms' => $vendorDir . '/google/cloud/Datastream/src/V1/MysqlRdbms.php',
    'Google\\Cloud\\Datastream\\V1\\MysqlSourceConfig' => $vendorDir . '/google/cloud/Datastream/src/V1/MysqlSourceConfig.php',
    'Google\\Cloud\\Datastream\\V1\\MysqlSslConfig' => $vendorDir . '/google/cloud/Datastream/src/V1/MysqlSslConfig.php',
    'Google\\Cloud\\Datastream\\V1\\MysqlTable' => $vendorDir . '/google/cloud/Datastream/src/V1/MysqlTable.php',
    'Google\\Cloud\\Datastream\\V1\\OperationMetadata' => $vendorDir . '/google/cloud/Datastream/src/V1/OperationMetadata.php',
    'Google\\Cloud\\Datastream\\V1\\OracleColumn' => $vendorDir . '/google/cloud/Datastream/src/V1/OracleColumn.php',
    'Google\\Cloud\\Datastream\\V1\\OracleProfile' => $vendorDir . '/google/cloud/Datastream/src/V1/OracleProfile.php',
    'Google\\Cloud\\Datastream\\V1\\OracleRdbms' => $vendorDir . '/google/cloud/Datastream/src/V1/OracleRdbms.php',
    'Google\\Cloud\\Datastream\\V1\\OracleSchema' => $vendorDir . '/google/cloud/Datastream/src/V1/OracleSchema.php',
    'Google\\Cloud\\Datastream\\V1\\OracleSourceConfig' => $vendorDir . '/google/cloud/Datastream/src/V1/OracleSourceConfig.php',
    'Google\\Cloud\\Datastream\\V1\\OracleSourceConfig\\DropLargeObjects' => $vendorDir . '/google/cloud/Datastream/src/V1/OracleSourceConfig/DropLargeObjects.php',
    'Google\\Cloud\\Datastream\\V1\\OracleSourceConfig\\StreamLargeObjects' => $vendorDir . '/google/cloud/Datastream/src/V1/OracleSourceConfig/StreamLargeObjects.php',
    'Google\\Cloud\\Datastream\\V1\\OracleTable' => $vendorDir . '/google/cloud/Datastream/src/V1/OracleTable.php',
    'Google\\Cloud\\Datastream\\V1\\PostgresqlColumn' => $vendorDir . '/google/cloud/Datastream/src/V1/PostgresqlColumn.php',
    'Google\\Cloud\\Datastream\\V1\\PostgresqlProfile' => $vendorDir . '/google/cloud/Datastream/src/V1/PostgresqlProfile.php',
    'Google\\Cloud\\Datastream\\V1\\PostgresqlRdbms' => $vendorDir . '/google/cloud/Datastream/src/V1/PostgresqlRdbms.php',
    'Google\\Cloud\\Datastream\\V1\\PostgresqlSchema' => $vendorDir . '/google/cloud/Datastream/src/V1/PostgresqlSchema.php',
    'Google\\Cloud\\Datastream\\V1\\PostgresqlSourceConfig' => $vendorDir . '/google/cloud/Datastream/src/V1/PostgresqlSourceConfig.php',
    'Google\\Cloud\\Datastream\\V1\\PostgresqlTable' => $vendorDir . '/google/cloud/Datastream/src/V1/PostgresqlTable.php',
    'Google\\Cloud\\Datastream\\V1\\PrivateConnection' => $vendorDir . '/google/cloud/Datastream/src/V1/PrivateConnection.php',
    'Google\\Cloud\\Datastream\\V1\\PrivateConnection\\State' => $vendorDir . '/google/cloud/Datastream/src/V1/PrivateConnection/State.php',
    'Google\\Cloud\\Datastream\\V1\\PrivateConnectivity' => $vendorDir . '/google/cloud/Datastream/src/V1/PrivateConnectivity.php',
    'Google\\Cloud\\Datastream\\V1\\Route' => $vendorDir . '/google/cloud/Datastream/src/V1/Route.php',
    'Google\\Cloud\\Datastream\\V1\\SourceConfig' => $vendorDir . '/google/cloud/Datastream/src/V1/SourceConfig.php',
    'Google\\Cloud\\Datastream\\V1\\SourceObjectIdentifier' => $vendorDir . '/google/cloud/Datastream/src/V1/SourceObjectIdentifier.php',
    'Google\\Cloud\\Datastream\\V1\\SourceObjectIdentifier\\MysqlObjectIdentifier' => $vendorDir . '/google/cloud/Datastream/src/V1/SourceObjectIdentifier/MysqlObjectIdentifier.php',
    'Google\\Cloud\\Datastream\\V1\\SourceObjectIdentifier\\OracleObjectIdentifier' => $vendorDir . '/google/cloud/Datastream/src/V1/SourceObjectIdentifier/OracleObjectIdentifier.php',
    'Google\\Cloud\\Datastream\\V1\\SourceObjectIdentifier\\PostgresqlObjectIdentifier' => $vendorDir . '/google/cloud/Datastream/src/V1/SourceObjectIdentifier/PostgresqlObjectIdentifier.php',
    'Google\\Cloud\\Datastream\\V1\\StartBackfillJobRequest' => $vendorDir . '/google/cloud/Datastream/src/V1/StartBackfillJobRequest.php',
    'Google\\Cloud\\Datastream\\V1\\StartBackfillJobResponse' => $vendorDir . '/google/cloud/Datastream/src/V1/StartBackfillJobResponse.php',
    'Google\\Cloud\\Datastream\\V1\\StaticServiceIpConnectivity' => $vendorDir . '/google/cloud/Datastream/src/V1/StaticServiceIpConnectivity.php',
    'Google\\Cloud\\Datastream\\V1\\StopBackfillJobRequest' => $vendorDir . '/google/cloud/Datastream/src/V1/StopBackfillJobRequest.php',
    'Google\\Cloud\\Datastream\\V1\\StopBackfillJobResponse' => $vendorDir . '/google/cloud/Datastream/src/V1/StopBackfillJobResponse.php',
    'Google\\Cloud\\Datastream\\V1\\Stream' => $vendorDir . '/google/cloud/Datastream/src/V1/Stream.php',
    'Google\\Cloud\\Datastream\\V1\\StreamObject' => $vendorDir . '/google/cloud/Datastream/src/V1/StreamObject.php',
    'Google\\Cloud\\Datastream\\V1\\Stream\\BackfillAllStrategy' => $vendorDir . '/google/cloud/Datastream/src/V1/Stream/BackfillAllStrategy.php',
    'Google\\Cloud\\Datastream\\V1\\Stream\\BackfillNoneStrategy' => $vendorDir . '/google/cloud/Datastream/src/V1/Stream/BackfillNoneStrategy.php',
    'Google\\Cloud\\Datastream\\V1\\Stream\\State' => $vendorDir . '/google/cloud/Datastream/src/V1/Stream/State.php',
    'Google\\Cloud\\Datastream\\V1\\UpdateConnectionProfileRequest' => $vendorDir . '/google/cloud/Datastream/src/V1/UpdateConnectionProfileRequest.php',
    'Google\\Cloud\\Datastream\\V1\\UpdateStreamRequest' => $vendorDir . '/google/cloud/Datastream/src/V1/UpdateStreamRequest.php',
    'Google\\Cloud\\Datastream\\V1\\Validation' => $vendorDir . '/google/cloud/Datastream/src/V1/Validation.php',
    'Google\\Cloud\\Datastream\\V1\\ValidationMessage' => $vendorDir . '/google/cloud/Datastream/src/V1/ValidationMessage.php',
    'Google\\Cloud\\Datastream\\V1\\ValidationMessage\\Level' => $vendorDir . '/google/cloud/Datastream/src/V1/ValidationMessage/Level.php',
    'Google\\Cloud\\Datastream\\V1\\ValidationResult' => $vendorDir . '/google/cloud/Datastream/src/V1/ValidationResult.php',
    'Google\\Cloud\\Datastream\\V1\\Validation\\State' => $vendorDir . '/google/cloud/Datastream/src/V1/Validation/State.php',
    'Google\\Cloud\\Datastream\\V1\\VpcPeeringConfig' => $vendorDir . '/google/cloud/Datastream/src/V1/VpcPeeringConfig.php',
    'Google\\Cloud\\Debugger\\Agent' => $vendorDir . '/google/cloud/Debugger/src/Agent.php',
    'Google\\Cloud\\Debugger\\AliasContext' => $vendorDir . '/google/cloud/Debugger/src/AliasContext.php',
    'Google\\Cloud\\Debugger\\Breakpoint' => $vendorDir . '/google/cloud/Debugger/src/Breakpoint.php',
    'Google\\Cloud\\Debugger\\BreakpointStorage\\BreakpointStorageInterface' => $vendorDir . '/google/cloud/Debugger/src/BreakpointStorage/BreakpointStorageInterface.php',
    'Google\\Cloud\\Debugger\\BreakpointStorage\\FileBreakpointStorage' => $vendorDir . '/google/cloud/Debugger/src/BreakpointStorage/FileBreakpointStorage.php',
    'Google\\Cloud\\Debugger\\BreakpointStorage\\SysvBreakpointStorage' => $vendorDir . '/google/cloud/Debugger/src/BreakpointStorage/SysvBreakpointStorage.php',
    'Google\\Cloud\\Debugger\\BufferFullException' => $vendorDir . '/google/cloud/Debugger/src/BufferFullException.php',
    'Google\\Cloud\\Debugger\\CliDaemon' => $vendorDir . '/google/cloud/Debugger/src/CliDaemon.php',
    'Google\\Cloud\\Debugger\\CloudRepoSourceContext' => $vendorDir . '/google/cloud/Debugger/src/CloudRepoSourceContext.php',
    'Google\\Cloud\\Debugger\\CloudWorkspaceId' => $vendorDir . '/google/cloud/Debugger/src/CloudWorkspaceId.php',
    'Google\\Cloud\\Debugger\\CloudWorkspaceSourceContext' => $vendorDir . '/google/cloud/Debugger/src/CloudWorkspaceSourceContext.php',
    'Google\\Cloud\\Debugger\\Connection\\ConnectionInterface' => $vendorDir . '/google/cloud/Debugger/src/Connection/ConnectionInterface.php',
    'Google\\Cloud\\Debugger\\Connection\\Grpc' => $vendorDir . '/google/cloud/Debugger/src/Connection/Grpc.php',
    'Google\\Cloud\\Debugger\\Connection\\Rest' => $vendorDir . '/google/cloud/Debugger/src/Connection/Rest.php',
    'Google\\Cloud\\Debugger\\Daemon' => $vendorDir . '/google/cloud/Debugger/src/Daemon.php',
    'Google\\Cloud\\Debugger\\Debuggee' => $vendorDir . '/google/cloud/Debugger/src/Debuggee.php',
    'Google\\Cloud\\Debugger\\DebuggerClient' => $vendorDir . '/google/cloud/Debugger/src/DebuggerClient.php',
    'Google\\Cloud\\Debugger\\ExtendedSourceContext' => $vendorDir . '/google/cloud/Debugger/src/ExtendedSourceContext.php',
    'Google\\Cloud\\Debugger\\FormatMessage' => $vendorDir . '/google/cloud/Debugger/src/FormatMessage.php',
    'Google\\Cloud\\Debugger\\GerritSourceContext' => $vendorDir . '/google/cloud/Debugger/src/GerritSourceContext.php',
    'Google\\Cloud\\Debugger\\GitSourceContext' => $vendorDir . '/google/cloud/Debugger/src/GitSourceContext.php',
    'Google\\Cloud\\Debugger\\MatchingFileIterator' => $vendorDir . '/google/cloud/Debugger/src/MatchingFileIterator.php',
    'Google\\Cloud\\Debugger\\ProjectRepoId' => $vendorDir . '/google/cloud/Debugger/src/ProjectRepoId.php',
    'Google\\Cloud\\Debugger\\RepoId' => $vendorDir . '/google/cloud/Debugger/src/RepoId.php',
    'Google\\Cloud\\Debugger\\SourceContext' => $vendorDir . '/google/cloud/Debugger/src/SourceContext.php',
    'Google\\Cloud\\Debugger\\SourceLocation' => $vendorDir . '/google/cloud/Debugger/src/SourceLocation.php',
    'Google\\Cloud\\Debugger\\SourceLocationResolver' => $vendorDir . '/google/cloud/Debugger/src/SourceLocationResolver.php',
    'Google\\Cloud\\Debugger\\StackFrame' => $vendorDir . '/google/cloud/Debugger/src/StackFrame.php',
    'Google\\Cloud\\Debugger\\StatusMessage' => $vendorDir . '/google/cloud/Debugger/src/StatusMessage.php',
    'Google\\Cloud\\Debugger\\V2\\Breakpoint' => $vendorDir . '/google/cloud/Debugger/src/V2/Breakpoint.php',
    'Google\\Cloud\\Debugger\\V2\\Breakpoint\\Action' => $vendorDir . '/google/cloud/Debugger/src/V2/Breakpoint/Action.php',
    'Google\\Cloud\\Debugger\\V2\\Breakpoint\\LogLevel' => $vendorDir . '/google/cloud/Debugger/src/V2/Breakpoint/LogLevel.php',
    'Google\\Cloud\\Debugger\\V2\\Breakpoint_Action' => $vendorDir . '/google/cloud/Debugger/src/V2/Breakpoint_Action.php',
    'Google\\Cloud\\Debugger\\V2\\Breakpoint_LogLevel' => $vendorDir . '/google/cloud/Debugger/src/V2/Breakpoint_LogLevel.php',
    'Google\\Cloud\\Debugger\\V2\\Controller2Client' => $vendorDir . '/google/cloud/Debugger/src/V2/Controller2Client.php',
    'Google\\Cloud\\Debugger\\V2\\Controller2GrpcClient' => $vendorDir . '/google/cloud/Debugger/src/V2/Controller2GrpcClient.php',
    'Google\\Cloud\\Debugger\\V2\\Debuggee' => $vendorDir . '/google/cloud/Debugger/src/V2/Debuggee.php',
    'Google\\Cloud\\Debugger\\V2\\Debugger2Client' => $vendorDir . '/google/cloud/Debugger/src/V2/Debugger2Client.php',
    'Google\\Cloud\\Debugger\\V2\\Debugger2GrpcClient' => $vendorDir . '/google/cloud/Debugger/src/V2/Debugger2GrpcClient.php',
    'Google\\Cloud\\Debugger\\V2\\DeleteBreakpointRequest' => $vendorDir . '/google/cloud/Debugger/src/V2/DeleteBreakpointRequest.php',
    'Google\\Cloud\\Debugger\\V2\\FormatMessage' => $vendorDir . '/google/cloud/Debugger/src/V2/FormatMessage.php',
    'Google\\Cloud\\Debugger\\V2\\Gapic\\Controller2GapicClient' => $vendorDir . '/google/cloud/Debugger/src/V2/Gapic/Controller2GapicClient.php',
    'Google\\Cloud\\Debugger\\V2\\Gapic\\Debugger2GapicClient' => $vendorDir . '/google/cloud/Debugger/src/V2/Gapic/Debugger2GapicClient.php',
    'Google\\Cloud\\Debugger\\V2\\GetBreakpointRequest' => $vendorDir . '/google/cloud/Debugger/src/V2/GetBreakpointRequest.php',
    'Google\\Cloud\\Debugger\\V2\\GetBreakpointResponse' => $vendorDir . '/google/cloud/Debugger/src/V2/GetBreakpointResponse.php',
    'Google\\Cloud\\Debugger\\V2\\ListActiveBreakpointsRequest' => $vendorDir . '/google/cloud/Debugger/src/V2/ListActiveBreakpointsRequest.php',
    'Google\\Cloud\\Debugger\\V2\\ListActiveBreakpointsResponse' => $vendorDir . '/google/cloud/Debugger/src/V2/ListActiveBreakpointsResponse.php',
    'Google\\Cloud\\Debugger\\V2\\ListBreakpointsRequest' => $vendorDir . '/google/cloud/Debugger/src/V2/ListBreakpointsRequest.php',
    'Google\\Cloud\\Debugger\\V2\\ListBreakpointsRequest\\BreakpointActionValue' => $vendorDir . '/google/cloud/Debugger/src/V2/ListBreakpointsRequest/BreakpointActionValue.php',
    'Google\\Cloud\\Debugger\\V2\\ListBreakpointsRequest_BreakpointActionValue' => $vendorDir . '/google/cloud/Debugger/src/V2/ListBreakpointsRequest_BreakpointActionValue.php',
    'Google\\Cloud\\Debugger\\V2\\ListBreakpointsResponse' => $vendorDir . '/google/cloud/Debugger/src/V2/ListBreakpointsResponse.php',
    'Google\\Cloud\\Debugger\\V2\\ListDebuggeesRequest' => $vendorDir . '/google/cloud/Debugger/src/V2/ListDebuggeesRequest.php',
    'Google\\Cloud\\Debugger\\V2\\ListDebuggeesResponse' => $vendorDir . '/google/cloud/Debugger/src/V2/ListDebuggeesResponse.php',
    'Google\\Cloud\\Debugger\\V2\\RegisterDebuggeeRequest' => $vendorDir . '/google/cloud/Debugger/src/V2/RegisterDebuggeeRequest.php',
    'Google\\Cloud\\Debugger\\V2\\RegisterDebuggeeResponse' => $vendorDir . '/google/cloud/Debugger/src/V2/RegisterDebuggeeResponse.php',
    'Google\\Cloud\\Debugger\\V2\\SetBreakpointRequest' => $vendorDir . '/google/cloud/Debugger/src/V2/SetBreakpointRequest.php',
    'Google\\Cloud\\Debugger\\V2\\SetBreakpointResponse' => $vendorDir . '/google/cloud/Debugger/src/V2/SetBreakpointResponse.php',
    'Google\\Cloud\\Debugger\\V2\\SourceLocation' => $vendorDir . '/google/cloud/Debugger/src/V2/SourceLocation.php',
    'Google\\Cloud\\Debugger\\V2\\StackFrame' => $vendorDir . '/google/cloud/Debugger/src/V2/StackFrame.php',
    'Google\\Cloud\\Debugger\\V2\\StatusMessage' => $vendorDir . '/google/cloud/Debugger/src/V2/StatusMessage.php',
    'Google\\Cloud\\Debugger\\V2\\StatusMessage\\Reference' => $vendorDir . '/google/cloud/Debugger/src/V2/StatusMessage/Reference.php',
    'Google\\Cloud\\Debugger\\V2\\StatusMessage_Reference' => $vendorDir . '/google/cloud/Debugger/src/V2/StatusMessage_Reference.php',
    'Google\\Cloud\\Debugger\\V2\\UpdateActiveBreakpointRequest' => $vendorDir . '/google/cloud/Debugger/src/V2/UpdateActiveBreakpointRequest.php',
    'Google\\Cloud\\Debugger\\V2\\UpdateActiveBreakpointResponse' => $vendorDir . '/google/cloud/Debugger/src/V2/UpdateActiveBreakpointResponse.php',
    'Google\\Cloud\\Debugger\\V2\\Variable' => $vendorDir . '/google/cloud/Debugger/src/V2/Variable.php',
    'Google\\Cloud\\Debugger\\Variable' => $vendorDir . '/google/cloud/Debugger/src/Variable.php',
    'Google\\Cloud\\Debugger\\VariableTable' => $vendorDir . '/google/cloud/Debugger/src/VariableTable.php',
    'Google\\Cloud\\Deploy\\V1\\AbandonReleaseRequest' => $vendorDir . '/google/cloud/Deploy/src/V1/AbandonReleaseRequest.php',
    'Google\\Cloud\\Deploy\\V1\\AbandonReleaseResponse' => $vendorDir . '/google/cloud/Deploy/src/V1/AbandonReleaseResponse.php',
    'Google\\Cloud\\Deploy\\V1\\AnthosCluster' => $vendorDir . '/google/cloud/Deploy/src/V1/AnthosCluster.php',
    'Google\\Cloud\\Deploy\\V1\\ApproveRolloutRequest' => $vendorDir . '/google/cloud/Deploy/src/V1/ApproveRolloutRequest.php',
    'Google\\Cloud\\Deploy\\V1\\ApproveRolloutResponse' => $vendorDir . '/google/cloud/Deploy/src/V1/ApproveRolloutResponse.php',
    'Google\\Cloud\\Deploy\\V1\\BuildArtifact' => $vendorDir . '/google/cloud/Deploy/src/V1/BuildArtifact.php',
    'Google\\Cloud\\Deploy\\V1\\CloudDeployClient' => $vendorDir . '/google/cloud/Deploy/src/V1/CloudDeployClient.php',
    'Google\\Cloud\\Deploy\\V1\\CloudDeployGrpcClient' => $vendorDir . '/google/cloud/Deploy/src/V1/CloudDeployGrpcClient.php',
    'Google\\Cloud\\Deploy\\V1\\CloudRunLocation' => $vendorDir . '/google/cloud/Deploy/src/V1/CloudRunLocation.php',
    'Google\\Cloud\\Deploy\\V1\\CloudRunMetadata' => $vendorDir . '/google/cloud/Deploy/src/V1/CloudRunMetadata.php',
    'Google\\Cloud\\Deploy\\V1\\Config' => $vendorDir . '/google/cloud/Deploy/src/V1/Config.php',
    'Google\\Cloud\\Deploy\\V1\\CreateDeliveryPipelineRequest' => $vendorDir . '/google/cloud/Deploy/src/V1/CreateDeliveryPipelineRequest.php',
    'Google\\Cloud\\Deploy\\V1\\CreateReleaseRequest' => $vendorDir . '/google/cloud/Deploy/src/V1/CreateReleaseRequest.php',
    'Google\\Cloud\\Deploy\\V1\\CreateRolloutRequest' => $vendorDir . '/google/cloud/Deploy/src/V1/CreateRolloutRequest.php',
    'Google\\Cloud\\Deploy\\V1\\CreateTargetRequest' => $vendorDir . '/google/cloud/Deploy/src/V1/CreateTargetRequest.php',
    'Google\\Cloud\\Deploy\\V1\\DefaultPool' => $vendorDir . '/google/cloud/Deploy/src/V1/DefaultPool.php',
    'Google\\Cloud\\Deploy\\V1\\DeleteDeliveryPipelineRequest' => $vendorDir . '/google/cloud/Deploy/src/V1/DeleteDeliveryPipelineRequest.php',
    'Google\\Cloud\\Deploy\\V1\\DeleteTargetRequest' => $vendorDir . '/google/cloud/Deploy/src/V1/DeleteTargetRequest.php',
    'Google\\Cloud\\Deploy\\V1\\DeliveryPipeline' => $vendorDir . '/google/cloud/Deploy/src/V1/DeliveryPipeline.php',
    'Google\\Cloud\\Deploy\\V1\\DeliveryPipelineNotificationEvent' => $vendorDir . '/google/cloud/Deploy/src/V1/DeliveryPipelineNotificationEvent.php',
    'Google\\Cloud\\Deploy\\V1\\DeployJob' => $vendorDir . '/google/cloud/Deploy/src/V1/DeployJob.php',
    'Google\\Cloud\\Deploy\\V1\\DeployJobRun' => $vendorDir . '/google/cloud/Deploy/src/V1/DeployJobRun.php',
    'Google\\Cloud\\Deploy\\V1\\DeployJobRunMetadata' => $vendorDir . '/google/cloud/Deploy/src/V1/DeployJobRunMetadata.php',
    'Google\\Cloud\\Deploy\\V1\\DeployJobRun\\FailureCause' => $vendorDir . '/google/cloud/Deploy/src/V1/DeployJobRun/FailureCause.php',
    'Google\\Cloud\\Deploy\\V1\\DeploymentJobs' => $vendorDir . '/google/cloud/Deploy/src/V1/DeploymentJobs.php',
    'Google\\Cloud\\Deploy\\V1\\ExecutionConfig' => $vendorDir . '/google/cloud/Deploy/src/V1/ExecutionConfig.php',
    'Google\\Cloud\\Deploy\\V1\\ExecutionConfig\\ExecutionEnvironmentUsage' => $vendorDir . '/google/cloud/Deploy/src/V1/ExecutionConfig/ExecutionEnvironmentUsage.php',
    'Google\\Cloud\\Deploy\\V1\\Gapic\\CloudDeployGapicClient' => $vendorDir . '/google/cloud/Deploy/src/V1/Gapic/CloudDeployGapicClient.php',
    'Google\\Cloud\\Deploy\\V1\\GetConfigRequest' => $vendorDir . '/google/cloud/Deploy/src/V1/GetConfigRequest.php',
    'Google\\Cloud\\Deploy\\V1\\GetDeliveryPipelineRequest' => $vendorDir . '/google/cloud/Deploy/src/V1/GetDeliveryPipelineRequest.php',
    'Google\\Cloud\\Deploy\\V1\\GetJobRunRequest' => $vendorDir . '/google/cloud/Deploy/src/V1/GetJobRunRequest.php',
    'Google\\Cloud\\Deploy\\V1\\GetReleaseRequest' => $vendorDir . '/google/cloud/Deploy/src/V1/GetReleaseRequest.php',
    'Google\\Cloud\\Deploy\\V1\\GetRolloutRequest' => $vendorDir . '/google/cloud/Deploy/src/V1/GetRolloutRequest.php',
    'Google\\Cloud\\Deploy\\V1\\GetTargetRequest' => $vendorDir . '/google/cloud/Deploy/src/V1/GetTargetRequest.php',
    'Google\\Cloud\\Deploy\\V1\\GkeCluster' => $vendorDir . '/google/cloud/Deploy/src/V1/GkeCluster.php',
    'Google\\Cloud\\Deploy\\V1\\Job' => $vendorDir . '/google/cloud/Deploy/src/V1/Job.php',
    'Google\\Cloud\\Deploy\\V1\\JobRun' => $vendorDir . '/google/cloud/Deploy/src/V1/JobRun.php',
    'Google\\Cloud\\Deploy\\V1\\JobRunNotificationEvent' => $vendorDir . '/google/cloud/Deploy/src/V1/JobRunNotificationEvent.php',
    'Google\\Cloud\\Deploy\\V1\\JobRun\\State' => $vendorDir . '/google/cloud/Deploy/src/V1/JobRun/State.php',
    'Google\\Cloud\\Deploy\\V1\\Job\\State' => $vendorDir . '/google/cloud/Deploy/src/V1/Job/State.php',
    'Google\\Cloud\\Deploy\\V1\\ListDeliveryPipelinesRequest' => $vendorDir . '/google/cloud/Deploy/src/V1/ListDeliveryPipelinesRequest.php',
    'Google\\Cloud\\Deploy\\V1\\ListDeliveryPipelinesResponse' => $vendorDir . '/google/cloud/Deploy/src/V1/ListDeliveryPipelinesResponse.php',
    'Google\\Cloud\\Deploy\\V1\\ListJobRunsRequest' => $vendorDir . '/google/cloud/Deploy/src/V1/ListJobRunsRequest.php',
    'Google\\Cloud\\Deploy\\V1\\ListJobRunsResponse' => $vendorDir . '/google/cloud/Deploy/src/V1/ListJobRunsResponse.php',
    'Google\\Cloud\\Deploy\\V1\\ListReleasesRequest' => $vendorDir . '/google/cloud/Deploy/src/V1/ListReleasesRequest.php',
    'Google\\Cloud\\Deploy\\V1\\ListReleasesResponse' => $vendorDir . '/google/cloud/Deploy/src/V1/ListReleasesResponse.php',
    'Google\\Cloud\\Deploy\\V1\\ListRolloutsRequest' => $vendorDir . '/google/cloud/Deploy/src/V1/ListRolloutsRequest.php',
    'Google\\Cloud\\Deploy\\V1\\ListRolloutsResponse' => $vendorDir . '/google/cloud/Deploy/src/V1/ListRolloutsResponse.php',
    'Google\\Cloud\\Deploy\\V1\\ListTargetsRequest' => $vendorDir . '/google/cloud/Deploy/src/V1/ListTargetsRequest.php',
    'Google\\Cloud\\Deploy\\V1\\ListTargetsResponse' => $vendorDir . '/google/cloud/Deploy/src/V1/ListTargetsResponse.php',
    'Google\\Cloud\\Deploy\\V1\\Metadata' => $vendorDir . '/google/cloud/Deploy/src/V1/Metadata.php',
    'Google\\Cloud\\Deploy\\V1\\OperationMetadata' => $vendorDir . '/google/cloud/Deploy/src/V1/OperationMetadata.php',
    'Google\\Cloud\\Deploy\\V1\\Phase' => $vendorDir . '/google/cloud/Deploy/src/V1/Phase.php',
    'Google\\Cloud\\Deploy\\V1\\Phase\\State' => $vendorDir . '/google/cloud/Deploy/src/V1/Phase/State.php',
    'Google\\Cloud\\Deploy\\V1\\PipelineCondition' => $vendorDir . '/google/cloud/Deploy/src/V1/PipelineCondition.php',
    'Google\\Cloud\\Deploy\\V1\\PipelineReadyCondition' => $vendorDir . '/google/cloud/Deploy/src/V1/PipelineReadyCondition.php',
    'Google\\Cloud\\Deploy\\V1\\PrivatePool' => $vendorDir . '/google/cloud/Deploy/src/V1/PrivatePool.php',
    'Google\\Cloud\\Deploy\\V1\\Release' => $vendorDir . '/google/cloud/Deploy/src/V1/Release.php',
    'Google\\Cloud\\Deploy\\V1\\ReleaseNotificationEvent' => $vendorDir . '/google/cloud/Deploy/src/V1/ReleaseNotificationEvent.php',
    'Google\\Cloud\\Deploy\\V1\\ReleaseRenderEvent' => $vendorDir . '/google/cloud/Deploy/src/V1/ReleaseRenderEvent.php',
    'Google\\Cloud\\Deploy\\V1\\Release\\RenderState' => $vendorDir . '/google/cloud/Deploy/src/V1/Release/RenderState.php',
    'Google\\Cloud\\Deploy\\V1\\Release\\TargetRender' => $vendorDir . '/google/cloud/Deploy/src/V1/Release/TargetRender.php',
    'Google\\Cloud\\Deploy\\V1\\Release\\TargetRender\\FailureCause' => $vendorDir . '/google/cloud/Deploy/src/V1/Release/TargetRender/FailureCause.php',
    'Google\\Cloud\\Deploy\\V1\\Release\\TargetRender\\TargetRenderState' => $vendorDir . '/google/cloud/Deploy/src/V1/Release/TargetRender/TargetRenderState.php',
    'Google\\Cloud\\Deploy\\V1\\RetryJobRequest' => $vendorDir . '/google/cloud/Deploy/src/V1/RetryJobRequest.php',
    'Google\\Cloud\\Deploy\\V1\\RetryJobResponse' => $vendorDir . '/google/cloud/Deploy/src/V1/RetryJobResponse.php',
    'Google\\Cloud\\Deploy\\V1\\Rollout' => $vendorDir . '/google/cloud/Deploy/src/V1/Rollout.php',
    'Google\\Cloud\\Deploy\\V1\\RolloutNotificationEvent' => $vendorDir . '/google/cloud/Deploy/src/V1/RolloutNotificationEvent.php',
    'Google\\Cloud\\Deploy\\V1\\Rollout\\ApprovalState' => $vendorDir . '/google/cloud/Deploy/src/V1/Rollout/ApprovalState.php',
    'Google\\Cloud\\Deploy\\V1\\Rollout\\FailureCause' => $vendorDir . '/google/cloud/Deploy/src/V1/Rollout/FailureCause.php',
    'Google\\Cloud\\Deploy\\V1\\Rollout\\State' => $vendorDir . '/google/cloud/Deploy/src/V1/Rollout/State.php',
    'Google\\Cloud\\Deploy\\V1\\SerialPipeline' => $vendorDir . '/google/cloud/Deploy/src/V1/SerialPipeline.php',
    'Google\\Cloud\\Deploy\\V1\\SkaffoldVersion' => $vendorDir . '/google/cloud/Deploy/src/V1/SkaffoldVersion.php',
    'Google\\Cloud\\Deploy\\V1\\Stage' => $vendorDir . '/google/cloud/Deploy/src/V1/Stage.php',
    'Google\\Cloud\\Deploy\\V1\\Standard' => $vendorDir . '/google/cloud/Deploy/src/V1/Standard.php',
    'Google\\Cloud\\Deploy\\V1\\Strategy' => $vendorDir . '/google/cloud/Deploy/src/V1/Strategy.php',
    'Google\\Cloud\\Deploy\\V1\\Target' => $vendorDir . '/google/cloud/Deploy/src/V1/Target.php',
    'Google\\Cloud\\Deploy\\V1\\TargetArtifact' => $vendorDir . '/google/cloud/Deploy/src/V1/TargetArtifact.php',
    'Google\\Cloud\\Deploy\\V1\\TargetNotificationEvent' => $vendorDir . '/google/cloud/Deploy/src/V1/TargetNotificationEvent.php',
    'Google\\Cloud\\Deploy\\V1\\TargetsPresentCondition' => $vendorDir . '/google/cloud/Deploy/src/V1/TargetsPresentCondition.php',
    'Google\\Cloud\\Deploy\\V1\\Type' => $vendorDir . '/google/cloud/Deploy/src/V1/Type.php',
    'Google\\Cloud\\Deploy\\V1\\UpdateDeliveryPipelineRequest' => $vendorDir . '/google/cloud/Deploy/src/V1/UpdateDeliveryPipelineRequest.php',
    'Google\\Cloud\\Deploy\\V1\\UpdateTargetRequest' => $vendorDir . '/google/cloud/Deploy/src/V1/UpdateTargetRequest.php',
    'Google\\Cloud\\Deploy\\V1\\VerifyJob' => $vendorDir . '/google/cloud/Deploy/src/V1/VerifyJob.php',
    'Google\\Cloud\\Deploy\\V1\\VerifyJobRun' => $vendorDir . '/google/cloud/Deploy/src/V1/VerifyJobRun.php',
    'Google\\Cloud\\Deploy\\V1\\VerifyJobRun\\FailureCause' => $vendorDir . '/google/cloud/Deploy/src/V1/VerifyJobRun/FailureCause.php',
    'Google\\Cloud\\DevTools\\Source\\V1\\AliasContext' => $vendorDir . '/google/cloud/CommonProtos/src/DevTools/Source/V1/AliasContext.php',
    'Google\\Cloud\\DevTools\\Source\\V1\\AliasContext\\Kind' => $vendorDir . '/google/cloud/CommonProtos/src/DevTools/Source/V1/AliasContext/Kind.php',
    'Google\\Cloud\\DevTools\\Source\\V1\\AliasContext_Kind' => $vendorDir . '/google/cloud/CommonProtos/src/DevTools/Source/V1/AliasContext_Kind.php',
    'Google\\Cloud\\DevTools\\Source\\V1\\CloudRepoSourceContext' => $vendorDir . '/google/cloud/CommonProtos/src/DevTools/Source/V1/CloudRepoSourceContext.php',
    'Google\\Cloud\\DevTools\\Source\\V1\\CloudWorkspaceId' => $vendorDir . '/google/cloud/CommonProtos/src/DevTools/Source/V1/CloudWorkspaceId.php',
    'Google\\Cloud\\DevTools\\Source\\V1\\CloudWorkspaceSourceContext' => $vendorDir . '/google/cloud/CommonProtos/src/DevTools/Source/V1/CloudWorkspaceSourceContext.php',
    'Google\\Cloud\\DevTools\\Source\\V1\\ExtendedSourceContext' => $vendorDir . '/google/cloud/CommonProtos/src/DevTools/Source/V1/ExtendedSourceContext.php',
    'Google\\Cloud\\DevTools\\Source\\V1\\GerritSourceContext' => $vendorDir . '/google/cloud/CommonProtos/src/DevTools/Source/V1/GerritSourceContext.php',
    'Google\\Cloud\\DevTools\\Source\\V1\\GitSourceContext' => $vendorDir . '/google/cloud/CommonProtos/src/DevTools/Source/V1/GitSourceContext.php',
    'Google\\Cloud\\DevTools\\Source\\V1\\ProjectRepoId' => $vendorDir . '/google/cloud/CommonProtos/src/DevTools/Source/V1/ProjectRepoId.php',
    'Google\\Cloud\\DevTools\\Source\\V1\\RepoId' => $vendorDir . '/google/cloud/CommonProtos/src/DevTools/Source/V1/RepoId.php',
    'Google\\Cloud\\DevTools\\Source\\V1\\SourceContext' => $vendorDir . '/google/cloud/CommonProtos/src/DevTools/Source/V1/SourceContext.php',
    'Google\\Cloud\\Dialogflow\\V2\\Agent' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Agent.php',
    'Google\\Cloud\\Dialogflow\\V2\\AgentAssistantFeedback' => $vendorDir . '/google/cloud/Dialogflow/src/V2/AgentAssistantFeedback.php',
    'Google\\Cloud\\Dialogflow\\V2\\AgentAssistantFeedback\\AnswerRelevance' => $vendorDir . '/google/cloud/Dialogflow/src/V2/AgentAssistantFeedback/AnswerRelevance.php',
    'Google\\Cloud\\Dialogflow\\V2\\AgentAssistantFeedback\\DocumentCorrectness' => $vendorDir . '/google/cloud/Dialogflow/src/V2/AgentAssistantFeedback/DocumentCorrectness.php',
    'Google\\Cloud\\Dialogflow\\V2\\AgentAssistantFeedback\\DocumentEfficiency' => $vendorDir . '/google/cloud/Dialogflow/src/V2/AgentAssistantFeedback/DocumentEfficiency.php',
    'Google\\Cloud\\Dialogflow\\V2\\AgentAssistantFeedback\\SummarizationFeedback' => $vendorDir . '/google/cloud/Dialogflow/src/V2/AgentAssistantFeedback/SummarizationFeedback.php',
    'Google\\Cloud\\Dialogflow\\V2\\AgentAssistantRecord' => $vendorDir . '/google/cloud/Dialogflow/src/V2/AgentAssistantRecord.php',
    'Google\\Cloud\\Dialogflow\\V2\\Agent\\ApiVersion' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Agent/ApiVersion.php',
    'Google\\Cloud\\Dialogflow\\V2\\Agent\\MatchMode' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Agent/MatchMode.php',
    'Google\\Cloud\\Dialogflow\\V2\\Agent\\Tier' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Agent/Tier.php',
    'Google\\Cloud\\Dialogflow\\V2\\AgentsClient' => $vendorDir . '/google/cloud/Dialogflow/src/V2/AgentsClient.php',
    'Google\\Cloud\\Dialogflow\\V2\\AnalyzeContentRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/AnalyzeContentRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\AnalyzeContentResponse' => $vendorDir . '/google/cloud/Dialogflow/src/V2/AnalyzeContentResponse.php',
    'Google\\Cloud\\Dialogflow\\V2\\AnnotatedMessagePart' => $vendorDir . '/google/cloud/Dialogflow/src/V2/AnnotatedMessagePart.php',
    'Google\\Cloud\\Dialogflow\\V2\\AnswerFeedback' => $vendorDir . '/google/cloud/Dialogflow/src/V2/AnswerFeedback.php',
    'Google\\Cloud\\Dialogflow\\V2\\AnswerFeedback\\CorrectnessLevel' => $vendorDir . '/google/cloud/Dialogflow/src/V2/AnswerFeedback/CorrectnessLevel.php',
    'Google\\Cloud\\Dialogflow\\V2\\AnswerRecord' => $vendorDir . '/google/cloud/Dialogflow/src/V2/AnswerRecord.php',
    'Google\\Cloud\\Dialogflow\\V2\\AnswerRecordsClient' => $vendorDir . '/google/cloud/Dialogflow/src/V2/AnswerRecordsClient.php',
    'Google\\Cloud\\Dialogflow\\V2\\ArticleAnswer' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ArticleAnswer.php',
    'Google\\Cloud\\Dialogflow\\V2\\ArticleSuggestionModelMetadata' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ArticleSuggestionModelMetadata.php',
    'Google\\Cloud\\Dialogflow\\V2\\AssistQueryParameters' => $vendorDir . '/google/cloud/Dialogflow/src/V2/AssistQueryParameters.php',
    'Google\\Cloud\\Dialogflow\\V2\\AudioEncoding' => $vendorDir . '/google/cloud/Dialogflow/src/V2/AudioEncoding.php',
    'Google\\Cloud\\Dialogflow\\V2\\AutomatedAgentConfig' => $vendorDir . '/google/cloud/Dialogflow/src/V2/AutomatedAgentConfig.php',
    'Google\\Cloud\\Dialogflow\\V2\\AutomatedAgentReply' => $vendorDir . '/google/cloud/Dialogflow/src/V2/AutomatedAgentReply.php',
    'Google\\Cloud\\Dialogflow\\V2\\AutomatedAgentReply\\AutomatedAgentReplyType' => $vendorDir . '/google/cloud/Dialogflow/src/V2/AutomatedAgentReply/AutomatedAgentReplyType.php',
    'Google\\Cloud\\Dialogflow\\V2\\BatchCreateEntitiesRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/BatchCreateEntitiesRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\BatchDeleteEntitiesRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/BatchDeleteEntitiesRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\BatchDeleteEntityTypesRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/BatchDeleteEntityTypesRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\BatchDeleteIntentsRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/BatchDeleteIntentsRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\BatchUpdateEntitiesRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/BatchUpdateEntitiesRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\BatchUpdateEntityTypesRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/BatchUpdateEntityTypesRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\BatchUpdateEntityTypesResponse' => $vendorDir . '/google/cloud/Dialogflow/src/V2/BatchUpdateEntityTypesResponse.php',
    'Google\\Cloud\\Dialogflow\\V2\\BatchUpdateIntentsRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/BatchUpdateIntentsRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\BatchUpdateIntentsResponse' => $vendorDir . '/google/cloud/Dialogflow/src/V2/BatchUpdateIntentsResponse.php',
    'Google\\Cloud\\Dialogflow\\V2\\ClearSuggestionFeatureConfigOperationMetadata' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ClearSuggestionFeatureConfigOperationMetadata.php',
    'Google\\Cloud\\Dialogflow\\V2\\ClearSuggestionFeatureConfigRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ClearSuggestionFeatureConfigRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\CompleteConversationRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/CompleteConversationRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\Context' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Context.php',
    'Google\\Cloud\\Dialogflow\\V2\\ContextsClient' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ContextsClient.php',
    'Google\\Cloud\\Dialogflow\\V2\\Conversation' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Conversation.php',
    'Google\\Cloud\\Dialogflow\\V2\\ConversationDataset' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ConversationDataset.php',
    'Google\\Cloud\\Dialogflow\\V2\\ConversationDatasetsClient' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ConversationDatasetsClient.php',
    'Google\\Cloud\\Dialogflow\\V2\\ConversationEvent' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ConversationEvent.php',
    'Google\\Cloud\\Dialogflow\\V2\\ConversationEvent\\Type' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ConversationEvent/Type.php',
    'Google\\Cloud\\Dialogflow\\V2\\ConversationInfo' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ConversationInfo.php',
    'Google\\Cloud\\Dialogflow\\V2\\ConversationModel' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ConversationModel.php',
    'Google\\Cloud\\Dialogflow\\V2\\ConversationModelEvaluation' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ConversationModelEvaluation.php',
    'Google\\Cloud\\Dialogflow\\V2\\ConversationModel\\ModelType' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ConversationModel/ModelType.php',
    'Google\\Cloud\\Dialogflow\\V2\\ConversationModel\\State' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ConversationModel/State.php',
    'Google\\Cloud\\Dialogflow\\V2\\ConversationModelsClient' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ConversationModelsClient.php',
    'Google\\Cloud\\Dialogflow\\V2\\ConversationPhoneNumber' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ConversationPhoneNumber.php',
    'Google\\Cloud\\Dialogflow\\V2\\ConversationProfile' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ConversationProfile.php',
    'Google\\Cloud\\Dialogflow\\V2\\ConversationProfilesClient' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ConversationProfilesClient.php',
    'Google\\Cloud\\Dialogflow\\V2\\Conversation\\ConversationStage' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Conversation/ConversationStage.php',
    'Google\\Cloud\\Dialogflow\\V2\\Conversation\\LifecycleState' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Conversation/LifecycleState.php',
    'Google\\Cloud\\Dialogflow\\V2\\ConversationsClient' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ConversationsClient.php',
    'Google\\Cloud\\Dialogflow\\V2\\CreateContextRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/CreateContextRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\CreateConversationDatasetOperationMetadata' => $vendorDir . '/google/cloud/Dialogflow/src/V2/CreateConversationDatasetOperationMetadata.php',
    'Google\\Cloud\\Dialogflow\\V2\\CreateConversationDatasetRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/CreateConversationDatasetRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\CreateConversationModelEvaluationOperationMetadata' => $vendorDir . '/google/cloud/Dialogflow/src/V2/CreateConversationModelEvaluationOperationMetadata.php',
    'Google\\Cloud\\Dialogflow\\V2\\CreateConversationModelEvaluationOperationMetadata\\State' => $vendorDir . '/google/cloud/Dialogflow/src/V2/CreateConversationModelEvaluationOperationMetadata/State.php',
    'Google\\Cloud\\Dialogflow\\V2\\CreateConversationModelEvaluationRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/CreateConversationModelEvaluationRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\CreateConversationModelOperationMetadata' => $vendorDir . '/google/cloud/Dialogflow/src/V2/CreateConversationModelOperationMetadata.php',
    'Google\\Cloud\\Dialogflow\\V2\\CreateConversationModelOperationMetadata\\State' => $vendorDir . '/google/cloud/Dialogflow/src/V2/CreateConversationModelOperationMetadata/State.php',
    'Google\\Cloud\\Dialogflow\\V2\\CreateConversationModelRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/CreateConversationModelRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\CreateConversationProfileRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/CreateConversationProfileRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\CreateConversationRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/CreateConversationRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\CreateDocumentRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/CreateDocumentRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\CreateEntityTypeRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/CreateEntityTypeRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\CreateEnvironmentRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/CreateEnvironmentRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\CreateIntentRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/CreateIntentRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\CreateKnowledgeBaseRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/CreateKnowledgeBaseRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\CreateParticipantRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/CreateParticipantRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\CreateSessionEntityTypeRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/CreateSessionEntityTypeRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\CreateVersionRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/CreateVersionRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\DeleteAgentRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/DeleteAgentRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\DeleteAllContextsRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/DeleteAllContextsRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\DeleteContextRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/DeleteContextRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\DeleteConversationDatasetOperationMetadata' => $vendorDir . '/google/cloud/Dialogflow/src/V2/DeleteConversationDatasetOperationMetadata.php',
    'Google\\Cloud\\Dialogflow\\V2\\DeleteConversationDatasetRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/DeleteConversationDatasetRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\DeleteConversationModelOperationMetadata' => $vendorDir . '/google/cloud/Dialogflow/src/V2/DeleteConversationModelOperationMetadata.php',
    'Google\\Cloud\\Dialogflow\\V2\\DeleteConversationModelRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/DeleteConversationModelRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\DeleteConversationProfileRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/DeleteConversationProfileRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\DeleteDocumentRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/DeleteDocumentRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\DeleteEntityTypeRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/DeleteEntityTypeRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\DeleteEnvironmentRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/DeleteEnvironmentRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\DeleteIntentRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/DeleteIntentRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\DeleteKnowledgeBaseRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/DeleteKnowledgeBaseRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\DeleteSessionEntityTypeRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/DeleteSessionEntityTypeRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\DeleteVersionRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/DeleteVersionRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\DeployConversationModelOperationMetadata' => $vendorDir . '/google/cloud/Dialogflow/src/V2/DeployConversationModelOperationMetadata.php',
    'Google\\Cloud\\Dialogflow\\V2\\DeployConversationModelRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/DeployConversationModelRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\DetectIntentRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/DetectIntentRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\DetectIntentResponse' => $vendorDir . '/google/cloud/Dialogflow/src/V2/DetectIntentResponse.php',
    'Google\\Cloud\\Dialogflow\\V2\\Document' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Document.php',
    'Google\\Cloud\\Dialogflow\\V2\\Document\\KnowledgeType' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Document/KnowledgeType.php',
    'Google\\Cloud\\Dialogflow\\V2\\Document\\ReloadStatus' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Document/ReloadStatus.php',
    'Google\\Cloud\\Dialogflow\\V2\\Document\\State' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Document/State.php',
    'Google\\Cloud\\Dialogflow\\V2\\DocumentsClient' => $vendorDir . '/google/cloud/Dialogflow/src/V2/DocumentsClient.php',
    'Google\\Cloud\\Dialogflow\\V2\\DtmfParameters' => $vendorDir . '/google/cloud/Dialogflow/src/V2/DtmfParameters.php',
    'Google\\Cloud\\Dialogflow\\V2\\EntityType' => $vendorDir . '/google/cloud/Dialogflow/src/V2/EntityType.php',
    'Google\\Cloud\\Dialogflow\\V2\\EntityTypeBatch' => $vendorDir . '/google/cloud/Dialogflow/src/V2/EntityTypeBatch.php',
    'Google\\Cloud\\Dialogflow\\V2\\EntityType\\AutoExpansionMode' => $vendorDir . '/google/cloud/Dialogflow/src/V2/EntityType/AutoExpansionMode.php',
    'Google\\Cloud\\Dialogflow\\V2\\EntityType\\Entity' => $vendorDir . '/google/cloud/Dialogflow/src/V2/EntityType/Entity.php',
    'Google\\Cloud\\Dialogflow\\V2\\EntityType\\Kind' => $vendorDir . '/google/cloud/Dialogflow/src/V2/EntityType/Kind.php',
    'Google\\Cloud\\Dialogflow\\V2\\EntityTypesClient' => $vendorDir . '/google/cloud/Dialogflow/src/V2/EntityTypesClient.php',
    'Google\\Cloud\\Dialogflow\\V2\\Environment' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Environment.php',
    'Google\\Cloud\\Dialogflow\\V2\\EnvironmentHistory' => $vendorDir . '/google/cloud/Dialogflow/src/V2/EnvironmentHistory.php',
    'Google\\Cloud\\Dialogflow\\V2\\EnvironmentHistory\\Entry' => $vendorDir . '/google/cloud/Dialogflow/src/V2/EnvironmentHistory/Entry.php',
    'Google\\Cloud\\Dialogflow\\V2\\Environment\\State' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Environment/State.php',
    'Google\\Cloud\\Dialogflow\\V2\\EnvironmentsClient' => $vendorDir . '/google/cloud/Dialogflow/src/V2/EnvironmentsClient.php',
    'Google\\Cloud\\Dialogflow\\V2\\EvaluationConfig' => $vendorDir . '/google/cloud/Dialogflow/src/V2/EvaluationConfig.php',
    'Google\\Cloud\\Dialogflow\\V2\\EvaluationConfig\\SmartComposeConfig' => $vendorDir . '/google/cloud/Dialogflow/src/V2/EvaluationConfig/SmartComposeConfig.php',
    'Google\\Cloud\\Dialogflow\\V2\\EvaluationConfig\\SmartReplyConfig' => $vendorDir . '/google/cloud/Dialogflow/src/V2/EvaluationConfig/SmartReplyConfig.php',
    'Google\\Cloud\\Dialogflow\\V2\\EventInput' => $vendorDir . '/google/cloud/Dialogflow/src/V2/EventInput.php',
    'Google\\Cloud\\Dialogflow\\V2\\ExportAgentRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ExportAgentRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\ExportAgentResponse' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ExportAgentResponse.php',
    'Google\\Cloud\\Dialogflow\\V2\\ExportDocumentRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ExportDocumentRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\ExportOperationMetadata' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ExportOperationMetadata.php',
    'Google\\Cloud\\Dialogflow\\V2\\FaqAnswer' => $vendorDir . '/google/cloud/Dialogflow/src/V2/FaqAnswer.php',
    'Google\\Cloud\\Dialogflow\\V2\\Fulfillment' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Fulfillment.php',
    'Google\\Cloud\\Dialogflow\\V2\\Fulfillment\\Feature' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Fulfillment/Feature.php',
    'Google\\Cloud\\Dialogflow\\V2\\Fulfillment\\Feature\\Type' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Fulfillment/Feature/Type.php',
    'Google\\Cloud\\Dialogflow\\V2\\Fulfillment\\GenericWebService' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Fulfillment/GenericWebService.php',
    'Google\\Cloud\\Dialogflow\\V2\\FulfillmentsClient' => $vendorDir . '/google/cloud/Dialogflow/src/V2/FulfillmentsClient.php',
    'Google\\Cloud\\Dialogflow\\V2\\Gapic\\AgentsGapicClient' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Gapic/AgentsGapicClient.php',
    'Google\\Cloud\\Dialogflow\\V2\\Gapic\\AnswerRecordsGapicClient' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Gapic/AnswerRecordsGapicClient.php',
    'Google\\Cloud\\Dialogflow\\V2\\Gapic\\ContextsGapicClient' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Gapic/ContextsGapicClient.php',
    'Google\\Cloud\\Dialogflow\\V2\\Gapic\\ConversationDatasetsGapicClient' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Gapic/ConversationDatasetsGapicClient.php',
    'Google\\Cloud\\Dialogflow\\V2\\Gapic\\ConversationModelsGapicClient' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Gapic/ConversationModelsGapicClient.php',
    'Google\\Cloud\\Dialogflow\\V2\\Gapic\\ConversationProfilesGapicClient' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Gapic/ConversationProfilesGapicClient.php',
    'Google\\Cloud\\Dialogflow\\V2\\Gapic\\ConversationsGapicClient' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Gapic/ConversationsGapicClient.php',
    'Google\\Cloud\\Dialogflow\\V2\\Gapic\\DocumentsGapicClient' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Gapic/DocumentsGapicClient.php',
    'Google\\Cloud\\Dialogflow\\V2\\Gapic\\EntityTypesGapicClient' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Gapic/EntityTypesGapicClient.php',
    'Google\\Cloud\\Dialogflow\\V2\\Gapic\\EnvironmentsGapicClient' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Gapic/EnvironmentsGapicClient.php',
    'Google\\Cloud\\Dialogflow\\V2\\Gapic\\FulfillmentsGapicClient' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Gapic/FulfillmentsGapicClient.php',
    'Google\\Cloud\\Dialogflow\\V2\\Gapic\\IntentsGapicClient' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Gapic/IntentsGapicClient.php',
    'Google\\Cloud\\Dialogflow\\V2\\Gapic\\KnowledgeBasesGapicClient' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Gapic/KnowledgeBasesGapicClient.php',
    'Google\\Cloud\\Dialogflow\\V2\\Gapic\\ParticipantsGapicClient' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Gapic/ParticipantsGapicClient.php',
    'Google\\Cloud\\Dialogflow\\V2\\Gapic\\SessionEntityTypesGapicClient' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Gapic/SessionEntityTypesGapicClient.php',
    'Google\\Cloud\\Dialogflow\\V2\\Gapic\\SessionsGapicClient' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Gapic/SessionsGapicClient.php',
    'Google\\Cloud\\Dialogflow\\V2\\Gapic\\VersionsGapicClient' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Gapic/VersionsGapicClient.php',
    'Google\\Cloud\\Dialogflow\\V2\\GcsDestination' => $vendorDir . '/google/cloud/Dialogflow/src/V2/GcsDestination.php',
    'Google\\Cloud\\Dialogflow\\V2\\GcsSources' => $vendorDir . '/google/cloud/Dialogflow/src/V2/GcsSources.php',
    'Google\\Cloud\\Dialogflow\\V2\\GetAgentRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/GetAgentRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\GetContextRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/GetContextRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\GetConversationDatasetRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/GetConversationDatasetRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\GetConversationModelEvaluationRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/GetConversationModelEvaluationRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\GetConversationModelRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/GetConversationModelRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\GetConversationProfileRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/GetConversationProfileRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\GetConversationRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/GetConversationRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\GetDocumentRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/GetDocumentRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\GetEntityTypeRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/GetEntityTypeRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\GetEnvironmentHistoryRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/GetEnvironmentHistoryRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\GetEnvironmentRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/GetEnvironmentRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\GetFulfillmentRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/GetFulfillmentRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\GetIntentRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/GetIntentRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\GetKnowledgeBaseRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/GetKnowledgeBaseRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\GetParticipantRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/GetParticipantRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\GetSessionEntityTypeRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/GetSessionEntityTypeRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\GetValidationResultRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/GetValidationResultRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\GetVersionRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/GetVersionRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\HumanAgentAssistantConfig' => $vendorDir . '/google/cloud/Dialogflow/src/V2/HumanAgentAssistantConfig.php',
    'Google\\Cloud\\Dialogflow\\V2\\HumanAgentAssistantConfig\\ConversationModelConfig' => $vendorDir . '/google/cloud/Dialogflow/src/V2/HumanAgentAssistantConfig/ConversationModelConfig.php',
    'Google\\Cloud\\Dialogflow\\V2\\HumanAgentAssistantConfig\\ConversationProcessConfig' => $vendorDir . '/google/cloud/Dialogflow/src/V2/HumanAgentAssistantConfig/ConversationProcessConfig.php',
    'Google\\Cloud\\Dialogflow\\V2\\HumanAgentAssistantConfig\\MessageAnalysisConfig' => $vendorDir . '/google/cloud/Dialogflow/src/V2/HumanAgentAssistantConfig/MessageAnalysisConfig.php',
    'Google\\Cloud\\Dialogflow\\V2\\HumanAgentAssistantConfig\\SuggestionConfig' => $vendorDir . '/google/cloud/Dialogflow/src/V2/HumanAgentAssistantConfig/SuggestionConfig.php',
    'Google\\Cloud\\Dialogflow\\V2\\HumanAgentAssistantConfig\\SuggestionFeatureConfig' => $vendorDir . '/google/cloud/Dialogflow/src/V2/HumanAgentAssistantConfig/SuggestionFeatureConfig.php',
    'Google\\Cloud\\Dialogflow\\V2\\HumanAgentAssistantConfig\\SuggestionQueryConfig' => $vendorDir . '/google/cloud/Dialogflow/src/V2/HumanAgentAssistantConfig/SuggestionQueryConfig.php',
    'Google\\Cloud\\Dialogflow\\V2\\HumanAgentAssistantConfig\\SuggestionQueryConfig\\ContextFilterSettings' => $vendorDir . '/google/cloud/Dialogflow/src/V2/HumanAgentAssistantConfig/SuggestionQueryConfig/ContextFilterSettings.php',
    'Google\\Cloud\\Dialogflow\\V2\\HumanAgentAssistantConfig\\SuggestionQueryConfig\\DialogflowQuerySource' => $vendorDir . '/google/cloud/Dialogflow/src/V2/HumanAgentAssistantConfig/SuggestionQueryConfig/DialogflowQuerySource.php',
    'Google\\Cloud\\Dialogflow\\V2\\HumanAgentAssistantConfig\\SuggestionQueryConfig\\DocumentQuerySource' => $vendorDir . '/google/cloud/Dialogflow/src/V2/HumanAgentAssistantConfig/SuggestionQueryConfig/DocumentQuerySource.php',
    'Google\\Cloud\\Dialogflow\\V2\\HumanAgentAssistantConfig\\SuggestionQueryConfig\\KnowledgeBaseQuerySource' => $vendorDir . '/google/cloud/Dialogflow/src/V2/HumanAgentAssistantConfig/SuggestionQueryConfig/KnowledgeBaseQuerySource.php',
    'Google\\Cloud\\Dialogflow\\V2\\HumanAgentAssistantConfig\\SuggestionTriggerSettings' => $vendorDir . '/google/cloud/Dialogflow/src/V2/HumanAgentAssistantConfig/SuggestionTriggerSettings.php',
    'Google\\Cloud\\Dialogflow\\V2\\HumanAgentAssistantEvent' => $vendorDir . '/google/cloud/Dialogflow/src/V2/HumanAgentAssistantEvent.php',
    'Google\\Cloud\\Dialogflow\\V2\\HumanAgentHandoffConfig' => $vendorDir . '/google/cloud/Dialogflow/src/V2/HumanAgentHandoffConfig.php',
    'Google\\Cloud\\Dialogflow\\V2\\HumanAgentHandoffConfig\\LivePersonConfig' => $vendorDir . '/google/cloud/Dialogflow/src/V2/HumanAgentHandoffConfig/LivePersonConfig.php',
    'Google\\Cloud\\Dialogflow\\V2\\HumanAgentHandoffConfig\\SalesforceLiveAgentConfig' => $vendorDir . '/google/cloud/Dialogflow/src/V2/HumanAgentHandoffConfig/SalesforceLiveAgentConfig.php',
    'Google\\Cloud\\Dialogflow\\V2\\ImportAgentRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ImportAgentRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\ImportConversationDataOperationMetadata' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ImportConversationDataOperationMetadata.php',
    'Google\\Cloud\\Dialogflow\\V2\\ImportConversationDataOperationResponse' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ImportConversationDataOperationResponse.php',
    'Google\\Cloud\\Dialogflow\\V2\\ImportConversationDataRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ImportConversationDataRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\ImportDocumentTemplate' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ImportDocumentTemplate.php',
    'Google\\Cloud\\Dialogflow\\V2\\ImportDocumentsRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ImportDocumentsRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\ImportDocumentsResponse' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ImportDocumentsResponse.php',
    'Google\\Cloud\\Dialogflow\\V2\\InputAudioConfig' => $vendorDir . '/google/cloud/Dialogflow/src/V2/InputAudioConfig.php',
    'Google\\Cloud\\Dialogflow\\V2\\InputConfig' => $vendorDir . '/google/cloud/Dialogflow/src/V2/InputConfig.php',
    'Google\\Cloud\\Dialogflow\\V2\\InputDataset' => $vendorDir . '/google/cloud/Dialogflow/src/V2/InputDataset.php',
    'Google\\Cloud\\Dialogflow\\V2\\InputTextConfig' => $vendorDir . '/google/cloud/Dialogflow/src/V2/InputTextConfig.php',
    'Google\\Cloud\\Dialogflow\\V2\\Intent' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Intent.php',
    'Google\\Cloud\\Dialogflow\\V2\\IntentBatch' => $vendorDir . '/google/cloud/Dialogflow/src/V2/IntentBatch.php',
    'Google\\Cloud\\Dialogflow\\V2\\IntentView' => $vendorDir . '/google/cloud/Dialogflow/src/V2/IntentView.php',
    'Google\\Cloud\\Dialogflow\\V2\\Intent\\FollowupIntentInfo' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Intent/FollowupIntentInfo.php',
    'Google\\Cloud\\Dialogflow\\V2\\Intent\\Message' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Intent/Message.php',
    'Google\\Cloud\\Dialogflow\\V2\\Intent\\Message\\BasicCard' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Intent/Message/BasicCard.php',
    'Google\\Cloud\\Dialogflow\\V2\\Intent\\Message\\BasicCard\\Button' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Intent/Message/BasicCard/Button.php',
    'Google\\Cloud\\Dialogflow\\V2\\Intent\\Message\\BasicCard\\Button\\OpenUriAction' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Intent/Message/BasicCard/Button/OpenUriAction.php',
    'Google\\Cloud\\Dialogflow\\V2\\Intent\\Message\\BrowseCarouselCard' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Intent/Message/BrowseCarouselCard.php',
    'Google\\Cloud\\Dialogflow\\V2\\Intent\\Message\\BrowseCarouselCard\\BrowseCarouselCardItem' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Intent/Message/BrowseCarouselCard/BrowseCarouselCardItem.php',
    'Google\\Cloud\\Dialogflow\\V2\\Intent\\Message\\BrowseCarouselCard\\BrowseCarouselCardItem\\OpenUrlAction' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Intent/Message/BrowseCarouselCard/BrowseCarouselCardItem/OpenUrlAction.php',
    'Google\\Cloud\\Dialogflow\\V2\\Intent\\Message\\BrowseCarouselCard\\BrowseCarouselCardItem\\OpenUrlAction\\UrlTypeHint' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Intent/Message/BrowseCarouselCard/BrowseCarouselCardItem/OpenUrlAction/UrlTypeHint.php',
    'Google\\Cloud\\Dialogflow\\V2\\Intent\\Message\\BrowseCarouselCard\\ImageDisplayOptions' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Intent/Message/BrowseCarouselCard/ImageDisplayOptions.php',
    'Google\\Cloud\\Dialogflow\\V2\\Intent\\Message\\Card' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Intent/Message/Card.php',
    'Google\\Cloud\\Dialogflow\\V2\\Intent\\Message\\Card\\Button' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Intent/Message/Card/Button.php',
    'Google\\Cloud\\Dialogflow\\V2\\Intent\\Message\\CarouselSelect' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Intent/Message/CarouselSelect.php',
    'Google\\Cloud\\Dialogflow\\V2\\Intent\\Message\\CarouselSelect\\Item' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Intent/Message/CarouselSelect/Item.php',
    'Google\\Cloud\\Dialogflow\\V2\\Intent\\Message\\ColumnProperties' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Intent/Message/ColumnProperties.php',
    'Google\\Cloud\\Dialogflow\\V2\\Intent\\Message\\ColumnProperties\\HorizontalAlignment' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Intent/Message/ColumnProperties/HorizontalAlignment.php',
    'Google\\Cloud\\Dialogflow\\V2\\Intent\\Message\\Image' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Intent/Message/Image.php',
    'Google\\Cloud\\Dialogflow\\V2\\Intent\\Message\\LinkOutSuggestion' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Intent/Message/LinkOutSuggestion.php',
    'Google\\Cloud\\Dialogflow\\V2\\Intent\\Message\\ListSelect' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Intent/Message/ListSelect.php',
    'Google\\Cloud\\Dialogflow\\V2\\Intent\\Message\\ListSelect\\Item' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Intent/Message/ListSelect/Item.php',
    'Google\\Cloud\\Dialogflow\\V2\\Intent\\Message\\MediaContent' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Intent/Message/MediaContent.php',
    'Google\\Cloud\\Dialogflow\\V2\\Intent\\Message\\MediaContent\\ResponseMediaObject' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Intent/Message/MediaContent/ResponseMediaObject.php',
    'Google\\Cloud\\Dialogflow\\V2\\Intent\\Message\\MediaContent\\ResponseMediaType' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Intent/Message/MediaContent/ResponseMediaType.php',
    'Google\\Cloud\\Dialogflow\\V2\\Intent\\Message\\Platform' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Intent/Message/Platform.php',
    'Google\\Cloud\\Dialogflow\\V2\\Intent\\Message\\QuickReplies' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Intent/Message/QuickReplies.php',
    'Google\\Cloud\\Dialogflow\\V2\\Intent\\Message\\SelectItemInfo' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Intent/Message/SelectItemInfo.php',
    'Google\\Cloud\\Dialogflow\\V2\\Intent\\Message\\SimpleResponse' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Intent/Message/SimpleResponse.php',
    'Google\\Cloud\\Dialogflow\\V2\\Intent\\Message\\SimpleResponses' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Intent/Message/SimpleResponses.php',
    'Google\\Cloud\\Dialogflow\\V2\\Intent\\Message\\Suggestion' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Intent/Message/Suggestion.php',
    'Google\\Cloud\\Dialogflow\\V2\\Intent\\Message\\Suggestions' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Intent/Message/Suggestions.php',
    'Google\\Cloud\\Dialogflow\\V2\\Intent\\Message\\TableCard' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Intent/Message/TableCard.php',
    'Google\\Cloud\\Dialogflow\\V2\\Intent\\Message\\TableCardCell' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Intent/Message/TableCardCell.php',
    'Google\\Cloud\\Dialogflow\\V2\\Intent\\Message\\TableCardRow' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Intent/Message/TableCardRow.php',
    'Google\\Cloud\\Dialogflow\\V2\\Intent\\Message\\Text' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Intent/Message/Text.php',
    'Google\\Cloud\\Dialogflow\\V2\\Intent\\Parameter' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Intent/Parameter.php',
    'Google\\Cloud\\Dialogflow\\V2\\Intent\\TrainingPhrase' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Intent/TrainingPhrase.php',
    'Google\\Cloud\\Dialogflow\\V2\\Intent\\TrainingPhrase\\Part' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Intent/TrainingPhrase/Part.php',
    'Google\\Cloud\\Dialogflow\\V2\\Intent\\TrainingPhrase\\Type' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Intent/TrainingPhrase/Type.php',
    'Google\\Cloud\\Dialogflow\\V2\\Intent\\WebhookState' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Intent/WebhookState.php',
    'Google\\Cloud\\Dialogflow\\V2\\IntentsClient' => $vendorDir . '/google/cloud/Dialogflow/src/V2/IntentsClient.php',
    'Google\\Cloud\\Dialogflow\\V2\\KnowledgeBase' => $vendorDir . '/google/cloud/Dialogflow/src/V2/KnowledgeBase.php',
    'Google\\Cloud\\Dialogflow\\V2\\KnowledgeBasesClient' => $vendorDir . '/google/cloud/Dialogflow/src/V2/KnowledgeBasesClient.php',
    'Google\\Cloud\\Dialogflow\\V2\\KnowledgeOperationMetadata' => $vendorDir . '/google/cloud/Dialogflow/src/V2/KnowledgeOperationMetadata.php',
    'Google\\Cloud\\Dialogflow\\V2\\KnowledgeOperationMetadata\\State' => $vendorDir . '/google/cloud/Dialogflow/src/V2/KnowledgeOperationMetadata/State.php',
    'Google\\Cloud\\Dialogflow\\V2\\ListAnswerRecordsRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ListAnswerRecordsRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\ListAnswerRecordsResponse' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ListAnswerRecordsResponse.php',
    'Google\\Cloud\\Dialogflow\\V2\\ListContextsRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ListContextsRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\ListContextsResponse' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ListContextsResponse.php',
    'Google\\Cloud\\Dialogflow\\V2\\ListConversationDatasetsRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ListConversationDatasetsRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\ListConversationDatasetsResponse' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ListConversationDatasetsResponse.php',
    'Google\\Cloud\\Dialogflow\\V2\\ListConversationModelEvaluationsRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ListConversationModelEvaluationsRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\ListConversationModelEvaluationsResponse' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ListConversationModelEvaluationsResponse.php',
    'Google\\Cloud\\Dialogflow\\V2\\ListConversationModelsRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ListConversationModelsRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\ListConversationModelsResponse' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ListConversationModelsResponse.php',
    'Google\\Cloud\\Dialogflow\\V2\\ListConversationProfilesRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ListConversationProfilesRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\ListConversationProfilesResponse' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ListConversationProfilesResponse.php',
    'Google\\Cloud\\Dialogflow\\V2\\ListConversationsRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ListConversationsRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\ListConversationsResponse' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ListConversationsResponse.php',
    'Google\\Cloud\\Dialogflow\\V2\\ListDocumentsRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ListDocumentsRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\ListDocumentsResponse' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ListDocumentsResponse.php',
    'Google\\Cloud\\Dialogflow\\V2\\ListEntityTypesRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ListEntityTypesRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\ListEntityTypesResponse' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ListEntityTypesResponse.php',
    'Google\\Cloud\\Dialogflow\\V2\\ListEnvironmentsRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ListEnvironmentsRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\ListEnvironmentsResponse' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ListEnvironmentsResponse.php',
    'Google\\Cloud\\Dialogflow\\V2\\ListIntentsRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ListIntentsRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\ListIntentsResponse' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ListIntentsResponse.php',
    'Google\\Cloud\\Dialogflow\\V2\\ListKnowledgeBasesRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ListKnowledgeBasesRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\ListKnowledgeBasesResponse' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ListKnowledgeBasesResponse.php',
    'Google\\Cloud\\Dialogflow\\V2\\ListMessagesRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ListMessagesRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\ListMessagesResponse' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ListMessagesResponse.php',
    'Google\\Cloud\\Dialogflow\\V2\\ListParticipantsRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ListParticipantsRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\ListParticipantsResponse' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ListParticipantsResponse.php',
    'Google\\Cloud\\Dialogflow\\V2\\ListSessionEntityTypesRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ListSessionEntityTypesRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\ListSessionEntityTypesResponse' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ListSessionEntityTypesResponse.php',
    'Google\\Cloud\\Dialogflow\\V2\\ListVersionsRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ListVersionsRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\ListVersionsResponse' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ListVersionsResponse.php',
    'Google\\Cloud\\Dialogflow\\V2\\LoggingConfig' => $vendorDir . '/google/cloud/Dialogflow/src/V2/LoggingConfig.php',
    'Google\\Cloud\\Dialogflow\\V2\\Message' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Message.php',
    'Google\\Cloud\\Dialogflow\\V2\\MessageAnnotation' => $vendorDir . '/google/cloud/Dialogflow/src/V2/MessageAnnotation.php',
    'Google\\Cloud\\Dialogflow\\V2\\NotificationConfig' => $vendorDir . '/google/cloud/Dialogflow/src/V2/NotificationConfig.php',
    'Google\\Cloud\\Dialogflow\\V2\\NotificationConfig\\MessageFormat' => $vendorDir . '/google/cloud/Dialogflow/src/V2/NotificationConfig/MessageFormat.php',
    'Google\\Cloud\\Dialogflow\\V2\\OriginalDetectIntentRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/OriginalDetectIntentRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\OutputAudio' => $vendorDir . '/google/cloud/Dialogflow/src/V2/OutputAudio.php',
    'Google\\Cloud\\Dialogflow\\V2\\OutputAudioConfig' => $vendorDir . '/google/cloud/Dialogflow/src/V2/OutputAudioConfig.php',
    'Google\\Cloud\\Dialogflow\\V2\\OutputAudioEncoding' => $vendorDir . '/google/cloud/Dialogflow/src/V2/OutputAudioEncoding.php',
    'Google\\Cloud\\Dialogflow\\V2\\Participant' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Participant.php',
    'Google\\Cloud\\Dialogflow\\V2\\Participant\\Role' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Participant/Role.php',
    'Google\\Cloud\\Dialogflow\\V2\\ParticipantsClient' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ParticipantsClient.php',
    'Google\\Cloud\\Dialogflow\\V2\\QueryInput' => $vendorDir . '/google/cloud/Dialogflow/src/V2/QueryInput.php',
    'Google\\Cloud\\Dialogflow\\V2\\QueryParameters' => $vendorDir . '/google/cloud/Dialogflow/src/V2/QueryParameters.php',
    'Google\\Cloud\\Dialogflow\\V2\\QueryResult' => $vendorDir . '/google/cloud/Dialogflow/src/V2/QueryResult.php',
    'Google\\Cloud\\Dialogflow\\V2\\ReloadDocumentRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ReloadDocumentRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\RestoreAgentRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/RestoreAgentRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\SearchAgentsRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/SearchAgentsRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\SearchAgentsResponse' => $vendorDir . '/google/cloud/Dialogflow/src/V2/SearchAgentsResponse.php',
    'Google\\Cloud\\Dialogflow\\V2\\Sentiment' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Sentiment.php',
    'Google\\Cloud\\Dialogflow\\V2\\SentimentAnalysisRequestConfig' => $vendorDir . '/google/cloud/Dialogflow/src/V2/SentimentAnalysisRequestConfig.php',
    'Google\\Cloud\\Dialogflow\\V2\\SentimentAnalysisResult' => $vendorDir . '/google/cloud/Dialogflow/src/V2/SentimentAnalysisResult.php',
    'Google\\Cloud\\Dialogflow\\V2\\SessionEntityType' => $vendorDir . '/google/cloud/Dialogflow/src/V2/SessionEntityType.php',
    'Google\\Cloud\\Dialogflow\\V2\\SessionEntityType\\EntityOverrideMode' => $vendorDir . '/google/cloud/Dialogflow/src/V2/SessionEntityType/EntityOverrideMode.php',
    'Google\\Cloud\\Dialogflow\\V2\\SessionEntityTypesClient' => $vendorDir . '/google/cloud/Dialogflow/src/V2/SessionEntityTypesClient.php',
    'Google\\Cloud\\Dialogflow\\V2\\SessionsClient' => $vendorDir . '/google/cloud/Dialogflow/src/V2/SessionsClient.php',
    'Google\\Cloud\\Dialogflow\\V2\\SetAgentRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/SetAgentRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\SetSuggestionFeatureConfigOperationMetadata' => $vendorDir . '/google/cloud/Dialogflow/src/V2/SetSuggestionFeatureConfigOperationMetadata.php',
    'Google\\Cloud\\Dialogflow\\V2\\SetSuggestionFeatureConfigRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/SetSuggestionFeatureConfigRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\SmartReplyAnswer' => $vendorDir . '/google/cloud/Dialogflow/src/V2/SmartReplyAnswer.php',
    'Google\\Cloud\\Dialogflow\\V2\\SmartReplyMetrics' => $vendorDir . '/google/cloud/Dialogflow/src/V2/SmartReplyMetrics.php',
    'Google\\Cloud\\Dialogflow\\V2\\SmartReplyMetrics\\TopNMetrics' => $vendorDir . '/google/cloud/Dialogflow/src/V2/SmartReplyMetrics/TopNMetrics.php',
    'Google\\Cloud\\Dialogflow\\V2\\SmartReplyModelMetadata' => $vendorDir . '/google/cloud/Dialogflow/src/V2/SmartReplyModelMetadata.php',
    'Google\\Cloud\\Dialogflow\\V2\\SpeechContext' => $vendorDir . '/google/cloud/Dialogflow/src/V2/SpeechContext.php',
    'Google\\Cloud\\Dialogflow\\V2\\SpeechModelVariant' => $vendorDir . '/google/cloud/Dialogflow/src/V2/SpeechModelVariant.php',
    'Google\\Cloud\\Dialogflow\\V2\\SpeechToTextConfig' => $vendorDir . '/google/cloud/Dialogflow/src/V2/SpeechToTextConfig.php',
    'Google\\Cloud\\Dialogflow\\V2\\SpeechWordInfo' => $vendorDir . '/google/cloud/Dialogflow/src/V2/SpeechWordInfo.php',
    'Google\\Cloud\\Dialogflow\\V2\\SsmlVoiceGender' => $vendorDir . '/google/cloud/Dialogflow/src/V2/SsmlVoiceGender.php',
    'Google\\Cloud\\Dialogflow\\V2\\StreamingAnalyzeContentRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/StreamingAnalyzeContentRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\StreamingAnalyzeContentResponse' => $vendorDir . '/google/cloud/Dialogflow/src/V2/StreamingAnalyzeContentResponse.php',
    'Google\\Cloud\\Dialogflow\\V2\\StreamingDetectIntentRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/StreamingDetectIntentRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\StreamingDetectIntentResponse' => $vendorDir . '/google/cloud/Dialogflow/src/V2/StreamingDetectIntentResponse.php',
    'Google\\Cloud\\Dialogflow\\V2\\StreamingRecognitionResult' => $vendorDir . '/google/cloud/Dialogflow/src/V2/StreamingRecognitionResult.php',
    'Google\\Cloud\\Dialogflow\\V2\\StreamingRecognitionResult\\MessageType' => $vendorDir . '/google/cloud/Dialogflow/src/V2/StreamingRecognitionResult/MessageType.php',
    'Google\\Cloud\\Dialogflow\\V2\\SuggestArticlesRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/SuggestArticlesRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\SuggestArticlesResponse' => $vendorDir . '/google/cloud/Dialogflow/src/V2/SuggestArticlesResponse.php',
    'Google\\Cloud\\Dialogflow\\V2\\SuggestConversationSummaryRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/SuggestConversationSummaryRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\SuggestConversationSummaryResponse' => $vendorDir . '/google/cloud/Dialogflow/src/V2/SuggestConversationSummaryResponse.php',
    'Google\\Cloud\\Dialogflow\\V2\\SuggestConversationSummaryResponse\\Summary' => $vendorDir . '/google/cloud/Dialogflow/src/V2/SuggestConversationSummaryResponse/Summary.php',
    'Google\\Cloud\\Dialogflow\\V2\\SuggestFaqAnswersRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/SuggestFaqAnswersRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\SuggestFaqAnswersResponse' => $vendorDir . '/google/cloud/Dialogflow/src/V2/SuggestFaqAnswersResponse.php',
    'Google\\Cloud\\Dialogflow\\V2\\SuggestSmartRepliesRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/SuggestSmartRepliesRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\SuggestSmartRepliesResponse' => $vendorDir . '/google/cloud/Dialogflow/src/V2/SuggestSmartRepliesResponse.php',
    'Google\\Cloud\\Dialogflow\\V2\\SuggestionFeature' => $vendorDir . '/google/cloud/Dialogflow/src/V2/SuggestionFeature.php',
    'Google\\Cloud\\Dialogflow\\V2\\SuggestionFeature\\Type' => $vendorDir . '/google/cloud/Dialogflow/src/V2/SuggestionFeature/Type.php',
    'Google\\Cloud\\Dialogflow\\V2\\SuggestionResult' => $vendorDir . '/google/cloud/Dialogflow/src/V2/SuggestionResult.php',
    'Google\\Cloud\\Dialogflow\\V2\\SynthesizeSpeechConfig' => $vendorDir . '/google/cloud/Dialogflow/src/V2/SynthesizeSpeechConfig.php',
    'Google\\Cloud\\Dialogflow\\V2\\TelephonyDtmf' => $vendorDir . '/google/cloud/Dialogflow/src/V2/TelephonyDtmf.php',
    'Google\\Cloud\\Dialogflow\\V2\\TelephonyDtmfEvents' => $vendorDir . '/google/cloud/Dialogflow/src/V2/TelephonyDtmfEvents.php',
    'Google\\Cloud\\Dialogflow\\V2\\TextInput' => $vendorDir . '/google/cloud/Dialogflow/src/V2/TextInput.php',
    'Google\\Cloud\\Dialogflow\\V2\\TextToSpeechSettings' => $vendorDir . '/google/cloud/Dialogflow/src/V2/TextToSpeechSettings.php',
    'Google\\Cloud\\Dialogflow\\V2\\TrainAgentRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/TrainAgentRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\UndeployConversationModelOperationMetadata' => $vendorDir . '/google/cloud/Dialogflow/src/V2/UndeployConversationModelOperationMetadata.php',
    'Google\\Cloud\\Dialogflow\\V2\\UndeployConversationModelRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/UndeployConversationModelRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\UpdateAnswerRecordRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/UpdateAnswerRecordRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\UpdateContextRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/UpdateContextRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\UpdateConversationProfileRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/UpdateConversationProfileRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\UpdateDocumentRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/UpdateDocumentRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\UpdateEntityTypeRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/UpdateEntityTypeRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\UpdateEnvironmentRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/UpdateEnvironmentRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\UpdateFulfillmentRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/UpdateFulfillmentRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\UpdateIntentRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/UpdateIntentRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\UpdateKnowledgeBaseRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/UpdateKnowledgeBaseRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\UpdateParticipantRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/UpdateParticipantRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\UpdateSessionEntityTypeRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/UpdateSessionEntityTypeRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\UpdateVersionRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/UpdateVersionRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\ValidationError' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ValidationError.php',
    'Google\\Cloud\\Dialogflow\\V2\\ValidationError\\Severity' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ValidationError/Severity.php',
    'Google\\Cloud\\Dialogflow\\V2\\ValidationResult' => $vendorDir . '/google/cloud/Dialogflow/src/V2/ValidationResult.php',
    'Google\\Cloud\\Dialogflow\\V2\\Version' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Version.php',
    'Google\\Cloud\\Dialogflow\\V2\\Version\\VersionStatus' => $vendorDir . '/google/cloud/Dialogflow/src/V2/Version/VersionStatus.php',
    'Google\\Cloud\\Dialogflow\\V2\\VersionsClient' => $vendorDir . '/google/cloud/Dialogflow/src/V2/VersionsClient.php',
    'Google\\Cloud\\Dialogflow\\V2\\VoiceSelectionParams' => $vendorDir . '/google/cloud/Dialogflow/src/V2/VoiceSelectionParams.php',
    'Google\\Cloud\\Dialogflow\\V2\\WebhookRequest' => $vendorDir . '/google/cloud/Dialogflow/src/V2/WebhookRequest.php',
    'Google\\Cloud\\Dialogflow\\V2\\WebhookResponse' => $vendorDir . '/google/cloud/Dialogflow/src/V2/WebhookResponse.php',
    'Google\\Cloud\\Dlp\\V2\\Action' => $vendorDir . '/google/cloud/Dlp/src/V2/Action.php',
    'Google\\Cloud\\Dlp\\V2\\Action\\Deidentify' => $vendorDir . '/google/cloud/Dlp/src/V2/Action/Deidentify.php',
    'Google\\Cloud\\Dlp\\V2\\Action\\JobNotificationEmails' => $vendorDir . '/google/cloud/Dlp/src/V2/Action/JobNotificationEmails.php',
    'Google\\Cloud\\Dlp\\V2\\Action\\PublishFindingsToCloudDataCatalog' => $vendorDir . '/google/cloud/Dlp/src/V2/Action/PublishFindingsToCloudDataCatalog.php',
    'Google\\Cloud\\Dlp\\V2\\Action\\PublishSummaryToCscc' => $vendorDir . '/google/cloud/Dlp/src/V2/Action/PublishSummaryToCscc.php',
    'Google\\Cloud\\Dlp\\V2\\Action\\PublishToPubSub' => $vendorDir . '/google/cloud/Dlp/src/V2/Action/PublishToPubSub.php',
    'Google\\Cloud\\Dlp\\V2\\Action\\PublishToStackdriver' => $vendorDir . '/google/cloud/Dlp/src/V2/Action/PublishToStackdriver.php',
    'Google\\Cloud\\Dlp\\V2\\Action\\SaveFindings' => $vendorDir . '/google/cloud/Dlp/src/V2/Action/SaveFindings.php',
    'Google\\Cloud\\Dlp\\V2\\Action_Deidentify' => $vendorDir . '/google/cloud/Dlp/src/V2/Action_Deidentify.php',
    'Google\\Cloud\\Dlp\\V2\\Action_JobNotificationEmails' => $vendorDir . '/google/cloud/Dlp/src/V2/Action_JobNotificationEmails.php',
    'Google\\Cloud\\Dlp\\V2\\Action_PublishFindingsToCloudDataCatalog' => $vendorDir . '/google/cloud/Dlp/src/V2/Action_PublishFindingsToCloudDataCatalog.php',
    'Google\\Cloud\\Dlp\\V2\\Action_PublishSummaryToCscc' => $vendorDir . '/google/cloud/Dlp/src/V2/Action_PublishSummaryToCscc.php',
    'Google\\Cloud\\Dlp\\V2\\Action_PublishToPubSub' => $vendorDir . '/google/cloud/Dlp/src/V2/Action_PublishToPubSub.php',
    'Google\\Cloud\\Dlp\\V2\\Action_PublishToStackdriver' => $vendorDir . '/google/cloud/Dlp/src/V2/Action_PublishToStackdriver.php',
    'Google\\Cloud\\Dlp\\V2\\Action_SaveFindings' => $vendorDir . '/google/cloud/Dlp/src/V2/Action_SaveFindings.php',
    'Google\\Cloud\\Dlp\\V2\\ActivateJobTriggerRequest' => $vendorDir . '/google/cloud/Dlp/src/V2/ActivateJobTriggerRequest.php',
    'Google\\Cloud\\Dlp\\V2\\AnalyzeDataSourceRiskDetails' => $vendorDir . '/google/cloud/Dlp/src/V2/AnalyzeDataSourceRiskDetails.php',
    'Google\\Cloud\\Dlp\\V2\\AnalyzeDataSourceRiskDetails\\CategoricalStatsResult' => $vendorDir . '/google/cloud/Dlp/src/V2/AnalyzeDataSourceRiskDetails/CategoricalStatsResult.php',
    'Google\\Cloud\\Dlp\\V2\\AnalyzeDataSourceRiskDetails\\CategoricalStatsResult\\CategoricalStatsHistogramBucket' => $vendorDir . '/google/cloud/Dlp/src/V2/AnalyzeDataSourceRiskDetails/CategoricalStatsResult/CategoricalStatsHistogramBucket.php',
    'Google\\Cloud\\Dlp\\V2\\AnalyzeDataSourceRiskDetails\\DeltaPresenceEstimationResult' => $vendorDir . '/google/cloud/Dlp/src/V2/AnalyzeDataSourceRiskDetails/DeltaPresenceEstimationResult.php',
    'Google\\Cloud\\Dlp\\V2\\AnalyzeDataSourceRiskDetails\\DeltaPresenceEstimationResult\\DeltaPresenceEstimationHistogramBucket' => $vendorDir . '/google/cloud/Dlp/src/V2/AnalyzeDataSourceRiskDetails/DeltaPresenceEstimationResult/DeltaPresenceEstimationHistogramBucket.php',
    'Google\\Cloud\\Dlp\\V2\\AnalyzeDataSourceRiskDetails\\DeltaPresenceEstimationResult\\DeltaPresenceEstimationQuasiIdValues' => $vendorDir . '/google/cloud/Dlp/src/V2/AnalyzeDataSourceRiskDetails/DeltaPresenceEstimationResult/DeltaPresenceEstimationQuasiIdValues.php',
    'Google\\Cloud\\Dlp\\V2\\AnalyzeDataSourceRiskDetails\\KAnonymityResult' => $vendorDir . '/google/cloud/Dlp/src/V2/AnalyzeDataSourceRiskDetails/KAnonymityResult.php',
    'Google\\Cloud\\Dlp\\V2\\AnalyzeDataSourceRiskDetails\\KAnonymityResult\\KAnonymityEquivalenceClass' => $vendorDir . '/google/cloud/Dlp/src/V2/AnalyzeDataSourceRiskDetails/KAnonymityResult/KAnonymityEquivalenceClass.php',
    'Google\\Cloud\\Dlp\\V2\\AnalyzeDataSourceRiskDetails\\KAnonymityResult\\KAnonymityHistogramBucket' => $vendorDir . '/google/cloud/Dlp/src/V2/AnalyzeDataSourceRiskDetails/KAnonymityResult/KAnonymityHistogramBucket.php',
    'Google\\Cloud\\Dlp\\V2\\AnalyzeDataSourceRiskDetails\\KMapEstimationResult' => $vendorDir . '/google/cloud/Dlp/src/V2/AnalyzeDataSourceRiskDetails/KMapEstimationResult.php',
    'Google\\Cloud\\Dlp\\V2\\AnalyzeDataSourceRiskDetails\\KMapEstimationResult\\KMapEstimationHistogramBucket' => $vendorDir . '/google/cloud/Dlp/src/V2/AnalyzeDataSourceRiskDetails/KMapEstimationResult/KMapEstimationHistogramBucket.php',
    'Google\\Cloud\\Dlp\\V2\\AnalyzeDataSourceRiskDetails\\KMapEstimationResult\\KMapEstimationQuasiIdValues' => $vendorDir . '/google/cloud/Dlp/src/V2/AnalyzeDataSourceRiskDetails/KMapEstimationResult/KMapEstimationQuasiIdValues.php',
    'Google\\Cloud\\Dlp\\V2\\AnalyzeDataSourceRiskDetails\\LDiversityResult' => $vendorDir . '/google/cloud/Dlp/src/V2/AnalyzeDataSourceRiskDetails/LDiversityResult.php',
    'Google\\Cloud\\Dlp\\V2\\AnalyzeDataSourceRiskDetails\\LDiversityResult\\LDiversityEquivalenceClass' => $vendorDir . '/google/cloud/Dlp/src/V2/AnalyzeDataSourceRiskDetails/LDiversityResult/LDiversityEquivalenceClass.php',
    'Google\\Cloud\\Dlp\\V2\\AnalyzeDataSourceRiskDetails\\LDiversityResult\\LDiversityHistogramBucket' => $vendorDir . '/google/cloud/Dlp/src/V2/AnalyzeDataSourceRiskDetails/LDiversityResult/LDiversityHistogramBucket.php',
    'Google\\Cloud\\Dlp\\V2\\AnalyzeDataSourceRiskDetails\\NumericalStatsResult' => $vendorDir . '/google/cloud/Dlp/src/V2/AnalyzeDataSourceRiskDetails/NumericalStatsResult.php',
    'Google\\Cloud\\Dlp\\V2\\AnalyzeDataSourceRiskDetails\\RequestedRiskAnalysisOptions' => $vendorDir . '/google/cloud/Dlp/src/V2/AnalyzeDataSourceRiskDetails/RequestedRiskAnalysisOptions.php',
    'Google\\Cloud\\Dlp\\V2\\AnalyzeDataSourceRiskDetails_CategoricalStatsResult' => $vendorDir . '/google/cloud/Dlp/src/V2/AnalyzeDataSourceRiskDetails_CategoricalStatsResult.php',
    'Google\\Cloud\\Dlp\\V2\\AnalyzeDataSourceRiskDetails_CategoricalStatsResult_CategoricalStatsHistogramBucket' => $vendorDir . '/google/cloud/Dlp/src/V2/AnalyzeDataSourceRiskDetails_CategoricalStatsResult_CategoricalStatsHistogramBucket.php',
    'Google\\Cloud\\Dlp\\V2\\AnalyzeDataSourceRiskDetails_DeltaPresenceEstimationResult' => $vendorDir . '/google/cloud/Dlp/src/V2/AnalyzeDataSourceRiskDetails_DeltaPresenceEstimationResult.php',
    'Google\\Cloud\\Dlp\\V2\\AnalyzeDataSourceRiskDetails_DeltaPresenceEstimationResult_DeltaPresenceEstimationHistogramBucket' => $vendorDir . '/google/cloud/Dlp/src/V2/AnalyzeDataSourceRiskDetails_DeltaPresenceEstimationResult_DeltaPresenceEstimationHistogramBucket.php',
    'Google\\Cloud\\Dlp\\V2\\AnalyzeDataSourceRiskDetails_DeltaPresenceEstimationResult_DeltaPresenceEstimationQuasiIdValues' => $vendorDir . '/google/cloud/Dlp/src/V2/AnalyzeDataSourceRiskDetails_DeltaPresenceEstimationResult_DeltaPresenceEstimationQuasiIdValues.php',
    'Google\\Cloud\\Dlp\\V2\\AnalyzeDataSourceRiskDetails_KAnonymityResult' => $vendorDir . '/google/cloud/Dlp/src/V2/AnalyzeDataSourceRiskDetails_KAnonymityResult.php',
    'Google\\Cloud\\Dlp\\V2\\AnalyzeDataSourceRiskDetails_KAnonymityResult_KAnonymityEquivalenceClass' => $vendorDir . '/google/cloud/Dlp/src/V2/AnalyzeDataSourceRiskDetails_KAnonymityResult_KAnonymityEquivalenceClass.php',
    'Google\\Cloud\\Dlp\\V2\\AnalyzeDataSourceRiskDetails_KAnonymityResult_KAnonymityHistogramBucket' => $vendorDir . '/google/cloud/Dlp/src/V2/AnalyzeDataSourceRiskDetails_KAnonymityResult_KAnonymityHistogramBucket.php',
    'Google\\Cloud\\Dlp\\V2\\AnalyzeDataSourceRiskDetails_KMapEstimationResult' => $vendorDir . '/google/cloud/Dlp/src/V2/AnalyzeDataSourceRiskDetails_KMapEstimationResult.php',
    'Google\\Cloud\\Dlp\\V2\\AnalyzeDataSourceRiskDetails_KMapEstimationResult_KMapEstimationHistogramBucket' => $vendorDir . '/google/cloud/Dlp/src/V2/AnalyzeDataSourceRiskDetails_KMapEstimationResult_KMapEstimationHistogramBucket.php',
    'Google\\Cloud\\Dlp\\V2\\AnalyzeDataSourceRiskDetails_KMapEstimationResult_KMapEstimationQuasiIdValues' => $vendorDir . '/google/cloud/Dlp/src/V2/AnalyzeDataSourceRiskDetails_KMapEstimationResult_KMapEstimationQuasiIdValues.php',
    'Google\\Cloud\\Dlp\\V2\\AnalyzeDataSourceRiskDetails_LDiversityResult' => $vendorDir . '/google/cloud/Dlp/src/V2/AnalyzeDataSourceRiskDetails_LDiversityResult.php',
    'Google\\Cloud\\Dlp\\V2\\AnalyzeDataSourceRiskDetails_LDiversityResult_LDiversityEquivalenceClass' => $vendorDir . '/google/cloud/Dlp/src/V2/AnalyzeDataSourceRiskDetails_LDiversityResult_LDiversityEquivalenceClass.php',
    'Google\\Cloud\\Dlp\\V2\\AnalyzeDataSourceRiskDetails_LDiversityResult_LDiversityHistogramBucket' => $vendorDir . '/google/cloud/Dlp/src/V2/AnalyzeDataSourceRiskDetails_LDiversityResult_LDiversityHistogramBucket.php',
    'Google\\Cloud\\Dlp\\V2\\AnalyzeDataSourceRiskDetails_NumericalStatsResult' => $vendorDir . '/google/cloud/Dlp/src/V2/AnalyzeDataSourceRiskDetails_NumericalStatsResult.php',
    'Google\\Cloud\\Dlp\\V2\\AnalyzeDataSourceRiskDetails_RequestedRiskAnalysisOptions' => $vendorDir . '/google/cloud/Dlp/src/V2/AnalyzeDataSourceRiskDetails_RequestedRiskAnalysisOptions.php',
    'Google\\Cloud\\Dlp\\V2\\BigQueryField' => $vendorDir . '/google/cloud/Dlp/src/V2/BigQueryField.php',
    'Google\\Cloud\\Dlp\\V2\\BigQueryKey' => $vendorDir . '/google/cloud/Dlp/src/V2/BigQueryKey.php',
    'Google\\Cloud\\Dlp\\V2\\BigQueryOptions' => $vendorDir . '/google/cloud/Dlp/src/V2/BigQueryOptions.php',
    'Google\\Cloud\\Dlp\\V2\\BigQueryOptions\\SampleMethod' => $vendorDir . '/google/cloud/Dlp/src/V2/BigQueryOptions/SampleMethod.php',
    'Google\\Cloud\\Dlp\\V2\\BigQueryOptions_SampleMethod' => $vendorDir . '/google/cloud/Dlp/src/V2/BigQueryOptions_SampleMethod.php',
    'Google\\Cloud\\Dlp\\V2\\BigQueryTable' => $vendorDir . '/google/cloud/Dlp/src/V2/BigQueryTable.php',
    'Google\\Cloud\\Dlp\\V2\\BoundingBox' => $vendorDir . '/google/cloud/Dlp/src/V2/BoundingBox.php',
    'Google\\Cloud\\Dlp\\V2\\BucketingConfig' => $vendorDir . '/google/cloud/Dlp/src/V2/BucketingConfig.php',
    'Google\\Cloud\\Dlp\\V2\\BucketingConfig\\Bucket' => $vendorDir . '/google/cloud/Dlp/src/V2/BucketingConfig/Bucket.php',
    'Google\\Cloud\\Dlp\\V2\\BucketingConfig_Bucket' => $vendorDir . '/google/cloud/Dlp/src/V2/BucketingConfig_Bucket.php',
    'Google\\Cloud\\Dlp\\V2\\ByteContentItem' => $vendorDir . '/google/cloud/Dlp/src/V2/ByteContentItem.php',
    'Google\\Cloud\\Dlp\\V2\\ByteContentItem\\BytesType' => $vendorDir . '/google/cloud/Dlp/src/V2/ByteContentItem/BytesType.php',
    'Google\\Cloud\\Dlp\\V2\\ByteContentItem_BytesType' => $vendorDir . '/google/cloud/Dlp/src/V2/ByteContentItem_BytesType.php',
    'Google\\Cloud\\Dlp\\V2\\CancelDlpJobRequest' => $vendorDir . '/google/cloud/Dlp/src/V2/CancelDlpJobRequest.php',
    'Google\\Cloud\\Dlp\\V2\\CharacterMaskConfig' => $vendorDir . '/google/cloud/Dlp/src/V2/CharacterMaskConfig.php',
    'Google\\Cloud\\Dlp\\V2\\CharsToIgnore' => $vendorDir . '/google/cloud/Dlp/src/V2/CharsToIgnore.php',
    'Google\\Cloud\\Dlp\\V2\\CharsToIgnore\\CommonCharsToIgnore' => $vendorDir . '/google/cloud/Dlp/src/V2/CharsToIgnore/CommonCharsToIgnore.php',
    'Google\\Cloud\\Dlp\\V2\\CharsToIgnore_CommonCharsToIgnore' => $vendorDir . '/google/cloud/Dlp/src/V2/CharsToIgnore_CommonCharsToIgnore.php',
    'Google\\Cloud\\Dlp\\V2\\CloudStorageFileSet' => $vendorDir . '/google/cloud/Dlp/src/V2/CloudStorageFileSet.php',
    'Google\\Cloud\\Dlp\\V2\\CloudStorageOptions' => $vendorDir . '/google/cloud/Dlp/src/V2/CloudStorageOptions.php',
    'Google\\Cloud\\Dlp\\V2\\CloudStorageOptions\\FileSet' => $vendorDir . '/google/cloud/Dlp/src/V2/CloudStorageOptions/FileSet.php',
    'Google\\Cloud\\Dlp\\V2\\CloudStorageOptions\\SampleMethod' => $vendorDir . '/google/cloud/Dlp/src/V2/CloudStorageOptions/SampleMethod.php',
    'Google\\Cloud\\Dlp\\V2\\CloudStorageOptions_FileSet' => $vendorDir . '/google/cloud/Dlp/src/V2/CloudStorageOptions_FileSet.php',
    'Google\\Cloud\\Dlp\\V2\\CloudStorageOptions_SampleMethod' => $vendorDir . '/google/cloud/Dlp/src/V2/CloudStorageOptions_SampleMethod.php',
    'Google\\Cloud\\Dlp\\V2\\CloudStoragePath' => $vendorDir . '/google/cloud/Dlp/src/V2/CloudStoragePath.php',
    'Google\\Cloud\\Dlp\\V2\\CloudStorageRegexFileSet' => $vendorDir . '/google/cloud/Dlp/src/V2/CloudStorageRegexFileSet.php',
    'Google\\Cloud\\Dlp\\V2\\Color' => $vendorDir . '/google/cloud/Dlp/src/V2/Color.php',
    'Google\\Cloud\\Dlp\\V2\\Container' => $vendorDir . '/google/cloud/Dlp/src/V2/Container.php',
    'Google\\Cloud\\Dlp\\V2\\ContentItem' => $vendorDir . '/google/cloud/Dlp/src/V2/ContentItem.php',
    'Google\\Cloud\\Dlp\\V2\\ContentLocation' => $vendorDir . '/google/cloud/Dlp/src/V2/ContentLocation.php',
    'Google\\Cloud\\Dlp\\V2\\ContentOption' => $vendorDir . '/google/cloud/Dlp/src/V2/ContentOption.php',
    'Google\\Cloud\\Dlp\\V2\\CreateDeidentifyTemplateRequest' => $vendorDir . '/google/cloud/Dlp/src/V2/CreateDeidentifyTemplateRequest.php',
    'Google\\Cloud\\Dlp\\V2\\CreateDlpJobRequest' => $vendorDir . '/google/cloud/Dlp/src/V2/CreateDlpJobRequest.php',
    'Google\\Cloud\\Dlp\\V2\\CreateInspectTemplateRequest' => $vendorDir . '/google/cloud/Dlp/src/V2/CreateInspectTemplateRequest.php',
    'Google\\Cloud\\Dlp\\V2\\CreateJobTriggerRequest' => $vendorDir . '/google/cloud/Dlp/src/V2/CreateJobTriggerRequest.php',
    'Google\\Cloud\\Dlp\\V2\\CreateStoredInfoTypeRequest' => $vendorDir . '/google/cloud/Dlp/src/V2/CreateStoredInfoTypeRequest.php',
    'Google\\Cloud\\Dlp\\V2\\CryptoDeterministicConfig' => $vendorDir . '/google/cloud/Dlp/src/V2/CryptoDeterministicConfig.php',
    'Google\\Cloud\\Dlp\\V2\\CryptoHashConfig' => $vendorDir . '/google/cloud/Dlp/src/V2/CryptoHashConfig.php',
    'Google\\Cloud\\Dlp\\V2\\CryptoKey' => $vendorDir . '/google/cloud/Dlp/src/V2/CryptoKey.php',
    'Google\\Cloud\\Dlp\\V2\\CryptoReplaceFfxFpeConfig' => $vendorDir . '/google/cloud/Dlp/src/V2/CryptoReplaceFfxFpeConfig.php',
    'Google\\Cloud\\Dlp\\V2\\CryptoReplaceFfxFpeConfig\\FfxCommonNativeAlphabet' => $vendorDir . '/google/cloud/Dlp/src/V2/CryptoReplaceFfxFpeConfig/FfxCommonNativeAlphabet.php',
    'Google\\Cloud\\Dlp\\V2\\CryptoReplaceFfxFpeConfig_FfxCommonNativeAlphabet' => $vendorDir . '/google/cloud/Dlp/src/V2/CryptoReplaceFfxFpeConfig_FfxCommonNativeAlphabet.php',
    'Google\\Cloud\\Dlp\\V2\\CustomInfoType' => $vendorDir . '/google/cloud/Dlp/src/V2/CustomInfoType.php',
    'Google\\Cloud\\Dlp\\V2\\CustomInfoType\\DetectionRule' => $vendorDir . '/google/cloud/Dlp/src/V2/CustomInfoType/DetectionRule.php',
    'Google\\Cloud\\Dlp\\V2\\CustomInfoType\\DetectionRule\\HotwordRule' => $vendorDir . '/google/cloud/Dlp/src/V2/CustomInfoType/DetectionRule/HotwordRule.php',
    'Google\\Cloud\\Dlp\\V2\\CustomInfoType\\DetectionRule\\LikelihoodAdjustment' => $vendorDir . '/google/cloud/Dlp/src/V2/CustomInfoType/DetectionRule/LikelihoodAdjustment.php',
    'Google\\Cloud\\Dlp\\V2\\CustomInfoType\\DetectionRule\\Proximity' => $vendorDir . '/google/cloud/Dlp/src/V2/CustomInfoType/DetectionRule/Proximity.php',
    'Google\\Cloud\\Dlp\\V2\\CustomInfoType\\Dictionary' => $vendorDir . '/google/cloud/Dlp/src/V2/CustomInfoType/Dictionary.php',
    'Google\\Cloud\\Dlp\\V2\\CustomInfoType\\Dictionary\\WordList' => $vendorDir . '/google/cloud/Dlp/src/V2/CustomInfoType/Dictionary/WordList.php',
    'Google\\Cloud\\Dlp\\V2\\CustomInfoType\\ExclusionType' => $vendorDir . '/google/cloud/Dlp/src/V2/CustomInfoType/ExclusionType.php',
    'Google\\Cloud\\Dlp\\V2\\CustomInfoType\\Regex' => $vendorDir . '/google/cloud/Dlp/src/V2/CustomInfoType/Regex.php',
    'Google\\Cloud\\Dlp\\V2\\CustomInfoType\\SurrogateType' => $vendorDir . '/google/cloud/Dlp/src/V2/CustomInfoType/SurrogateType.php',
    'Google\\Cloud\\Dlp\\V2\\CustomInfoType_DetectionRule' => $vendorDir . '/google/cloud/Dlp/src/V2/CustomInfoType_DetectionRule.php',
    'Google\\Cloud\\Dlp\\V2\\CustomInfoType_DetectionRule_HotwordRule' => $vendorDir . '/google/cloud/Dlp/src/V2/CustomInfoType_DetectionRule_HotwordRule.php',
    'Google\\Cloud\\Dlp\\V2\\CustomInfoType_DetectionRule_LikelihoodAdjustment' => $vendorDir . '/google/cloud/Dlp/src/V2/CustomInfoType_DetectionRule_LikelihoodAdjustment.php',
    'Google\\Cloud\\Dlp\\V2\\CustomInfoType_DetectionRule_Proximity' => $vendorDir . '/google/cloud/Dlp/src/V2/CustomInfoType_DetectionRule_Proximity.php',
    'Google\\Cloud\\Dlp\\V2\\CustomInfoType_Dictionary' => $vendorDir . '/google/cloud/Dlp/src/V2/CustomInfoType_Dictionary.php',
    'Google\\Cloud\\Dlp\\V2\\CustomInfoType_Dictionary_WordList' => $vendorDir . '/google/cloud/Dlp/src/V2/CustomInfoType_Dictionary_WordList.php',
    'Google\\Cloud\\Dlp\\V2\\CustomInfoType_ExclusionType' => $vendorDir . '/google/cloud/Dlp/src/V2/CustomInfoType_ExclusionType.php',
    'Google\\Cloud\\Dlp\\V2\\CustomInfoType_Regex' => $vendorDir . '/google/cloud/Dlp/src/V2/CustomInfoType_Regex.php',
    'Google\\Cloud\\Dlp\\V2\\CustomInfoType_SurrogateType' => $vendorDir . '/google/cloud/Dlp/src/V2/CustomInfoType_SurrogateType.php',
    'Google\\Cloud\\Dlp\\V2\\DataProfileAction' => $vendorDir . '/google/cloud/Dlp/src/V2/DataProfileAction.php',
    'Google\\Cloud\\Dlp\\V2\\DataProfileAction\\EventType' => $vendorDir . '/google/cloud/Dlp/src/V2/DataProfileAction/EventType.php',
    'Google\\Cloud\\Dlp\\V2\\DataProfileAction\\Export' => $vendorDir . '/google/cloud/Dlp/src/V2/DataProfileAction/Export.php',
    'Google\\Cloud\\Dlp\\V2\\DataProfileAction\\PubSubNotification' => $vendorDir . '/google/cloud/Dlp/src/V2/DataProfileAction/PubSubNotification.php',
    'Google\\Cloud\\Dlp\\V2\\DataProfileAction\\PubSubNotification\\DetailLevel' => $vendorDir . '/google/cloud/Dlp/src/V2/DataProfileAction/PubSubNotification/DetailLevel.php',
    'Google\\Cloud\\Dlp\\V2\\DataProfileAction_EventType' => $vendorDir . '/google/cloud/Dlp/src/V2/DataProfileAction_EventType.php',
    'Google\\Cloud\\Dlp\\V2\\DataProfileAction_Export' => $vendorDir . '/google/cloud/Dlp/src/V2/DataProfileAction_Export.php',
    'Google\\Cloud\\Dlp\\V2\\DataProfileAction_PubSubNotification' => $vendorDir . '/google/cloud/Dlp/src/V2/DataProfileAction_PubSubNotification.php',
    'Google\\Cloud\\Dlp\\V2\\DataProfileAction_PubSubNotification_DetailLevel' => $vendorDir . '/google/cloud/Dlp/src/V2/DataProfileAction_PubSubNotification_DetailLevel.php',
    'Google\\Cloud\\Dlp\\V2\\DataProfileConfigSnapshot' => $vendorDir . '/google/cloud/Dlp/src/V2/DataProfileConfigSnapshot.php',
    'Google\\Cloud\\Dlp\\V2\\DataProfileJobConfig' => $vendorDir . '/google/cloud/Dlp/src/V2/DataProfileJobConfig.php',
    'Google\\Cloud\\Dlp\\V2\\DataProfileLocation' => $vendorDir . '/google/cloud/Dlp/src/V2/DataProfileLocation.php',
    'Google\\Cloud\\Dlp\\V2\\DataProfilePubSubCondition' => $vendorDir . '/google/cloud/Dlp/src/V2/DataProfilePubSubCondition.php',
    'Google\\Cloud\\Dlp\\V2\\DataProfilePubSubCondition\\ProfileScoreBucket' => $vendorDir . '/google/cloud/Dlp/src/V2/DataProfilePubSubCondition/ProfileScoreBucket.php',
    'Google\\Cloud\\Dlp\\V2\\DataProfilePubSubCondition\\PubSubCondition' => $vendorDir . '/google/cloud/Dlp/src/V2/DataProfilePubSubCondition/PubSubCondition.php',
    'Google\\Cloud\\Dlp\\V2\\DataProfilePubSubCondition\\PubSubExpressions' => $vendorDir . '/google/cloud/Dlp/src/V2/DataProfilePubSubCondition/PubSubExpressions.php',
    'Google\\Cloud\\Dlp\\V2\\DataProfilePubSubCondition\\PubSubExpressions\\PubSubLogicalOperator' => $vendorDir . '/google/cloud/Dlp/src/V2/DataProfilePubSubCondition/PubSubExpressions/PubSubLogicalOperator.php',
    'Google\\Cloud\\Dlp\\V2\\DataProfilePubSubCondition_ProfileScoreBucket' => $vendorDir . '/google/cloud/Dlp/src/V2/DataProfilePubSubCondition_ProfileScoreBucket.php',
    'Google\\Cloud\\Dlp\\V2\\DataProfilePubSubCondition_PubSubCondition' => $vendorDir . '/google/cloud/Dlp/src/V2/DataProfilePubSubCondition_PubSubCondition.php',
    'Google\\Cloud\\Dlp\\V2\\DataProfilePubSubCondition_PubSubExpressions' => $vendorDir . '/google/cloud/Dlp/src/V2/DataProfilePubSubCondition_PubSubExpressions.php',
    'Google\\Cloud\\Dlp\\V2\\DataProfilePubSubCondition_PubSubExpressions_PubSubLogicalOperator' => $vendorDir . '/google/cloud/Dlp/src/V2/DataProfilePubSubCondition_PubSubExpressions_PubSubLogicalOperator.php',
    'Google\\Cloud\\Dlp\\V2\\DataProfilePubSubMessage' => $vendorDir . '/google/cloud/Dlp/src/V2/DataProfilePubSubMessage.php',
    'Google\\Cloud\\Dlp\\V2\\DataRiskLevel' => $vendorDir . '/google/cloud/Dlp/src/V2/DataRiskLevel.php',
    'Google\\Cloud\\Dlp\\V2\\DataRiskLevel\\DataRiskLevelScore' => $vendorDir . '/google/cloud/Dlp/src/V2/DataRiskLevel/DataRiskLevelScore.php',
    'Google\\Cloud\\Dlp\\V2\\DataRiskLevel_DataRiskLevelScore' => $vendorDir . '/google/cloud/Dlp/src/V2/DataRiskLevel_DataRiskLevelScore.php',
    'Google\\Cloud\\Dlp\\V2\\DatastoreKey' => $vendorDir . '/google/cloud/Dlp/src/V2/DatastoreKey.php',
    'Google\\Cloud\\Dlp\\V2\\DatastoreOptions' => $vendorDir . '/google/cloud/Dlp/src/V2/DatastoreOptions.php',
    'Google\\Cloud\\Dlp\\V2\\DateShiftConfig' => $vendorDir . '/google/cloud/Dlp/src/V2/DateShiftConfig.php',
    'Google\\Cloud\\Dlp\\V2\\DateTime' => $vendorDir . '/google/cloud/Dlp/src/V2/DateTime.php',
    'Google\\Cloud\\Dlp\\V2\\DateTime\\TimeZone' => $vendorDir . '/google/cloud/Dlp/src/V2/DateTime/TimeZone.php',
    'Google\\Cloud\\Dlp\\V2\\DateTime_TimeZone' => $vendorDir . '/google/cloud/Dlp/src/V2/DateTime_TimeZone.php',
    'Google\\Cloud\\Dlp\\V2\\DeidentifyConfig' => $vendorDir . '/google/cloud/Dlp/src/V2/DeidentifyConfig.php',
    'Google\\Cloud\\Dlp\\V2\\DeidentifyContentRequest' => $vendorDir . '/google/cloud/Dlp/src/V2/DeidentifyContentRequest.php',
    'Google\\Cloud\\Dlp\\V2\\DeidentifyContentResponse' => $vendorDir . '/google/cloud/Dlp/src/V2/DeidentifyContentResponse.php',
    'Google\\Cloud\\Dlp\\V2\\DeidentifyTemplate' => $vendorDir . '/google/cloud/Dlp/src/V2/DeidentifyTemplate.php',
    'Google\\Cloud\\Dlp\\V2\\DeleteDeidentifyTemplateRequest' => $vendorDir . '/google/cloud/Dlp/src/V2/DeleteDeidentifyTemplateRequest.php',
    'Google\\Cloud\\Dlp\\V2\\DeleteDlpJobRequest' => $vendorDir . '/google/cloud/Dlp/src/V2/DeleteDlpJobRequest.php',
    'Google\\Cloud\\Dlp\\V2\\DeleteInspectTemplateRequest' => $vendorDir . '/google/cloud/Dlp/src/V2/DeleteInspectTemplateRequest.php',
    'Google\\Cloud\\Dlp\\V2\\DeleteJobTriggerRequest' => $vendorDir . '/google/cloud/Dlp/src/V2/DeleteJobTriggerRequest.php',
    'Google\\Cloud\\Dlp\\V2\\DeleteStoredInfoTypeRequest' => $vendorDir . '/google/cloud/Dlp/src/V2/DeleteStoredInfoTypeRequest.php',
    'Google\\Cloud\\Dlp\\V2\\DlpJob' => $vendorDir . '/google/cloud/Dlp/src/V2/DlpJob.php',
    'Google\\Cloud\\Dlp\\V2\\DlpJobType' => $vendorDir . '/google/cloud/Dlp/src/V2/DlpJobType.php',
    'Google\\Cloud\\Dlp\\V2\\DlpJob\\JobState' => $vendorDir . '/google/cloud/Dlp/src/V2/DlpJob/JobState.php',
    'Google\\Cloud\\Dlp\\V2\\DlpJob_JobState' => $vendorDir . '/google/cloud/Dlp/src/V2/DlpJob_JobState.php',
    'Google\\Cloud\\Dlp\\V2\\DlpServiceClient' => $vendorDir . '/google/cloud/Dlp/src/V2/DlpServiceClient.php',
    'Google\\Cloud\\Dlp\\V2\\DlpServiceGrpcClient' => $vendorDir . '/google/cloud/Dlp/src/V2/DlpServiceGrpcClient.php',
    'Google\\Cloud\\Dlp\\V2\\DocumentLocation' => $vendorDir . '/google/cloud/Dlp/src/V2/DocumentLocation.php',
    'Google\\Cloud\\Dlp\\V2\\EncryptionStatus' => $vendorDir . '/google/cloud/Dlp/src/V2/EncryptionStatus.php',
    'Google\\Cloud\\Dlp\\V2\\EntityId' => $vendorDir . '/google/cloud/Dlp/src/V2/EntityId.php',
    'Google\\Cloud\\Dlp\\V2\\Error' => $vendorDir . '/google/cloud/Dlp/src/V2/Error.php',
    'Google\\Cloud\\Dlp\\V2\\ExcludeByHotword' => $vendorDir . '/google/cloud/Dlp/src/V2/ExcludeByHotword.php',
    'Google\\Cloud\\Dlp\\V2\\ExcludeInfoTypes' => $vendorDir . '/google/cloud/Dlp/src/V2/ExcludeInfoTypes.php',
    'Google\\Cloud\\Dlp\\V2\\ExclusionRule' => $vendorDir . '/google/cloud/Dlp/src/V2/ExclusionRule.php',
    'Google\\Cloud\\Dlp\\V2\\FieldId' => $vendorDir . '/google/cloud/Dlp/src/V2/FieldId.php',
    'Google\\Cloud\\Dlp\\V2\\FieldTransformation' => $vendorDir . '/google/cloud/Dlp/src/V2/FieldTransformation.php',
    'Google\\Cloud\\Dlp\\V2\\FileType' => $vendorDir . '/google/cloud/Dlp/src/V2/FileType.php',
    'Google\\Cloud\\Dlp\\V2\\Finding' => $vendorDir . '/google/cloud/Dlp/src/V2/Finding.php',
    'Google\\Cloud\\Dlp\\V2\\FinishDlpJobRequest' => $vendorDir . '/google/cloud/Dlp/src/V2/FinishDlpJobRequest.php',
    'Google\\Cloud\\Dlp\\V2\\FixedSizeBucketingConfig' => $vendorDir . '/google/cloud/Dlp/src/V2/FixedSizeBucketingConfig.php',
    'Google\\Cloud\\Dlp\\V2\\Gapic\\DlpServiceGapicClient' => $vendorDir . '/google/cloud/Dlp/src/V2/Gapic/DlpServiceGapicClient.php',
    'Google\\Cloud\\Dlp\\V2\\GetDeidentifyTemplateRequest' => $vendorDir . '/google/cloud/Dlp/src/V2/GetDeidentifyTemplateRequest.php',
    'Google\\Cloud\\Dlp\\V2\\GetDlpJobRequest' => $vendorDir . '/google/cloud/Dlp/src/V2/GetDlpJobRequest.php',
    'Google\\Cloud\\Dlp\\V2\\GetInspectTemplateRequest' => $vendorDir . '/google/cloud/Dlp/src/V2/GetInspectTemplateRequest.php',
    'Google\\Cloud\\Dlp\\V2\\GetJobTriggerRequest' => $vendorDir . '/google/cloud/Dlp/src/V2/GetJobTriggerRequest.php',
    'Google\\Cloud\\Dlp\\V2\\GetStoredInfoTypeRequest' => $vendorDir . '/google/cloud/Dlp/src/V2/GetStoredInfoTypeRequest.php',
    'Google\\Cloud\\Dlp\\V2\\HybridContentItem' => $vendorDir . '/google/cloud/Dlp/src/V2/HybridContentItem.php',
    'Google\\Cloud\\Dlp\\V2\\HybridFindingDetails' => $vendorDir . '/google/cloud/Dlp/src/V2/HybridFindingDetails.php',
    'Google\\Cloud\\Dlp\\V2\\HybridInspectDlpJobRequest' => $vendorDir . '/google/cloud/Dlp/src/V2/HybridInspectDlpJobRequest.php',
    'Google\\Cloud\\Dlp\\V2\\HybridInspectJobTriggerRequest' => $vendorDir . '/google/cloud/Dlp/src/V2/HybridInspectJobTriggerRequest.php',
    'Google\\Cloud\\Dlp\\V2\\HybridInspectResponse' => $vendorDir . '/google/cloud/Dlp/src/V2/HybridInspectResponse.php',
    'Google\\Cloud\\Dlp\\V2\\HybridInspectStatistics' => $vendorDir . '/google/cloud/Dlp/src/V2/HybridInspectStatistics.php',
    'Google\\Cloud\\Dlp\\V2\\HybridOptions' => $vendorDir . '/google/cloud/Dlp/src/V2/HybridOptions.php',
    'Google\\Cloud\\Dlp\\V2\\ImageLocation' => $vendorDir . '/google/cloud/Dlp/src/V2/ImageLocation.php',
    'Google\\Cloud\\Dlp\\V2\\ImageTransformations' => $vendorDir . '/google/cloud/Dlp/src/V2/ImageTransformations.php',
    'Google\\Cloud\\Dlp\\V2\\ImageTransformations\\ImageTransformation' => $vendorDir . '/google/cloud/Dlp/src/V2/ImageTransformations/ImageTransformation.php',
    'Google\\Cloud\\Dlp\\V2\\ImageTransformations\\ImageTransformation\\AllInfoTypes' => $vendorDir . '/google/cloud/Dlp/src/V2/ImageTransformations/ImageTransformation/AllInfoTypes.php',
    'Google\\Cloud\\Dlp\\V2\\ImageTransformations\\ImageTransformation\\AllText' => $vendorDir . '/google/cloud/Dlp/src/V2/ImageTransformations/ImageTransformation/AllText.php',
    'Google\\Cloud\\Dlp\\V2\\ImageTransformations\\ImageTransformation\\SelectedInfoTypes' => $vendorDir . '/google/cloud/Dlp/src/V2/ImageTransformations/ImageTransformation/SelectedInfoTypes.php',
    'Google\\Cloud\\Dlp\\V2\\ImageTransformations_ImageTransformation' => $vendorDir . '/google/cloud/Dlp/src/V2/ImageTransformations_ImageTransformation.php',
    'Google\\Cloud\\Dlp\\V2\\ImageTransformations_ImageTransformation_AllInfoTypes' => $vendorDir . '/google/cloud/Dlp/src/V2/ImageTransformations_ImageTransformation_AllInfoTypes.php',
    'Google\\Cloud\\Dlp\\V2\\ImageTransformations_ImageTransformation_AllText' => $vendorDir . '/google/cloud/Dlp/src/V2/ImageTransformations_ImageTransformation_AllText.php',
    'Google\\Cloud\\Dlp\\V2\\ImageTransformations_ImageTransformation_SelectedInfoTypes' => $vendorDir . '/google/cloud/Dlp/src/V2/ImageTransformations_ImageTransformation_SelectedInfoTypes.php',
    'Google\\Cloud\\Dlp\\V2\\InfoType' => $vendorDir . '/google/cloud/Dlp/src/V2/InfoType.php',
    'Google\\Cloud\\Dlp\\V2\\InfoTypeCategory' => $vendorDir . '/google/cloud/Dlp/src/V2/InfoTypeCategory.php',
    'Google\\Cloud\\Dlp\\V2\\InfoTypeCategory\\IndustryCategory' => $vendorDir . '/google/cloud/Dlp/src/V2/InfoTypeCategory/IndustryCategory.php',
    'Google\\Cloud\\Dlp\\V2\\InfoTypeCategory\\LocationCategory' => $vendorDir . '/google/cloud/Dlp/src/V2/InfoTypeCategory/LocationCategory.php',
    'Google\\Cloud\\Dlp\\V2\\InfoTypeCategory\\TypeCategory' => $vendorDir . '/google/cloud/Dlp/src/V2/InfoTypeCategory/TypeCategory.php',
    'Google\\Cloud\\Dlp\\V2\\InfoTypeCategory_IndustryCategory' => $vendorDir . '/google/cloud/Dlp/src/V2/InfoTypeCategory_IndustryCategory.php',
    'Google\\Cloud\\Dlp\\V2\\InfoTypeCategory_LocationCategory' => $vendorDir . '/google/cloud/Dlp/src/V2/InfoTypeCategory_LocationCategory.php',
    'Google\\Cloud\\Dlp\\V2\\InfoTypeCategory_TypeCategory' => $vendorDir . '/google/cloud/Dlp/src/V2/InfoTypeCategory_TypeCategory.php',
    'Google\\Cloud\\Dlp\\V2\\InfoTypeDescription' => $vendorDir . '/google/cloud/Dlp/src/V2/InfoTypeDescription.php',
    'Google\\Cloud\\Dlp\\V2\\InfoTypeStats' => $vendorDir . '/google/cloud/Dlp/src/V2/InfoTypeStats.php',
    'Google\\Cloud\\Dlp\\V2\\InfoTypeSummary' => $vendorDir . '/google/cloud/Dlp/src/V2/InfoTypeSummary.php',
    'Google\\Cloud\\Dlp\\V2\\InfoTypeSupportedBy' => $vendorDir . '/google/cloud/Dlp/src/V2/InfoTypeSupportedBy.php',
    'Google\\Cloud\\Dlp\\V2\\InfoTypeTransformations' => $vendorDir . '/google/cloud/Dlp/src/V2/InfoTypeTransformations.php',
    'Google\\Cloud\\Dlp\\V2\\InfoTypeTransformations\\InfoTypeTransformation' => $vendorDir . '/google/cloud/Dlp/src/V2/InfoTypeTransformations/InfoTypeTransformation.php',
    'Google\\Cloud\\Dlp\\V2\\InfoTypeTransformations_InfoTypeTransformation' => $vendorDir . '/google/cloud/Dlp/src/V2/InfoTypeTransformations_InfoTypeTransformation.php',
    'Google\\Cloud\\Dlp\\V2\\InspectConfig' => $vendorDir . '/google/cloud/Dlp/src/V2/InspectConfig.php',
    'Google\\Cloud\\Dlp\\V2\\InspectConfig\\FindingLimits' => $vendorDir . '/google/cloud/Dlp/src/V2/InspectConfig/FindingLimits.php',
    'Google\\Cloud\\Dlp\\V2\\InspectConfig\\FindingLimits\\InfoTypeLimit' => $vendorDir . '/google/cloud/Dlp/src/V2/InspectConfig/FindingLimits/InfoTypeLimit.php',
    'Google\\Cloud\\Dlp\\V2\\InspectConfig_FindingLimits' => $vendorDir . '/google/cloud/Dlp/src/V2/InspectConfig_FindingLimits.php',
    'Google\\Cloud\\Dlp\\V2\\InspectConfig_FindingLimits_InfoTypeLimit' => $vendorDir . '/google/cloud/Dlp/src/V2/InspectConfig_FindingLimits_InfoTypeLimit.php',
    'Google\\Cloud\\Dlp\\V2\\InspectContentRequest' => $vendorDir . '/google/cloud/Dlp/src/V2/InspectContentRequest.php',
    'Google\\Cloud\\Dlp\\V2\\InspectContentResponse' => $vendorDir . '/google/cloud/Dlp/src/V2/InspectContentResponse.php',
    'Google\\Cloud\\Dlp\\V2\\InspectDataSourceDetails' => $vendorDir . '/google/cloud/Dlp/src/V2/InspectDataSourceDetails.php',
    'Google\\Cloud\\Dlp\\V2\\InspectDataSourceDetails\\RequestedOptions' => $vendorDir . '/google/cloud/Dlp/src/V2/InspectDataSourceDetails/RequestedOptions.php',
    'Google\\Cloud\\Dlp\\V2\\InspectDataSourceDetails\\Result' => $vendorDir . '/google/cloud/Dlp/src/V2/InspectDataSourceDetails/Result.php',
    'Google\\Cloud\\Dlp\\V2\\InspectDataSourceDetails_RequestedOptions' => $vendorDir . '/google/cloud/Dlp/src/V2/InspectDataSourceDetails_RequestedOptions.php',
    'Google\\Cloud\\Dlp\\V2\\InspectDataSourceDetails_Result' => $vendorDir . '/google/cloud/Dlp/src/V2/InspectDataSourceDetails_Result.php',
    'Google\\Cloud\\Dlp\\V2\\InspectJobConfig' => $vendorDir . '/google/cloud/Dlp/src/V2/InspectJobConfig.php',
    'Google\\Cloud\\Dlp\\V2\\InspectResult' => $vendorDir . '/google/cloud/Dlp/src/V2/InspectResult.php',
    'Google\\Cloud\\Dlp\\V2\\InspectTemplate' => $vendorDir . '/google/cloud/Dlp/src/V2/InspectTemplate.php',
    'Google\\Cloud\\Dlp\\V2\\InspectionRule' => $vendorDir . '/google/cloud/Dlp/src/V2/InspectionRule.php',
    'Google\\Cloud\\Dlp\\V2\\InspectionRuleSet' => $vendorDir . '/google/cloud/Dlp/src/V2/InspectionRuleSet.php',
    'Google\\Cloud\\Dlp\\V2\\JobTrigger' => $vendorDir . '/google/cloud/Dlp/src/V2/JobTrigger.php',
    'Google\\Cloud\\Dlp\\V2\\JobTrigger\\Status' => $vendorDir . '/google/cloud/Dlp/src/V2/JobTrigger/Status.php',
    'Google\\Cloud\\Dlp\\V2\\JobTrigger\\Trigger' => $vendorDir . '/google/cloud/Dlp/src/V2/JobTrigger/Trigger.php',
    'Google\\Cloud\\Dlp\\V2\\JobTrigger_Status' => $vendorDir . '/google/cloud/Dlp/src/V2/JobTrigger_Status.php',
    'Google\\Cloud\\Dlp\\V2\\JobTrigger_Trigger' => $vendorDir . '/google/cloud/Dlp/src/V2/JobTrigger_Trigger.php',
    'Google\\Cloud\\Dlp\\V2\\Key' => $vendorDir . '/google/cloud/Dlp/src/V2/Key.php',
    'Google\\Cloud\\Dlp\\V2\\Key\\PathElement' => $vendorDir . '/google/cloud/Dlp/src/V2/Key/PathElement.php',
    'Google\\Cloud\\Dlp\\V2\\Key_PathElement' => $vendorDir . '/google/cloud/Dlp/src/V2/Key_PathElement.php',
    'Google\\Cloud\\Dlp\\V2\\KindExpression' => $vendorDir . '/google/cloud/Dlp/src/V2/KindExpression.php',
    'Google\\Cloud\\Dlp\\V2\\KmsWrappedCryptoKey' => $vendorDir . '/google/cloud/Dlp/src/V2/KmsWrappedCryptoKey.php',
    'Google\\Cloud\\Dlp\\V2\\LargeCustomDictionaryConfig' => $vendorDir . '/google/cloud/Dlp/src/V2/LargeCustomDictionaryConfig.php',
    'Google\\Cloud\\Dlp\\V2\\LargeCustomDictionaryStats' => $vendorDir . '/google/cloud/Dlp/src/V2/LargeCustomDictionaryStats.php',
    'Google\\Cloud\\Dlp\\V2\\Likelihood' => $vendorDir . '/google/cloud/Dlp/src/V2/Likelihood.php',
    'Google\\Cloud\\Dlp\\V2\\ListDeidentifyTemplatesRequest' => $vendorDir . '/google/cloud/Dlp/src/V2/ListDeidentifyTemplatesRequest.php',
    'Google\\Cloud\\Dlp\\V2\\ListDeidentifyTemplatesResponse' => $vendorDir . '/google/cloud/Dlp/src/V2/ListDeidentifyTemplatesResponse.php',
    'Google\\Cloud\\Dlp\\V2\\ListDlpJobsRequest' => $vendorDir . '/google/cloud/Dlp/src/V2/ListDlpJobsRequest.php',
    'Google\\Cloud\\Dlp\\V2\\ListDlpJobsResponse' => $vendorDir . '/google/cloud/Dlp/src/V2/ListDlpJobsResponse.php',
    'Google\\Cloud\\Dlp\\V2\\ListInfoTypesRequest' => $vendorDir . '/google/cloud/Dlp/src/V2/ListInfoTypesRequest.php',
    'Google\\Cloud\\Dlp\\V2\\ListInfoTypesResponse' => $vendorDir . '/google/cloud/Dlp/src/V2/ListInfoTypesResponse.php',
    'Google\\Cloud\\Dlp\\V2\\ListInspectTemplatesRequest' => $vendorDir . '/google/cloud/Dlp/src/V2/ListInspectTemplatesRequest.php',
    'Google\\Cloud\\Dlp\\V2\\ListInspectTemplatesResponse' => $vendorDir . '/google/cloud/Dlp/src/V2/ListInspectTemplatesResponse.php',
    'Google\\Cloud\\Dlp\\V2\\ListJobTriggersRequest' => $vendorDir . '/google/cloud/Dlp/src/V2/ListJobTriggersRequest.php',
    'Google\\Cloud\\Dlp\\V2\\ListJobTriggersResponse' => $vendorDir . '/google/cloud/Dlp/src/V2/ListJobTriggersResponse.php',
    'Google\\Cloud\\Dlp\\V2\\ListStoredInfoTypesRequest' => $vendorDir . '/google/cloud/Dlp/src/V2/ListStoredInfoTypesRequest.php',
    'Google\\Cloud\\Dlp\\V2\\ListStoredInfoTypesResponse' => $vendorDir . '/google/cloud/Dlp/src/V2/ListStoredInfoTypesResponse.php',
    'Google\\Cloud\\Dlp\\V2\\Location' => $vendorDir . '/google/cloud/Dlp/src/V2/Location.php',
    'Google\\Cloud\\Dlp\\V2\\Manual' => $vendorDir . '/google/cloud/Dlp/src/V2/Manual.php',
    'Google\\Cloud\\Dlp\\V2\\MatchingType' => $vendorDir . '/google/cloud/Dlp/src/V2/MatchingType.php',
    'Google\\Cloud\\Dlp\\V2\\MetadataLocation' => $vendorDir . '/google/cloud/Dlp/src/V2/MetadataLocation.php',
    'Google\\Cloud\\Dlp\\V2\\MetadataType' => $vendorDir . '/google/cloud/Dlp/src/V2/MetadataType.php',
    'Google\\Cloud\\Dlp\\V2\\OtherInfoTypeSummary' => $vendorDir . '/google/cloud/Dlp/src/V2/OtherInfoTypeSummary.php',
    'Google\\Cloud\\Dlp\\V2\\OutputStorageConfig' => $vendorDir . '/google/cloud/Dlp/src/V2/OutputStorageConfig.php',
    'Google\\Cloud\\Dlp\\V2\\OutputStorageConfig\\OutputSchema' => $vendorDir . '/google/cloud/Dlp/src/V2/OutputStorageConfig/OutputSchema.php',
    'Google\\Cloud\\Dlp\\V2\\OutputStorageConfig_OutputSchema' => $vendorDir . '/google/cloud/Dlp/src/V2/OutputStorageConfig_OutputSchema.php',
    'Google\\Cloud\\Dlp\\V2\\PartitionId' => $vendorDir . '/google/cloud/Dlp/src/V2/PartitionId.php',
    'Google\\Cloud\\Dlp\\V2\\PrimitiveTransformation' => $vendorDir . '/google/cloud/Dlp/src/V2/PrimitiveTransformation.php',
    'Google\\Cloud\\Dlp\\V2\\PrivacyMetric' => $vendorDir . '/google/cloud/Dlp/src/V2/PrivacyMetric.php',
    'Google\\Cloud\\Dlp\\V2\\PrivacyMetric\\CategoricalStatsConfig' => $vendorDir . '/google/cloud/Dlp/src/V2/PrivacyMetric/CategoricalStatsConfig.php',
    'Google\\Cloud\\Dlp\\V2\\PrivacyMetric\\DeltaPresenceEstimationConfig' => $vendorDir . '/google/cloud/Dlp/src/V2/PrivacyMetric/DeltaPresenceEstimationConfig.php',
    'Google\\Cloud\\Dlp\\V2\\PrivacyMetric\\KAnonymityConfig' => $vendorDir . '/google/cloud/Dlp/src/V2/PrivacyMetric/KAnonymityConfig.php',
    'Google\\Cloud\\Dlp\\V2\\PrivacyMetric\\KMapEstimationConfig' => $vendorDir . '/google/cloud/Dlp/src/V2/PrivacyMetric/KMapEstimationConfig.php',
    'Google\\Cloud\\Dlp\\V2\\PrivacyMetric\\KMapEstimationConfig\\AuxiliaryTable' => $vendorDir . '/google/cloud/Dlp/src/V2/PrivacyMetric/KMapEstimationConfig/AuxiliaryTable.php',
    'Google\\Cloud\\Dlp\\V2\\PrivacyMetric\\KMapEstimationConfig\\AuxiliaryTable\\QuasiIdField' => $vendorDir . '/google/cloud/Dlp/src/V2/PrivacyMetric/KMapEstimationConfig/AuxiliaryTable/QuasiIdField.php',
    'Google\\Cloud\\Dlp\\V2\\PrivacyMetric\\KMapEstimationConfig\\TaggedField' => $vendorDir . '/google/cloud/Dlp/src/V2/PrivacyMetric/KMapEstimationConfig/TaggedField.php',
    'Google\\Cloud\\Dlp\\V2\\PrivacyMetric\\LDiversityConfig' => $vendorDir . '/google/cloud/Dlp/src/V2/PrivacyMetric/LDiversityConfig.php',
    'Google\\Cloud\\Dlp\\V2\\PrivacyMetric\\NumericalStatsConfig' => $vendorDir . '/google/cloud/Dlp/src/V2/PrivacyMetric/NumericalStatsConfig.php',
    'Google\\Cloud\\Dlp\\V2\\PrivacyMetric_CategoricalStatsConfig' => $vendorDir . '/google/cloud/Dlp/src/V2/PrivacyMetric_CategoricalStatsConfig.php',
    'Google\\Cloud\\Dlp\\V2\\PrivacyMetric_DeltaPresenceEstimationConfig' => $vendorDir . '/google/cloud/Dlp/src/V2/PrivacyMetric_DeltaPresenceEstimationConfig.php',
    'Google\\Cloud\\Dlp\\V2\\PrivacyMetric_KAnonymityConfig' => $vendorDir . '/google/cloud/Dlp/src/V2/PrivacyMetric_KAnonymityConfig.php',
    'Google\\Cloud\\Dlp\\V2\\PrivacyMetric_KMapEstimationConfig' => $vendorDir . '/google/cloud/Dlp/src/V2/PrivacyMetric_KMapEstimationConfig.php',
    'Google\\Cloud\\Dlp\\V2\\PrivacyMetric_KMapEstimationConfig_AuxiliaryTable' => $vendorDir . '/google/cloud/Dlp/src/V2/PrivacyMetric_KMapEstimationConfig_AuxiliaryTable.php',
    'Google\\Cloud\\Dlp\\V2\\PrivacyMetric_KMapEstimationConfig_AuxiliaryTable_QuasiIdField' => $vendorDir . '/google/cloud/Dlp/src/V2/PrivacyMetric_KMapEstimationConfig_AuxiliaryTable_QuasiIdField.php',
    'Google\\Cloud\\Dlp\\V2\\PrivacyMetric_KMapEstimationConfig_TaggedField' => $vendorDir . '/google/cloud/Dlp/src/V2/PrivacyMetric_KMapEstimationConfig_TaggedField.php',
    'Google\\Cloud\\Dlp\\V2\\PrivacyMetric_LDiversityConfig' => $vendorDir . '/google/cloud/Dlp/src/V2/PrivacyMetric_LDiversityConfig.php',
    'Google\\Cloud\\Dlp\\V2\\PrivacyMetric_NumericalStatsConfig' => $vendorDir . '/google/cloud/Dlp/src/V2/PrivacyMetric_NumericalStatsConfig.php',
    'Google\\Cloud\\Dlp\\V2\\ProfileStatus' => $vendorDir . '/google/cloud/Dlp/src/V2/ProfileStatus.php',
    'Google\\Cloud\\Dlp\\V2\\QuasiId' => $vendorDir . '/google/cloud/Dlp/src/V2/QuasiId.php',
    'Google\\Cloud\\Dlp\\V2\\QuoteInfo' => $vendorDir . '/google/cloud/Dlp/src/V2/QuoteInfo.php',
    'Google\\Cloud\\Dlp\\V2\\Range' => $vendorDir . '/google/cloud/Dlp/src/V2/Range.php',
    'Google\\Cloud\\Dlp\\V2\\RecordCondition' => $vendorDir . '/google/cloud/Dlp/src/V2/RecordCondition.php',
    'Google\\Cloud\\Dlp\\V2\\RecordCondition\\Condition' => $vendorDir . '/google/cloud/Dlp/src/V2/RecordCondition/Condition.php',
    'Google\\Cloud\\Dlp\\V2\\RecordCondition\\Conditions' => $vendorDir . '/google/cloud/Dlp/src/V2/RecordCondition/Conditions.php',
    'Google\\Cloud\\Dlp\\V2\\RecordCondition\\Expressions' => $vendorDir . '/google/cloud/Dlp/src/V2/RecordCondition/Expressions.php',
    'Google\\Cloud\\Dlp\\V2\\RecordCondition\\Expressions\\LogicalOperator' => $vendorDir . '/google/cloud/Dlp/src/V2/RecordCondition/Expressions/LogicalOperator.php',
    'Google\\Cloud\\Dlp\\V2\\RecordCondition_Condition' => $vendorDir . '/google/cloud/Dlp/src/V2/RecordCondition_Condition.php',
    'Google\\Cloud\\Dlp\\V2\\RecordCondition_Conditions' => $vendorDir . '/google/cloud/Dlp/src/V2/RecordCondition_Conditions.php',
    'Google\\Cloud\\Dlp\\V2\\RecordCondition_Expressions' => $vendorDir . '/google/cloud/Dlp/src/V2/RecordCondition_Expressions.php',
    'Google\\Cloud\\Dlp\\V2\\RecordCondition_Expressions_LogicalOperator' => $vendorDir . '/google/cloud/Dlp/src/V2/RecordCondition_Expressions_LogicalOperator.php',
    'Google\\Cloud\\Dlp\\V2\\RecordKey' => $vendorDir . '/google/cloud/Dlp/src/V2/RecordKey.php',
    'Google\\Cloud\\Dlp\\V2\\RecordLocation' => $vendorDir . '/google/cloud/Dlp/src/V2/RecordLocation.php',
    'Google\\Cloud\\Dlp\\V2\\RecordSuppression' => $vendorDir . '/google/cloud/Dlp/src/V2/RecordSuppression.php',
    'Google\\Cloud\\Dlp\\V2\\RecordTransformation' => $vendorDir . '/google/cloud/Dlp/src/V2/RecordTransformation.php',
    'Google\\Cloud\\Dlp\\V2\\RecordTransformations' => $vendorDir . '/google/cloud/Dlp/src/V2/RecordTransformations.php',
    'Google\\Cloud\\Dlp\\V2\\RedactConfig' => $vendorDir . '/google/cloud/Dlp/src/V2/RedactConfig.php',
    'Google\\Cloud\\Dlp\\V2\\RedactImageRequest' => $vendorDir . '/google/cloud/Dlp/src/V2/RedactImageRequest.php',
    'Google\\Cloud\\Dlp\\V2\\RedactImageRequest\\ImageRedactionConfig' => $vendorDir . '/google/cloud/Dlp/src/V2/RedactImageRequest/ImageRedactionConfig.php',
    'Google\\Cloud\\Dlp\\V2\\RedactImageRequest_ImageRedactionConfig' => $vendorDir . '/google/cloud/Dlp/src/V2/RedactImageRequest_ImageRedactionConfig.php',
    'Google\\Cloud\\Dlp\\V2\\RedactImageResponse' => $vendorDir . '/google/cloud/Dlp/src/V2/RedactImageResponse.php',
    'Google\\Cloud\\Dlp\\V2\\ReidentifyContentRequest' => $vendorDir . '/google/cloud/Dlp/src/V2/ReidentifyContentRequest.php',
    'Google\\Cloud\\Dlp\\V2\\ReidentifyContentResponse' => $vendorDir . '/google/cloud/Dlp/src/V2/ReidentifyContentResponse.php',
    'Google\\Cloud\\Dlp\\V2\\RelationalOperator' => $vendorDir . '/google/cloud/Dlp/src/V2/RelationalOperator.php',
    'Google\\Cloud\\Dlp\\V2\\ReplaceDictionaryConfig' => $vendorDir . '/google/cloud/Dlp/src/V2/ReplaceDictionaryConfig.php',
    'Google\\Cloud\\Dlp\\V2\\ReplaceValueConfig' => $vendorDir . '/google/cloud/Dlp/src/V2/ReplaceValueConfig.php',
    'Google\\Cloud\\Dlp\\V2\\ReplaceWithInfoTypeConfig' => $vendorDir . '/google/cloud/Dlp/src/V2/ReplaceWithInfoTypeConfig.php',
    'Google\\Cloud\\Dlp\\V2\\ResourceVisibility' => $vendorDir . '/google/cloud/Dlp/src/V2/ResourceVisibility.php',
    'Google\\Cloud\\Dlp\\V2\\RiskAnalysisJobConfig' => $vendorDir . '/google/cloud/Dlp/src/V2/RiskAnalysisJobConfig.php',
    'Google\\Cloud\\Dlp\\V2\\Schedule' => $vendorDir . '/google/cloud/Dlp/src/V2/Schedule.php',
    'Google\\Cloud\\Dlp\\V2\\SensitivityScore' => $vendorDir . '/google/cloud/Dlp/src/V2/SensitivityScore.php',
    'Google\\Cloud\\Dlp\\V2\\SensitivityScore\\SensitivityScoreLevel' => $vendorDir . '/google/cloud/Dlp/src/V2/SensitivityScore/SensitivityScoreLevel.php',
    'Google\\Cloud\\Dlp\\V2\\SensitivityScore_SensitivityScoreLevel' => $vendorDir . '/google/cloud/Dlp/src/V2/SensitivityScore_SensitivityScoreLevel.php',
    'Google\\Cloud\\Dlp\\V2\\StatisticalTable' => $vendorDir . '/google/cloud/Dlp/src/V2/StatisticalTable.php',
    'Google\\Cloud\\Dlp\\V2\\StatisticalTable\\QuasiIdentifierField' => $vendorDir . '/google/cloud/Dlp/src/V2/StatisticalTable/QuasiIdentifierField.php',
    'Google\\Cloud\\Dlp\\V2\\StatisticalTable_QuasiIdentifierField' => $vendorDir . '/google/cloud/Dlp/src/V2/StatisticalTable_QuasiIdentifierField.php',
    'Google\\Cloud\\Dlp\\V2\\StorageConfig' => $vendorDir . '/google/cloud/Dlp/src/V2/StorageConfig.php',
    'Google\\Cloud\\Dlp\\V2\\StorageConfig\\TimespanConfig' => $vendorDir . '/google/cloud/Dlp/src/V2/StorageConfig/TimespanConfig.php',
    'Google\\Cloud\\Dlp\\V2\\StorageConfig_TimespanConfig' => $vendorDir . '/google/cloud/Dlp/src/V2/StorageConfig_TimespanConfig.php',
    'Google\\Cloud\\Dlp\\V2\\StorageMetadataLabel' => $vendorDir . '/google/cloud/Dlp/src/V2/StorageMetadataLabel.php',
    'Google\\Cloud\\Dlp\\V2\\StoredInfoType' => $vendorDir . '/google/cloud/Dlp/src/V2/StoredInfoType.php',
    'Google\\Cloud\\Dlp\\V2\\StoredInfoTypeConfig' => $vendorDir . '/google/cloud/Dlp/src/V2/StoredInfoTypeConfig.php',
    'Google\\Cloud\\Dlp\\V2\\StoredInfoTypeState' => $vendorDir . '/google/cloud/Dlp/src/V2/StoredInfoTypeState.php',
    'Google\\Cloud\\Dlp\\V2\\StoredInfoTypeStats' => $vendorDir . '/google/cloud/Dlp/src/V2/StoredInfoTypeStats.php',
    'Google\\Cloud\\Dlp\\V2\\StoredInfoTypeVersion' => $vendorDir . '/google/cloud/Dlp/src/V2/StoredInfoTypeVersion.php',
    'Google\\Cloud\\Dlp\\V2\\StoredType' => $vendorDir . '/google/cloud/Dlp/src/V2/StoredType.php',
    'Google\\Cloud\\Dlp\\V2\\Table' => $vendorDir . '/google/cloud/Dlp/src/V2/Table.php',
    'Google\\Cloud\\Dlp\\V2\\TableDataProfile' => $vendorDir . '/google/cloud/Dlp/src/V2/TableDataProfile.php',
    'Google\\Cloud\\Dlp\\V2\\TableDataProfile\\State' => $vendorDir . '/google/cloud/Dlp/src/V2/TableDataProfile/State.php',
    'Google\\Cloud\\Dlp\\V2\\TableDataProfile_State' => $vendorDir . '/google/cloud/Dlp/src/V2/TableDataProfile_State.php',
    'Google\\Cloud\\Dlp\\V2\\TableLocation' => $vendorDir . '/google/cloud/Dlp/src/V2/TableLocation.php',
    'Google\\Cloud\\Dlp\\V2\\TableOptions' => $vendorDir . '/google/cloud/Dlp/src/V2/TableOptions.php',
    'Google\\Cloud\\Dlp\\V2\\Table\\Row' => $vendorDir . '/google/cloud/Dlp/src/V2/Table/Row.php',
    'Google\\Cloud\\Dlp\\V2\\Table_Row' => $vendorDir . '/google/cloud/Dlp/src/V2/Table_Row.php',
    'Google\\Cloud\\Dlp\\V2\\TimePartConfig' => $vendorDir . '/google/cloud/Dlp/src/V2/TimePartConfig.php',
    'Google\\Cloud\\Dlp\\V2\\TimePartConfig\\TimePart' => $vendorDir . '/google/cloud/Dlp/src/V2/TimePartConfig/TimePart.php',
    'Google\\Cloud\\Dlp\\V2\\TimePartConfig_TimePart' => $vendorDir . '/google/cloud/Dlp/src/V2/TimePartConfig_TimePart.php',
    'Google\\Cloud\\Dlp\\V2\\TransformationConfig' => $vendorDir . '/google/cloud/Dlp/src/V2/TransformationConfig.php',
    'Google\\Cloud\\Dlp\\V2\\TransformationContainerType' => $vendorDir . '/google/cloud/Dlp/src/V2/TransformationContainerType.php',
    'Google\\Cloud\\Dlp\\V2\\TransformationDescription' => $vendorDir . '/google/cloud/Dlp/src/V2/TransformationDescription.php',
    'Google\\Cloud\\Dlp\\V2\\TransformationDetails' => $vendorDir . '/google/cloud/Dlp/src/V2/TransformationDetails.php',
    'Google\\Cloud\\Dlp\\V2\\TransformationDetailsStorageConfig' => $vendorDir . '/google/cloud/Dlp/src/V2/TransformationDetailsStorageConfig.php',
    'Google\\Cloud\\Dlp\\V2\\TransformationErrorHandling' => $vendorDir . '/google/cloud/Dlp/src/V2/TransformationErrorHandling.php',
    'Google\\Cloud\\Dlp\\V2\\TransformationErrorHandling\\LeaveUntransformed' => $vendorDir . '/google/cloud/Dlp/src/V2/TransformationErrorHandling/LeaveUntransformed.php',
    'Google\\Cloud\\Dlp\\V2\\TransformationErrorHandling\\ThrowError' => $vendorDir . '/google/cloud/Dlp/src/V2/TransformationErrorHandling/ThrowError.php',
    'Google\\Cloud\\Dlp\\V2\\TransformationErrorHandling_LeaveUntransformed' => $vendorDir . '/google/cloud/Dlp/src/V2/TransformationErrorHandling_LeaveUntransformed.php',
    'Google\\Cloud\\Dlp\\V2\\TransformationErrorHandling_ThrowError' => $vendorDir . '/google/cloud/Dlp/src/V2/TransformationErrorHandling_ThrowError.php',
    'Google\\Cloud\\Dlp\\V2\\TransformationLocation' => $vendorDir . '/google/cloud/Dlp/src/V2/TransformationLocation.php',
    'Google\\Cloud\\Dlp\\V2\\TransformationOverview' => $vendorDir . '/google/cloud/Dlp/src/V2/TransformationOverview.php',
    'Google\\Cloud\\Dlp\\V2\\TransformationResultStatus' => $vendorDir . '/google/cloud/Dlp/src/V2/TransformationResultStatus.php',
    'Google\\Cloud\\Dlp\\V2\\TransformationResultStatusType' => $vendorDir . '/google/cloud/Dlp/src/V2/TransformationResultStatusType.php',
    'Google\\Cloud\\Dlp\\V2\\TransformationSummary' => $vendorDir . '/google/cloud/Dlp/src/V2/TransformationSummary.php',
    'Google\\Cloud\\Dlp\\V2\\TransformationSummary\\SummaryResult' => $vendorDir . '/google/cloud/Dlp/src/V2/TransformationSummary/SummaryResult.php',
    'Google\\Cloud\\Dlp\\V2\\TransformationSummary\\TransformationResultCode' => $vendorDir . '/google/cloud/Dlp/src/V2/TransformationSummary/TransformationResultCode.php',
    'Google\\Cloud\\Dlp\\V2\\TransformationSummary_SummaryResult' => $vendorDir . '/google/cloud/Dlp/src/V2/TransformationSummary_SummaryResult.php',
    'Google\\Cloud\\Dlp\\V2\\TransformationSummary_TransformationResultCode' => $vendorDir . '/google/cloud/Dlp/src/V2/TransformationSummary_TransformationResultCode.php',
    'Google\\Cloud\\Dlp\\V2\\TransformationType' => $vendorDir . '/google/cloud/Dlp/src/V2/TransformationType.php',
    'Google\\Cloud\\Dlp\\V2\\TransientCryptoKey' => $vendorDir . '/google/cloud/Dlp/src/V2/TransientCryptoKey.php',
    'Google\\Cloud\\Dlp\\V2\\UnwrappedCryptoKey' => $vendorDir . '/google/cloud/Dlp/src/V2/UnwrappedCryptoKey.php',
    'Google\\Cloud\\Dlp\\V2\\UpdateDeidentifyTemplateRequest' => $vendorDir . '/google/cloud/Dlp/src/V2/UpdateDeidentifyTemplateRequest.php',
    'Google\\Cloud\\Dlp\\V2\\UpdateInspectTemplateRequest' => $vendorDir . '/google/cloud/Dlp/src/V2/UpdateInspectTemplateRequest.php',
    'Google\\Cloud\\Dlp\\V2\\UpdateJobTriggerRequest' => $vendorDir . '/google/cloud/Dlp/src/V2/UpdateJobTriggerRequest.php',
    'Google\\Cloud\\Dlp\\V2\\UpdateStoredInfoTypeRequest' => $vendorDir . '/google/cloud/Dlp/src/V2/UpdateStoredInfoTypeRequest.php',
    'Google\\Cloud\\Dlp\\V2\\Value' => $vendorDir . '/google/cloud/Dlp/src/V2/Value.php',
    'Google\\Cloud\\Dlp\\V2\\ValueFrequency' => $vendorDir . '/google/cloud/Dlp/src/V2/ValueFrequency.php',
    'Google\\Cloud\\Dlp\\V2\\VersionDescription' => $vendorDir . '/google/cloud/Dlp/src/V2/VersionDescription.php',
    'Google\\Cloud\\DocumentAI\\V1\\Barcode' => $vendorDir . '/google/cloud/DocumentAi/src/V1/Barcode.php',
    'Google\\Cloud\\DocumentAI\\V1\\BatchDocumentsInputConfig' => $vendorDir . '/google/cloud/DocumentAi/src/V1/BatchDocumentsInputConfig.php',
    'Google\\Cloud\\DocumentAI\\V1\\BatchProcessMetadata' => $vendorDir . '/google/cloud/DocumentAi/src/V1/BatchProcessMetadata.php',
    'Google\\Cloud\\DocumentAI\\V1\\BatchProcessMetadata\\IndividualProcessStatus' => $vendorDir . '/google/cloud/DocumentAi/src/V1/BatchProcessMetadata/IndividualProcessStatus.php',
    'Google\\Cloud\\DocumentAI\\V1\\BatchProcessMetadata\\State' => $vendorDir . '/google/cloud/DocumentAi/src/V1/BatchProcessMetadata/State.php',
    'Google\\Cloud\\DocumentAI\\V1\\BatchProcessRequest' => $vendorDir . '/google/cloud/DocumentAi/src/V1/BatchProcessRequest.php',
    'Google\\Cloud\\DocumentAI\\V1\\BatchProcessResponse' => $vendorDir . '/google/cloud/DocumentAi/src/V1/BatchProcessResponse.php',
    'Google\\Cloud\\DocumentAI\\V1\\BoundingPoly' => $vendorDir . '/google/cloud/DocumentAi/src/V1/BoundingPoly.php',
    'Google\\Cloud\\DocumentAI\\V1\\CommonOperationMetadata' => $vendorDir . '/google/cloud/DocumentAi/src/V1/CommonOperationMetadata.php',
    'Google\\Cloud\\DocumentAI\\V1\\CommonOperationMetadata\\State' => $vendorDir . '/google/cloud/DocumentAi/src/V1/CommonOperationMetadata/State.php',
    'Google\\Cloud\\DocumentAI\\V1\\CreateProcessorRequest' => $vendorDir . '/google/cloud/DocumentAi/src/V1/CreateProcessorRequest.php',
    'Google\\Cloud\\DocumentAI\\V1\\DeleteProcessorMetadata' => $vendorDir . '/google/cloud/DocumentAi/src/V1/DeleteProcessorMetadata.php',
    'Google\\Cloud\\DocumentAI\\V1\\DeleteProcessorRequest' => $vendorDir . '/google/cloud/DocumentAi/src/V1/DeleteProcessorRequest.php',
    'Google\\Cloud\\DocumentAI\\V1\\DeleteProcessorVersionMetadata' => $vendorDir . '/google/cloud/DocumentAi/src/V1/DeleteProcessorVersionMetadata.php',
    'Google\\Cloud\\DocumentAI\\V1\\DeleteProcessorVersionRequest' => $vendorDir . '/google/cloud/DocumentAi/src/V1/DeleteProcessorVersionRequest.php',
    'Google\\Cloud\\DocumentAI\\V1\\DeployProcessorVersionMetadata' => $vendorDir . '/google/cloud/DocumentAi/src/V1/DeployProcessorVersionMetadata.php',
    'Google\\Cloud\\DocumentAI\\V1\\DeployProcessorVersionRequest' => $vendorDir . '/google/cloud/DocumentAi/src/V1/DeployProcessorVersionRequest.php',
    'Google\\Cloud\\DocumentAI\\V1\\DeployProcessorVersionResponse' => $vendorDir . '/google/cloud/DocumentAi/src/V1/DeployProcessorVersionResponse.php',
    'Google\\Cloud\\DocumentAI\\V1\\DisableProcessorMetadata' => $vendorDir . '/google/cloud/DocumentAi/src/V1/DisableProcessorMetadata.php',
    'Google\\Cloud\\DocumentAI\\V1\\DisableProcessorRequest' => $vendorDir . '/google/cloud/DocumentAi/src/V1/DisableProcessorRequest.php',
    'Google\\Cloud\\DocumentAI\\V1\\DisableProcessorResponse' => $vendorDir . '/google/cloud/DocumentAi/src/V1/DisableProcessorResponse.php',
    'Google\\Cloud\\DocumentAI\\V1\\Document' => $vendorDir . '/google/cloud/DocumentAi/src/V1/Document.php',
    'Google\\Cloud\\DocumentAI\\V1\\DocumentOutputConfig' => $vendorDir . '/google/cloud/DocumentAi/src/V1/DocumentOutputConfig.php',
    'Google\\Cloud\\DocumentAI\\V1\\DocumentOutputConfig\\GcsOutputConfig' => $vendorDir . '/google/cloud/DocumentAi/src/V1/DocumentOutputConfig/GcsOutputConfig.php',
    'Google\\Cloud\\DocumentAI\\V1\\DocumentOutputConfig\\GcsOutputConfig\\ShardingConfig' => $vendorDir . '/google/cloud/DocumentAi/src/V1/DocumentOutputConfig/GcsOutputConfig/ShardingConfig.php',
    'Google\\Cloud\\DocumentAI\\V1\\DocumentProcessorServiceClient' => $vendorDir . '/google/cloud/DocumentAi/src/V1/DocumentProcessorServiceClient.php',
    'Google\\Cloud\\DocumentAI\\V1\\DocumentSchema' => $vendorDir . '/google/cloud/DocumentAi/src/V1/DocumentSchema.php',
    'Google\\Cloud\\DocumentAI\\V1\\DocumentSchema\\EntityType' => $vendorDir . '/google/cloud/DocumentAi/src/V1/DocumentSchema/EntityType.php',
    'Google\\Cloud\\DocumentAI\\V1\\DocumentSchema\\EntityType\\EnumValues' => $vendorDir . '/google/cloud/DocumentAi/src/V1/DocumentSchema/EntityType/EnumValues.php',
    'Google\\Cloud\\DocumentAI\\V1\\DocumentSchema\\EntityType\\Property' => $vendorDir . '/google/cloud/DocumentAi/src/V1/DocumentSchema/EntityType/Property.php',
    'Google\\Cloud\\DocumentAI\\V1\\DocumentSchema\\EntityType\\Property\\OccurrenceType' => $vendorDir . '/google/cloud/DocumentAi/src/V1/DocumentSchema/EntityType/Property/OccurrenceType.php',
    'Google\\Cloud\\DocumentAI\\V1\\DocumentSchema\\Metadata' => $vendorDir . '/google/cloud/DocumentAi/src/V1/DocumentSchema/Metadata.php',
    'Google\\Cloud\\DocumentAI\\V1\\Document\\Entity' => $vendorDir . '/google/cloud/DocumentAi/src/V1/Document/Entity.php',
    'Google\\Cloud\\DocumentAI\\V1\\Document\\EntityRelation' => $vendorDir . '/google/cloud/DocumentAi/src/V1/Document/EntityRelation.php',
    'Google\\Cloud\\DocumentAI\\V1\\Document\\Entity\\NormalizedValue' => $vendorDir . '/google/cloud/DocumentAi/src/V1/Document/Entity/NormalizedValue.php',
    'Google\\Cloud\\DocumentAI\\V1\\Document\\Page' => $vendorDir . '/google/cloud/DocumentAi/src/V1/Document/Page.php',
    'Google\\Cloud\\DocumentAI\\V1\\Document\\PageAnchor' => $vendorDir . '/google/cloud/DocumentAi/src/V1/Document/PageAnchor.php',
    'Google\\Cloud\\DocumentAI\\V1\\Document\\PageAnchor\\PageRef' => $vendorDir . '/google/cloud/DocumentAi/src/V1/Document/PageAnchor/PageRef.php',
    'Google\\Cloud\\DocumentAI\\V1\\Document\\PageAnchor\\PageRef\\LayoutType' => $vendorDir . '/google/cloud/DocumentAi/src/V1/Document/PageAnchor/PageRef/LayoutType.php',
    'Google\\Cloud\\DocumentAI\\V1\\Document\\Page\\Block' => $vendorDir . '/google/cloud/DocumentAi/src/V1/Document/Page/Block.php',
    'Google\\Cloud\\DocumentAI\\V1\\Document\\Page\\DetectedBarcode' => $vendorDir . '/google/cloud/DocumentAi/src/V1/Document/Page/DetectedBarcode.php',
    'Google\\Cloud\\DocumentAI\\V1\\Document\\Page\\DetectedLanguage' => $vendorDir . '/google/cloud/DocumentAi/src/V1/Document/Page/DetectedLanguage.php',
    'Google\\Cloud\\DocumentAI\\V1\\Document\\Page\\Dimension' => $vendorDir . '/google/cloud/DocumentAi/src/V1/Document/Page/Dimension.php',
    'Google\\Cloud\\DocumentAI\\V1\\Document\\Page\\FormField' => $vendorDir . '/google/cloud/DocumentAi/src/V1/Document/Page/FormField.php',
    'Google\\Cloud\\DocumentAI\\V1\\Document\\Page\\Image' => $vendorDir . '/google/cloud/DocumentAi/src/V1/Document/Page/Image.php',
    'Google\\Cloud\\DocumentAI\\V1\\Document\\Page\\ImageQualityScores' => $vendorDir . '/google/cloud/DocumentAi/src/V1/Document/Page/ImageQualityScores.php',
    'Google\\Cloud\\DocumentAI\\V1\\Document\\Page\\ImageQualityScores\\DetectedDefect' => $vendorDir . '/google/cloud/DocumentAi/src/V1/Document/Page/ImageQualityScores/DetectedDefect.php',
    'Google\\Cloud\\DocumentAI\\V1\\Document\\Page\\Layout' => $vendorDir . '/google/cloud/DocumentAi/src/V1/Document/Page/Layout.php',
    'Google\\Cloud\\DocumentAI\\V1\\Document\\Page\\Layout\\Orientation' => $vendorDir . '/google/cloud/DocumentAi/src/V1/Document/Page/Layout/Orientation.php',
    'Google\\Cloud\\DocumentAI\\V1\\Document\\Page\\Line' => $vendorDir . '/google/cloud/DocumentAi/src/V1/Document/Page/Line.php',
    'Google\\Cloud\\DocumentAI\\V1\\Document\\Page\\Matrix' => $vendorDir . '/google/cloud/DocumentAi/src/V1/Document/Page/Matrix.php',
    'Google\\Cloud\\DocumentAI\\V1\\Document\\Page\\Paragraph' => $vendorDir . '/google/cloud/DocumentAi/src/V1/Document/Page/Paragraph.php',
    'Google\\Cloud\\DocumentAI\\V1\\Document\\Page\\Symbol' => $vendorDir . '/google/cloud/DocumentAi/src/V1/Document/Page/Symbol.php',
    'Google\\Cloud\\DocumentAI\\V1\\Document\\Page\\Table' => $vendorDir . '/google/cloud/DocumentAi/src/V1/Document/Page/Table.php',
    'Google\\Cloud\\DocumentAI\\V1\\Document\\Page\\Table\\TableCell' => $vendorDir . '/google/cloud/DocumentAi/src/V1/Document/Page/Table/TableCell.php',
    'Google\\Cloud\\DocumentAI\\V1\\Document\\Page\\Table\\TableRow' => $vendorDir . '/google/cloud/DocumentAi/src/V1/Document/Page/Table/TableRow.php',
    'Google\\Cloud\\DocumentAI\\V1\\Document\\Page\\Token' => $vendorDir . '/google/cloud/DocumentAi/src/V1/Document/Page/Token.php',
    'Google\\Cloud\\DocumentAI\\V1\\Document\\Page\\Token\\DetectedBreak' => $vendorDir . '/google/cloud/DocumentAi/src/V1/Document/Page/Token/DetectedBreak.php',
    'Google\\Cloud\\DocumentAI\\V1\\Document\\Page\\Token\\DetectedBreak\\Type' => $vendorDir . '/google/cloud/DocumentAi/src/V1/Document/Page/Token/DetectedBreak/Type.php',
    'Google\\Cloud\\DocumentAI\\V1\\Document\\Page\\VisualElement' => $vendorDir . '/google/cloud/DocumentAi/src/V1/Document/Page/VisualElement.php',
    'Google\\Cloud\\DocumentAI\\V1\\Document\\Provenance' => $vendorDir . '/google/cloud/DocumentAi/src/V1/Document/Provenance.php',
    'Google\\Cloud\\DocumentAI\\V1\\Document\\Provenance\\OperationType' => $vendorDir . '/google/cloud/DocumentAi/src/V1/Document/Provenance/OperationType.php',
    'Google\\Cloud\\DocumentAI\\V1\\Document\\Provenance\\PBParent' => $vendorDir . '/google/cloud/DocumentAi/src/V1/Document/Provenance/PBParent.php',
    'Google\\Cloud\\DocumentAI\\V1\\Document\\Revision' => $vendorDir . '/google/cloud/DocumentAi/src/V1/Document/Revision.php',
    'Google\\Cloud\\DocumentAI\\V1\\Document\\Revision\\HumanReview' => $vendorDir . '/google/cloud/DocumentAi/src/V1/Document/Revision/HumanReview.php',
    'Google\\Cloud\\DocumentAI\\V1\\Document\\ShardInfo' => $vendorDir . '/google/cloud/DocumentAi/src/V1/Document/ShardInfo.php',
    'Google\\Cloud\\DocumentAI\\V1\\Document\\Style' => $vendorDir . '/google/cloud/DocumentAi/src/V1/Document/Style.php',
    'Google\\Cloud\\DocumentAI\\V1\\Document\\Style\\FontSize' => $vendorDir . '/google/cloud/DocumentAi/src/V1/Document/Style/FontSize.php',
    'Google\\Cloud\\DocumentAI\\V1\\Document\\TextAnchor' => $vendorDir . '/google/cloud/DocumentAi/src/V1/Document/TextAnchor.php',
    'Google\\Cloud\\DocumentAI\\V1\\Document\\TextAnchor\\TextSegment' => $vendorDir . '/google/cloud/DocumentAi/src/V1/Document/TextAnchor/TextSegment.php',
    'Google\\Cloud\\DocumentAI\\V1\\Document\\TextChange' => $vendorDir . '/google/cloud/DocumentAi/src/V1/Document/TextChange.php',
    'Google\\Cloud\\DocumentAI\\V1\\EnableProcessorMetadata' => $vendorDir . '/google/cloud/DocumentAi/src/V1/EnableProcessorMetadata.php',
    'Google\\Cloud\\DocumentAI\\V1\\EnableProcessorRequest' => $vendorDir . '/google/cloud/DocumentAi/src/V1/EnableProcessorRequest.php',
    'Google\\Cloud\\DocumentAI\\V1\\EnableProcessorResponse' => $vendorDir . '/google/cloud/DocumentAi/src/V1/EnableProcessorResponse.php',
    'Google\\Cloud\\DocumentAI\\V1\\EvaluateProcessorVersionMetadata' => $vendorDir . '/google/cloud/DocumentAi/src/V1/EvaluateProcessorVersionMetadata.php',
    'Google\\Cloud\\DocumentAI\\V1\\EvaluateProcessorVersionRequest' => $vendorDir . '/google/cloud/DocumentAi/src/V1/EvaluateProcessorVersionRequest.php',
    'Google\\Cloud\\DocumentAI\\V1\\EvaluateProcessorVersionResponse' => $vendorDir . '/google/cloud/DocumentAi/src/V1/EvaluateProcessorVersionResponse.php',
    'Google\\Cloud\\DocumentAI\\V1\\Evaluation' => $vendorDir . '/google/cloud/DocumentAi/src/V1/Evaluation.php',
    'Google\\Cloud\\DocumentAI\\V1\\EvaluationReference' => $vendorDir . '/google/cloud/DocumentAi/src/V1/EvaluationReference.php',
    'Google\\Cloud\\DocumentAI\\V1\\Evaluation\\ConfidenceLevelMetrics' => $vendorDir . '/google/cloud/DocumentAi/src/V1/Evaluation/ConfidenceLevelMetrics.php',
    'Google\\Cloud\\DocumentAI\\V1\\Evaluation\\Counters' => $vendorDir . '/google/cloud/DocumentAi/src/V1/Evaluation/Counters.php',
    'Google\\Cloud\\DocumentAI\\V1\\Evaluation\\Metrics' => $vendorDir . '/google/cloud/DocumentAi/src/V1/Evaluation/Metrics.php',
    'Google\\Cloud\\DocumentAI\\V1\\Evaluation\\MultiConfidenceMetrics' => $vendorDir . '/google/cloud/DocumentAi/src/V1/Evaluation/MultiConfidenceMetrics.php',
    'Google\\Cloud\\DocumentAI\\V1\\Evaluation\\MultiConfidenceMetrics\\MetricsType' => $vendorDir . '/google/cloud/DocumentAi/src/V1/Evaluation/MultiConfidenceMetrics/MetricsType.php',
    'Google\\Cloud\\DocumentAI\\V1\\FetchProcessorTypesRequest' => $vendorDir . '/google/cloud/DocumentAi/src/V1/FetchProcessorTypesRequest.php',
    'Google\\Cloud\\DocumentAI\\V1\\FetchProcessorTypesResponse' => $vendorDir . '/google/cloud/DocumentAi/src/V1/FetchProcessorTypesResponse.php',
    'Google\\Cloud\\DocumentAI\\V1\\Gapic\\DocumentProcessorServiceGapicClient' => $vendorDir . '/google/cloud/DocumentAi/src/V1/Gapic/DocumentProcessorServiceGapicClient.php',
    'Google\\Cloud\\DocumentAI\\V1\\GcsDocument' => $vendorDir . '/google/cloud/DocumentAi/src/V1/GcsDocument.php',
    'Google\\Cloud\\DocumentAI\\V1\\GcsDocuments' => $vendorDir . '/google/cloud/DocumentAi/src/V1/GcsDocuments.php',
    'Google\\Cloud\\DocumentAI\\V1\\GcsPrefix' => $vendorDir . '/google/cloud/DocumentAi/src/V1/GcsPrefix.php',
    'Google\\Cloud\\DocumentAI\\V1\\GetEvaluationRequest' => $vendorDir . '/google/cloud/DocumentAi/src/V1/GetEvaluationRequest.php',
    'Google\\Cloud\\DocumentAI\\V1\\GetProcessorRequest' => $vendorDir . '/google/cloud/DocumentAi/src/V1/GetProcessorRequest.php',
    'Google\\Cloud\\DocumentAI\\V1\\GetProcessorTypeRequest' => $vendorDir . '/google/cloud/DocumentAi/src/V1/GetProcessorTypeRequest.php',
    'Google\\Cloud\\DocumentAI\\V1\\GetProcessorVersionRequest' => $vendorDir . '/google/cloud/DocumentAi/src/V1/GetProcessorVersionRequest.php',
    'Google\\Cloud\\DocumentAI\\V1\\HumanReviewStatus' => $vendorDir . '/google/cloud/DocumentAi/src/V1/HumanReviewStatus.php',
    'Google\\Cloud\\DocumentAI\\V1\\HumanReviewStatus\\State' => $vendorDir . '/google/cloud/DocumentAi/src/V1/HumanReviewStatus/State.php',
    'Google\\Cloud\\DocumentAI\\V1\\ListEvaluationsRequest' => $vendorDir . '/google/cloud/DocumentAi/src/V1/ListEvaluationsRequest.php',
    'Google\\Cloud\\DocumentAI\\V1\\ListEvaluationsResponse' => $vendorDir . '/google/cloud/DocumentAi/src/V1/ListEvaluationsResponse.php',
    'Google\\Cloud\\DocumentAI\\V1\\ListProcessorTypesRequest' => $vendorDir . '/google/cloud/DocumentAi/src/V1/ListProcessorTypesRequest.php',
    'Google\\Cloud\\DocumentAI\\V1\\ListProcessorTypesResponse' => $vendorDir . '/google/cloud/DocumentAi/src/V1/ListProcessorTypesResponse.php',
    'Google\\Cloud\\DocumentAI\\V1\\ListProcessorVersionsRequest' => $vendorDir . '/google/cloud/DocumentAi/src/V1/ListProcessorVersionsRequest.php',
    'Google\\Cloud\\DocumentAI\\V1\\ListProcessorVersionsResponse' => $vendorDir . '/google/cloud/DocumentAi/src/V1/ListProcessorVersionsResponse.php',
    'Google\\Cloud\\DocumentAI\\V1\\ListProcessorsRequest' => $vendorDir . '/google/cloud/DocumentAi/src/V1/ListProcessorsRequest.php',
    'Google\\Cloud\\DocumentAI\\V1\\ListProcessorsResponse' => $vendorDir . '/google/cloud/DocumentAi/src/V1/ListProcessorsResponse.php',
    'Google\\Cloud\\DocumentAI\\V1\\NormalizedVertex' => $vendorDir . '/google/cloud/DocumentAi/src/V1/NormalizedVertex.php',
    'Google\\Cloud\\DocumentAI\\V1\\ProcessRequest' => $vendorDir . '/google/cloud/DocumentAi/src/V1/ProcessRequest.php',
    'Google\\Cloud\\DocumentAI\\V1\\ProcessResponse' => $vendorDir . '/google/cloud/DocumentAi/src/V1/ProcessResponse.php',
    'Google\\Cloud\\DocumentAI\\V1\\Processor' => $vendorDir . '/google/cloud/DocumentAi/src/V1/Processor.php',
    'Google\\Cloud\\DocumentAI\\V1\\ProcessorType' => $vendorDir . '/google/cloud/DocumentAi/src/V1/ProcessorType.php',
    'Google\\Cloud\\DocumentAI\\V1\\ProcessorType\\LocationInfo' => $vendorDir . '/google/cloud/DocumentAi/src/V1/ProcessorType/LocationInfo.php',
    'Google\\Cloud\\DocumentAI\\V1\\ProcessorVersion' => $vendorDir . '/google/cloud/DocumentAi/src/V1/ProcessorVersion.php',
    'Google\\Cloud\\DocumentAI\\V1\\ProcessorVersion\\DeprecationInfo' => $vendorDir . '/google/cloud/DocumentAi/src/V1/ProcessorVersion/DeprecationInfo.php',
    'Google\\Cloud\\DocumentAI\\V1\\ProcessorVersion\\State' => $vendorDir . '/google/cloud/DocumentAi/src/V1/ProcessorVersion/State.php',
    'Google\\Cloud\\DocumentAI\\V1\\Processor\\State' => $vendorDir . '/google/cloud/DocumentAi/src/V1/Processor/State.php',
    'Google\\Cloud\\DocumentAI\\V1\\RawDocument' => $vendorDir . '/google/cloud/DocumentAi/src/V1/RawDocument.php',
    'Google\\Cloud\\DocumentAI\\V1\\ReviewDocumentOperationMetadata' => $vendorDir . '/google/cloud/DocumentAi/src/V1/ReviewDocumentOperationMetadata.php',
    'Google\\Cloud\\DocumentAI\\V1\\ReviewDocumentRequest' => $vendorDir . '/google/cloud/DocumentAi/src/V1/ReviewDocumentRequest.php',
    'Google\\Cloud\\DocumentAI\\V1\\ReviewDocumentRequest\\Priority' => $vendorDir . '/google/cloud/DocumentAi/src/V1/ReviewDocumentRequest/Priority.php',
    'Google\\Cloud\\DocumentAI\\V1\\ReviewDocumentResponse' => $vendorDir . '/google/cloud/DocumentAi/src/V1/ReviewDocumentResponse.php',
    'Google\\Cloud\\DocumentAI\\V1\\ReviewDocumentResponse\\State' => $vendorDir . '/google/cloud/DocumentAi/src/V1/ReviewDocumentResponse/State.php',
    'Google\\Cloud\\DocumentAI\\V1\\SetDefaultProcessorVersionMetadata' => $vendorDir . '/google/cloud/DocumentAi/src/V1/SetDefaultProcessorVersionMetadata.php',
    'Google\\Cloud\\DocumentAI\\V1\\SetDefaultProcessorVersionRequest' => $vendorDir . '/google/cloud/DocumentAi/src/V1/SetDefaultProcessorVersionRequest.php',
    'Google\\Cloud\\DocumentAI\\V1\\SetDefaultProcessorVersionResponse' => $vendorDir . '/google/cloud/DocumentAi/src/V1/SetDefaultProcessorVersionResponse.php',
    'Google\\Cloud\\DocumentAI\\V1\\TrainProcessorVersionMetadata' => $vendorDir . '/google/cloud/DocumentAi/src/V1/TrainProcessorVersionMetadata.php',
    'Google\\Cloud\\DocumentAI\\V1\\TrainProcessorVersionMetadata\\DatasetValidation' => $vendorDir . '/google/cloud/DocumentAi/src/V1/TrainProcessorVersionMetadata/DatasetValidation.php',
    'Google\\Cloud\\DocumentAI\\V1\\TrainProcessorVersionRequest' => $vendorDir . '/google/cloud/DocumentAi/src/V1/TrainProcessorVersionRequest.php',
    'Google\\Cloud\\DocumentAI\\V1\\TrainProcessorVersionRequest\\InputData' => $vendorDir . '/google/cloud/DocumentAi/src/V1/TrainProcessorVersionRequest/InputData.php',
    'Google\\Cloud\\DocumentAI\\V1\\TrainProcessorVersionResponse' => $vendorDir . '/google/cloud/DocumentAi/src/V1/TrainProcessorVersionResponse.php',
    'Google\\Cloud\\DocumentAI\\V1\\UndeployProcessorVersionMetadata' => $vendorDir . '/google/cloud/DocumentAi/src/V1/UndeployProcessorVersionMetadata.php',
    'Google\\Cloud\\DocumentAI\\V1\\UndeployProcessorVersionRequest' => $vendorDir . '/google/cloud/DocumentAi/src/V1/UndeployProcessorVersionRequest.php',
    'Google\\Cloud\\DocumentAI\\V1\\UndeployProcessorVersionResponse' => $vendorDir . '/google/cloud/DocumentAi/src/V1/UndeployProcessorVersionResponse.php',
    'Google\\Cloud\\DocumentAI\\V1\\Vertex' => $vendorDir . '/google/cloud/DocumentAi/src/V1/Vertex.php',
    'Google\\Cloud\\Domains\\V1alpha2\\AuthorizationCode' => $vendorDir . '/google/cloud/Domains/src/V1alpha2/AuthorizationCode.php',
    'Google\\Cloud\\Domains\\V1alpha2\\ConfigureContactSettingsRequest' => $vendorDir . '/google/cloud/Domains/src/V1alpha2/ConfigureContactSettingsRequest.php',
    'Google\\Cloud\\Domains\\V1alpha2\\ConfigureDnsSettingsRequest' => $vendorDir . '/google/cloud/Domains/src/V1alpha2/ConfigureDnsSettingsRequest.php',
    'Google\\Cloud\\Domains\\V1alpha2\\ConfigureManagementSettingsRequest' => $vendorDir . '/google/cloud/Domains/src/V1alpha2/ConfigureManagementSettingsRequest.php',
    'Google\\Cloud\\Domains\\V1alpha2\\ContactNotice' => $vendorDir . '/google/cloud/Domains/src/V1alpha2/ContactNotice.php',
    'Google\\Cloud\\Domains\\V1alpha2\\ContactPrivacy' => $vendorDir . '/google/cloud/Domains/src/V1alpha2/ContactPrivacy.php',
    'Google\\Cloud\\Domains\\V1alpha2\\ContactSettings' => $vendorDir . '/google/cloud/Domains/src/V1alpha2/ContactSettings.php',
    'Google\\Cloud\\Domains\\V1alpha2\\ContactSettings\\Contact' => $vendorDir . '/google/cloud/Domains/src/V1alpha2/ContactSettings/Contact.php',
    'Google\\Cloud\\Domains\\V1alpha2\\DeleteRegistrationRequest' => $vendorDir . '/google/cloud/Domains/src/V1alpha2/DeleteRegistrationRequest.php',
    'Google\\Cloud\\Domains\\V1alpha2\\DnsSettings' => $vendorDir . '/google/cloud/Domains/src/V1alpha2/DnsSettings.php',
    'Google\\Cloud\\Domains\\V1alpha2\\DnsSettings\\CustomDns' => $vendorDir . '/google/cloud/Domains/src/V1alpha2/DnsSettings/CustomDns.php',
    'Google\\Cloud\\Domains\\V1alpha2\\DnsSettings\\DsRecord' => $vendorDir . '/google/cloud/Domains/src/V1alpha2/DnsSettings/DsRecord.php',
    'Google\\Cloud\\Domains\\V1alpha2\\DnsSettings\\DsRecord\\Algorithm' => $vendorDir . '/google/cloud/Domains/src/V1alpha2/DnsSettings/DsRecord/Algorithm.php',
    'Google\\Cloud\\Domains\\V1alpha2\\DnsSettings\\DsRecord\\DigestType' => $vendorDir . '/google/cloud/Domains/src/V1alpha2/DnsSettings/DsRecord/DigestType.php',
    'Google\\Cloud\\Domains\\V1alpha2\\DnsSettings\\DsState' => $vendorDir . '/google/cloud/Domains/src/V1alpha2/DnsSettings/DsState.php',
    'Google\\Cloud\\Domains\\V1alpha2\\DnsSettings\\GlueRecord' => $vendorDir . '/google/cloud/Domains/src/V1alpha2/DnsSettings/GlueRecord.php',
    'Google\\Cloud\\Domains\\V1alpha2\\DnsSettings\\GoogleDomainsDns' => $vendorDir . '/google/cloud/Domains/src/V1alpha2/DnsSettings/GoogleDomainsDns.php',
    'Google\\Cloud\\Domains\\V1alpha2\\DomainNotice' => $vendorDir . '/google/cloud/Domains/src/V1alpha2/DomainNotice.php',
    'Google\\Cloud\\Domains\\V1alpha2\\DomainsClient' => $vendorDir . '/google/cloud/Domains/src/V1alpha2/DomainsClient.php',
    'Google\\Cloud\\Domains\\V1alpha2\\DomainsGrpcClient' => $vendorDir . '/google/cloud/Domains/src/V1alpha2/DomainsGrpcClient.php',
    'Google\\Cloud\\Domains\\V1alpha2\\ExportRegistrationRequest' => $vendorDir . '/google/cloud/Domains/src/V1alpha2/ExportRegistrationRequest.php',
    'Google\\Cloud\\Domains\\V1alpha2\\Gapic\\DomainsGapicClient' => $vendorDir . '/google/cloud/Domains/src/V1alpha2/Gapic/DomainsGapicClient.php',
    'Google\\Cloud\\Domains\\V1alpha2\\GetRegistrationRequest' => $vendorDir . '/google/cloud/Domains/src/V1alpha2/GetRegistrationRequest.php',
    'Google\\Cloud\\Domains\\V1alpha2\\ListRegistrationsRequest' => $vendorDir . '/google/cloud/Domains/src/V1alpha2/ListRegistrationsRequest.php',
    'Google\\Cloud\\Domains\\V1alpha2\\ListRegistrationsResponse' => $vendorDir . '/google/cloud/Domains/src/V1alpha2/ListRegistrationsResponse.php',
    'Google\\Cloud\\Domains\\V1alpha2\\ManagementSettings' => $vendorDir . '/google/cloud/Domains/src/V1alpha2/ManagementSettings.php',
    'Google\\Cloud\\Domains\\V1alpha2\\ManagementSettings\\RenewalMethod' => $vendorDir . '/google/cloud/Domains/src/V1alpha2/ManagementSettings/RenewalMethod.php',
    'Google\\Cloud\\Domains\\V1alpha2\\OperationMetadata' => $vendorDir . '/google/cloud/Domains/src/V1alpha2/OperationMetadata.php',
    'Google\\Cloud\\Domains\\V1alpha2\\RegisterDomainRequest' => $vendorDir . '/google/cloud/Domains/src/V1alpha2/RegisterDomainRequest.php',
    'Google\\Cloud\\Domains\\V1alpha2\\RegisterParameters' => $vendorDir . '/google/cloud/Domains/src/V1alpha2/RegisterParameters.php',
    'Google\\Cloud\\Domains\\V1alpha2\\RegisterParameters\\Availability' => $vendorDir . '/google/cloud/Domains/src/V1alpha2/RegisterParameters/Availability.php',
    'Google\\Cloud\\Domains\\V1alpha2\\Registration' => $vendorDir . '/google/cloud/Domains/src/V1alpha2/Registration.php',
    'Google\\Cloud\\Domains\\V1alpha2\\Registration\\Issue' => $vendorDir . '/google/cloud/Domains/src/V1alpha2/Registration/Issue.php',
    'Google\\Cloud\\Domains\\V1alpha2\\Registration\\State' => $vendorDir . '/google/cloud/Domains/src/V1alpha2/Registration/State.php',
    'Google\\Cloud\\Domains\\V1alpha2\\ResetAuthorizationCodeRequest' => $vendorDir . '/google/cloud/Domains/src/V1alpha2/ResetAuthorizationCodeRequest.php',
    'Google\\Cloud\\Domains\\V1alpha2\\RetrieveAuthorizationCodeRequest' => $vendorDir . '/google/cloud/Domains/src/V1alpha2/RetrieveAuthorizationCodeRequest.php',
    'Google\\Cloud\\Domains\\V1alpha2\\RetrieveRegisterParametersRequest' => $vendorDir . '/google/cloud/Domains/src/V1alpha2/RetrieveRegisterParametersRequest.php',
    'Google\\Cloud\\Domains\\V1alpha2\\RetrieveRegisterParametersResponse' => $vendorDir . '/google/cloud/Domains/src/V1alpha2/RetrieveRegisterParametersResponse.php',
    'Google\\Cloud\\Domains\\V1alpha2\\RetrieveTransferParametersRequest' => $vendorDir . '/google/cloud/Domains/src/V1alpha2/RetrieveTransferParametersRequest.php',
    'Google\\Cloud\\Domains\\V1alpha2\\RetrieveTransferParametersResponse' => $vendorDir . '/google/cloud/Domains/src/V1alpha2/RetrieveTransferParametersResponse.php',
    'Google\\Cloud\\Domains\\V1alpha2\\SearchDomainsRequest' => $vendorDir . '/google/cloud/Domains/src/V1alpha2/SearchDomainsRequest.php',
    'Google\\Cloud\\Domains\\V1alpha2\\SearchDomainsResponse' => $vendorDir . '/google/cloud/Domains/src/V1alpha2/SearchDomainsResponse.php',
    'Google\\Cloud\\Domains\\V1alpha2\\TransferDomainRequest' => $vendorDir . '/google/cloud/Domains/src/V1alpha2/TransferDomainRequest.php',
    'Google\\Cloud\\Domains\\V1alpha2\\TransferLockState' => $vendorDir . '/google/cloud/Domains/src/V1alpha2/TransferLockState.php',
    'Google\\Cloud\\Domains\\V1alpha2\\TransferParameters' => $vendorDir . '/google/cloud/Domains/src/V1alpha2/TransferParameters.php',
    'Google\\Cloud\\Domains\\V1alpha2\\UpdateRegistrationRequest' => $vendorDir . '/google/cloud/Domains/src/V1alpha2/UpdateRegistrationRequest.php',
    'Google\\Cloud\\Domains\\V1beta1\\AuthorizationCode' => $vendorDir . '/google/cloud/Domains/src/V1beta1/AuthorizationCode.php',
    'Google\\Cloud\\Domains\\V1beta1\\ConfigureContactSettingsRequest' => $vendorDir . '/google/cloud/Domains/src/V1beta1/ConfigureContactSettingsRequest.php',
    'Google\\Cloud\\Domains\\V1beta1\\ConfigureDnsSettingsRequest' => $vendorDir . '/google/cloud/Domains/src/V1beta1/ConfigureDnsSettingsRequest.php',
    'Google\\Cloud\\Domains\\V1beta1\\ConfigureManagementSettingsRequest' => $vendorDir . '/google/cloud/Domains/src/V1beta1/ConfigureManagementSettingsRequest.php',
    'Google\\Cloud\\Domains\\V1beta1\\ContactNotice' => $vendorDir . '/google/cloud/Domains/src/V1beta1/ContactNotice.php',
    'Google\\Cloud\\Domains\\V1beta1\\ContactPrivacy' => $vendorDir . '/google/cloud/Domains/src/V1beta1/ContactPrivacy.php',
    'Google\\Cloud\\Domains\\V1beta1\\ContactSettings' => $vendorDir . '/google/cloud/Domains/src/V1beta1/ContactSettings.php',
    'Google\\Cloud\\Domains\\V1beta1\\ContactSettings\\Contact' => $vendorDir . '/google/cloud/Domains/src/V1beta1/ContactSettings/Contact.php',
    'Google\\Cloud\\Domains\\V1beta1\\DeleteRegistrationRequest' => $vendorDir . '/google/cloud/Domains/src/V1beta1/DeleteRegistrationRequest.php',
    'Google\\Cloud\\Domains\\V1beta1\\DnsSettings' => $vendorDir . '/google/cloud/Domains/src/V1beta1/DnsSettings.php',
    'Google\\Cloud\\Domains\\V1beta1\\DnsSettings\\CustomDns' => $vendorDir . '/google/cloud/Domains/src/V1beta1/DnsSettings/CustomDns.php',
    'Google\\Cloud\\Domains\\V1beta1\\DnsSettings\\DsRecord' => $vendorDir . '/google/cloud/Domains/src/V1beta1/DnsSettings/DsRecord.php',
    'Google\\Cloud\\Domains\\V1beta1\\DnsSettings\\DsRecord\\Algorithm' => $vendorDir . '/google/cloud/Domains/src/V1beta1/DnsSettings/DsRecord/Algorithm.php',
    'Google\\Cloud\\Domains\\V1beta1\\DnsSettings\\DsRecord\\DigestType' => $vendorDir . '/google/cloud/Domains/src/V1beta1/DnsSettings/DsRecord/DigestType.php',
    'Google\\Cloud\\Domains\\V1beta1\\DnsSettings\\DsState' => $vendorDir . '/google/cloud/Domains/src/V1beta1/DnsSettings/DsState.php',
    'Google\\Cloud\\Domains\\V1beta1\\DnsSettings\\GlueRecord' => $vendorDir . '/google/cloud/Domains/src/V1beta1/DnsSettings/GlueRecord.php',
    'Google\\Cloud\\Domains\\V1beta1\\DnsSettings\\GoogleDomainsDns' => $vendorDir . '/google/cloud/Domains/src/V1beta1/DnsSettings/GoogleDomainsDns.php',
    'Google\\Cloud\\Domains\\V1beta1\\DomainNotice' => $vendorDir . '/google/cloud/Domains/src/V1beta1/DomainNotice.php',
    'Google\\Cloud\\Domains\\V1beta1\\DomainsClient' => $vendorDir . '/google/cloud/Domains/src/V1beta1/DomainsClient.php',
    'Google\\Cloud\\Domains\\V1beta1\\DomainsGrpcClient' => $vendorDir . '/google/cloud/Domains/src/V1beta1/DomainsGrpcClient.php',
    'Google\\Cloud\\Domains\\V1beta1\\ExportRegistrationRequest' => $vendorDir . '/google/cloud/Domains/src/V1beta1/ExportRegistrationRequest.php',
    'Google\\Cloud\\Domains\\V1beta1\\Gapic\\DomainsGapicClient' => $vendorDir . '/google/cloud/Domains/src/V1beta1/Gapic/DomainsGapicClient.php',
    'Google\\Cloud\\Domains\\V1beta1\\GetRegistrationRequest' => $vendorDir . '/google/cloud/Domains/src/V1beta1/GetRegistrationRequest.php',
    'Google\\Cloud\\Domains\\V1beta1\\ListRegistrationsRequest' => $vendorDir . '/google/cloud/Domains/src/V1beta1/ListRegistrationsRequest.php',
    'Google\\Cloud\\Domains\\V1beta1\\ListRegistrationsResponse' => $vendorDir . '/google/cloud/Domains/src/V1beta1/ListRegistrationsResponse.php',
    'Google\\Cloud\\Domains\\V1beta1\\ManagementSettings' => $vendorDir . '/google/cloud/Domains/src/V1beta1/ManagementSettings.php',
    'Google\\Cloud\\Domains\\V1beta1\\ManagementSettings\\RenewalMethod' => $vendorDir . '/google/cloud/Domains/src/V1beta1/ManagementSettings/RenewalMethod.php',
    'Google\\Cloud\\Domains\\V1beta1\\OperationMetadata' => $vendorDir . '/google/cloud/Domains/src/V1beta1/OperationMetadata.php',
    'Google\\Cloud\\Domains\\V1beta1\\RegisterDomainRequest' => $vendorDir . '/google/cloud/Domains/src/V1beta1/RegisterDomainRequest.php',
    'Google\\Cloud\\Domains\\V1beta1\\RegisterParameters' => $vendorDir . '/google/cloud/Domains/src/V1beta1/RegisterParameters.php',
    'Google\\Cloud\\Domains\\V1beta1\\RegisterParameters\\Availability' => $vendorDir . '/google/cloud/Domains/src/V1beta1/RegisterParameters/Availability.php',
    'Google\\Cloud\\Domains\\V1beta1\\Registration' => $vendorDir . '/google/cloud/Domains/src/V1beta1/Registration.php',
    'Google\\Cloud\\Domains\\V1beta1\\Registration\\Issue' => $vendorDir . '/google/cloud/Domains/src/V1beta1/Registration/Issue.php',
    'Google\\Cloud\\Domains\\V1beta1\\Registration\\State' => $vendorDir . '/google/cloud/Domains/src/V1beta1/Registration/State.php',
    'Google\\Cloud\\Domains\\V1beta1\\ResetAuthorizationCodeRequest' => $vendorDir . '/google/cloud/Domains/src/V1beta1/ResetAuthorizationCodeRequest.php',
    'Google\\Cloud\\Domains\\V1beta1\\RetrieveAuthorizationCodeRequest' => $vendorDir . '/google/cloud/Domains/src/V1beta1/RetrieveAuthorizationCodeRequest.php',
    'Google\\Cloud\\Domains\\V1beta1\\RetrieveRegisterParametersRequest' => $vendorDir . '/google/cloud/Domains/src/V1beta1/RetrieveRegisterParametersRequest.php',
    'Google\\Cloud\\Domains\\V1beta1\\RetrieveRegisterParametersResponse' => $vendorDir . '/google/cloud/Domains/src/V1beta1/RetrieveRegisterParametersResponse.php',
    'Google\\Cloud\\Domains\\V1beta1\\RetrieveTransferParametersRequest' => $vendorDir . '/google/cloud/Domains/src/V1beta1/RetrieveTransferParametersRequest.php',
    'Google\\Cloud\\Domains\\V1beta1\\RetrieveTransferParametersResponse' => $vendorDir . '/google/cloud/Domains/src/V1beta1/RetrieveTransferParametersResponse.php',
    'Google\\Cloud\\Domains\\V1beta1\\SearchDomainsRequest' => $vendorDir . '/google/cloud/Domains/src/V1beta1/SearchDomainsRequest.php',
    'Google\\Cloud\\Domains\\V1beta1\\SearchDomainsResponse' => $vendorDir . '/google/cloud/Domains/src/V1beta1/SearchDomainsResponse.php',
    'Google\\Cloud\\Domains\\V1beta1\\TransferDomainRequest' => $vendorDir . '/google/cloud/Domains/src/V1beta1/TransferDomainRequest.php',
    'Google\\Cloud\\Domains\\V1beta1\\TransferLockState' => $vendorDir . '/google/cloud/Domains/src/V1beta1/TransferLockState.php',
    'Google\\Cloud\\Domains\\V1beta1\\TransferParameters' => $vendorDir . '/google/cloud/Domains/src/V1beta1/TransferParameters.php',
    'Google\\Cloud\\Domains\\V1beta1\\UpdateRegistrationRequest' => $vendorDir . '/google/cloud/Domains/src/V1beta1/UpdateRegistrationRequest.php',
    'Google\\Cloud\\ErrorReporting\\Bootstrap' => $vendorDir . '/google/cloud/ErrorReporting/src/Bootstrap.php',
    'Google\\Cloud\\ErrorReporting\\V1beta1\\DeleteEventsRequest' => $vendorDir . '/google/cloud/ErrorReporting/src/V1beta1/DeleteEventsRequest.php',
    'Google\\Cloud\\ErrorReporting\\V1beta1\\DeleteEventsResponse' => $vendorDir . '/google/cloud/ErrorReporting/src/V1beta1/DeleteEventsResponse.php',
    'Google\\Cloud\\ErrorReporting\\V1beta1\\ErrorContext' => $vendorDir . '/google/cloud/ErrorReporting/src/V1beta1/ErrorContext.php',
    'Google\\Cloud\\ErrorReporting\\V1beta1\\ErrorEvent' => $vendorDir . '/google/cloud/ErrorReporting/src/V1beta1/ErrorEvent.php',
    'Google\\Cloud\\ErrorReporting\\V1beta1\\ErrorGroup' => $vendorDir . '/google/cloud/ErrorReporting/src/V1beta1/ErrorGroup.php',
    'Google\\Cloud\\ErrorReporting\\V1beta1\\ErrorGroupOrder' => $vendorDir . '/google/cloud/ErrorReporting/src/V1beta1/ErrorGroupOrder.php',
    'Google\\Cloud\\ErrorReporting\\V1beta1\\ErrorGroupServiceClient' => $vendorDir . '/google/cloud/ErrorReporting/src/V1beta1/ErrorGroupServiceClient.php',
    'Google\\Cloud\\ErrorReporting\\V1beta1\\ErrorGroupServiceGrpcClient' => $vendorDir . '/google/cloud/ErrorReporting/src/V1beta1/ErrorGroupServiceGrpcClient.php',
    'Google\\Cloud\\ErrorReporting\\V1beta1\\ErrorGroupStats' => $vendorDir . '/google/cloud/ErrorReporting/src/V1beta1/ErrorGroupStats.php',
    'Google\\Cloud\\ErrorReporting\\V1beta1\\ErrorStatsServiceClient' => $vendorDir . '/google/cloud/ErrorReporting/src/V1beta1/ErrorStatsServiceClient.php',
    'Google\\Cloud\\ErrorReporting\\V1beta1\\ErrorStatsServiceGrpcClient' => $vendorDir . '/google/cloud/ErrorReporting/src/V1beta1/ErrorStatsServiceGrpcClient.php',
    'Google\\Cloud\\ErrorReporting\\V1beta1\\Gapic\\ErrorGroupServiceGapicClient' => $vendorDir . '/google/cloud/ErrorReporting/src/V1beta1/Gapic/ErrorGroupServiceGapicClient.php',
    'Google\\Cloud\\ErrorReporting\\V1beta1\\Gapic\\ErrorStatsServiceGapicClient' => $vendorDir . '/google/cloud/ErrorReporting/src/V1beta1/Gapic/ErrorStatsServiceGapicClient.php',
    'Google\\Cloud\\ErrorReporting\\V1beta1\\Gapic\\ReportErrorsServiceGapicClient' => $vendorDir . '/google/cloud/ErrorReporting/src/V1beta1/Gapic/ReportErrorsServiceGapicClient.php',
    'Google\\Cloud\\ErrorReporting\\V1beta1\\GetGroupRequest' => $vendorDir . '/google/cloud/ErrorReporting/src/V1beta1/GetGroupRequest.php',
    'Google\\Cloud\\ErrorReporting\\V1beta1\\HttpRequestContext' => $vendorDir . '/google/cloud/ErrorReporting/src/V1beta1/HttpRequestContext.php',
    'Google\\Cloud\\ErrorReporting\\V1beta1\\ListEventsRequest' => $vendorDir . '/google/cloud/ErrorReporting/src/V1beta1/ListEventsRequest.php',
    'Google\\Cloud\\ErrorReporting\\V1beta1\\ListEventsResponse' => $vendorDir . '/google/cloud/ErrorReporting/src/V1beta1/ListEventsResponse.php',
    'Google\\Cloud\\ErrorReporting\\V1beta1\\ListGroupStatsRequest' => $vendorDir . '/google/cloud/ErrorReporting/src/V1beta1/ListGroupStatsRequest.php',
    'Google\\Cloud\\ErrorReporting\\V1beta1\\ListGroupStatsResponse' => $vendorDir . '/google/cloud/ErrorReporting/src/V1beta1/ListGroupStatsResponse.php',
    'Google\\Cloud\\ErrorReporting\\V1beta1\\QueryTimeRange' => $vendorDir . '/google/cloud/ErrorReporting/src/V1beta1/QueryTimeRange.php',
    'Google\\Cloud\\ErrorReporting\\V1beta1\\QueryTimeRange\\Period' => $vendorDir . '/google/cloud/ErrorReporting/src/V1beta1/QueryTimeRange/Period.php',
    'Google\\Cloud\\ErrorReporting\\V1beta1\\QueryTimeRange_Period' => $vendorDir . '/google/cloud/ErrorReporting/src/V1beta1/QueryTimeRange_Period.php',
    'Google\\Cloud\\ErrorReporting\\V1beta1\\ReportErrorEventRequest' => $vendorDir . '/google/cloud/ErrorReporting/src/V1beta1/ReportErrorEventRequest.php',
    'Google\\Cloud\\ErrorReporting\\V1beta1\\ReportErrorEventResponse' => $vendorDir . '/google/cloud/ErrorReporting/src/V1beta1/ReportErrorEventResponse.php',
    'Google\\Cloud\\ErrorReporting\\V1beta1\\ReportErrorsServiceClient' => $vendorDir . '/google/cloud/ErrorReporting/src/V1beta1/ReportErrorsServiceClient.php',
    'Google\\Cloud\\ErrorReporting\\V1beta1\\ReportErrorsServiceGrpcClient' => $vendorDir . '/google/cloud/ErrorReporting/src/V1beta1/ReportErrorsServiceGrpcClient.php',
    'Google\\Cloud\\ErrorReporting\\V1beta1\\ReportedErrorEvent' => $vendorDir . '/google/cloud/ErrorReporting/src/V1beta1/ReportedErrorEvent.php',
    'Google\\Cloud\\ErrorReporting\\V1beta1\\ResolutionStatus' => $vendorDir . '/google/cloud/ErrorReporting/src/V1beta1/ResolutionStatus.php',
    'Google\\Cloud\\ErrorReporting\\V1beta1\\ServiceContext' => $vendorDir . '/google/cloud/ErrorReporting/src/V1beta1/ServiceContext.php',
    'Google\\Cloud\\ErrorReporting\\V1beta1\\ServiceContextFilter' => $vendorDir . '/google/cloud/ErrorReporting/src/V1beta1/ServiceContextFilter.php',
    'Google\\Cloud\\ErrorReporting\\V1beta1\\SourceLocation' => $vendorDir . '/google/cloud/ErrorReporting/src/V1beta1/SourceLocation.php',
    'Google\\Cloud\\ErrorReporting\\V1beta1\\TimedCount' => $vendorDir . '/google/cloud/ErrorReporting/src/V1beta1/TimedCount.php',
    'Google\\Cloud\\ErrorReporting\\V1beta1\\TimedCountAlignment' => $vendorDir . '/google/cloud/ErrorReporting/src/V1beta1/TimedCountAlignment.php',
    'Google\\Cloud\\ErrorReporting\\V1beta1\\TrackingIssue' => $vendorDir . '/google/cloud/ErrorReporting/src/V1beta1/TrackingIssue.php',
    'Google\\Cloud\\ErrorReporting\\V1beta1\\UpdateGroupRequest' => $vendorDir . '/google/cloud/ErrorReporting/src/V1beta1/UpdateGroupRequest.php',
    'Google\\Cloud\\EssentialContacts\\V1\\ComputeContactsRequest' => $vendorDir . '/google/cloud/EssentialContacts/src/V1/ComputeContactsRequest.php',
    'Google\\Cloud\\EssentialContacts\\V1\\ComputeContactsResponse' => $vendorDir . '/google/cloud/EssentialContacts/src/V1/ComputeContactsResponse.php',
    'Google\\Cloud\\EssentialContacts\\V1\\Contact' => $vendorDir . '/google/cloud/EssentialContacts/src/V1/Contact.php',
    'Google\\Cloud\\EssentialContacts\\V1\\CreateContactRequest' => $vendorDir . '/google/cloud/EssentialContacts/src/V1/CreateContactRequest.php',
    'Google\\Cloud\\EssentialContacts\\V1\\DeleteContactRequest' => $vendorDir . '/google/cloud/EssentialContacts/src/V1/DeleteContactRequest.php',
    'Google\\Cloud\\EssentialContacts\\V1\\EssentialContactsServiceClient' => $vendorDir . '/google/cloud/EssentialContacts/src/V1/EssentialContactsServiceClient.php',
    'Google\\Cloud\\EssentialContacts\\V1\\EssentialContactsServiceGrpcClient' => $vendorDir . '/google/cloud/EssentialContacts/src/V1/EssentialContactsServiceGrpcClient.php',
    'Google\\Cloud\\EssentialContacts\\V1\\Gapic\\EssentialContactsServiceGapicClient' => $vendorDir . '/google/cloud/EssentialContacts/src/V1/Gapic/EssentialContactsServiceGapicClient.php',
    'Google\\Cloud\\EssentialContacts\\V1\\GetContactRequest' => $vendorDir . '/google/cloud/EssentialContacts/src/V1/GetContactRequest.php',
    'Google\\Cloud\\EssentialContacts\\V1\\ListContactsRequest' => $vendorDir . '/google/cloud/EssentialContacts/src/V1/ListContactsRequest.php',
    'Google\\Cloud\\EssentialContacts\\V1\\ListContactsResponse' => $vendorDir . '/google/cloud/EssentialContacts/src/V1/ListContactsResponse.php',
    'Google\\Cloud\\EssentialContacts\\V1\\NotificationCategory' => $vendorDir . '/google/cloud/EssentialContacts/src/V1/NotificationCategory.php',
    'Google\\Cloud\\EssentialContacts\\V1\\SendTestMessageRequest' => $vendorDir . '/google/cloud/EssentialContacts/src/V1/SendTestMessageRequest.php',
    'Google\\Cloud\\EssentialContacts\\V1\\UpdateContactRequest' => $vendorDir . '/google/cloud/EssentialContacts/src/V1/UpdateContactRequest.php',
    'Google\\Cloud\\EssentialContacts\\V1\\ValidationState' => $vendorDir . '/google/cloud/EssentialContacts/src/V1/ValidationState.php',
    'Google\\Cloud\\Eventarc\\Publishing\\V1\\Gapic\\PublisherGapicClient' => $vendorDir . '/google/cloud/EventarcPublishing/src/V1/Gapic/PublisherGapicClient.php',
    'Google\\Cloud\\Eventarc\\Publishing\\V1\\PublishChannelConnectionEventsRequest' => $vendorDir . '/google/cloud/EventarcPublishing/src/V1/PublishChannelConnectionEventsRequest.php',
    'Google\\Cloud\\Eventarc\\Publishing\\V1\\PublishChannelConnectionEventsResponse' => $vendorDir . '/google/cloud/EventarcPublishing/src/V1/PublishChannelConnectionEventsResponse.php',
    'Google\\Cloud\\Eventarc\\Publishing\\V1\\PublishEventsRequest' => $vendorDir . '/google/cloud/EventarcPublishing/src/V1/PublishEventsRequest.php',
    'Google\\Cloud\\Eventarc\\Publishing\\V1\\PublishEventsResponse' => $vendorDir . '/google/cloud/EventarcPublishing/src/V1/PublishEventsResponse.php',
    'Google\\Cloud\\Eventarc\\Publishing\\V1\\PublisherClient' => $vendorDir . '/google/cloud/EventarcPublishing/src/V1/PublisherClient.php',
    'Google\\Cloud\\Eventarc\\Publishing\\V1\\PublisherGrpcClient' => $vendorDir . '/google/cloud/EventarcPublishing/src/V1/PublisherGrpcClient.php',
    'Google\\Cloud\\Eventarc\\V1\\Channel' => $vendorDir . '/google/cloud/Eventarc/src/V1/Channel.php',
    'Google\\Cloud\\Eventarc\\V1\\ChannelConnection' => $vendorDir . '/google/cloud/Eventarc/src/V1/ChannelConnection.php',
    'Google\\Cloud\\Eventarc\\V1\\Channel\\State' => $vendorDir . '/google/cloud/Eventarc/src/V1/Channel/State.php',
    'Google\\Cloud\\Eventarc\\V1\\CloudRun' => $vendorDir . '/google/cloud/Eventarc/src/V1/CloudRun.php',
    'Google\\Cloud\\Eventarc\\V1\\CreateChannelConnectionRequest' => $vendorDir . '/google/cloud/Eventarc/src/V1/CreateChannelConnectionRequest.php',
    'Google\\Cloud\\Eventarc\\V1\\CreateChannelRequest' => $vendorDir . '/google/cloud/Eventarc/src/V1/CreateChannelRequest.php',
    'Google\\Cloud\\Eventarc\\V1\\CreateTriggerRequest' => $vendorDir . '/google/cloud/Eventarc/src/V1/CreateTriggerRequest.php',
    'Google\\Cloud\\Eventarc\\V1\\DeleteChannelConnectionRequest' => $vendorDir . '/google/cloud/Eventarc/src/V1/DeleteChannelConnectionRequest.php',
    'Google\\Cloud\\Eventarc\\V1\\DeleteChannelRequest' => $vendorDir . '/google/cloud/Eventarc/src/V1/DeleteChannelRequest.php',
    'Google\\Cloud\\Eventarc\\V1\\DeleteTriggerRequest' => $vendorDir . '/google/cloud/Eventarc/src/V1/DeleteTriggerRequest.php',
    'Google\\Cloud\\Eventarc\\V1\\Destination' => $vendorDir . '/google/cloud/Eventarc/src/V1/Destination.php',
    'Google\\Cloud\\Eventarc\\V1\\EventFilter' => $vendorDir . '/google/cloud/Eventarc/src/V1/EventFilter.php',
    'Google\\Cloud\\Eventarc\\V1\\EventType' => $vendorDir . '/google/cloud/Eventarc/src/V1/EventType.php',
    'Google\\Cloud\\Eventarc\\V1\\EventarcClient' => $vendorDir . '/google/cloud/Eventarc/src/V1/EventarcClient.php',
    'Google\\Cloud\\Eventarc\\V1\\FilteringAttribute' => $vendorDir . '/google/cloud/Eventarc/src/V1/FilteringAttribute.php',
    'Google\\Cloud\\Eventarc\\V1\\GKE' => $vendorDir . '/google/cloud/Eventarc/src/V1/GKE.php',
    'Google\\Cloud\\Eventarc\\V1\\Gapic\\EventarcGapicClient' => $vendorDir . '/google/cloud/Eventarc/src/V1/Gapic/EventarcGapicClient.php',
    'Google\\Cloud\\Eventarc\\V1\\GetChannelConnectionRequest' => $vendorDir . '/google/cloud/Eventarc/src/V1/GetChannelConnectionRequest.php',
    'Google\\Cloud\\Eventarc\\V1\\GetChannelRequest' => $vendorDir . '/google/cloud/Eventarc/src/V1/GetChannelRequest.php',
    'Google\\Cloud\\Eventarc\\V1\\GetGoogleChannelConfigRequest' => $vendorDir . '/google/cloud/Eventarc/src/V1/GetGoogleChannelConfigRequest.php',
    'Google\\Cloud\\Eventarc\\V1\\GetProviderRequest' => $vendorDir . '/google/cloud/Eventarc/src/V1/GetProviderRequest.php',
    'Google\\Cloud\\Eventarc\\V1\\GetTriggerRequest' => $vendorDir . '/google/cloud/Eventarc/src/V1/GetTriggerRequest.php',
    'Google\\Cloud\\Eventarc\\V1\\GoogleChannelConfig' => $vendorDir . '/google/cloud/Eventarc/src/V1/GoogleChannelConfig.php',
    'Google\\Cloud\\Eventarc\\V1\\ListChannelConnectionsRequest' => $vendorDir . '/google/cloud/Eventarc/src/V1/ListChannelConnectionsRequest.php',
    'Google\\Cloud\\Eventarc\\V1\\ListChannelConnectionsResponse' => $vendorDir . '/google/cloud/Eventarc/src/V1/ListChannelConnectionsResponse.php',
    'Google\\Cloud\\Eventarc\\V1\\ListChannelsRequest' => $vendorDir . '/google/cloud/Eventarc/src/V1/ListChannelsRequest.php',
    'Google\\Cloud\\Eventarc\\V1\\ListChannelsResponse' => $vendorDir . '/google/cloud/Eventarc/src/V1/ListChannelsResponse.php',
    'Google\\Cloud\\Eventarc\\V1\\ListProvidersRequest' => $vendorDir . '/google/cloud/Eventarc/src/V1/ListProvidersRequest.php',
    'Google\\Cloud\\Eventarc\\V1\\ListProvidersResponse' => $vendorDir . '/google/cloud/Eventarc/src/V1/ListProvidersResponse.php',
    'Google\\Cloud\\Eventarc\\V1\\ListTriggersRequest' => $vendorDir . '/google/cloud/Eventarc/src/V1/ListTriggersRequest.php',
    'Google\\Cloud\\Eventarc\\V1\\ListTriggersResponse' => $vendorDir . '/google/cloud/Eventarc/src/V1/ListTriggersResponse.php',
    'Google\\Cloud\\Eventarc\\V1\\OperationMetadata' => $vendorDir . '/google/cloud/Eventarc/src/V1/OperationMetadata.php',
    'Google\\Cloud\\Eventarc\\V1\\Provider' => $vendorDir . '/google/cloud/Eventarc/src/V1/Provider.php',
    'Google\\Cloud\\Eventarc\\V1\\Pubsub' => $vendorDir . '/google/cloud/Eventarc/src/V1/Pubsub.php',
    'Google\\Cloud\\Eventarc\\V1\\StateCondition' => $vendorDir . '/google/cloud/Eventarc/src/V1/StateCondition.php',
    'Google\\Cloud\\Eventarc\\V1\\Transport' => $vendorDir . '/google/cloud/Eventarc/src/V1/Transport.php',
    'Google\\Cloud\\Eventarc\\V1\\Trigger' => $vendorDir . '/google/cloud/Eventarc/src/V1/Trigger.php',
    'Google\\Cloud\\Eventarc\\V1\\UpdateChannelRequest' => $vendorDir . '/google/cloud/Eventarc/src/V1/UpdateChannelRequest.php',
    'Google\\Cloud\\Eventarc\\V1\\UpdateGoogleChannelConfigRequest' => $vendorDir . '/google/cloud/Eventarc/src/V1/UpdateGoogleChannelConfigRequest.php',
    'Google\\Cloud\\Eventarc\\V1\\UpdateTriggerRequest' => $vendorDir . '/google/cloud/Eventarc/src/V1/UpdateTriggerRequest.php',
    'Google\\Cloud\\Filestore\\V1\\Backup' => $vendorDir . '/google/cloud/Filestore/src/V1/Backup.php',
    'Google\\Cloud\\Filestore\\V1\\Backup\\State' => $vendorDir . '/google/cloud/Filestore/src/V1/Backup/State.php',
    'Google\\Cloud\\Filestore\\V1\\CloudFilestoreManagerClient' => $vendorDir . '/google/cloud/Filestore/src/V1/CloudFilestoreManagerClient.php',
    'Google\\Cloud\\Filestore\\V1\\CreateBackupRequest' => $vendorDir . '/google/cloud/Filestore/src/V1/CreateBackupRequest.php',
    'Google\\Cloud\\Filestore\\V1\\CreateInstanceRequest' => $vendorDir . '/google/cloud/Filestore/src/V1/CreateInstanceRequest.php',
    'Google\\Cloud\\Filestore\\V1\\DeleteBackupRequest' => $vendorDir . '/google/cloud/Filestore/src/V1/DeleteBackupRequest.php',
    'Google\\Cloud\\Filestore\\V1\\DeleteInstanceRequest' => $vendorDir . '/google/cloud/Filestore/src/V1/DeleteInstanceRequest.php',
    'Google\\Cloud\\Filestore\\V1\\FileShareConfig' => $vendorDir . '/google/cloud/Filestore/src/V1/FileShareConfig.php',
    'Google\\Cloud\\Filestore\\V1\\Gapic\\CloudFilestoreManagerGapicClient' => $vendorDir . '/google/cloud/Filestore/src/V1/Gapic/CloudFilestoreManagerGapicClient.php',
    'Google\\Cloud\\Filestore\\V1\\GetBackupRequest' => $vendorDir . '/google/cloud/Filestore/src/V1/GetBackupRequest.php',
    'Google\\Cloud\\Filestore\\V1\\GetInstanceRequest' => $vendorDir . '/google/cloud/Filestore/src/V1/GetInstanceRequest.php',
    'Google\\Cloud\\Filestore\\V1\\Instance' => $vendorDir . '/google/cloud/Filestore/src/V1/Instance.php',
    'Google\\Cloud\\Filestore\\V1\\Instance\\State' => $vendorDir . '/google/cloud/Filestore/src/V1/Instance/State.php',
    'Google\\Cloud\\Filestore\\V1\\Instance\\Tier' => $vendorDir . '/google/cloud/Filestore/src/V1/Instance/Tier.php',
    'Google\\Cloud\\Filestore\\V1\\ListBackupsRequest' => $vendorDir . '/google/cloud/Filestore/src/V1/ListBackupsRequest.php',
    'Google\\Cloud\\Filestore\\V1\\ListBackupsResponse' => $vendorDir . '/google/cloud/Filestore/src/V1/ListBackupsResponse.php',
    'Google\\Cloud\\Filestore\\V1\\ListInstancesRequest' => $vendorDir . '/google/cloud/Filestore/src/V1/ListInstancesRequest.php',
    'Google\\Cloud\\Filestore\\V1\\ListInstancesResponse' => $vendorDir . '/google/cloud/Filestore/src/V1/ListInstancesResponse.php',
    'Google\\Cloud\\Filestore\\V1\\NetworkConfig' => $vendorDir . '/google/cloud/Filestore/src/V1/NetworkConfig.php',
    'Google\\Cloud\\Filestore\\V1\\NetworkConfig\\AddressMode' => $vendorDir . '/google/cloud/Filestore/src/V1/NetworkConfig/AddressMode.php',
    'Google\\Cloud\\Filestore\\V1\\NfsExportOptions' => $vendorDir . '/google/cloud/Filestore/src/V1/NfsExportOptions.php',
    'Google\\Cloud\\Filestore\\V1\\NfsExportOptions\\AccessMode' => $vendorDir . '/google/cloud/Filestore/src/V1/NfsExportOptions/AccessMode.php',
    'Google\\Cloud\\Filestore\\V1\\NfsExportOptions\\SquashMode' => $vendorDir . '/google/cloud/Filestore/src/V1/NfsExportOptions/SquashMode.php',
    'Google\\Cloud\\Filestore\\V1\\RestoreInstanceRequest' => $vendorDir . '/google/cloud/Filestore/src/V1/RestoreInstanceRequest.php',
    'Google\\Cloud\\Filestore\\V1\\UpdateBackupRequest' => $vendorDir . '/google/cloud/Filestore/src/V1/UpdateBackupRequest.php',
    'Google\\Cloud\\Filestore\\V1\\UpdateInstanceRequest' => $vendorDir . '/google/cloud/Filestore/src/V1/UpdateInstanceRequest.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\CreateIndexRequest' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/CreateIndexRequest.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\Database' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/Database.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\Database\\AppEngineIntegrationMode' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/Database/AppEngineIntegrationMode.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\Database\\ConcurrencyMode' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/Database/ConcurrencyMode.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\Database\\DatabaseType' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/Database/DatabaseType.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\Database_AppEngineIntegrationMode' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/Database_AppEngineIntegrationMode.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\Database_ConcurrencyMode' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/Database_ConcurrencyMode.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\Database_DatabaseType' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/Database_DatabaseType.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\DeleteIndexRequest' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/DeleteIndexRequest.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\ExportDocumentsMetadata' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/ExportDocumentsMetadata.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\ExportDocumentsRequest' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/ExportDocumentsRequest.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\ExportDocumentsResponse' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/ExportDocumentsResponse.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\Field' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/Field.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\FieldOperationMetadata' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/FieldOperationMetadata.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\FieldOperationMetadata\\IndexConfigDelta' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/FieldOperationMetadata/IndexConfigDelta.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\FieldOperationMetadata\\IndexConfigDelta\\ChangeType' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/FieldOperationMetadata/IndexConfigDelta/ChangeType.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\FieldOperationMetadata\\TtlConfigDelta' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/FieldOperationMetadata/TtlConfigDelta.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\FieldOperationMetadata\\TtlConfigDelta\\ChangeType' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/FieldOperationMetadata/TtlConfigDelta/ChangeType.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\FieldOperationMetadata_IndexConfigDelta' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/FieldOperationMetadata_IndexConfigDelta.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\FieldOperationMetadata_IndexConfigDelta_ChangeType' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/FieldOperationMetadata_IndexConfigDelta_ChangeType.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\FieldOperationMetadata_TtlConfigDelta' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/FieldOperationMetadata_TtlConfigDelta.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\FieldOperationMetadata_TtlConfigDelta_ChangeType' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/FieldOperationMetadata_TtlConfigDelta_ChangeType.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\Field\\IndexConfig' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/Field/IndexConfig.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\Field\\TtlConfig' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/Field/TtlConfig.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\Field\\TtlConfig\\State' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/Field/TtlConfig/State.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\Field_IndexConfig' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/Field_IndexConfig.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\Field_TtlConfig' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/Field_TtlConfig.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\Field_TtlConfig_State' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/Field_TtlConfig_State.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\FirestoreAdminClient' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/FirestoreAdminClient.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\FirestoreAdminGrpcClient' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/FirestoreAdminGrpcClient.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\Gapic\\FirestoreAdminGapicClient' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/Gapic/FirestoreAdminGapicClient.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\GetDatabaseRequest' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/GetDatabaseRequest.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\GetFieldRequest' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/GetFieldRequest.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\GetIndexRequest' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/GetIndexRequest.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\ImportDocumentsMetadata' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/ImportDocumentsMetadata.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\ImportDocumentsRequest' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/ImportDocumentsRequest.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\Index' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/Index.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\IndexOperationMetadata' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/IndexOperationMetadata.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\Index\\IndexField' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/Index/IndexField.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\Index\\IndexField\\ArrayConfig' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/Index/IndexField/ArrayConfig.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\Index\\IndexField\\Order' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/Index/IndexField/Order.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\Index\\QueryScope' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/Index/QueryScope.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\Index\\State' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/Index/State.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\Index_IndexField' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/Index_IndexField.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\Index_IndexField_ArrayConfig' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/Index_IndexField_ArrayConfig.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\Index_IndexField_Order' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/Index_IndexField_Order.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\Index_QueryScope' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/Index_QueryScope.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\Index_State' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/Index_State.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\ListDatabasesRequest' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/ListDatabasesRequest.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\ListDatabasesResponse' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/ListDatabasesResponse.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\ListFieldsRequest' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/ListFieldsRequest.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\ListFieldsResponse' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/ListFieldsResponse.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\ListIndexesRequest' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/ListIndexesRequest.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\ListIndexesResponse' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/ListIndexesResponse.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\LocationMetadata' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/LocationMetadata.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\OperationState' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/OperationState.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\Progress' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/Progress.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\UpdateDatabaseMetadata' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/UpdateDatabaseMetadata.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\UpdateDatabaseRequest' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/UpdateDatabaseRequest.php',
    'Google\\Cloud\\Firestore\\Admin\\V1\\UpdateFieldRequest' => $vendorDir . '/google/cloud/Firestore/src/Admin/V1/UpdateFieldRequest.php',
    'Google\\Cloud\\Firestore\\BulkWriter' => $vendorDir . '/google/cloud/Firestore/src/BulkWriter.php',
    'Google\\Cloud\\Firestore\\CollectionReference' => $vendorDir . '/google/cloud/Firestore/src/CollectionReference.php',
    'Google\\Cloud\\Firestore\\Connection\\ConnectionInterface' => $vendorDir . '/google/cloud/Firestore/src/Connection/ConnectionInterface.php',
    'Google\\Cloud\\Firestore\\Connection\\Grpc' => $vendorDir . '/google/cloud/Firestore/src/Connection/Grpc.php',
    'Google\\Cloud\\Firestore\\DocumentReference' => $vendorDir . '/google/cloud/Firestore/src/DocumentReference.php',
    'Google\\Cloud\\Firestore\\DocumentSnapshot' => $vendorDir . '/google/cloud/Firestore/src/DocumentSnapshot.php',
    'Google\\Cloud\\Firestore\\FieldPath' => $vendorDir . '/google/cloud/Firestore/src/FieldPath.php',
    'Google\\Cloud\\Firestore\\FieldValue' => $vendorDir . '/google/cloud/Firestore/src/FieldValue.php',
    'Google\\Cloud\\Firestore\\FieldValue\\ArrayRemoveValue' => $vendorDir . '/google/cloud/Firestore/src/FieldValue/ArrayRemoveValue.php',
    'Google\\Cloud\\Firestore\\FieldValue\\ArrayUnionValue' => $vendorDir . '/google/cloud/Firestore/src/FieldValue/ArrayUnionValue.php',
    'Google\\Cloud\\Firestore\\FieldValue\\DeleteFieldValue' => $vendorDir . '/google/cloud/Firestore/src/FieldValue/DeleteFieldValue.php',
    'Google\\Cloud\\Firestore\\FieldValue\\DocumentTransformInterface' => $vendorDir . '/google/cloud/Firestore/src/FieldValue/DocumentTransformInterface.php',
    'Google\\Cloud\\Firestore\\FieldValue\\DocumentTransformTrait' => $vendorDir . '/google/cloud/Firestore/src/FieldValue/DocumentTransformTrait.php',
    'Google\\Cloud\\Firestore\\FieldValue\\FieldValueInterface' => $vendorDir . '/google/cloud/Firestore/src/FieldValue/FieldValueInterface.php',
    'Google\\Cloud\\Firestore\\FieldValue\\FieldValueTrait' => $vendorDir . '/google/cloud/Firestore/src/FieldValue/FieldValueTrait.php',
    'Google\\Cloud\\Firestore\\FieldValue\\IncrementValue' => $vendorDir . '/google/cloud/Firestore/src/FieldValue/IncrementValue.php',
    'Google\\Cloud\\Firestore\\FieldValue\\ServerTimestampValue' => $vendorDir . '/google/cloud/Firestore/src/FieldValue/ServerTimestampValue.php',
    'Google\\Cloud\\Firestore\\FirestoreClient' => $vendorDir . '/google/cloud/Firestore/src/FirestoreClient.php',
    'Google\\Cloud\\Firestore\\FirestoreSessionHandler' => $vendorDir . '/google/cloud/Firestore/src/FirestoreSessionHandler.php',
    'Google\\Cloud\\Firestore\\PathTrait' => $vendorDir . '/google/cloud/Firestore/src/PathTrait.php',
    'Google\\Cloud\\Firestore\\Query' => $vendorDir . '/google/cloud/Firestore/src/Query.php',
    'Google\\Cloud\\Firestore\\QuerySnapshot' => $vendorDir . '/google/cloud/Firestore/src/QuerySnapshot.php',
    'Google\\Cloud\\Firestore\\RateLimiter' => $vendorDir . '/google/cloud/Firestore/src/RateLimiter.php',
    'Google\\Cloud\\Firestore\\SnapshotTrait' => $vendorDir . '/google/cloud/Firestore/src/SnapshotTrait.php',
    'Google\\Cloud\\Firestore\\Transaction' => $vendorDir . '/google/cloud/Firestore/src/Transaction.php',
    'Google\\Cloud\\Firestore\\V1\\AggregationResult' => $vendorDir . '/google/cloud/Firestore/src/V1/AggregationResult.php',
    'Google\\Cloud\\Firestore\\V1\\ArrayValue' => $vendorDir . '/google/cloud/Firestore/src/V1/ArrayValue.php',
    'Google\\Cloud\\Firestore\\V1\\BatchGetDocumentsRequest' => $vendorDir . '/google/cloud/Firestore/src/V1/BatchGetDocumentsRequest.php',
    'Google\\Cloud\\Firestore\\V1\\BatchGetDocumentsResponse' => $vendorDir . '/google/cloud/Firestore/src/V1/BatchGetDocumentsResponse.php',
    'Google\\Cloud\\Firestore\\V1\\BatchWriteRequest' => $vendorDir . '/google/cloud/Firestore/src/V1/BatchWriteRequest.php',
    'Google\\Cloud\\Firestore\\V1\\BatchWriteResponse' => $vendorDir . '/google/cloud/Firestore/src/V1/BatchWriteResponse.php',
    'Google\\Cloud\\Firestore\\V1\\BeginTransactionRequest' => $vendorDir . '/google/cloud/Firestore/src/V1/BeginTransactionRequest.php',
    'Google\\Cloud\\Firestore\\V1\\BeginTransactionResponse' => $vendorDir . '/google/cloud/Firestore/src/V1/BeginTransactionResponse.php',
    'Google\\Cloud\\Firestore\\V1\\CommitRequest' => $vendorDir . '/google/cloud/Firestore/src/V1/CommitRequest.php',
    'Google\\Cloud\\Firestore\\V1\\CommitResponse' => $vendorDir . '/google/cloud/Firestore/src/V1/CommitResponse.php',
    'Google\\Cloud\\Firestore\\V1\\CreateDocumentRequest' => $vendorDir . '/google/cloud/Firestore/src/V1/CreateDocumentRequest.php',
    'Google\\Cloud\\Firestore\\V1\\Cursor' => $vendorDir . '/google/cloud/Firestore/src/V1/Cursor.php',
    'Google\\Cloud\\Firestore\\V1\\DeleteDocumentRequest' => $vendorDir . '/google/cloud/Firestore/src/V1/DeleteDocumentRequest.php',
    'Google\\Cloud\\Firestore\\V1\\Document' => $vendorDir . '/google/cloud/Firestore/src/V1/Document.php',
    'Google\\Cloud\\Firestore\\V1\\DocumentChange' => $vendorDir . '/google/cloud/Firestore/src/V1/DocumentChange.php',
    'Google\\Cloud\\Firestore\\V1\\DocumentDelete' => $vendorDir . '/google/cloud/Firestore/src/V1/DocumentDelete.php',
    'Google\\Cloud\\Firestore\\V1\\DocumentMask' => $vendorDir . '/google/cloud/Firestore/src/V1/DocumentMask.php',
    'Google\\Cloud\\Firestore\\V1\\DocumentRemove' => $vendorDir . '/google/cloud/Firestore/src/V1/DocumentRemove.php',
    'Google\\Cloud\\Firestore\\V1\\DocumentTransform' => $vendorDir . '/google/cloud/Firestore/src/V1/DocumentTransform.php',
    'Google\\Cloud\\Firestore\\V1\\DocumentTransform\\FieldTransform' => $vendorDir . '/google/cloud/Firestore/src/V1/DocumentTransform/FieldTransform.php',
    'Google\\Cloud\\Firestore\\V1\\DocumentTransform\\FieldTransform\\ServerValue' => $vendorDir . '/google/cloud/Firestore/src/V1/DocumentTransform/FieldTransform/ServerValue.php',
    'Google\\Cloud\\Firestore\\V1\\DocumentTransform_FieldTransform' => $vendorDir . '/google/cloud/Firestore/src/V1/DocumentTransform_FieldTransform.php',
    'Google\\Cloud\\Firestore\\V1\\DocumentTransform_FieldTransform_ServerValue' => $vendorDir . '/google/cloud/Firestore/src/V1/DocumentTransform_FieldTransform_ServerValue.php',
    'Google\\Cloud\\Firestore\\V1\\ExistenceFilter' => $vendorDir . '/google/cloud/Firestore/src/V1/ExistenceFilter.php',
    'Google\\Cloud\\Firestore\\V1\\FirestoreClient' => $vendorDir . '/google/cloud/Firestore/src/V1/FirestoreClient.php',
    'Google\\Cloud\\Firestore\\V1\\FirestoreGrpcClient' => $vendorDir . '/google/cloud/Firestore/src/V1/FirestoreGrpcClient.php',
    'Google\\Cloud\\Firestore\\V1\\Gapic\\FirestoreGapicClient' => $vendorDir . '/google/cloud/Firestore/src/V1/Gapic/FirestoreGapicClient.php',
    'Google\\Cloud\\Firestore\\V1\\GetDocumentRequest' => $vendorDir . '/google/cloud/Firestore/src/V1/GetDocumentRequest.php',
    'Google\\Cloud\\Firestore\\V1\\ListCollectionIdsRequest' => $vendorDir . '/google/cloud/Firestore/src/V1/ListCollectionIdsRequest.php',
    'Google\\Cloud\\Firestore\\V1\\ListCollectionIdsResponse' => $vendorDir . '/google/cloud/Firestore/src/V1/ListCollectionIdsResponse.php',
    'Google\\Cloud\\Firestore\\V1\\ListDocumentsRequest' => $vendorDir . '/google/cloud/Firestore/src/V1/ListDocumentsRequest.php',
    'Google\\Cloud\\Firestore\\V1\\ListDocumentsResponse' => $vendorDir . '/google/cloud/Firestore/src/V1/ListDocumentsResponse.php',
    'Google\\Cloud\\Firestore\\V1\\ListenRequest' => $vendorDir . '/google/cloud/Firestore/src/V1/ListenRequest.php',
    'Google\\Cloud\\Firestore\\V1\\ListenResponse' => $vendorDir . '/google/cloud/Firestore/src/V1/ListenResponse.php',
    'Google\\Cloud\\Firestore\\V1\\MapValue' => $vendorDir . '/google/cloud/Firestore/src/V1/MapValue.php',
    'Google\\Cloud\\Firestore\\V1\\PartitionQueryRequest' => $vendorDir . '/google/cloud/Firestore/src/V1/PartitionQueryRequest.php',
    'Google\\Cloud\\Firestore\\V1\\PartitionQueryResponse' => $vendorDir . '/google/cloud/Firestore/src/V1/PartitionQueryResponse.php',
    'Google\\Cloud\\Firestore\\V1\\Precondition' => $vendorDir . '/google/cloud/Firestore/src/V1/Precondition.php',
    'Google\\Cloud\\Firestore\\V1\\RollbackRequest' => $vendorDir . '/google/cloud/Firestore/src/V1/RollbackRequest.php',
    'Google\\Cloud\\Firestore\\V1\\RunAggregationQueryRequest' => $vendorDir . '/google/cloud/Firestore/src/V1/RunAggregationQueryRequest.php',
    'Google\\Cloud\\Firestore\\V1\\RunAggregationQueryResponse' => $vendorDir . '/google/cloud/Firestore/src/V1/RunAggregationQueryResponse.php',
    'Google\\Cloud\\Firestore\\V1\\RunQueryRequest' => $vendorDir . '/google/cloud/Firestore/src/V1/RunQueryRequest.php',
    'Google\\Cloud\\Firestore\\V1\\RunQueryResponse' => $vendorDir . '/google/cloud/Firestore/src/V1/RunQueryResponse.php',
    'Google\\Cloud\\Firestore\\V1\\StructuredAggregationQuery' => $vendorDir . '/google/cloud/Firestore/src/V1/StructuredAggregationQuery.php',
    'Google\\Cloud\\Firestore\\V1\\StructuredAggregationQuery\\Aggregation' => $vendorDir . '/google/cloud/Firestore/src/V1/StructuredAggregationQuery/Aggregation.php',
    'Google\\Cloud\\Firestore\\V1\\StructuredAggregationQuery\\Aggregation\\Count' => $vendorDir . '/google/cloud/Firestore/src/V1/StructuredAggregationQuery/Aggregation/Count.php',
    'Google\\Cloud\\Firestore\\V1\\StructuredAggregationQuery_Aggregation' => $vendorDir . '/google/cloud/Firestore/src/V1/StructuredAggregationQuery_Aggregation.php',
    'Google\\Cloud\\Firestore\\V1\\StructuredAggregationQuery_Aggregation_Count' => $vendorDir . '/google/cloud/Firestore/src/V1/StructuredAggregationQuery_Aggregation_Count.php',
    'Google\\Cloud\\Firestore\\V1\\StructuredQuery' => $vendorDir . '/google/cloud/Firestore/src/V1/StructuredQuery.php',
    'Google\\Cloud\\Firestore\\V1\\StructuredQuery\\CollectionSelector' => $vendorDir . '/google/cloud/Firestore/src/V1/StructuredQuery/CollectionSelector.php',
    'Google\\Cloud\\Firestore\\V1\\StructuredQuery\\CompositeFilter' => $vendorDir . '/google/cloud/Firestore/src/V1/StructuredQuery/CompositeFilter.php',
    'Google\\Cloud\\Firestore\\V1\\StructuredQuery\\CompositeFilter\\Operator' => $vendorDir . '/google/cloud/Firestore/src/V1/StructuredQuery/CompositeFilter/Operator.php',
    'Google\\Cloud\\Firestore\\V1\\StructuredQuery\\Direction' => $vendorDir . '/google/cloud/Firestore/src/V1/StructuredQuery/Direction.php',
    'Google\\Cloud\\Firestore\\V1\\StructuredQuery\\FieldFilter' => $vendorDir . '/google/cloud/Firestore/src/V1/StructuredQuery/FieldFilter.php',
    'Google\\Cloud\\Firestore\\V1\\StructuredQuery\\FieldFilter\\Operator' => $vendorDir . '/google/cloud/Firestore/src/V1/StructuredQuery/FieldFilter/Operator.php',
    'Google\\Cloud\\Firestore\\V1\\StructuredQuery\\FieldReference' => $vendorDir . '/google/cloud/Firestore/src/V1/StructuredQuery/FieldReference.php',
    'Google\\Cloud\\Firestore\\V1\\StructuredQuery\\Filter' => $vendorDir . '/google/cloud/Firestore/src/V1/StructuredQuery/Filter.php',
    'Google\\Cloud\\Firestore\\V1\\StructuredQuery\\Order' => $vendorDir . '/google/cloud/Firestore/src/V1/StructuredQuery/Order.php',
    'Google\\Cloud\\Firestore\\V1\\StructuredQuery\\Projection' => $vendorDir . '/google/cloud/Firestore/src/V1/StructuredQuery/Projection.php',
    'Google\\Cloud\\Firestore\\V1\\StructuredQuery\\UnaryFilter' => $vendorDir . '/google/cloud/Firestore/src/V1/StructuredQuery/UnaryFilter.php',
    'Google\\Cloud\\Firestore\\V1\\StructuredQuery\\UnaryFilter\\Operator' => $vendorDir . '/google/cloud/Firestore/src/V1/StructuredQuery/UnaryFilter/Operator.php',
    'Google\\Cloud\\Firestore\\V1\\StructuredQuery_CollectionSelector' => $vendorDir . '/google/cloud/Firestore/src/V1/StructuredQuery_CollectionSelector.php',
    'Google\\Cloud\\Firestore\\V1\\StructuredQuery_CompositeFilter' => $vendorDir . '/google/cloud/Firestore/src/V1/StructuredQuery_CompositeFilter.php',
    'Google\\Cloud\\Firestore\\V1\\StructuredQuery_CompositeFilter_Operator' => $vendorDir . '/google/cloud/Firestore/src/V1/StructuredQuery_CompositeFilter_Operator.php',
    'Google\\Cloud\\Firestore\\V1\\StructuredQuery_Direction' => $vendorDir . '/google/cloud/Firestore/src/V1/StructuredQuery_Direction.php',
    'Google\\Cloud\\Firestore\\V1\\StructuredQuery_FieldFilter' => $vendorDir . '/google/cloud/Firestore/src/V1/StructuredQuery_FieldFilter.php',
    'Google\\Cloud\\Firestore\\V1\\StructuredQuery_FieldFilter_Operator' => $vendorDir . '/google/cloud/Firestore/src/V1/StructuredQuery_FieldFilter_Operator.php',
    'Google\\Cloud\\Firestore\\V1\\StructuredQuery_FieldReference' => $vendorDir . '/google/cloud/Firestore/src/V1/StructuredQuery_FieldReference.php',
    'Google\\Cloud\\Firestore\\V1\\StructuredQuery_Filter' => $vendorDir . '/google/cloud/Firestore/src/V1/StructuredQuery_Filter.php',
    'Google\\Cloud\\Firestore\\V1\\StructuredQuery_Order' => $vendorDir . '/google/cloud/Firestore/src/V1/StructuredQuery_Order.php',
    'Google\\Cloud\\Firestore\\V1\\StructuredQuery_Projection' => $vendorDir . '/google/cloud/Firestore/src/V1/StructuredQuery_Projection.php',
    'Google\\Cloud\\Firestore\\V1\\StructuredQuery_UnaryFilter' => $vendorDir . '/google/cloud/Firestore/src/V1/StructuredQuery_UnaryFilter.php',
    'Google\\Cloud\\Firestore\\V1\\StructuredQuery_UnaryFilter_Operator' => $vendorDir . '/google/cloud/Firestore/src/V1/StructuredQuery_UnaryFilter_Operator.php',
    'Google\\Cloud\\Firestore\\V1\\Target' => $vendorDir . '/google/cloud/Firestore/src/V1/Target.php',
    'Google\\Cloud\\Firestore\\V1\\TargetChange' => $vendorDir . '/google/cloud/Firestore/src/V1/TargetChange.php',
    'Google\\Cloud\\Firestore\\V1\\TargetChange\\TargetChangeType' => $vendorDir . '/google/cloud/Firestore/src/V1/TargetChange/TargetChangeType.php',
    'Google\\Cloud\\Firestore\\V1\\TargetChange_TargetChangeType' => $vendorDir . '/google/cloud/Firestore/src/V1/TargetChange_TargetChangeType.php',
    'Google\\Cloud\\Firestore\\V1\\Target\\DocumentsTarget' => $vendorDir . '/google/cloud/Firestore/src/V1/Target/DocumentsTarget.php',
    'Google\\Cloud\\Firestore\\V1\\Target\\QueryTarget' => $vendorDir . '/google/cloud/Firestore/src/V1/Target/QueryTarget.php',
    'Google\\Cloud\\Firestore\\V1\\Target_DocumentsTarget' => $vendorDir . '/google/cloud/Firestore/src/V1/Target_DocumentsTarget.php',
    'Google\\Cloud\\Firestore\\V1\\Target_QueryTarget' => $vendorDir . '/google/cloud/Firestore/src/V1/Target_QueryTarget.php',
    'Google\\Cloud\\Firestore\\V1\\TransactionOptions' => $vendorDir . '/google/cloud/Firestore/src/V1/TransactionOptions.php',
    'Google\\Cloud\\Firestore\\V1\\TransactionOptions\\PBReadOnly' => $vendorDir . '/google/cloud/Firestore/src/V1/TransactionOptions/PBReadOnly.php',
    'Google\\Cloud\\Firestore\\V1\\TransactionOptions\\ReadWrite' => $vendorDir . '/google/cloud/Firestore/src/V1/TransactionOptions/ReadWrite.php',
    'Google\\Cloud\\Firestore\\V1\\TransactionOptions_ReadOnly' => $vendorDir . '/google/cloud/Firestore/src/V1/TransactionOptions_ReadOnly.php',
    'Google\\Cloud\\Firestore\\V1\\TransactionOptions_ReadWrite' => $vendorDir . '/google/cloud/Firestore/src/V1/TransactionOptions_ReadWrite.php',
    'Google\\Cloud\\Firestore\\V1\\UpdateDocumentRequest' => $vendorDir . '/google/cloud/Firestore/src/V1/UpdateDocumentRequest.php',
    'Google\\Cloud\\Firestore\\V1\\Value' => $vendorDir . '/google/cloud/Firestore/src/V1/Value.php',
    'Google\\Cloud\\Firestore\\V1\\Write' => $vendorDir . '/google/cloud/Firestore/src/V1/Write.php',
    'Google\\Cloud\\Firestore\\V1\\WriteRequest' => $vendorDir . '/google/cloud/Firestore/src/V1/WriteRequest.php',
    'Google\\Cloud\\Firestore\\V1\\WriteResponse' => $vendorDir . '/google/cloud/Firestore/src/V1/WriteResponse.php',
    'Google\\Cloud\\Firestore\\V1\\WriteResult' => $vendorDir . '/google/cloud/Firestore/src/V1/WriteResult.php',
    'Google\\Cloud\\Firestore\\V1beta1\\ArrayValue' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/ArrayValue.php',
    'Google\\Cloud\\Firestore\\V1beta1\\BatchGetDocumentsRequest' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/BatchGetDocumentsRequest.php',
    'Google\\Cloud\\Firestore\\V1beta1\\BatchGetDocumentsResponse' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/BatchGetDocumentsResponse.php',
    'Google\\Cloud\\Firestore\\V1beta1\\BeginTransactionRequest' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/BeginTransactionRequest.php',
    'Google\\Cloud\\Firestore\\V1beta1\\BeginTransactionResponse' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/BeginTransactionResponse.php',
    'Google\\Cloud\\Firestore\\V1beta1\\CommitRequest' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/CommitRequest.php',
    'Google\\Cloud\\Firestore\\V1beta1\\CommitResponse' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/CommitResponse.php',
    'Google\\Cloud\\Firestore\\V1beta1\\CreateDocumentRequest' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/CreateDocumentRequest.php',
    'Google\\Cloud\\Firestore\\V1beta1\\Cursor' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/Cursor.php',
    'Google\\Cloud\\Firestore\\V1beta1\\DeleteDocumentRequest' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/DeleteDocumentRequest.php',
    'Google\\Cloud\\Firestore\\V1beta1\\Document' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/Document.php',
    'Google\\Cloud\\Firestore\\V1beta1\\DocumentChange' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/DocumentChange.php',
    'Google\\Cloud\\Firestore\\V1beta1\\DocumentDelete' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/DocumentDelete.php',
    'Google\\Cloud\\Firestore\\V1beta1\\DocumentMask' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/DocumentMask.php',
    'Google\\Cloud\\Firestore\\V1beta1\\DocumentRemove' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/DocumentRemove.php',
    'Google\\Cloud\\Firestore\\V1beta1\\DocumentTransform' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/DocumentTransform.php',
    'Google\\Cloud\\Firestore\\V1beta1\\DocumentTransform\\FieldTransform' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/DocumentTransform/FieldTransform.php',
    'Google\\Cloud\\Firestore\\V1beta1\\DocumentTransform\\FieldTransform\\ServerValue' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/DocumentTransform/FieldTransform/ServerValue.php',
    'Google\\Cloud\\Firestore\\V1beta1\\DocumentTransform_FieldTransform' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/DocumentTransform_FieldTransform.php',
    'Google\\Cloud\\Firestore\\V1beta1\\DocumentTransform_FieldTransform_ServerValue' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/DocumentTransform_FieldTransform_ServerValue.php',
    'Google\\Cloud\\Firestore\\V1beta1\\ExistenceFilter' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/ExistenceFilter.php',
    'Google\\Cloud\\Firestore\\V1beta1\\FirestoreClient' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/FirestoreClient.php',
    'Google\\Cloud\\Firestore\\V1beta1\\FirestoreGrpcClient' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/FirestoreGrpcClient.php',
    'Google\\Cloud\\Firestore\\V1beta1\\Gapic\\FirestoreGapicClient' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/Gapic/FirestoreGapicClient.php',
    'Google\\Cloud\\Firestore\\V1beta1\\GetDocumentRequest' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/GetDocumentRequest.php',
    'Google\\Cloud\\Firestore\\V1beta1\\ListCollectionIdsRequest' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/ListCollectionIdsRequest.php',
    'Google\\Cloud\\Firestore\\V1beta1\\ListCollectionIdsResponse' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/ListCollectionIdsResponse.php',
    'Google\\Cloud\\Firestore\\V1beta1\\ListDocumentsRequest' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/ListDocumentsRequest.php',
    'Google\\Cloud\\Firestore\\V1beta1\\ListDocumentsResponse' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/ListDocumentsResponse.php',
    'Google\\Cloud\\Firestore\\V1beta1\\ListenRequest' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/ListenRequest.php',
    'Google\\Cloud\\Firestore\\V1beta1\\ListenResponse' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/ListenResponse.php',
    'Google\\Cloud\\Firestore\\V1beta1\\MapValue' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/MapValue.php',
    'Google\\Cloud\\Firestore\\V1beta1\\Precondition' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/Precondition.php',
    'Google\\Cloud\\Firestore\\V1beta1\\RollbackRequest' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/RollbackRequest.php',
    'Google\\Cloud\\Firestore\\V1beta1\\RunQueryRequest' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/RunQueryRequest.php',
    'Google\\Cloud\\Firestore\\V1beta1\\RunQueryResponse' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/RunQueryResponse.php',
    'Google\\Cloud\\Firestore\\V1beta1\\StructuredQuery' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/StructuredQuery.php',
    'Google\\Cloud\\Firestore\\V1beta1\\StructuredQuery\\CollectionSelector' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/StructuredQuery/CollectionSelector.php',
    'Google\\Cloud\\Firestore\\V1beta1\\StructuredQuery\\CompositeFilter' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/StructuredQuery/CompositeFilter.php',
    'Google\\Cloud\\Firestore\\V1beta1\\StructuredQuery\\CompositeFilter\\Operator' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/StructuredQuery/CompositeFilter/Operator.php',
    'Google\\Cloud\\Firestore\\V1beta1\\StructuredQuery\\Direction' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/StructuredQuery/Direction.php',
    'Google\\Cloud\\Firestore\\V1beta1\\StructuredQuery\\FieldFilter' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/StructuredQuery/FieldFilter.php',
    'Google\\Cloud\\Firestore\\V1beta1\\StructuredQuery\\FieldFilter\\Operator' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/StructuredQuery/FieldFilter/Operator.php',
    'Google\\Cloud\\Firestore\\V1beta1\\StructuredQuery\\FieldReference' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/StructuredQuery/FieldReference.php',
    'Google\\Cloud\\Firestore\\V1beta1\\StructuredQuery\\Filter' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/StructuredQuery/Filter.php',
    'Google\\Cloud\\Firestore\\V1beta1\\StructuredQuery\\Order' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/StructuredQuery/Order.php',
    'Google\\Cloud\\Firestore\\V1beta1\\StructuredQuery\\Projection' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/StructuredQuery/Projection.php',
    'Google\\Cloud\\Firestore\\V1beta1\\StructuredQuery\\UnaryFilter' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/StructuredQuery/UnaryFilter.php',
    'Google\\Cloud\\Firestore\\V1beta1\\StructuredQuery\\UnaryFilter\\Operator' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/StructuredQuery/UnaryFilter/Operator.php',
    'Google\\Cloud\\Firestore\\V1beta1\\StructuredQuery_CollectionSelector' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/StructuredQuery_CollectionSelector.php',
    'Google\\Cloud\\Firestore\\V1beta1\\StructuredQuery_CompositeFilter' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/StructuredQuery_CompositeFilter.php',
    'Google\\Cloud\\Firestore\\V1beta1\\StructuredQuery_CompositeFilter_Operator' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/StructuredQuery_CompositeFilter_Operator.php',
    'Google\\Cloud\\Firestore\\V1beta1\\StructuredQuery_Direction' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/StructuredQuery_Direction.php',
    'Google\\Cloud\\Firestore\\V1beta1\\StructuredQuery_FieldFilter' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/StructuredQuery_FieldFilter.php',
    'Google\\Cloud\\Firestore\\V1beta1\\StructuredQuery_FieldFilter_Operator' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/StructuredQuery_FieldFilter_Operator.php',
    'Google\\Cloud\\Firestore\\V1beta1\\StructuredQuery_FieldReference' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/StructuredQuery_FieldReference.php',
    'Google\\Cloud\\Firestore\\V1beta1\\StructuredQuery_Filter' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/StructuredQuery_Filter.php',
    'Google\\Cloud\\Firestore\\V1beta1\\StructuredQuery_Order' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/StructuredQuery_Order.php',
    'Google\\Cloud\\Firestore\\V1beta1\\StructuredQuery_Projection' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/StructuredQuery_Projection.php',
    'Google\\Cloud\\Firestore\\V1beta1\\StructuredQuery_UnaryFilter' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/StructuredQuery_UnaryFilter.php',
    'Google\\Cloud\\Firestore\\V1beta1\\StructuredQuery_UnaryFilter_Operator' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/StructuredQuery_UnaryFilter_Operator.php',
    'Google\\Cloud\\Firestore\\V1beta1\\Target' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/Target.php',
    'Google\\Cloud\\Firestore\\V1beta1\\TargetChange' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/TargetChange.php',
    'Google\\Cloud\\Firestore\\V1beta1\\TargetChange\\TargetChangeType' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/TargetChange/TargetChangeType.php',
    'Google\\Cloud\\Firestore\\V1beta1\\TargetChange_TargetChangeType' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/TargetChange_TargetChangeType.php',
    'Google\\Cloud\\Firestore\\V1beta1\\Target\\DocumentsTarget' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/Target/DocumentsTarget.php',
    'Google\\Cloud\\Firestore\\V1beta1\\Target\\QueryTarget' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/Target/QueryTarget.php',
    'Google\\Cloud\\Firestore\\V1beta1\\Target_DocumentsTarget' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/Target_DocumentsTarget.php',
    'Google\\Cloud\\Firestore\\V1beta1\\Target_QueryTarget' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/Target_QueryTarget.php',
    'Google\\Cloud\\Firestore\\V1beta1\\TransactionOptions' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/TransactionOptions.php',
    'Google\\Cloud\\Firestore\\V1beta1\\TransactionOptions\\PBReadOnly' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/TransactionOptions/PBReadOnly.php',
    'Google\\Cloud\\Firestore\\V1beta1\\TransactionOptions\\ReadWrite' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/TransactionOptions/ReadWrite.php',
    'Google\\Cloud\\Firestore\\V1beta1\\TransactionOptions_ReadOnly' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/TransactionOptions_ReadOnly.php',
    'Google\\Cloud\\Firestore\\V1beta1\\TransactionOptions_ReadWrite' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/TransactionOptions_ReadWrite.php',
    'Google\\Cloud\\Firestore\\V1beta1\\UpdateDocumentRequest' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/UpdateDocumentRequest.php',
    'Google\\Cloud\\Firestore\\V1beta1\\Value' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/Value.php',
    'Google\\Cloud\\Firestore\\V1beta1\\Write' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/Write.php',
    'Google\\Cloud\\Firestore\\V1beta1\\WriteRequest' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/WriteRequest.php',
    'Google\\Cloud\\Firestore\\V1beta1\\WriteResponse' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/WriteResponse.php',
    'Google\\Cloud\\Firestore\\V1beta1\\WriteResult' => $vendorDir . '/google/cloud/Firestore/src/V1beta1/WriteResult.php',
    'Google\\Cloud\\Firestore\\ValueMapper' => $vendorDir . '/google/cloud/Firestore/src/ValueMapper.php',
    'Google\\Cloud\\Firestore\\WriteBatch' => $vendorDir . '/google/cloud/Firestore/src/WriteBatch.php',
    'Google\\Cloud\\Functions\\V1\\CallFunctionRequest' => $vendorDir . '/google/cloud/Functions/src/V1/CallFunctionRequest.php',
    'Google\\Cloud\\Functions\\V1\\CallFunctionResponse' => $vendorDir . '/google/cloud/Functions/src/V1/CallFunctionResponse.php',
    'Google\\Cloud\\Functions\\V1\\CloudFunction' => $vendorDir . '/google/cloud/Functions/src/V1/CloudFunction.php',
    'Google\\Cloud\\Functions\\V1\\CloudFunctionStatus' => $vendorDir . '/google/cloud/Functions/src/V1/CloudFunctionStatus.php',
    'Google\\Cloud\\Functions\\V1\\CloudFunction\\DockerRegistry' => $vendorDir . '/google/cloud/Functions/src/V1/CloudFunction/DockerRegistry.php',
    'Google\\Cloud\\Functions\\V1\\CloudFunction\\IngressSettings' => $vendorDir . '/google/cloud/Functions/src/V1/CloudFunction/IngressSettings.php',
    'Google\\Cloud\\Functions\\V1\\CloudFunction\\VpcConnectorEgressSettings' => $vendorDir . '/google/cloud/Functions/src/V1/CloudFunction/VpcConnectorEgressSettings.php',
    'Google\\Cloud\\Functions\\V1\\CloudFunctionsServiceClient' => $vendorDir . '/google/cloud/Functions/src/V1/CloudFunctionsServiceClient.php',
    'Google\\Cloud\\Functions\\V1\\CreateFunctionRequest' => $vendorDir . '/google/cloud/Functions/src/V1/CreateFunctionRequest.php',
    'Google\\Cloud\\Functions\\V1\\DeleteFunctionRequest' => $vendorDir . '/google/cloud/Functions/src/V1/DeleteFunctionRequest.php',
    'Google\\Cloud\\Functions\\V1\\EventTrigger' => $vendorDir . '/google/cloud/Functions/src/V1/EventTrigger.php',
    'Google\\Cloud\\Functions\\V1\\FailurePolicy' => $vendorDir . '/google/cloud/Functions/src/V1/FailurePolicy.php',
    'Google\\Cloud\\Functions\\V1\\FailurePolicy\\Retry' => $vendorDir . '/google/cloud/Functions/src/V1/FailurePolicy/Retry.php',
    'Google\\Cloud\\Functions\\V1\\Gapic\\CloudFunctionsServiceGapicClient' => $vendorDir . '/google/cloud/Functions/src/V1/Gapic/CloudFunctionsServiceGapicClient.php',
    'Google\\Cloud\\Functions\\V1\\GenerateDownloadUrlRequest' => $vendorDir . '/google/cloud/Functions/src/V1/GenerateDownloadUrlRequest.php',
    'Google\\Cloud\\Functions\\V1\\GenerateDownloadUrlResponse' => $vendorDir . '/google/cloud/Functions/src/V1/GenerateDownloadUrlResponse.php',
    'Google\\Cloud\\Functions\\V1\\GenerateUploadUrlRequest' => $vendorDir . '/google/cloud/Functions/src/V1/GenerateUploadUrlRequest.php',
    'Google\\Cloud\\Functions\\V1\\GenerateUploadUrlResponse' => $vendorDir . '/google/cloud/Functions/src/V1/GenerateUploadUrlResponse.php',
    'Google\\Cloud\\Functions\\V1\\GetFunctionRequest' => $vendorDir . '/google/cloud/Functions/src/V1/GetFunctionRequest.php',
    'Google\\Cloud\\Functions\\V1\\HttpsTrigger' => $vendorDir . '/google/cloud/Functions/src/V1/HttpsTrigger.php',
    'Google\\Cloud\\Functions\\V1\\HttpsTrigger\\SecurityLevel' => $vendorDir . '/google/cloud/Functions/src/V1/HttpsTrigger/SecurityLevel.php',
    'Google\\Cloud\\Functions\\V1\\ListFunctionsRequest' => $vendorDir . '/google/cloud/Functions/src/V1/ListFunctionsRequest.php',
    'Google\\Cloud\\Functions\\V1\\ListFunctionsResponse' => $vendorDir . '/google/cloud/Functions/src/V1/ListFunctionsResponse.php',
    'Google\\Cloud\\Functions\\V1\\OperationMetadataV1' => $vendorDir . '/google/cloud/Functions/src/V1/OperationMetadataV1.php',
    'Google\\Cloud\\Functions\\V1\\OperationType' => $vendorDir . '/google/cloud/Functions/src/V1/OperationType.php',
    'Google\\Cloud\\Functions\\V1\\SecretEnvVar' => $vendorDir . '/google/cloud/Functions/src/V1/SecretEnvVar.php',
    'Google\\Cloud\\Functions\\V1\\SecretVolume' => $vendorDir . '/google/cloud/Functions/src/V1/SecretVolume.php',
    'Google\\Cloud\\Functions\\V1\\SecretVolume\\SecretVersion' => $vendorDir . '/google/cloud/Functions/src/V1/SecretVolume/SecretVersion.php',
    'Google\\Cloud\\Functions\\V1\\SourceRepository' => $vendorDir . '/google/cloud/Functions/src/V1/SourceRepository.php',
    'Google\\Cloud\\Functions\\V1\\UpdateFunctionRequest' => $vendorDir . '/google/cloud/Functions/src/V1/UpdateFunctionRequest.php',
    'Google\\Cloud\\Functions\\V2\\BuildConfig' => $vendorDir . '/google/cloud/Functions/src/V2/BuildConfig.php',
    'Google\\Cloud\\Functions\\V2\\CreateFunctionRequest' => $vendorDir . '/google/cloud/Functions/src/V2/CreateFunctionRequest.php',
    'Google\\Cloud\\Functions\\V2\\DeleteFunctionRequest' => $vendorDir . '/google/cloud/Functions/src/V2/DeleteFunctionRequest.php',
    'Google\\Cloud\\Functions\\V2\\Environment' => $vendorDir . '/google/cloud/Functions/src/V2/Environment.php',
    'Google\\Cloud\\Functions\\V2\\EventFilter' => $vendorDir . '/google/cloud/Functions/src/V2/EventFilter.php',
    'Google\\Cloud\\Functions\\V2\\EventTrigger' => $vendorDir . '/google/cloud/Functions/src/V2/EventTrigger.php',
    'Google\\Cloud\\Functions\\V2\\EventTrigger\\RetryPolicy' => $vendorDir . '/google/cloud/Functions/src/V2/EventTrigger/RetryPolicy.php',
    'Google\\Cloud\\Functions\\V2\\FunctionServiceClient' => $vendorDir . '/google/cloud/Functions/src/V2/FunctionServiceClient.php',
    'Google\\Cloud\\Functions\\V2\\Gapic\\FunctionServiceGapicClient' => $vendorDir . '/google/cloud/Functions/src/V2/Gapic/FunctionServiceGapicClient.php',
    'Google\\Cloud\\Functions\\V2\\GenerateDownloadUrlRequest' => $vendorDir . '/google/cloud/Functions/src/V2/GenerateDownloadUrlRequest.php',
    'Google\\Cloud\\Functions\\V2\\GenerateDownloadUrlResponse' => $vendorDir . '/google/cloud/Functions/src/V2/GenerateDownloadUrlResponse.php',
    'Google\\Cloud\\Functions\\V2\\GenerateUploadUrlRequest' => $vendorDir . '/google/cloud/Functions/src/V2/GenerateUploadUrlRequest.php',
    'Google\\Cloud\\Functions\\V2\\GenerateUploadUrlResponse' => $vendorDir . '/google/cloud/Functions/src/V2/GenerateUploadUrlResponse.php',
    'Google\\Cloud\\Functions\\V2\\GetFunctionRequest' => $vendorDir . '/google/cloud/Functions/src/V2/GetFunctionRequest.php',
    'Google\\Cloud\\Functions\\V2\\ListFunctionsRequest' => $vendorDir . '/google/cloud/Functions/src/V2/ListFunctionsRequest.php',
    'Google\\Cloud\\Functions\\V2\\ListFunctionsResponse' => $vendorDir . '/google/cloud/Functions/src/V2/ListFunctionsResponse.php',
    'Google\\Cloud\\Functions\\V2\\ListRuntimesRequest' => $vendorDir . '/google/cloud/Functions/src/V2/ListRuntimesRequest.php',
    'Google\\Cloud\\Functions\\V2\\ListRuntimesResponse' => $vendorDir . '/google/cloud/Functions/src/V2/ListRuntimesResponse.php',
    'Google\\Cloud\\Functions\\V2\\ListRuntimesResponse\\Runtime' => $vendorDir . '/google/cloud/Functions/src/V2/ListRuntimesResponse/Runtime.php',
    'Google\\Cloud\\Functions\\V2\\ListRuntimesResponse\\RuntimeStage' => $vendorDir . '/google/cloud/Functions/src/V2/ListRuntimesResponse/RuntimeStage.php',
    'Google\\Cloud\\Functions\\V2\\OperationMetadata' => $vendorDir . '/google/cloud/Functions/src/V2/OperationMetadata.php',
    'Google\\Cloud\\Functions\\V2\\PBFunction' => $vendorDir . '/google/cloud/Functions/src/V2/PBFunction.php',
    'Google\\Cloud\\Functions\\V2\\PBFunction\\State' => $vendorDir . '/google/cloud/Functions/src/V2/PBFunction/State.php',
    'Google\\Cloud\\Functions\\V2\\RepoSource' => $vendorDir . '/google/cloud/Functions/src/V2/RepoSource.php',
    'Google\\Cloud\\Functions\\V2\\SecretEnvVar' => $vendorDir . '/google/cloud/Functions/src/V2/SecretEnvVar.php',
    'Google\\Cloud\\Functions\\V2\\SecretVolume' => $vendorDir . '/google/cloud/Functions/src/V2/SecretVolume.php',
    'Google\\Cloud\\Functions\\V2\\SecretVolume\\SecretVersion' => $vendorDir . '/google/cloud/Functions/src/V2/SecretVolume/SecretVersion.php',
    'Google\\Cloud\\Functions\\V2\\ServiceConfig' => $vendorDir . '/google/cloud/Functions/src/V2/ServiceConfig.php',
    'Google\\Cloud\\Functions\\V2\\ServiceConfig\\IngressSettings' => $vendorDir . '/google/cloud/Functions/src/V2/ServiceConfig/IngressSettings.php',
    'Google\\Cloud\\Functions\\V2\\ServiceConfig\\VpcConnectorEgressSettings' => $vendorDir . '/google/cloud/Functions/src/V2/ServiceConfig/VpcConnectorEgressSettings.php',
    'Google\\Cloud\\Functions\\V2\\Source' => $vendorDir . '/google/cloud/Functions/src/V2/Source.php',
    'Google\\Cloud\\Functions\\V2\\SourceProvenance' => $vendorDir . '/google/cloud/Functions/src/V2/SourceProvenance.php',
    'Google\\Cloud\\Functions\\V2\\Stage' => $vendorDir . '/google/cloud/Functions/src/V2/Stage.php',
    'Google\\Cloud\\Functions\\V2\\Stage\\Name' => $vendorDir . '/google/cloud/Functions/src/V2/Stage/Name.php',
    'Google\\Cloud\\Functions\\V2\\Stage\\State' => $vendorDir . '/google/cloud/Functions/src/V2/Stage/State.php',
    'Google\\Cloud\\Functions\\V2\\StateMessage' => $vendorDir . '/google/cloud/Functions/src/V2/StateMessage.php',
    'Google\\Cloud\\Functions\\V2\\StateMessage\\Severity' => $vendorDir . '/google/cloud/Functions/src/V2/StateMessage/Severity.php',
    'Google\\Cloud\\Functions\\V2\\StorageSource' => $vendorDir . '/google/cloud/Functions/src/V2/StorageSource.php',
    'Google\\Cloud\\Functions\\V2\\UpdateFunctionRequest' => $vendorDir . '/google/cloud/Functions/src/V2/UpdateFunctionRequest.php',
    'Google\\Cloud\\GSuiteAddOns\\V1\\AddOns' => $vendorDir . '/google/cloud/GSuiteAddOns/src/V1/AddOns.php',
    'Google\\Cloud\\GSuiteAddOns\\V1\\Authorization' => $vendorDir . '/google/cloud/GSuiteAddOns/src/V1/Authorization.php',
    'Google\\Cloud\\GSuiteAddOns\\V1\\CreateDeploymentRequest' => $vendorDir . '/google/cloud/GSuiteAddOns/src/V1/CreateDeploymentRequest.php',
    'Google\\Cloud\\GSuiteAddOns\\V1\\DeleteDeploymentRequest' => $vendorDir . '/google/cloud/GSuiteAddOns/src/V1/DeleteDeploymentRequest.php',
    'Google\\Cloud\\GSuiteAddOns\\V1\\Deployment' => $vendorDir . '/google/cloud/GSuiteAddOns/src/V1/Deployment.php',
    'Google\\Cloud\\GSuiteAddOns\\V1\\GSuiteAddOnsClient' => $vendorDir . '/google/cloud/GSuiteAddOns/src/V1/GSuiteAddOnsClient.php',
    'Google\\Cloud\\GSuiteAddOns\\V1\\Gapic\\GSuiteAddOnsGapicClient' => $vendorDir . '/google/cloud/GSuiteAddOns/src/V1/Gapic/GSuiteAddOnsGapicClient.php',
    'Google\\Cloud\\GSuiteAddOns\\V1\\GetAuthorizationRequest' => $vendorDir . '/google/cloud/GSuiteAddOns/src/V1/GetAuthorizationRequest.php',
    'Google\\Cloud\\GSuiteAddOns\\V1\\GetDeploymentRequest' => $vendorDir . '/google/cloud/GSuiteAddOns/src/V1/GetDeploymentRequest.php',
    'Google\\Cloud\\GSuiteAddOns\\V1\\GetInstallStatusRequest' => $vendorDir . '/google/cloud/GSuiteAddOns/src/V1/GetInstallStatusRequest.php',
    'Google\\Cloud\\GSuiteAddOns\\V1\\InstallDeploymentRequest' => $vendorDir . '/google/cloud/GSuiteAddOns/src/V1/InstallDeploymentRequest.php',
    'Google\\Cloud\\GSuiteAddOns\\V1\\InstallStatus' => $vendorDir . '/google/cloud/GSuiteAddOns/src/V1/InstallStatus.php',
    'Google\\Cloud\\GSuiteAddOns\\V1\\ListDeploymentsRequest' => $vendorDir . '/google/cloud/GSuiteAddOns/src/V1/ListDeploymentsRequest.php',
    'Google\\Cloud\\GSuiteAddOns\\V1\\ListDeploymentsResponse' => $vendorDir . '/google/cloud/GSuiteAddOns/src/V1/ListDeploymentsResponse.php',
    'Google\\Cloud\\GSuiteAddOns\\V1\\ReplaceDeploymentRequest' => $vendorDir . '/google/cloud/GSuiteAddOns/src/V1/ReplaceDeploymentRequest.php',
    'Google\\Cloud\\GSuiteAddOns\\V1\\UninstallDeploymentRequest' => $vendorDir . '/google/cloud/GSuiteAddOns/src/V1/UninstallDeploymentRequest.php',
    'Google\\Cloud\\Gaming\\V1\\CreateGameServerClusterRequest' => $vendorDir . '/google/cloud/Gaming/src/V1/CreateGameServerClusterRequest.php',
    'Google\\Cloud\\Gaming\\V1\\CreateGameServerConfigRequest' => $vendorDir . '/google/cloud/Gaming/src/V1/CreateGameServerConfigRequest.php',
    'Google\\Cloud\\Gaming\\V1\\CreateGameServerDeploymentRequest' => $vendorDir . '/google/cloud/Gaming/src/V1/CreateGameServerDeploymentRequest.php',
    'Google\\Cloud\\Gaming\\V1\\CreateRealmRequest' => $vendorDir . '/google/cloud/Gaming/src/V1/CreateRealmRequest.php',
    'Google\\Cloud\\Gaming\\V1\\DeleteGameServerClusterRequest' => $vendorDir . '/google/cloud/Gaming/src/V1/DeleteGameServerClusterRequest.php',
    'Google\\Cloud\\Gaming\\V1\\DeleteGameServerConfigRequest' => $vendorDir . '/google/cloud/Gaming/src/V1/DeleteGameServerConfigRequest.php',
    'Google\\Cloud\\Gaming\\V1\\DeleteGameServerDeploymentRequest' => $vendorDir . '/google/cloud/Gaming/src/V1/DeleteGameServerDeploymentRequest.php',
    'Google\\Cloud\\Gaming\\V1\\DeleteRealmRequest' => $vendorDir . '/google/cloud/Gaming/src/V1/DeleteRealmRequest.php',
    'Google\\Cloud\\Gaming\\V1\\DeployedFleetDetails' => $vendorDir . '/google/cloud/Gaming/src/V1/DeployedFleetDetails.php',
    'Google\\Cloud\\Gaming\\V1\\DeployedFleetDetails\\DeployedFleet' => $vendorDir . '/google/cloud/Gaming/src/V1/DeployedFleetDetails/DeployedFleet.php',
    'Google\\Cloud\\Gaming\\V1\\DeployedFleetDetails\\DeployedFleetAutoscaler' => $vendorDir . '/google/cloud/Gaming/src/V1/DeployedFleetDetails/DeployedFleetAutoscaler.php',
    'Google\\Cloud\\Gaming\\V1\\DeployedFleetDetails\\DeployedFleet\\DeployedFleetStatus' => $vendorDir . '/google/cloud/Gaming/src/V1/DeployedFleetDetails/DeployedFleet/DeployedFleetStatus.php',
    'Google\\Cloud\\Gaming\\V1\\FetchDeploymentStateRequest' => $vendorDir . '/google/cloud/Gaming/src/V1/FetchDeploymentStateRequest.php',
    'Google\\Cloud\\Gaming\\V1\\FetchDeploymentStateResponse' => $vendorDir . '/google/cloud/Gaming/src/V1/FetchDeploymentStateResponse.php',
    'Google\\Cloud\\Gaming\\V1\\FetchDeploymentStateResponse\\DeployedClusterState' => $vendorDir . '/google/cloud/Gaming/src/V1/FetchDeploymentStateResponse/DeployedClusterState.php',
    'Google\\Cloud\\Gaming\\V1\\FleetConfig' => $vendorDir . '/google/cloud/Gaming/src/V1/FleetConfig.php',
    'Google\\Cloud\\Gaming\\V1\\GameServerCluster' => $vendorDir . '/google/cloud/Gaming/src/V1/GameServerCluster.php',
    'Google\\Cloud\\Gaming\\V1\\GameServerClusterConnectionInfo' => $vendorDir . '/google/cloud/Gaming/src/V1/GameServerClusterConnectionInfo.php',
    'Google\\Cloud\\Gaming\\V1\\GameServerClusterView' => $vendorDir . '/google/cloud/Gaming/src/V1/GameServerClusterView.php',
    'Google\\Cloud\\Gaming\\V1\\GameServerClustersServiceClient' => $vendorDir . '/google/cloud/Gaming/src/V1/GameServerClustersServiceClient.php',
    'Google\\Cloud\\Gaming\\V1\\GameServerConfig' => $vendorDir . '/google/cloud/Gaming/src/V1/GameServerConfig.php',
    'Google\\Cloud\\Gaming\\V1\\GameServerConfigOverride' => $vendorDir . '/google/cloud/Gaming/src/V1/GameServerConfigOverride.php',
    'Google\\Cloud\\Gaming\\V1\\GameServerConfigsServiceClient' => $vendorDir . '/google/cloud/Gaming/src/V1/GameServerConfigsServiceClient.php',
    'Google\\Cloud\\Gaming\\V1\\GameServerDeployment' => $vendorDir . '/google/cloud/Gaming/src/V1/GameServerDeployment.php',
    'Google\\Cloud\\Gaming\\V1\\GameServerDeploymentRollout' => $vendorDir . '/google/cloud/Gaming/src/V1/GameServerDeploymentRollout.php',
    'Google\\Cloud\\Gaming\\V1\\GameServerDeploymentsServiceClient' => $vendorDir . '/google/cloud/Gaming/src/V1/GameServerDeploymentsServiceClient.php',
    'Google\\Cloud\\Gaming\\V1\\Gapic\\GameServerClustersServiceGapicClient' => $vendorDir . '/google/cloud/Gaming/src/V1/Gapic/GameServerClustersServiceGapicClient.php',
    'Google\\Cloud\\Gaming\\V1\\Gapic\\GameServerConfigsServiceGapicClient' => $vendorDir . '/google/cloud/Gaming/src/V1/Gapic/GameServerConfigsServiceGapicClient.php',
    'Google\\Cloud\\Gaming\\V1\\Gapic\\GameServerDeploymentsServiceGapicClient' => $vendorDir . '/google/cloud/Gaming/src/V1/Gapic/GameServerDeploymentsServiceGapicClient.php',
    'Google\\Cloud\\Gaming\\V1\\Gapic\\RealmsServiceGapicClient' => $vendorDir . '/google/cloud/Gaming/src/V1/Gapic/RealmsServiceGapicClient.php',
    'Google\\Cloud\\Gaming\\V1\\GetGameServerClusterRequest' => $vendorDir . '/google/cloud/Gaming/src/V1/GetGameServerClusterRequest.php',
    'Google\\Cloud\\Gaming\\V1\\GetGameServerConfigRequest' => $vendorDir . '/google/cloud/Gaming/src/V1/GetGameServerConfigRequest.php',
    'Google\\Cloud\\Gaming\\V1\\GetGameServerDeploymentRequest' => $vendorDir . '/google/cloud/Gaming/src/V1/GetGameServerDeploymentRequest.php',
    'Google\\Cloud\\Gaming\\V1\\GetGameServerDeploymentRolloutRequest' => $vendorDir . '/google/cloud/Gaming/src/V1/GetGameServerDeploymentRolloutRequest.php',
    'Google\\Cloud\\Gaming\\V1\\GetRealmRequest' => $vendorDir . '/google/cloud/Gaming/src/V1/GetRealmRequest.php',
    'Google\\Cloud\\Gaming\\V1\\GkeClusterReference' => $vendorDir . '/google/cloud/Gaming/src/V1/GkeClusterReference.php',
    'Google\\Cloud\\Gaming\\V1\\KubernetesClusterState' => $vendorDir . '/google/cloud/Gaming/src/V1/KubernetesClusterState.php',
    'Google\\Cloud\\Gaming\\V1\\KubernetesClusterState\\InstallationState' => $vendorDir . '/google/cloud/Gaming/src/V1/KubernetesClusterState/InstallationState.php',
    'Google\\Cloud\\Gaming\\V1\\LabelSelector' => $vendorDir . '/google/cloud/Gaming/src/V1/LabelSelector.php',
    'Google\\Cloud\\Gaming\\V1\\ListGameServerClustersRequest' => $vendorDir . '/google/cloud/Gaming/src/V1/ListGameServerClustersRequest.php',
    'Google\\Cloud\\Gaming\\V1\\ListGameServerClustersResponse' => $vendorDir . '/google/cloud/Gaming/src/V1/ListGameServerClustersResponse.php',
    'Google\\Cloud\\Gaming\\V1\\ListGameServerConfigsRequest' => $vendorDir . '/google/cloud/Gaming/src/V1/ListGameServerConfigsRequest.php',
    'Google\\Cloud\\Gaming\\V1\\ListGameServerConfigsResponse' => $vendorDir . '/google/cloud/Gaming/src/V1/ListGameServerConfigsResponse.php',
    'Google\\Cloud\\Gaming\\V1\\ListGameServerDeploymentsRequest' => $vendorDir . '/google/cloud/Gaming/src/V1/ListGameServerDeploymentsRequest.php',
    'Google\\Cloud\\Gaming\\V1\\ListGameServerDeploymentsResponse' => $vendorDir . '/google/cloud/Gaming/src/V1/ListGameServerDeploymentsResponse.php',
    'Google\\Cloud\\Gaming\\V1\\ListRealmsRequest' => $vendorDir . '/google/cloud/Gaming/src/V1/ListRealmsRequest.php',
    'Google\\Cloud\\Gaming\\V1\\ListRealmsResponse' => $vendorDir . '/google/cloud/Gaming/src/V1/ListRealmsResponse.php',
    'Google\\Cloud\\Gaming\\V1\\OperationMetadata' => $vendorDir . '/google/cloud/Gaming/src/V1/OperationMetadata.php',
    'Google\\Cloud\\Gaming\\V1\\OperationStatus' => $vendorDir . '/google/cloud/Gaming/src/V1/OperationStatus.php',
    'Google\\Cloud\\Gaming\\V1\\OperationStatus\\ErrorCode' => $vendorDir . '/google/cloud/Gaming/src/V1/OperationStatus/ErrorCode.php',
    'Google\\Cloud\\Gaming\\V1\\PreviewCreateGameServerClusterRequest' => $vendorDir . '/google/cloud/Gaming/src/V1/PreviewCreateGameServerClusterRequest.php',
    'Google\\Cloud\\Gaming\\V1\\PreviewCreateGameServerClusterResponse' => $vendorDir . '/google/cloud/Gaming/src/V1/PreviewCreateGameServerClusterResponse.php',
    'Google\\Cloud\\Gaming\\V1\\PreviewDeleteGameServerClusterRequest' => $vendorDir . '/google/cloud/Gaming/src/V1/PreviewDeleteGameServerClusterRequest.php',
    'Google\\Cloud\\Gaming\\V1\\PreviewDeleteGameServerClusterResponse' => $vendorDir . '/google/cloud/Gaming/src/V1/PreviewDeleteGameServerClusterResponse.php',
    'Google\\Cloud\\Gaming\\V1\\PreviewGameServerDeploymentRolloutRequest' => $vendorDir . '/google/cloud/Gaming/src/V1/PreviewGameServerDeploymentRolloutRequest.php',
    'Google\\Cloud\\Gaming\\V1\\PreviewGameServerDeploymentRolloutResponse' => $vendorDir . '/google/cloud/Gaming/src/V1/PreviewGameServerDeploymentRolloutResponse.php',
    'Google\\Cloud\\Gaming\\V1\\PreviewRealmUpdateRequest' => $vendorDir . '/google/cloud/Gaming/src/V1/PreviewRealmUpdateRequest.php',
    'Google\\Cloud\\Gaming\\V1\\PreviewRealmUpdateResponse' => $vendorDir . '/google/cloud/Gaming/src/V1/PreviewRealmUpdateResponse.php',
    'Google\\Cloud\\Gaming\\V1\\PreviewUpdateGameServerClusterRequest' => $vendorDir . '/google/cloud/Gaming/src/V1/PreviewUpdateGameServerClusterRequest.php',
    'Google\\Cloud\\Gaming\\V1\\PreviewUpdateGameServerClusterResponse' => $vendorDir . '/google/cloud/Gaming/src/V1/PreviewUpdateGameServerClusterResponse.php',
    'Google\\Cloud\\Gaming\\V1\\Realm' => $vendorDir . '/google/cloud/Gaming/src/V1/Realm.php',
    'Google\\Cloud\\Gaming\\V1\\RealmSelector' => $vendorDir . '/google/cloud/Gaming/src/V1/RealmSelector.php',
    'Google\\Cloud\\Gaming\\V1\\RealmsServiceClient' => $vendorDir . '/google/cloud/Gaming/src/V1/RealmsServiceClient.php',
    'Google\\Cloud\\Gaming\\V1\\ScalingConfig' => $vendorDir . '/google/cloud/Gaming/src/V1/ScalingConfig.php',
    'Google\\Cloud\\Gaming\\V1\\Schedule' => $vendorDir . '/google/cloud/Gaming/src/V1/Schedule.php',
    'Google\\Cloud\\Gaming\\V1\\SpecSource' => $vendorDir . '/google/cloud/Gaming/src/V1/SpecSource.php',
    'Google\\Cloud\\Gaming\\V1\\TargetDetails' => $vendorDir . '/google/cloud/Gaming/src/V1/TargetDetails.php',
    'Google\\Cloud\\Gaming\\V1\\TargetDetails\\TargetFleetDetails' => $vendorDir . '/google/cloud/Gaming/src/V1/TargetDetails/TargetFleetDetails.php',
    'Google\\Cloud\\Gaming\\V1\\TargetDetails\\TargetFleetDetails\\TargetFleet' => $vendorDir . '/google/cloud/Gaming/src/V1/TargetDetails/TargetFleetDetails/TargetFleet.php',
    'Google\\Cloud\\Gaming\\V1\\TargetDetails\\TargetFleetDetails\\TargetFleetAutoscaler' => $vendorDir . '/google/cloud/Gaming/src/V1/TargetDetails/TargetFleetDetails/TargetFleetAutoscaler.php',
    'Google\\Cloud\\Gaming\\V1\\TargetState' => $vendorDir . '/google/cloud/Gaming/src/V1/TargetState.php',
    'Google\\Cloud\\Gaming\\V1\\UpdateGameServerClusterRequest' => $vendorDir . '/google/cloud/Gaming/src/V1/UpdateGameServerClusterRequest.php',
    'Google\\Cloud\\Gaming\\V1\\UpdateGameServerDeploymentRequest' => $vendorDir . '/google/cloud/Gaming/src/V1/UpdateGameServerDeploymentRequest.php',
    'Google\\Cloud\\Gaming\\V1\\UpdateGameServerDeploymentRolloutRequest' => $vendorDir . '/google/cloud/Gaming/src/V1/UpdateGameServerDeploymentRolloutRequest.php',
    'Google\\Cloud\\Gaming\\V1\\UpdateRealmRequest' => $vendorDir . '/google/cloud/Gaming/src/V1/UpdateRealmRequest.php',
    'Google\\Cloud\\GkeBackup\\V1\\Backup' => $vendorDir . '/google/cloud/GkeBackup/src/V1/Backup.php',
    'Google\\Cloud\\GkeBackup\\V1\\BackupForGKEClient' => $vendorDir . '/google/cloud/GkeBackup/src/V1/BackupForGKEClient.php',
    'Google\\Cloud\\GkeBackup\\V1\\BackupForGKEGrpcClient' => $vendorDir . '/google/cloud/GkeBackup/src/V1/BackupForGKEGrpcClient.php',
    'Google\\Cloud\\GkeBackup\\V1\\BackupPlan' => $vendorDir . '/google/cloud/GkeBackup/src/V1/BackupPlan.php',
    'Google\\Cloud\\GkeBackup\\V1\\BackupPlan\\BackupConfig' => $vendorDir . '/google/cloud/GkeBackup/src/V1/BackupPlan/BackupConfig.php',
    'Google\\Cloud\\GkeBackup\\V1\\BackupPlan\\RetentionPolicy' => $vendorDir . '/google/cloud/GkeBackup/src/V1/BackupPlan/RetentionPolicy.php',
    'Google\\Cloud\\GkeBackup\\V1\\BackupPlan\\Schedule' => $vendorDir . '/google/cloud/GkeBackup/src/V1/BackupPlan/Schedule.php',
    'Google\\Cloud\\GkeBackup\\V1\\Backup\\ClusterMetadata' => $vendorDir . '/google/cloud/GkeBackup/src/V1/Backup/ClusterMetadata.php',
    'Google\\Cloud\\GkeBackup\\V1\\Backup\\State' => $vendorDir . '/google/cloud/GkeBackup/src/V1/Backup/State.php',
    'Google\\Cloud\\GkeBackup\\V1\\CreateBackupPlanRequest' => $vendorDir . '/google/cloud/GkeBackup/src/V1/CreateBackupPlanRequest.php',
    'Google\\Cloud\\GkeBackup\\V1\\CreateBackupRequest' => $vendorDir . '/google/cloud/GkeBackup/src/V1/CreateBackupRequest.php',
    'Google\\Cloud\\GkeBackup\\V1\\CreateRestorePlanRequest' => $vendorDir . '/google/cloud/GkeBackup/src/V1/CreateRestorePlanRequest.php',
    'Google\\Cloud\\GkeBackup\\V1\\CreateRestoreRequest' => $vendorDir . '/google/cloud/GkeBackup/src/V1/CreateRestoreRequest.php',
    'Google\\Cloud\\GkeBackup\\V1\\DeleteBackupPlanRequest' => $vendorDir . '/google/cloud/GkeBackup/src/V1/DeleteBackupPlanRequest.php',
    'Google\\Cloud\\GkeBackup\\V1\\DeleteBackupRequest' => $vendorDir . '/google/cloud/GkeBackup/src/V1/DeleteBackupRequest.php',
    'Google\\Cloud\\GkeBackup\\V1\\DeleteRestorePlanRequest' => $vendorDir . '/google/cloud/GkeBackup/src/V1/DeleteRestorePlanRequest.php',
    'Google\\Cloud\\GkeBackup\\V1\\DeleteRestoreRequest' => $vendorDir . '/google/cloud/GkeBackup/src/V1/DeleteRestoreRequest.php',
    'Google\\Cloud\\GkeBackup\\V1\\EncryptionKey' => $vendorDir . '/google/cloud/GkeBackup/src/V1/EncryptionKey.php',
    'Google\\Cloud\\GkeBackup\\V1\\Gapic\\BackupForGKEGapicClient' => $vendorDir . '/google/cloud/GkeBackup/src/V1/Gapic/BackupForGKEGapicClient.php',
    'Google\\Cloud\\GkeBackup\\V1\\GetBackupPlanRequest' => $vendorDir . '/google/cloud/GkeBackup/src/V1/GetBackupPlanRequest.php',
    'Google\\Cloud\\GkeBackup\\V1\\GetBackupRequest' => $vendorDir . '/google/cloud/GkeBackup/src/V1/GetBackupRequest.php',
    'Google\\Cloud\\GkeBackup\\V1\\GetRestorePlanRequest' => $vendorDir . '/google/cloud/GkeBackup/src/V1/GetRestorePlanRequest.php',
    'Google\\Cloud\\GkeBackup\\V1\\GetRestoreRequest' => $vendorDir . '/google/cloud/GkeBackup/src/V1/GetRestoreRequest.php',
    'Google\\Cloud\\GkeBackup\\V1\\GetVolumeBackupRequest' => $vendorDir . '/google/cloud/GkeBackup/src/V1/GetVolumeBackupRequest.php',
    'Google\\Cloud\\GkeBackup\\V1\\GetVolumeRestoreRequest' => $vendorDir . '/google/cloud/GkeBackup/src/V1/GetVolumeRestoreRequest.php',
    'Google\\Cloud\\GkeBackup\\V1\\ListBackupPlansRequest' => $vendorDir . '/google/cloud/GkeBackup/src/V1/ListBackupPlansRequest.php',
    'Google\\Cloud\\GkeBackup\\V1\\ListBackupPlansResponse' => $vendorDir . '/google/cloud/GkeBackup/src/V1/ListBackupPlansResponse.php',
    'Google\\Cloud\\GkeBackup\\V1\\ListBackupsRequest' => $vendorDir . '/google/cloud/GkeBackup/src/V1/ListBackupsRequest.php',
    'Google\\Cloud\\GkeBackup\\V1\\ListBackupsResponse' => $vendorDir . '/google/cloud/GkeBackup/src/V1/ListBackupsResponse.php',
    'Google\\Cloud\\GkeBackup\\V1\\ListRestorePlansRequest' => $vendorDir . '/google/cloud/GkeBackup/src/V1/ListRestorePlansRequest.php',
    'Google\\Cloud\\GkeBackup\\V1\\ListRestorePlansResponse' => $vendorDir . '/google/cloud/GkeBackup/src/V1/ListRestorePlansResponse.php',
    'Google\\Cloud\\GkeBackup\\V1\\ListRestoresRequest' => $vendorDir . '/google/cloud/GkeBackup/src/V1/ListRestoresRequest.php',
    'Google\\Cloud\\GkeBackup\\V1\\ListRestoresResponse' => $vendorDir . '/google/cloud/GkeBackup/src/V1/ListRestoresResponse.php',
    'Google\\Cloud\\GkeBackup\\V1\\ListVolumeBackupsRequest' => $vendorDir . '/google/cloud/GkeBackup/src/V1/ListVolumeBackupsRequest.php',
    'Google\\Cloud\\GkeBackup\\V1\\ListVolumeBackupsResponse' => $vendorDir . '/google/cloud/GkeBackup/src/V1/ListVolumeBackupsResponse.php',
    'Google\\Cloud\\GkeBackup\\V1\\ListVolumeRestoresRequest' => $vendorDir . '/google/cloud/GkeBackup/src/V1/ListVolumeRestoresRequest.php',
    'Google\\Cloud\\GkeBackup\\V1\\ListVolumeRestoresResponse' => $vendorDir . '/google/cloud/GkeBackup/src/V1/ListVolumeRestoresResponse.php',
    'Google\\Cloud\\GkeBackup\\V1\\NamespacedName' => $vendorDir . '/google/cloud/GkeBackup/src/V1/NamespacedName.php',
    'Google\\Cloud\\GkeBackup\\V1\\NamespacedNames' => $vendorDir . '/google/cloud/GkeBackup/src/V1/NamespacedNames.php',
    'Google\\Cloud\\GkeBackup\\V1\\Namespaces' => $vendorDir . '/google/cloud/GkeBackup/src/V1/Namespaces.php',
    'Google\\Cloud\\GkeBackup\\V1\\OperationMetadata' => $vendorDir . '/google/cloud/GkeBackup/src/V1/OperationMetadata.php',
    'Google\\Cloud\\GkeBackup\\V1\\Restore' => $vendorDir . '/google/cloud/GkeBackup/src/V1/Restore.php',
    'Google\\Cloud\\GkeBackup\\V1\\RestoreConfig' => $vendorDir . '/google/cloud/GkeBackup/src/V1/RestoreConfig.php',
    'Google\\Cloud\\GkeBackup\\V1\\RestoreConfig\\ClusterResourceConflictPolicy' => $vendorDir . '/google/cloud/GkeBackup/src/V1/RestoreConfig/ClusterResourceConflictPolicy.php',
    'Google\\Cloud\\GkeBackup\\V1\\RestoreConfig\\ClusterResourceRestoreScope' => $vendorDir . '/google/cloud/GkeBackup/src/V1/RestoreConfig/ClusterResourceRestoreScope.php',
    'Google\\Cloud\\GkeBackup\\V1\\RestoreConfig\\GroupKind' => $vendorDir . '/google/cloud/GkeBackup/src/V1/RestoreConfig/GroupKind.php',
    'Google\\Cloud\\GkeBackup\\V1\\RestoreConfig\\NamespacedResourceRestoreMode' => $vendorDir . '/google/cloud/GkeBackup/src/V1/RestoreConfig/NamespacedResourceRestoreMode.php',
    'Google\\Cloud\\GkeBackup\\V1\\RestoreConfig\\SubstitutionRule' => $vendorDir . '/google/cloud/GkeBackup/src/V1/RestoreConfig/SubstitutionRule.php',
    'Google\\Cloud\\GkeBackup\\V1\\RestoreConfig\\VolumeDataRestorePolicy' => $vendorDir . '/google/cloud/GkeBackup/src/V1/RestoreConfig/VolumeDataRestorePolicy.php',
    'Google\\Cloud\\GkeBackup\\V1\\RestorePlan' => $vendorDir . '/google/cloud/GkeBackup/src/V1/RestorePlan.php',
    'Google\\Cloud\\GkeBackup\\V1\\Restore\\State' => $vendorDir . '/google/cloud/GkeBackup/src/V1/Restore/State.php',
    'Google\\Cloud\\GkeBackup\\V1\\UpdateBackupPlanRequest' => $vendorDir . '/google/cloud/GkeBackup/src/V1/UpdateBackupPlanRequest.php',
    'Google\\Cloud\\GkeBackup\\V1\\UpdateBackupRequest' => $vendorDir . '/google/cloud/GkeBackup/src/V1/UpdateBackupRequest.php',
    'Google\\Cloud\\GkeBackup\\V1\\UpdateRestorePlanRequest' => $vendorDir . '/google/cloud/GkeBackup/src/V1/UpdateRestorePlanRequest.php',
    'Google\\Cloud\\GkeBackup\\V1\\UpdateRestoreRequest' => $vendorDir . '/google/cloud/GkeBackup/src/V1/UpdateRestoreRequest.php',
    'Google\\Cloud\\GkeBackup\\V1\\VolumeBackup' => $vendorDir . '/google/cloud/GkeBackup/src/V1/VolumeBackup.php',
    'Google\\Cloud\\GkeBackup\\V1\\VolumeBackup\\State' => $vendorDir . '/google/cloud/GkeBackup/src/V1/VolumeBackup/State.php',
    'Google\\Cloud\\GkeBackup\\V1\\VolumeBackup\\VolumeBackupFormat' => $vendorDir . '/google/cloud/GkeBackup/src/V1/VolumeBackup/VolumeBackupFormat.php',
    'Google\\Cloud\\GkeBackup\\V1\\VolumeRestore' => $vendorDir . '/google/cloud/GkeBackup/src/V1/VolumeRestore.php',
    'Google\\Cloud\\GkeBackup\\V1\\VolumeRestore\\State' => $vendorDir . '/google/cloud/GkeBackup/src/V1/VolumeRestore/State.php',
    'Google\\Cloud\\GkeBackup\\V1\\VolumeRestore\\VolumeType' => $vendorDir . '/google/cloud/GkeBackup/src/V1/VolumeRestore/VolumeType.php',
    'Google\\Cloud\\GkeConnect\\Gateway\\V1beta1\\Gapic\\GatewayServiceGapicClient' => $vendorDir . '/google/cloud/GkeConnectGateway/src/V1beta1/Gapic/GatewayServiceGapicClient.php',
    'Google\\Cloud\\GkeConnect\\Gateway\\V1beta1\\GatewayServiceClient' => $vendorDir . '/google/cloud/GkeConnectGateway/src/V1beta1/GatewayServiceClient.php',
    'Google\\Cloud\\GkeConnect\\Gateway\\V1beta1\\GatewayServiceGrpcClient' => $vendorDir . '/google/cloud/GkeConnectGateway/src/V1beta1/GatewayServiceGrpcClient.php',
    'Google\\Cloud\\GkeHub\\V1beta1\\ApplianceCluster' => $vendorDir . '/google/cloud/GkeHub/src/V1beta1/ApplianceCluster.php',
    'Google\\Cloud\\GkeHub\\V1beta1\\Authority' => $vendorDir . '/google/cloud/GkeHub/src/V1beta1/Authority.php',
    'Google\\Cloud\\GkeHub\\V1beta1\\ConnectAgent' => $vendorDir . '/google/cloud/GkeHub/src/V1beta1/ConnectAgent.php',
    'Google\\Cloud\\GkeHub\\V1beta1\\ConnectAgentResource' => $vendorDir . '/google/cloud/GkeHub/src/V1beta1/ConnectAgentResource.php',
    'Google\\Cloud\\GkeHub\\V1beta1\\CreateMembershipRequest' => $vendorDir . '/google/cloud/GkeHub/src/V1beta1/CreateMembershipRequest.php',
    'Google\\Cloud\\GkeHub\\V1beta1\\DeleteMembershipRequest' => $vendorDir . '/google/cloud/GkeHub/src/V1beta1/DeleteMembershipRequest.php',
    'Google\\Cloud\\GkeHub\\V1beta1\\EdgeCluster' => $vendorDir . '/google/cloud/GkeHub/src/V1beta1/EdgeCluster.php',
    'Google\\Cloud\\GkeHub\\V1beta1\\Gapic\\GkeHubMembershipServiceGapicClient' => $vendorDir . '/google/cloud/GkeHub/src/V1beta1/Gapic/GkeHubMembershipServiceGapicClient.php',
    'Google\\Cloud\\GkeHub\\V1beta1\\GenerateConnectManifestRequest' => $vendorDir . '/google/cloud/GkeHub/src/V1beta1/GenerateConnectManifestRequest.php',
    'Google\\Cloud\\GkeHub\\V1beta1\\GenerateConnectManifestResponse' => $vendorDir . '/google/cloud/GkeHub/src/V1beta1/GenerateConnectManifestResponse.php',
    'Google\\Cloud\\GkeHub\\V1beta1\\GenerateExclusivityManifestRequest' => $vendorDir . '/google/cloud/GkeHub/src/V1beta1/GenerateExclusivityManifestRequest.php',
    'Google\\Cloud\\GkeHub\\V1beta1\\GenerateExclusivityManifestResponse' => $vendorDir . '/google/cloud/GkeHub/src/V1beta1/GenerateExclusivityManifestResponse.php',
    'Google\\Cloud\\GkeHub\\V1beta1\\GetMembershipRequest' => $vendorDir . '/google/cloud/GkeHub/src/V1beta1/GetMembershipRequest.php',
    'Google\\Cloud\\GkeHub\\V1beta1\\GkeCluster' => $vendorDir . '/google/cloud/GkeHub/src/V1beta1/GkeCluster.php',
    'Google\\Cloud\\GkeHub\\V1beta1\\GkeHubMembershipServiceClient' => $vendorDir . '/google/cloud/GkeHub/src/V1beta1/GkeHubMembershipServiceClient.php',
    'Google\\Cloud\\GkeHub\\V1beta1\\GkeHubMembershipServiceGrpcClient' => $vendorDir . '/google/cloud/GkeHub/src/V1beta1/GkeHubMembershipServiceGrpcClient.php',
    'Google\\Cloud\\GkeHub\\V1beta1\\KubernetesMetadata' => $vendorDir . '/google/cloud/GkeHub/src/V1beta1/KubernetesMetadata.php',
    'Google\\Cloud\\GkeHub\\V1beta1\\KubernetesResource' => $vendorDir . '/google/cloud/GkeHub/src/V1beta1/KubernetesResource.php',
    'Google\\Cloud\\GkeHub\\V1beta1\\ListMembershipsRequest' => $vendorDir . '/google/cloud/GkeHub/src/V1beta1/ListMembershipsRequest.php',
    'Google\\Cloud\\GkeHub\\V1beta1\\ListMembershipsResponse' => $vendorDir . '/google/cloud/GkeHub/src/V1beta1/ListMembershipsResponse.php',
    'Google\\Cloud\\GkeHub\\V1beta1\\Membership' => $vendorDir . '/google/cloud/GkeHub/src/V1beta1/Membership.php',
    'Google\\Cloud\\GkeHub\\V1beta1\\MembershipEndpoint' => $vendorDir . '/google/cloud/GkeHub/src/V1beta1/MembershipEndpoint.php',
    'Google\\Cloud\\GkeHub\\V1beta1\\MembershipState' => $vendorDir . '/google/cloud/GkeHub/src/V1beta1/MembershipState.php',
    'Google\\Cloud\\GkeHub\\V1beta1\\MembershipState\\Code' => $vendorDir . '/google/cloud/GkeHub/src/V1beta1/MembershipState/Code.php',
    'Google\\Cloud\\GkeHub\\V1beta1\\MembershipState_Code' => $vendorDir . '/google/cloud/GkeHub/src/V1beta1/MembershipState_Code.php',
    'Google\\Cloud\\GkeHub\\V1beta1\\Membership\\InfrastructureType' => $vendorDir . '/google/cloud/GkeHub/src/V1beta1/Membership/InfrastructureType.php',
    'Google\\Cloud\\GkeHub\\V1beta1\\Membership_InfrastructureType' => $vendorDir . '/google/cloud/GkeHub/src/V1beta1/Membership_InfrastructureType.php',
    'Google\\Cloud\\GkeHub\\V1beta1\\MultiCloudCluster' => $vendorDir . '/google/cloud/GkeHub/src/V1beta1/MultiCloudCluster.php',
    'Google\\Cloud\\GkeHub\\V1beta1\\OnPremCluster' => $vendorDir . '/google/cloud/GkeHub/src/V1beta1/OnPremCluster.php',
    'Google\\Cloud\\GkeHub\\V1beta1\\OnPremCluster\\ClusterType' => $vendorDir . '/google/cloud/GkeHub/src/V1beta1/OnPremCluster/ClusterType.php',
    'Google\\Cloud\\GkeHub\\V1beta1\\OnPremCluster_ClusterType' => $vendorDir . '/google/cloud/GkeHub/src/V1beta1/OnPremCluster_ClusterType.php',
    'Google\\Cloud\\GkeHub\\V1beta1\\OperationMetadata' => $vendorDir . '/google/cloud/GkeHub/src/V1beta1/OperationMetadata.php',
    'Google\\Cloud\\GkeHub\\V1beta1\\ResourceManifest' => $vendorDir . '/google/cloud/GkeHub/src/V1beta1/ResourceManifest.php',
    'Google\\Cloud\\GkeHub\\V1beta1\\ResourceOptions' => $vendorDir . '/google/cloud/GkeHub/src/V1beta1/ResourceOptions.php',
    'Google\\Cloud\\GkeHub\\V1beta1\\TypeMeta' => $vendorDir . '/google/cloud/GkeHub/src/V1beta1/TypeMeta.php',
    'Google\\Cloud\\GkeHub\\V1beta1\\UpdateMembershipRequest' => $vendorDir . '/google/cloud/GkeHub/src/V1beta1/UpdateMembershipRequest.php',
    'Google\\Cloud\\GkeHub\\V1beta1\\ValidateExclusivityRequest' => $vendorDir . '/google/cloud/GkeHub/src/V1beta1/ValidateExclusivityRequest.php',
    'Google\\Cloud\\GkeHub\\V1beta1\\ValidateExclusivityResponse' => $vendorDir . '/google/cloud/GkeHub/src/V1beta1/ValidateExclusivityResponse.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AttachedCluster' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AttachedCluster.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AttachedClusterError' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AttachedClusterError.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AttachedClusterUser' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AttachedClusterUser.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AttachedCluster\\State' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AttachedCluster/State.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AttachedClustersAuthorization' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AttachedClustersAuthorization.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AttachedClustersClient' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AttachedClustersClient.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AttachedClustersGrpcClient' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AttachedClustersGrpcClient.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AttachedOidcConfig' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AttachedOidcConfig.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AttachedPlatformVersionInfo' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AttachedPlatformVersionInfo.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AttachedServerConfig' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AttachedServerConfig.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AwsAuthorization' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AwsAuthorization.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AwsAutoscalingGroupMetricsCollection' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AwsAutoscalingGroupMetricsCollection.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AwsCluster' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AwsCluster.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AwsClusterError' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AwsClusterError.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AwsClusterNetworking' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AwsClusterNetworking.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AwsClusterUser' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AwsClusterUser.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AwsCluster\\State' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AwsCluster/State.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AwsClustersClient' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AwsClustersClient.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AwsClustersGrpcClient' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AwsClustersGrpcClient.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AwsConfigEncryption' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AwsConfigEncryption.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AwsControlPlane' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AwsControlPlane.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AwsDatabaseEncryption' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AwsDatabaseEncryption.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AwsInstancePlacement' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AwsInstancePlacement.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AwsInstancePlacement\\Tenancy' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AwsInstancePlacement/Tenancy.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AwsK8sVersionInfo' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AwsK8sVersionInfo.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AwsNodeConfig' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AwsNodeConfig.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AwsNodePool' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AwsNodePool.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AwsNodePoolAutoscaling' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AwsNodePoolAutoscaling.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AwsNodePoolError' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AwsNodePoolError.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AwsNodePool\\State' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AwsNodePool/State.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AwsProxyConfig' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AwsProxyConfig.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AwsServerConfig' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AwsServerConfig.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AwsServicesAuthentication' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AwsServicesAuthentication.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AwsSshConfig' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AwsSshConfig.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AwsVolumeTemplate' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AwsVolumeTemplate.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AwsVolumeTemplate\\VolumeType' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AwsVolumeTemplate/VolumeType.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AzureAuthorization' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AzureAuthorization.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AzureClient' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AzureClient.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AzureCluster' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AzureCluster.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AzureClusterError' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AzureClusterError.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AzureClusterNetworking' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AzureClusterNetworking.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AzureClusterResources' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AzureClusterResources.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AzureClusterUser' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AzureClusterUser.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AzureCluster\\State' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AzureCluster/State.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AzureClustersClient' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AzureClustersClient.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AzureClustersGrpcClient' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AzureClustersGrpcClient.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AzureConfigEncryption' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AzureConfigEncryption.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AzureControlPlane' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AzureControlPlane.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AzureDatabaseEncryption' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AzureDatabaseEncryption.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AzureDiskTemplate' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AzureDiskTemplate.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AzureK8sVersionInfo' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AzureK8sVersionInfo.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AzureNodeConfig' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AzureNodeConfig.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AzureNodePool' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AzureNodePool.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AzureNodePoolAutoscaling' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AzureNodePoolAutoscaling.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AzureNodePoolError' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AzureNodePoolError.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AzureNodePool\\State' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AzureNodePool/State.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AzureProxyConfig' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AzureProxyConfig.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AzureServerConfig' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AzureServerConfig.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AzureServicesAuthentication' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AzureServicesAuthentication.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\AzureSshConfig' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/AzureSshConfig.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\CreateAttachedClusterRequest' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/CreateAttachedClusterRequest.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\CreateAwsClusterRequest' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/CreateAwsClusterRequest.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\CreateAwsNodePoolRequest' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/CreateAwsNodePoolRequest.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\CreateAzureClientRequest' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/CreateAzureClientRequest.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\CreateAzureClusterRequest' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/CreateAzureClusterRequest.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\CreateAzureNodePoolRequest' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/CreateAzureNodePoolRequest.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\DeleteAttachedClusterRequest' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/DeleteAttachedClusterRequest.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\DeleteAwsClusterRequest' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/DeleteAwsClusterRequest.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\DeleteAwsNodePoolRequest' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/DeleteAwsNodePoolRequest.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\DeleteAzureClientRequest' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/DeleteAzureClientRequest.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\DeleteAzureClusterRequest' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/DeleteAzureClusterRequest.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\DeleteAzureNodePoolRequest' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/DeleteAzureNodePoolRequest.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\Fleet' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/Fleet.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\Gapic\\AttachedClustersGapicClient' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/Gapic/AttachedClustersGapicClient.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\Gapic\\AwsClustersGapicClient' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/Gapic/AwsClustersGapicClient.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\Gapic\\AzureClustersGapicClient' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/Gapic/AzureClustersGapicClient.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\GenerateAttachedClusterInstallManifestRequest' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/GenerateAttachedClusterInstallManifestRequest.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\GenerateAttachedClusterInstallManifestResponse' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/GenerateAttachedClusterInstallManifestResponse.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\GenerateAwsAccessTokenRequest' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/GenerateAwsAccessTokenRequest.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\GenerateAwsAccessTokenResponse' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/GenerateAwsAccessTokenResponse.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\GenerateAzureAccessTokenRequest' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/GenerateAzureAccessTokenRequest.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\GenerateAzureAccessTokenResponse' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/GenerateAzureAccessTokenResponse.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\GetAttachedClusterRequest' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/GetAttachedClusterRequest.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\GetAttachedServerConfigRequest' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/GetAttachedServerConfigRequest.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\GetAwsClusterRequest' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/GetAwsClusterRequest.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\GetAwsNodePoolRequest' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/GetAwsNodePoolRequest.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\GetAwsServerConfigRequest' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/GetAwsServerConfigRequest.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\GetAzureClientRequest' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/GetAzureClientRequest.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\GetAzureClusterRequest' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/GetAzureClusterRequest.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\GetAzureNodePoolRequest' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/GetAzureNodePoolRequest.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\GetAzureServerConfigRequest' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/GetAzureServerConfigRequest.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\ImportAttachedClusterRequest' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/ImportAttachedClusterRequest.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\ListAttachedClustersRequest' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/ListAttachedClustersRequest.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\ListAttachedClustersResponse' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/ListAttachedClustersResponse.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\ListAwsClustersRequest' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/ListAwsClustersRequest.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\ListAwsClustersResponse' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/ListAwsClustersResponse.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\ListAwsNodePoolsRequest' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/ListAwsNodePoolsRequest.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\ListAwsNodePoolsResponse' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/ListAwsNodePoolsResponse.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\ListAzureClientsRequest' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/ListAzureClientsRequest.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\ListAzureClientsResponse' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/ListAzureClientsResponse.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\ListAzureClustersRequest' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/ListAzureClustersRequest.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\ListAzureClustersResponse' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/ListAzureClustersResponse.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\ListAzureNodePoolsRequest' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/ListAzureNodePoolsRequest.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\ListAzureNodePoolsResponse' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/ListAzureNodePoolsResponse.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\LoggingComponentConfig' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/LoggingComponentConfig.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\LoggingComponentConfig\\Component' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/LoggingComponentConfig/Component.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\LoggingConfig' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/LoggingConfig.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\ManagedPrometheusConfig' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/ManagedPrometheusConfig.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\MaxPodsConstraint' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/MaxPodsConstraint.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\MonitoringConfig' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/MonitoringConfig.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\NodeTaint' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/NodeTaint.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\NodeTaint\\Effect' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/NodeTaint/Effect.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\OperationMetadata' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/OperationMetadata.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\ReplicaPlacement' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/ReplicaPlacement.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\UpdateAttachedClusterRequest' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/UpdateAttachedClusterRequest.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\UpdateAwsClusterRequest' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/UpdateAwsClusterRequest.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\UpdateAwsNodePoolRequest' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/UpdateAwsNodePoolRequest.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\UpdateAzureClusterRequest' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/UpdateAzureClusterRequest.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\UpdateAzureNodePoolRequest' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/UpdateAzureNodePoolRequest.php',
    'Google\\Cloud\\GkeMultiCloud\\V1\\WorkloadIdentityConfig' => $vendorDir . '/google/cloud/GkeMultiCloud/src/V1/WorkloadIdentityConfig.php',
    'Google\\Cloud\\Iam\\Credentials\\V1\\Gapic\\IAMCredentialsGapicClient' => $vendorDir . '/google/cloud/IamCredentials/src/V1/Gapic/IAMCredentialsGapicClient.php',
    'Google\\Cloud\\Iam\\Credentials\\V1\\GenerateAccessTokenRequest' => $vendorDir . '/google/cloud/IamCredentials/src/V1/GenerateAccessTokenRequest.php',
    'Google\\Cloud\\Iam\\Credentials\\V1\\GenerateAccessTokenResponse' => $vendorDir . '/google/cloud/IamCredentials/src/V1/GenerateAccessTokenResponse.php',
    'Google\\Cloud\\Iam\\Credentials\\V1\\GenerateIdTokenRequest' => $vendorDir . '/google/cloud/IamCredentials/src/V1/GenerateIdTokenRequest.php',
    'Google\\Cloud\\Iam\\Credentials\\V1\\GenerateIdTokenResponse' => $vendorDir . '/google/cloud/IamCredentials/src/V1/GenerateIdTokenResponse.php',
    'Google\\Cloud\\Iam\\Credentials\\V1\\IAMCredentialsClient' => $vendorDir . '/google/cloud/IamCredentials/src/V1/IAMCredentialsClient.php',
    'Google\\Cloud\\Iam\\Credentials\\V1\\SignBlobRequest' => $vendorDir . '/google/cloud/IamCredentials/src/V1/SignBlobRequest.php',
    'Google\\Cloud\\Iam\\Credentials\\V1\\SignBlobResponse' => $vendorDir . '/google/cloud/IamCredentials/src/V1/SignBlobResponse.php',
    'Google\\Cloud\\Iam\\Credentials\\V1\\SignJwtRequest' => $vendorDir . '/google/cloud/IamCredentials/src/V1/SignJwtRequest.php',
    'Google\\Cloud\\Iam\\Credentials\\V1\\SignJwtResponse' => $vendorDir . '/google/cloud/IamCredentials/src/V1/SignJwtResponse.php',
    'Google\\Cloud\\Iam\\V1\\AuditConfigDelta' => $vendorDir . '/google/common-protos/src/Cloud/Iam/V1/AuditConfigDelta.php',
    'Google\\Cloud\\Iam\\V1\\AuditConfigDelta\\Action' => $vendorDir . '/google/common-protos/src/Cloud/Iam/V1/AuditConfigDelta/Action.php',
    'Google\\Cloud\\Iam\\V1\\AuditConfigDelta_Action' => $vendorDir . '/google/common-protos/src/Cloud/Iam/V1/AuditConfigDelta_Action.php',
    'Google\\Cloud\\Iam\\V1\\Binding' => $vendorDir . '/google/common-protos/src/Cloud/Iam/V1/Binding.php',
    'Google\\Cloud\\Iam\\V1\\BindingDelta' => $vendorDir . '/google/common-protos/src/Cloud/Iam/V1/BindingDelta.php',
    'Google\\Cloud\\Iam\\V1\\BindingDelta\\Action' => $vendorDir . '/google/common-protos/src/Cloud/Iam/V1/BindingDelta/Action.php',
    'Google\\Cloud\\Iam\\V1\\BindingDelta_Action' => $vendorDir . '/google/common-protos/src/Cloud/Iam/V1/BindingDelta_Action.php',
    'Google\\Cloud\\Iam\\V1\\GetIamPolicyRequest' => $vendorDir . '/google/common-protos/src/Cloud/Iam/V1/GetIamPolicyRequest.php',
    'Google\\Cloud\\Iam\\V1\\GetPolicyOptions' => $vendorDir . '/google/common-protos/src/Cloud/Iam/V1/GetPolicyOptions.php',
    'Google\\Cloud\\Iam\\V1\\Policy' => $vendorDir . '/google/common-protos/src/Cloud/Iam/V1/Policy.php',
    'Google\\Cloud\\Iam\\V1\\PolicyDelta' => $vendorDir . '/google/common-protos/src/Cloud/Iam/V1/PolicyDelta.php',
    'Google\\Cloud\\Iam\\V1\\SetIamPolicyRequest' => $vendorDir . '/google/common-protos/src/Cloud/Iam/V1/SetIamPolicyRequest.php',
    'Google\\Cloud\\Iam\\V1\\TestIamPermissionsRequest' => $vendorDir . '/google/common-protos/src/Cloud/Iam/V1/TestIamPermissionsRequest.php',
    'Google\\Cloud\\Iam\\V1\\TestIamPermissionsResponse' => $vendorDir . '/google/common-protos/src/Cloud/Iam/V1/TestIamPermissionsResponse.php',
    'Google\\Cloud\\Iam\\V2\\CreatePolicyRequest' => $vendorDir . '/google/cloud/Iam/src/V2/CreatePolicyRequest.php',
    'Google\\Cloud\\Iam\\V2\\DeletePolicyRequest' => $vendorDir . '/google/cloud/Iam/src/V2/DeletePolicyRequest.php',
    'Google\\Cloud\\Iam\\V2\\DenyRule' => $vendorDir . '/google/cloud/Iam/src/V2/DenyRule.php',
    'Google\\Cloud\\Iam\\V2\\Gapic\\PoliciesGapicClient' => $vendorDir . '/google/cloud/Iam/src/V2/Gapic/PoliciesGapicClient.php',
    'Google\\Cloud\\Iam\\V2\\GetPolicyRequest' => $vendorDir . '/google/cloud/Iam/src/V2/GetPolicyRequest.php',
    'Google\\Cloud\\Iam\\V2\\ListPoliciesRequest' => $vendorDir . '/google/cloud/Iam/src/V2/ListPoliciesRequest.php',
    'Google\\Cloud\\Iam\\V2\\ListPoliciesResponse' => $vendorDir . '/google/cloud/Iam/src/V2/ListPoliciesResponse.php',
    'Google\\Cloud\\Iam\\V2\\PoliciesClient' => $vendorDir . '/google/cloud/Iam/src/V2/PoliciesClient.php',
    'Google\\Cloud\\Iam\\V2\\Policy' => $vendorDir . '/google/cloud/Iam/src/V2/Policy.php',
    'Google\\Cloud\\Iam\\V2\\PolicyOperationMetadata' => $vendorDir . '/google/cloud/Iam/src/V2/PolicyOperationMetadata.php',
    'Google\\Cloud\\Iam\\V2\\PolicyRule' => $vendorDir . '/google/cloud/Iam/src/V2/PolicyRule.php',
    'Google\\Cloud\\Iam\\V2\\UpdatePolicyRequest' => $vendorDir . '/google/cloud/Iam/src/V2/UpdatePolicyRequest.php',
    'Google\\Cloud\\Iap\\V1\\AccessDeniedPageSettings' => $vendorDir . '/google/cloud/Iap/src/V1/AccessDeniedPageSettings.php',
    'Google\\Cloud\\Iap\\V1\\AccessSettings' => $vendorDir . '/google/cloud/Iap/src/V1/AccessSettings.php',
    'Google\\Cloud\\Iap\\V1\\AllowedDomainsSettings' => $vendorDir . '/google/cloud/Iap/src/V1/AllowedDomainsSettings.php',
    'Google\\Cloud\\Iap\\V1\\ApplicationSettings' => $vendorDir . '/google/cloud/Iap/src/V1/ApplicationSettings.php',
    'Google\\Cloud\\Iap\\V1\\AttributePropagationSettings' => $vendorDir . '/google/cloud/Iap/src/V1/AttributePropagationSettings.php',
    'Google\\Cloud\\Iap\\V1\\AttributePropagationSettings\\OutputCredentials' => $vendorDir . '/google/cloud/Iap/src/V1/AttributePropagationSettings/OutputCredentials.php',
    'Google\\Cloud\\Iap\\V1\\Brand' => $vendorDir . '/google/cloud/Iap/src/V1/Brand.php',
    'Google\\Cloud\\Iap\\V1\\CorsSettings' => $vendorDir . '/google/cloud/Iap/src/V1/CorsSettings.php',
    'Google\\Cloud\\Iap\\V1\\CreateBrandRequest' => $vendorDir . '/google/cloud/Iap/src/V1/CreateBrandRequest.php',
    'Google\\Cloud\\Iap\\V1\\CreateIdentityAwareProxyClientRequest' => $vendorDir . '/google/cloud/Iap/src/V1/CreateIdentityAwareProxyClientRequest.php',
    'Google\\Cloud\\Iap\\V1\\CreateTunnelDestGroupRequest' => $vendorDir . '/google/cloud/Iap/src/V1/CreateTunnelDestGroupRequest.php',
    'Google\\Cloud\\Iap\\V1\\CsmSettings' => $vendorDir . '/google/cloud/Iap/src/V1/CsmSettings.php',
    'Google\\Cloud\\Iap\\V1\\DeleteIdentityAwareProxyClientRequest' => $vendorDir . '/google/cloud/Iap/src/V1/DeleteIdentityAwareProxyClientRequest.php',
    'Google\\Cloud\\Iap\\V1\\DeleteTunnelDestGroupRequest' => $vendorDir . '/google/cloud/Iap/src/V1/DeleteTunnelDestGroupRequest.php',
    'Google\\Cloud\\Iap\\V1\\Gapic\\IdentityAwareProxyAdminServiceGapicClient' => $vendorDir . '/google/cloud/Iap/src/V1/Gapic/IdentityAwareProxyAdminServiceGapicClient.php',
    'Google\\Cloud\\Iap\\V1\\Gapic\\IdentityAwareProxyOAuthServiceGapicClient' => $vendorDir . '/google/cloud/Iap/src/V1/Gapic/IdentityAwareProxyOAuthServiceGapicClient.php',
    'Google\\Cloud\\Iap\\V1\\GcipSettings' => $vendorDir . '/google/cloud/Iap/src/V1/GcipSettings.php',
    'Google\\Cloud\\Iap\\V1\\GetBrandRequest' => $vendorDir . '/google/cloud/Iap/src/V1/GetBrandRequest.php',
    'Google\\Cloud\\Iap\\V1\\GetIapSettingsRequest' => $vendorDir . '/google/cloud/Iap/src/V1/GetIapSettingsRequest.php',
    'Google\\Cloud\\Iap\\V1\\GetIdentityAwareProxyClientRequest' => $vendorDir . '/google/cloud/Iap/src/V1/GetIdentityAwareProxyClientRequest.php',
    'Google\\Cloud\\Iap\\V1\\GetTunnelDestGroupRequest' => $vendorDir . '/google/cloud/Iap/src/V1/GetTunnelDestGroupRequest.php',
    'Google\\Cloud\\Iap\\V1\\IapSettings' => $vendorDir . '/google/cloud/Iap/src/V1/IapSettings.php',
    'Google\\Cloud\\Iap\\V1\\IdentityAwareProxyAdminServiceClient' => $vendorDir . '/google/cloud/Iap/src/V1/IdentityAwareProxyAdminServiceClient.php',
    'Google\\Cloud\\Iap\\V1\\IdentityAwareProxyClient' => $vendorDir . '/google/cloud/Iap/src/V1/IdentityAwareProxyClient.php',
    'Google\\Cloud\\Iap\\V1\\IdentityAwareProxyOAuthServiceClient' => $vendorDir . '/google/cloud/Iap/src/V1/IdentityAwareProxyOAuthServiceClient.php',
    'Google\\Cloud\\Iap\\V1\\ListBrandsRequest' => $vendorDir . '/google/cloud/Iap/src/V1/ListBrandsRequest.php',
    'Google\\Cloud\\Iap\\V1\\ListBrandsResponse' => $vendorDir . '/google/cloud/Iap/src/V1/ListBrandsResponse.php',
    'Google\\Cloud\\Iap\\V1\\ListIdentityAwareProxyClientsRequest' => $vendorDir . '/google/cloud/Iap/src/V1/ListIdentityAwareProxyClientsRequest.php',
    'Google\\Cloud\\Iap\\V1\\ListIdentityAwareProxyClientsResponse' => $vendorDir . '/google/cloud/Iap/src/V1/ListIdentityAwareProxyClientsResponse.php',
    'Google\\Cloud\\Iap\\V1\\ListTunnelDestGroupsRequest' => $vendorDir . '/google/cloud/Iap/src/V1/ListTunnelDestGroupsRequest.php',
    'Google\\Cloud\\Iap\\V1\\ListTunnelDestGroupsResponse' => $vendorDir . '/google/cloud/Iap/src/V1/ListTunnelDestGroupsResponse.php',
    'Google\\Cloud\\Iap\\V1\\OAuthSettings' => $vendorDir . '/google/cloud/Iap/src/V1/OAuthSettings.php',
    'Google\\Cloud\\Iap\\V1\\ReauthSettings' => $vendorDir . '/google/cloud/Iap/src/V1/ReauthSettings.php',
    'Google\\Cloud\\Iap\\V1\\ReauthSettings\\Method' => $vendorDir . '/google/cloud/Iap/src/V1/ReauthSettings/Method.php',
    'Google\\Cloud\\Iap\\V1\\ReauthSettings\\PolicyType' => $vendorDir . '/google/cloud/Iap/src/V1/ReauthSettings/PolicyType.php',
    'Google\\Cloud\\Iap\\V1\\ResetIdentityAwareProxyClientSecretRequest' => $vendorDir . '/google/cloud/Iap/src/V1/ResetIdentityAwareProxyClientSecretRequest.php',
    'Google\\Cloud\\Iap\\V1\\TunnelDestGroup' => $vendorDir . '/google/cloud/Iap/src/V1/TunnelDestGroup.php',
    'Google\\Cloud\\Iap\\V1\\UpdateIapSettingsRequest' => $vendorDir . '/google/cloud/Iap/src/V1/UpdateIapSettingsRequest.php',
    'Google\\Cloud\\Iap\\V1\\UpdateTunnelDestGroupRequest' => $vendorDir . '/google/cloud/Iap/src/V1/UpdateTunnelDestGroupRequest.php',
    'Google\\Cloud\\Ids\\V1\\CreateEndpointRequest' => $vendorDir . '/google/cloud/Ids/src/V1/CreateEndpointRequest.php',
    'Google\\Cloud\\Ids\\V1\\DeleteEndpointRequest' => $vendorDir . '/google/cloud/Ids/src/V1/DeleteEndpointRequest.php',
    'Google\\Cloud\\Ids\\V1\\Endpoint' => $vendorDir . '/google/cloud/Ids/src/V1/Endpoint.php',
    'Google\\Cloud\\Ids\\V1\\Endpoint\\Severity' => $vendorDir . '/google/cloud/Ids/src/V1/Endpoint/Severity.php',
    'Google\\Cloud\\Ids\\V1\\Endpoint\\State' => $vendorDir . '/google/cloud/Ids/src/V1/Endpoint/State.php',
    'Google\\Cloud\\Ids\\V1\\Gapic\\IDSGapicClient' => $vendorDir . '/google/cloud/Ids/src/V1/Gapic/IDSGapicClient.php',
    'Google\\Cloud\\Ids\\V1\\GetEndpointRequest' => $vendorDir . '/google/cloud/Ids/src/V1/GetEndpointRequest.php',
    'Google\\Cloud\\Ids\\V1\\IDSClient' => $vendorDir . '/google/cloud/Ids/src/V1/IDSClient.php',
    'Google\\Cloud\\Ids\\V1\\IDSGrpcClient' => $vendorDir . '/google/cloud/Ids/src/V1/IDSGrpcClient.php',
    'Google\\Cloud\\Ids\\V1\\ListEndpointsRequest' => $vendorDir . '/google/cloud/Ids/src/V1/ListEndpointsRequest.php',
    'Google\\Cloud\\Ids\\V1\\ListEndpointsResponse' => $vendorDir . '/google/cloud/Ids/src/V1/ListEndpointsResponse.php',
    'Google\\Cloud\\Ids\\V1\\OperationMetadata' => $vendorDir . '/google/cloud/Ids/src/V1/OperationMetadata.php',
    'Google\\Cloud\\Iot\\V1\\BindDeviceToGatewayRequest' => $vendorDir . '/google/cloud/Iot/src/V1/BindDeviceToGatewayRequest.php',
    'Google\\Cloud\\Iot\\V1\\BindDeviceToGatewayResponse' => $vendorDir . '/google/cloud/Iot/src/V1/BindDeviceToGatewayResponse.php',
    'Google\\Cloud\\Iot\\V1\\CreateDeviceRegistryRequest' => $vendorDir . '/google/cloud/Iot/src/V1/CreateDeviceRegistryRequest.php',
    'Google\\Cloud\\Iot\\V1\\CreateDeviceRequest' => $vendorDir . '/google/cloud/Iot/src/V1/CreateDeviceRequest.php',
    'Google\\Cloud\\Iot\\V1\\DeleteDeviceRegistryRequest' => $vendorDir . '/google/cloud/Iot/src/V1/DeleteDeviceRegistryRequest.php',
    'Google\\Cloud\\Iot\\V1\\DeleteDeviceRequest' => $vendorDir . '/google/cloud/Iot/src/V1/DeleteDeviceRequest.php',
    'Google\\Cloud\\Iot\\V1\\Device' => $vendorDir . '/google/cloud/Iot/src/V1/Device.php',
    'Google\\Cloud\\Iot\\V1\\DeviceConfig' => $vendorDir . '/google/cloud/Iot/src/V1/DeviceConfig.php',
    'Google\\Cloud\\Iot\\V1\\DeviceCredential' => $vendorDir . '/google/cloud/Iot/src/V1/DeviceCredential.php',
    'Google\\Cloud\\Iot\\V1\\DeviceManagerClient' => $vendorDir . '/google/cloud/Iot/src/V1/DeviceManagerClient.php',
    'Google\\Cloud\\Iot\\V1\\DeviceManagerGrpcClient' => $vendorDir . '/google/cloud/Iot/src/V1/DeviceManagerGrpcClient.php',
    'Google\\Cloud\\Iot\\V1\\DeviceRegistry' => $vendorDir . '/google/cloud/Iot/src/V1/DeviceRegistry.php',
    'Google\\Cloud\\Iot\\V1\\DeviceState' => $vendorDir . '/google/cloud/Iot/src/V1/DeviceState.php',
    'Google\\Cloud\\Iot\\V1\\EventNotificationConfig' => $vendorDir . '/google/cloud/Iot/src/V1/EventNotificationConfig.php',
    'Google\\Cloud\\Iot\\V1\\Gapic\\DeviceManagerGapicClient' => $vendorDir . '/google/cloud/Iot/src/V1/Gapic/DeviceManagerGapicClient.php',
    'Google\\Cloud\\Iot\\V1\\GatewayAuthMethod' => $vendorDir . '/google/cloud/Iot/src/V1/GatewayAuthMethod.php',
    'Google\\Cloud\\Iot\\V1\\GatewayConfig' => $vendorDir . '/google/cloud/Iot/src/V1/GatewayConfig.php',
    'Google\\Cloud\\Iot\\V1\\GatewayListOptions' => $vendorDir . '/google/cloud/Iot/src/V1/GatewayListOptions.php',
    'Google\\Cloud\\Iot\\V1\\GatewayType' => $vendorDir . '/google/cloud/Iot/src/V1/GatewayType.php',
    'Google\\Cloud\\Iot\\V1\\GetDeviceRegistryRequest' => $vendorDir . '/google/cloud/Iot/src/V1/GetDeviceRegistryRequest.php',
    'Google\\Cloud\\Iot\\V1\\GetDeviceRequest' => $vendorDir . '/google/cloud/Iot/src/V1/GetDeviceRequest.php',
    'Google\\Cloud\\Iot\\V1\\HttpConfig' => $vendorDir . '/google/cloud/Iot/src/V1/HttpConfig.php',
    'Google\\Cloud\\Iot\\V1\\HttpState' => $vendorDir . '/google/cloud/Iot/src/V1/HttpState.php',
    'Google\\Cloud\\Iot\\V1\\ListDeviceConfigVersionsRequest' => $vendorDir . '/google/cloud/Iot/src/V1/ListDeviceConfigVersionsRequest.php',
    'Google\\Cloud\\Iot\\V1\\ListDeviceConfigVersionsResponse' => $vendorDir . '/google/cloud/Iot/src/V1/ListDeviceConfigVersionsResponse.php',
    'Google\\Cloud\\Iot\\V1\\ListDeviceRegistriesRequest' => $vendorDir . '/google/cloud/Iot/src/V1/ListDeviceRegistriesRequest.php',
    'Google\\Cloud\\Iot\\V1\\ListDeviceRegistriesResponse' => $vendorDir . '/google/cloud/Iot/src/V1/ListDeviceRegistriesResponse.php',
    'Google\\Cloud\\Iot\\V1\\ListDeviceStatesRequest' => $vendorDir . '/google/cloud/Iot/src/V1/ListDeviceStatesRequest.php',
    'Google\\Cloud\\Iot\\V1\\ListDeviceStatesResponse' => $vendorDir . '/google/cloud/Iot/src/V1/ListDeviceStatesResponse.php',
    'Google\\Cloud\\Iot\\V1\\ListDevicesRequest' => $vendorDir . '/google/cloud/Iot/src/V1/ListDevicesRequest.php',
    'Google\\Cloud\\Iot\\V1\\ListDevicesResponse' => $vendorDir . '/google/cloud/Iot/src/V1/ListDevicesResponse.php',
    'Google\\Cloud\\Iot\\V1\\LogLevel' => $vendorDir . '/google/cloud/Iot/src/V1/LogLevel.php',
    'Google\\Cloud\\Iot\\V1\\ModifyCloudToDeviceConfigRequest' => $vendorDir . '/google/cloud/Iot/src/V1/ModifyCloudToDeviceConfigRequest.php',
    'Google\\Cloud\\Iot\\V1\\MqttConfig' => $vendorDir . '/google/cloud/Iot/src/V1/MqttConfig.php',
    'Google\\Cloud\\Iot\\V1\\MqttState' => $vendorDir . '/google/cloud/Iot/src/V1/MqttState.php',
    'Google\\Cloud\\Iot\\V1\\PublicKeyCertificate' => $vendorDir . '/google/cloud/Iot/src/V1/PublicKeyCertificate.php',
    'Google\\Cloud\\Iot\\V1\\PublicKeyCertificateFormat' => $vendorDir . '/google/cloud/Iot/src/V1/PublicKeyCertificateFormat.php',
    'Google\\Cloud\\Iot\\V1\\PublicKeyCredential' => $vendorDir . '/google/cloud/Iot/src/V1/PublicKeyCredential.php',
    'Google\\Cloud\\Iot\\V1\\PublicKeyFormat' => $vendorDir . '/google/cloud/Iot/src/V1/PublicKeyFormat.php',
    'Google\\Cloud\\Iot\\V1\\RegistryCredential' => $vendorDir . '/google/cloud/Iot/src/V1/RegistryCredential.php',
    'Google\\Cloud\\Iot\\V1\\SendCommandToDeviceRequest' => $vendorDir . '/google/cloud/Iot/src/V1/SendCommandToDeviceRequest.php',
    'Google\\Cloud\\Iot\\V1\\SendCommandToDeviceResponse' => $vendorDir . '/google/cloud/Iot/src/V1/SendCommandToDeviceResponse.php',
    'Google\\Cloud\\Iot\\V1\\StateNotificationConfig' => $vendorDir . '/google/cloud/Iot/src/V1/StateNotificationConfig.php',
    'Google\\Cloud\\Iot\\V1\\UnbindDeviceFromGatewayRequest' => $vendorDir . '/google/cloud/Iot/src/V1/UnbindDeviceFromGatewayRequest.php',
    'Google\\Cloud\\Iot\\V1\\UnbindDeviceFromGatewayResponse' => $vendorDir . '/google/cloud/Iot/src/V1/UnbindDeviceFromGatewayResponse.php',
    'Google\\Cloud\\Iot\\V1\\UpdateDeviceRegistryRequest' => $vendorDir . '/google/cloud/Iot/src/V1/UpdateDeviceRegistryRequest.php',
    'Google\\Cloud\\Iot\\V1\\UpdateDeviceRequest' => $vendorDir . '/google/cloud/Iot/src/V1/UpdateDeviceRequest.php',
    'Google\\Cloud\\Iot\\V1\\X509CertificateDetails' => $vendorDir . '/google/cloud/Iot/src/V1/X509CertificateDetails.php',
    'Google\\Cloud\\Kms\\V1\\AsymmetricDecryptRequest' => $vendorDir . '/google/cloud/Kms/src/V1/AsymmetricDecryptRequest.php',
    'Google\\Cloud\\Kms\\V1\\AsymmetricDecryptResponse' => $vendorDir . '/google/cloud/Kms/src/V1/AsymmetricDecryptResponse.php',
    'Google\\Cloud\\Kms\\V1\\AsymmetricSignRequest' => $vendorDir . '/google/cloud/Kms/src/V1/AsymmetricSignRequest.php',
    'Google\\Cloud\\Kms\\V1\\AsymmetricSignResponse' => $vendorDir . '/google/cloud/Kms/src/V1/AsymmetricSignResponse.php',
    'Google\\Cloud\\Kms\\V1\\Certificate' => $vendorDir . '/google/cloud/Kms/src/V1/Certificate.php',
    'Google\\Cloud\\Kms\\V1\\CreateCryptoKeyRequest' => $vendorDir . '/google/cloud/Kms/src/V1/CreateCryptoKeyRequest.php',
    'Google\\Cloud\\Kms\\V1\\CreateCryptoKeyVersionRequest' => $vendorDir . '/google/cloud/Kms/src/V1/CreateCryptoKeyVersionRequest.php',
    'Google\\Cloud\\Kms\\V1\\CreateEkmConnectionRequest' => $vendorDir . '/google/cloud/Kms/src/V1/CreateEkmConnectionRequest.php',
    'Google\\Cloud\\Kms\\V1\\CreateImportJobRequest' => $vendorDir . '/google/cloud/Kms/src/V1/CreateImportJobRequest.php',
    'Google\\Cloud\\Kms\\V1\\CreateKeyRingRequest' => $vendorDir . '/google/cloud/Kms/src/V1/CreateKeyRingRequest.php',
    'Google\\Cloud\\Kms\\V1\\CryptoKey' => $vendorDir . '/google/cloud/Kms/src/V1/CryptoKey.php',
    'Google\\Cloud\\Kms\\V1\\CryptoKeyVersion' => $vendorDir . '/google/cloud/Kms/src/V1/CryptoKeyVersion.php',
    'Google\\Cloud\\Kms\\V1\\CryptoKeyVersionTemplate' => $vendorDir . '/google/cloud/Kms/src/V1/CryptoKeyVersionTemplate.php',
    'Google\\Cloud\\Kms\\V1\\CryptoKeyVersion\\CryptoKeyVersionAlgorithm' => $vendorDir . '/google/cloud/Kms/src/V1/CryptoKeyVersion/CryptoKeyVersionAlgorithm.php',
    'Google\\Cloud\\Kms\\V1\\CryptoKeyVersion\\CryptoKeyVersionState' => $vendorDir . '/google/cloud/Kms/src/V1/CryptoKeyVersion/CryptoKeyVersionState.php',
    'Google\\Cloud\\Kms\\V1\\CryptoKeyVersion\\CryptoKeyVersionView' => $vendorDir . '/google/cloud/Kms/src/V1/CryptoKeyVersion/CryptoKeyVersionView.php',
    'Google\\Cloud\\Kms\\V1\\CryptoKeyVersion_CryptoKeyVersionAlgorithm' => $vendorDir . '/google/cloud/Kms/src/V1/CryptoKeyVersion_CryptoKeyVersionAlgorithm.php',
    'Google\\Cloud\\Kms\\V1\\CryptoKeyVersion_CryptoKeyVersionState' => $vendorDir . '/google/cloud/Kms/src/V1/CryptoKeyVersion_CryptoKeyVersionState.php',
    'Google\\Cloud\\Kms\\V1\\CryptoKeyVersion_CryptoKeyVersionView' => $vendorDir . '/google/cloud/Kms/src/V1/CryptoKeyVersion_CryptoKeyVersionView.php',
    'Google\\Cloud\\Kms\\V1\\CryptoKey\\CryptoKeyPurpose' => $vendorDir . '/google/cloud/Kms/src/V1/CryptoKey/CryptoKeyPurpose.php',
    'Google\\Cloud\\Kms\\V1\\CryptoKey_CryptoKeyPurpose' => $vendorDir . '/google/cloud/Kms/src/V1/CryptoKey_CryptoKeyPurpose.php',
    'Google\\Cloud\\Kms\\V1\\DecryptRequest' => $vendorDir . '/google/cloud/Kms/src/V1/DecryptRequest.php',
    'Google\\Cloud\\Kms\\V1\\DecryptResponse' => $vendorDir . '/google/cloud/Kms/src/V1/DecryptResponse.php',
    'Google\\Cloud\\Kms\\V1\\DestroyCryptoKeyVersionRequest' => $vendorDir . '/google/cloud/Kms/src/V1/DestroyCryptoKeyVersionRequest.php',
    'Google\\Cloud\\Kms\\V1\\Digest' => $vendorDir . '/google/cloud/Kms/src/V1/Digest.php',
    'Google\\Cloud\\Kms\\V1\\EkmConnection' => $vendorDir . '/google/cloud/Kms/src/V1/EkmConnection.php',
    'Google\\Cloud\\Kms\\V1\\EkmConnection\\ServiceResolver' => $vendorDir . '/google/cloud/Kms/src/V1/EkmConnection/ServiceResolver.php',
    'Google\\Cloud\\Kms\\V1\\EkmConnection_ServiceResolver' => $vendorDir . '/google/cloud/Kms/src/V1/EkmConnection_ServiceResolver.php',
    'Google\\Cloud\\Kms\\V1\\EkmServiceClient' => $vendorDir . '/google/cloud/Kms/src/V1/EkmServiceClient.php',
    'Google\\Cloud\\Kms\\V1\\EkmServiceGrpcClient' => $vendorDir . '/google/cloud/Kms/src/V1/EkmServiceGrpcClient.php',
    'Google\\Cloud\\Kms\\V1\\EncryptRequest' => $vendorDir . '/google/cloud/Kms/src/V1/EncryptRequest.php',
    'Google\\Cloud\\Kms\\V1\\EncryptResponse' => $vendorDir . '/google/cloud/Kms/src/V1/EncryptResponse.php',
    'Google\\Cloud\\Kms\\V1\\ExternalProtectionLevelOptions' => $vendorDir . '/google/cloud/Kms/src/V1/ExternalProtectionLevelOptions.php',
    'Google\\Cloud\\Kms\\V1\\Gapic\\EkmServiceGapicClient' => $vendorDir . '/google/cloud/Kms/src/V1/Gapic/EkmServiceGapicClient.php',
    'Google\\Cloud\\Kms\\V1\\Gapic\\KeyManagementServiceGapicClient' => $vendorDir . '/google/cloud/Kms/src/V1/Gapic/KeyManagementServiceGapicClient.php',
    'Google\\Cloud\\Kms\\V1\\GenerateRandomBytesRequest' => $vendorDir . '/google/cloud/Kms/src/V1/GenerateRandomBytesRequest.php',
    'Google\\Cloud\\Kms\\V1\\GenerateRandomBytesResponse' => $vendorDir . '/google/cloud/Kms/src/V1/GenerateRandomBytesResponse.php',
    'Google\\Cloud\\Kms\\V1\\GetCryptoKeyRequest' => $vendorDir . '/google/cloud/Kms/src/V1/GetCryptoKeyRequest.php',
    'Google\\Cloud\\Kms\\V1\\GetCryptoKeyVersionRequest' => $vendorDir . '/google/cloud/Kms/src/V1/GetCryptoKeyVersionRequest.php',
    'Google\\Cloud\\Kms\\V1\\GetEkmConnectionRequest' => $vendorDir . '/google/cloud/Kms/src/V1/GetEkmConnectionRequest.php',
    'Google\\Cloud\\Kms\\V1\\GetImportJobRequest' => $vendorDir . '/google/cloud/Kms/src/V1/GetImportJobRequest.php',
    'Google\\Cloud\\Kms\\V1\\GetKeyRingRequest' => $vendorDir . '/google/cloud/Kms/src/V1/GetKeyRingRequest.php',
    'Google\\Cloud\\Kms\\V1\\GetPublicKeyRequest' => $vendorDir . '/google/cloud/Kms/src/V1/GetPublicKeyRequest.php',
    'Google\\Cloud\\Kms\\V1\\ImportCryptoKeyVersionRequest' => $vendorDir . '/google/cloud/Kms/src/V1/ImportCryptoKeyVersionRequest.php',
    'Google\\Cloud\\Kms\\V1\\ImportJob' => $vendorDir . '/google/cloud/Kms/src/V1/ImportJob.php',
    'Google\\Cloud\\Kms\\V1\\ImportJob\\ImportJobState' => $vendorDir . '/google/cloud/Kms/src/V1/ImportJob/ImportJobState.php',
    'Google\\Cloud\\Kms\\V1\\ImportJob\\ImportMethod' => $vendorDir . '/google/cloud/Kms/src/V1/ImportJob/ImportMethod.php',
    'Google\\Cloud\\Kms\\V1\\ImportJob\\WrappingPublicKey' => $vendorDir . '/google/cloud/Kms/src/V1/ImportJob/WrappingPublicKey.php',
    'Google\\Cloud\\Kms\\V1\\ImportJob_ImportJobState' => $vendorDir . '/google/cloud/Kms/src/V1/ImportJob_ImportJobState.php',
    'Google\\Cloud\\Kms\\V1\\ImportJob_ImportMethod' => $vendorDir . '/google/cloud/Kms/src/V1/ImportJob_ImportMethod.php',
    'Google\\Cloud\\Kms\\V1\\ImportJob_WrappingPublicKey' => $vendorDir . '/google/cloud/Kms/src/V1/ImportJob_WrappingPublicKey.php',
    'Google\\Cloud\\Kms\\V1\\KeyManagementServiceClient' => $vendorDir . '/google/cloud/Kms/src/V1/KeyManagementServiceClient.php',
    'Google\\Cloud\\Kms\\V1\\KeyManagementServiceGrpcClient' => $vendorDir . '/google/cloud/Kms/src/V1/KeyManagementServiceGrpcClient.php',
    'Google\\Cloud\\Kms\\V1\\KeyOperationAttestation' => $vendorDir . '/google/cloud/Kms/src/V1/KeyOperationAttestation.php',
    'Google\\Cloud\\Kms\\V1\\KeyOperationAttestation\\AttestationFormat' => $vendorDir . '/google/cloud/Kms/src/V1/KeyOperationAttestation/AttestationFormat.php',
    'Google\\Cloud\\Kms\\V1\\KeyOperationAttestation\\CertificateChains' => $vendorDir . '/google/cloud/Kms/src/V1/KeyOperationAttestation/CertificateChains.php',
    'Google\\Cloud\\Kms\\V1\\KeyOperationAttestation_AttestationFormat' => $vendorDir . '/google/cloud/Kms/src/V1/KeyOperationAttestation_AttestationFormat.php',
    'Google\\Cloud\\Kms\\V1\\KeyOperationAttestation_CertificateChains' => $vendorDir . '/google/cloud/Kms/src/V1/KeyOperationAttestation_CertificateChains.php',
    'Google\\Cloud\\Kms\\V1\\KeyRing' => $vendorDir . '/google/cloud/Kms/src/V1/KeyRing.php',
    'Google\\Cloud\\Kms\\V1\\ListCryptoKeyVersionsRequest' => $vendorDir . '/google/cloud/Kms/src/V1/ListCryptoKeyVersionsRequest.php',
    'Google\\Cloud\\Kms\\V1\\ListCryptoKeyVersionsResponse' => $vendorDir . '/google/cloud/Kms/src/V1/ListCryptoKeyVersionsResponse.php',
    'Google\\Cloud\\Kms\\V1\\ListCryptoKeysRequest' => $vendorDir . '/google/cloud/Kms/src/V1/ListCryptoKeysRequest.php',
    'Google\\Cloud\\Kms\\V1\\ListCryptoKeysResponse' => $vendorDir . '/google/cloud/Kms/src/V1/ListCryptoKeysResponse.php',
    'Google\\Cloud\\Kms\\V1\\ListEkmConnectionsRequest' => $vendorDir . '/google/cloud/Kms/src/V1/ListEkmConnectionsRequest.php',
    'Google\\Cloud\\Kms\\V1\\ListEkmConnectionsResponse' => $vendorDir . '/google/cloud/Kms/src/V1/ListEkmConnectionsResponse.php',
    'Google\\Cloud\\Kms\\V1\\ListImportJobsRequest' => $vendorDir . '/google/cloud/Kms/src/V1/ListImportJobsRequest.php',
    'Google\\Cloud\\Kms\\V1\\ListImportJobsResponse' => $vendorDir . '/google/cloud/Kms/src/V1/ListImportJobsResponse.php',
    'Google\\Cloud\\Kms\\V1\\ListKeyRingsRequest' => $vendorDir . '/google/cloud/Kms/src/V1/ListKeyRingsRequest.php',
    'Google\\Cloud\\Kms\\V1\\ListKeyRingsResponse' => $vendorDir . '/google/cloud/Kms/src/V1/ListKeyRingsResponse.php',
    'Google\\Cloud\\Kms\\V1\\LocationMetadata' => $vendorDir . '/google/cloud/Kms/src/V1/LocationMetadata.php',
    'Google\\Cloud\\Kms\\V1\\MacSignRequest' => $vendorDir . '/google/cloud/Kms/src/V1/MacSignRequest.php',
    'Google\\Cloud\\Kms\\V1\\MacSignResponse' => $vendorDir . '/google/cloud/Kms/src/V1/MacSignResponse.php',
    'Google\\Cloud\\Kms\\V1\\MacVerifyRequest' => $vendorDir . '/google/cloud/Kms/src/V1/MacVerifyRequest.php',
    'Google\\Cloud\\Kms\\V1\\MacVerifyResponse' => $vendorDir . '/google/cloud/Kms/src/V1/MacVerifyResponse.php',
    'Google\\Cloud\\Kms\\V1\\ProtectionLevel' => $vendorDir . '/google/cloud/Kms/src/V1/ProtectionLevel.php',
    'Google\\Cloud\\Kms\\V1\\PublicKey' => $vendorDir . '/google/cloud/Kms/src/V1/PublicKey.php',
    'Google\\Cloud\\Kms\\V1\\RestoreCryptoKeyVersionRequest' => $vendorDir . '/google/cloud/Kms/src/V1/RestoreCryptoKeyVersionRequest.php',
    'Google\\Cloud\\Kms\\V1\\UpdateCryptoKeyPrimaryVersionRequest' => $vendorDir . '/google/cloud/Kms/src/V1/UpdateCryptoKeyPrimaryVersionRequest.php',
    'Google\\Cloud\\Kms\\V1\\UpdateCryptoKeyRequest' => $vendorDir . '/google/cloud/Kms/src/V1/UpdateCryptoKeyRequest.php',
    'Google\\Cloud\\Kms\\V1\\UpdateCryptoKeyVersionRequest' => $vendorDir . '/google/cloud/Kms/src/V1/UpdateCryptoKeyVersionRequest.php',
    'Google\\Cloud\\Kms\\V1\\UpdateEkmConnectionRequest' => $vendorDir . '/google/cloud/Kms/src/V1/UpdateEkmConnectionRequest.php',
    'Google\\Cloud\\Language\\Annotation' => $vendorDir . '/google/cloud/Language/src/Annotation.php',
    'Google\\Cloud\\Language\\Connection\\ConnectionInterface' => $vendorDir . '/google/cloud/Language/src/Connection/ConnectionInterface.php',
    'Google\\Cloud\\Language\\Connection\\Rest' => $vendorDir . '/google/cloud/Language/src/Connection/Rest.php',
    'Google\\Cloud\\Language\\LanguageClient' => $vendorDir . '/google/cloud/Language/src/LanguageClient.php',
    'Google\\Cloud\\Language\\V1\\AnalyzeEntitiesRequest' => $vendorDir . '/google/cloud/Language/src/V1/AnalyzeEntitiesRequest.php',
    'Google\\Cloud\\Language\\V1\\AnalyzeEntitiesResponse' => $vendorDir . '/google/cloud/Language/src/V1/AnalyzeEntitiesResponse.php',
    'Google\\Cloud\\Language\\V1\\AnalyzeEntitySentimentRequest' => $vendorDir . '/google/cloud/Language/src/V1/AnalyzeEntitySentimentRequest.php',
    'Google\\Cloud\\Language\\V1\\AnalyzeEntitySentimentResponse' => $vendorDir . '/google/cloud/Language/src/V1/AnalyzeEntitySentimentResponse.php',
    'Google\\Cloud\\Language\\V1\\AnalyzeSentimentRequest' => $vendorDir . '/google/cloud/Language/src/V1/AnalyzeSentimentRequest.php',
    'Google\\Cloud\\Language\\V1\\AnalyzeSentimentResponse' => $vendorDir . '/google/cloud/Language/src/V1/AnalyzeSentimentResponse.php',
    'Google\\Cloud\\Language\\V1\\AnalyzeSyntaxRequest' => $vendorDir . '/google/cloud/Language/src/V1/AnalyzeSyntaxRequest.php',
    'Google\\Cloud\\Language\\V1\\AnalyzeSyntaxResponse' => $vendorDir . '/google/cloud/Language/src/V1/AnalyzeSyntaxResponse.php',
    'Google\\Cloud\\Language\\V1\\AnnotateTextRequest' => $vendorDir . '/google/cloud/Language/src/V1/AnnotateTextRequest.php',
    'Google\\Cloud\\Language\\V1\\AnnotateTextRequest\\Features' => $vendorDir . '/google/cloud/Language/src/V1/AnnotateTextRequest/Features.php',
    'Google\\Cloud\\Language\\V1\\AnnotateTextRequest_Features' => $vendorDir . '/google/cloud/Language/src/V1/AnnotateTextRequest_Features.php',
    'Google\\Cloud\\Language\\V1\\AnnotateTextResponse' => $vendorDir . '/google/cloud/Language/src/V1/AnnotateTextResponse.php',
    'Google\\Cloud\\Language\\V1\\ClassificationCategory' => $vendorDir . '/google/cloud/Language/src/V1/ClassificationCategory.php',
    'Google\\Cloud\\Language\\V1\\ClassificationModelOptions' => $vendorDir . '/google/cloud/Language/src/V1/ClassificationModelOptions.php',
    'Google\\Cloud\\Language\\V1\\ClassificationModelOptions\\V1Model' => $vendorDir . '/google/cloud/Language/src/V1/ClassificationModelOptions/V1Model.php',
    'Google\\Cloud\\Language\\V1\\ClassificationModelOptions\\V2Model' => $vendorDir . '/google/cloud/Language/src/V1/ClassificationModelOptions/V2Model.php',
    'Google\\Cloud\\Language\\V1\\ClassificationModelOptions\\V2Model\\ContentCategoriesVersion' => $vendorDir . '/google/cloud/Language/src/V1/ClassificationModelOptions/V2Model/ContentCategoriesVersion.php',
    'Google\\Cloud\\Language\\V1\\ClassificationModelOptions_V1Model' => $vendorDir . '/google/cloud/Language/src/V1/ClassificationModelOptions_V1Model.php',
    'Google\\Cloud\\Language\\V1\\ClassificationModelOptions_V2Model' => $vendorDir . '/google/cloud/Language/src/V1/ClassificationModelOptions_V2Model.php',
    'Google\\Cloud\\Language\\V1\\ClassificationModelOptions_V2Model_ContentCategoriesVersion' => $vendorDir . '/google/cloud/Language/src/V1/ClassificationModelOptions_V2Model_ContentCategoriesVersion.php',
    'Google\\Cloud\\Language\\V1\\ClassifyTextRequest' => $vendorDir . '/google/cloud/Language/src/V1/ClassifyTextRequest.php',
    'Google\\Cloud\\Language\\V1\\ClassifyTextResponse' => $vendorDir . '/google/cloud/Language/src/V1/ClassifyTextResponse.php',
    'Google\\Cloud\\Language\\V1\\DependencyEdge' => $vendorDir . '/google/cloud/Language/src/V1/DependencyEdge.php',
    'Google\\Cloud\\Language\\V1\\DependencyEdge\\Label' => $vendorDir . '/google/cloud/Language/src/V1/DependencyEdge/Label.php',
    'Google\\Cloud\\Language\\V1\\DependencyEdge_Label' => $vendorDir . '/google/cloud/Language/src/V1/DependencyEdge_Label.php',
    'Google\\Cloud\\Language\\V1\\Document' => $vendorDir . '/google/cloud/Language/src/V1/Document.php',
    'Google\\Cloud\\Language\\V1\\Document\\Type' => $vendorDir . '/google/cloud/Language/src/V1/Document/Type.php',
    'Google\\Cloud\\Language\\V1\\Document_Type' => $vendorDir . '/google/cloud/Language/src/V1/Document_Type.php',
    'Google\\Cloud\\Language\\V1\\EncodingType' => $vendorDir . '/google/cloud/Language/src/V1/EncodingType.php',
    'Google\\Cloud\\Language\\V1\\Entity' => $vendorDir . '/google/cloud/Language/src/V1/Entity.php',
    'Google\\Cloud\\Language\\V1\\EntityMention' => $vendorDir . '/google/cloud/Language/src/V1/EntityMention.php',
    'Google\\Cloud\\Language\\V1\\EntityMention\\Type' => $vendorDir . '/google/cloud/Language/src/V1/EntityMention/Type.php',
    'Google\\Cloud\\Language\\V1\\EntityMention_Type' => $vendorDir . '/google/cloud/Language/src/V1/EntityMention_Type.php',
    'Google\\Cloud\\Language\\V1\\Entity\\Type' => $vendorDir . '/google/cloud/Language/src/V1/Entity/Type.php',
    'Google\\Cloud\\Language\\V1\\Entity_Type' => $vendorDir . '/google/cloud/Language/src/V1/Entity_Type.php',
    'Google\\Cloud\\Language\\V1\\Gapic\\LanguageServiceGapicClient' => $vendorDir . '/google/cloud/Language/src/V1/Gapic/LanguageServiceGapicClient.php',
    'Google\\Cloud\\Language\\V1\\LanguageServiceClient' => $vendorDir . '/google/cloud/Language/src/V1/LanguageServiceClient.php',
    'Google\\Cloud\\Language\\V1\\LanguageServiceGrpcClient' => $vendorDir . '/google/cloud/Language/src/V1/LanguageServiceGrpcClient.php',
    'Google\\Cloud\\Language\\V1\\PartOfSpeech' => $vendorDir . '/google/cloud/Language/src/V1/PartOfSpeech.php',
    'Google\\Cloud\\Language\\V1\\PartOfSpeech\\Aspect' => $vendorDir . '/google/cloud/Language/src/V1/PartOfSpeech/Aspect.php',
    'Google\\Cloud\\Language\\V1\\PartOfSpeech\\Form' => $vendorDir . '/google/cloud/Language/src/V1/PartOfSpeech/Form.php',
    'Google\\Cloud\\Language\\V1\\PartOfSpeech\\Gender' => $vendorDir . '/google/cloud/Language/src/V1/PartOfSpeech/Gender.php',
    'Google\\Cloud\\Language\\V1\\PartOfSpeech\\Mood' => $vendorDir . '/google/cloud/Language/src/V1/PartOfSpeech/Mood.php',
    'Google\\Cloud\\Language\\V1\\PartOfSpeech\\Number' => $vendorDir . '/google/cloud/Language/src/V1/PartOfSpeech/Number.php',
    'Google\\Cloud\\Language\\V1\\PartOfSpeech\\PBCase' => $vendorDir . '/google/cloud/Language/src/V1/PartOfSpeech/PBCase.php',
    'Google\\Cloud\\Language\\V1\\PartOfSpeech\\Person' => $vendorDir . '/google/cloud/Language/src/V1/PartOfSpeech/Person.php',
    'Google\\Cloud\\Language\\V1\\PartOfSpeech\\Proper' => $vendorDir . '/google/cloud/Language/src/V1/PartOfSpeech/Proper.php',
    'Google\\Cloud\\Language\\V1\\PartOfSpeech\\Reciprocity' => $vendorDir . '/google/cloud/Language/src/V1/PartOfSpeech/Reciprocity.php',
    'Google\\Cloud\\Language\\V1\\PartOfSpeech\\Tag' => $vendorDir . '/google/cloud/Language/src/V1/PartOfSpeech/Tag.php',
    'Google\\Cloud\\Language\\V1\\PartOfSpeech\\Tense' => $vendorDir . '/google/cloud/Language/src/V1/PartOfSpeech/Tense.php',
    'Google\\Cloud\\Language\\V1\\PartOfSpeech\\Voice' => $vendorDir . '/google/cloud/Language/src/V1/PartOfSpeech/Voice.php',
    'Google\\Cloud\\Language\\V1\\PartOfSpeech_Aspect' => $vendorDir . '/google/cloud/Language/src/V1/PartOfSpeech_Aspect.php',
    'Google\\Cloud\\Language\\V1\\PartOfSpeech_Case' => $vendorDir . '/google/cloud/Language/src/V1/PartOfSpeech_Case.php',
    'Google\\Cloud\\Language\\V1\\PartOfSpeech_Form' => $vendorDir . '/google/cloud/Language/src/V1/PartOfSpeech_Form.php',
    'Google\\Cloud\\Language\\V1\\PartOfSpeech_Gender' => $vendorDir . '/google/cloud/Language/src/V1/PartOfSpeech_Gender.php',
    'Google\\Cloud\\Language\\V1\\PartOfSpeech_Mood' => $vendorDir . '/google/cloud/Language/src/V1/PartOfSpeech_Mood.php',
    'Google\\Cloud\\Language\\V1\\PartOfSpeech_Number' => $vendorDir . '/google/cloud/Language/src/V1/PartOfSpeech_Number.php',
    'Google\\Cloud\\Language\\V1\\PartOfSpeech_Person' => $vendorDir . '/google/cloud/Language/src/V1/PartOfSpeech_Person.php',
    'Google\\Cloud\\Language\\V1\\PartOfSpeech_Proper' => $vendorDir . '/google/cloud/Language/src/V1/PartOfSpeech_Proper.php',
    'Google\\Cloud\\Language\\V1\\PartOfSpeech_Reciprocity' => $vendorDir . '/google/cloud/Language/src/V1/PartOfSpeech_Reciprocity.php',
    'Google\\Cloud\\Language\\V1\\PartOfSpeech_Tag' => $vendorDir . '/google/cloud/Language/src/V1/PartOfSpeech_Tag.php',
    'Google\\Cloud\\Language\\V1\\PartOfSpeech_Tense' => $vendorDir . '/google/cloud/Language/src/V1/PartOfSpeech_Tense.php',
    'Google\\Cloud\\Language\\V1\\PartOfSpeech_Voice' => $vendorDir . '/google/cloud/Language/src/V1/PartOfSpeech_Voice.php',
    'Google\\Cloud\\Language\\V1\\Sentence' => $vendorDir . '/google/cloud/Language/src/V1/Sentence.php',
    'Google\\Cloud\\Language\\V1\\Sentiment' => $vendorDir . '/google/cloud/Language/src/V1/Sentiment.php',
    'Google\\Cloud\\Language\\V1\\TextSpan' => $vendorDir . '/google/cloud/Language/src/V1/TextSpan.php',
    'Google\\Cloud\\Language\\V1\\Token' => $vendorDir . '/google/cloud/Language/src/V1/Token.php',
    'Google\\Cloud\\Language\\V1beta2\\AnalyzeEntitiesRequest' => $vendorDir . '/google/cloud/Language/src/V1beta2/AnalyzeEntitiesRequest.php',
    'Google\\Cloud\\Language\\V1beta2\\AnalyzeEntitiesResponse' => $vendorDir . '/google/cloud/Language/src/V1beta2/AnalyzeEntitiesResponse.php',
    'Google\\Cloud\\Language\\V1beta2\\AnalyzeEntitySentimentRequest' => $vendorDir . '/google/cloud/Language/src/V1beta2/AnalyzeEntitySentimentRequest.php',
    'Google\\Cloud\\Language\\V1beta2\\AnalyzeEntitySentimentResponse' => $vendorDir . '/google/cloud/Language/src/V1beta2/AnalyzeEntitySentimentResponse.php',
    'Google\\Cloud\\Language\\V1beta2\\AnalyzeSentimentRequest' => $vendorDir . '/google/cloud/Language/src/V1beta2/AnalyzeSentimentRequest.php',
    'Google\\Cloud\\Language\\V1beta2\\AnalyzeSentimentResponse' => $vendorDir . '/google/cloud/Language/src/V1beta2/AnalyzeSentimentResponse.php',
    'Google\\Cloud\\Language\\V1beta2\\AnalyzeSyntaxRequest' => $vendorDir . '/google/cloud/Language/src/V1beta2/AnalyzeSyntaxRequest.php',
    'Google\\Cloud\\Language\\V1beta2\\AnalyzeSyntaxResponse' => $vendorDir . '/google/cloud/Language/src/V1beta2/AnalyzeSyntaxResponse.php',
    'Google\\Cloud\\Language\\V1beta2\\AnnotateTextRequest' => $vendorDir . '/google/cloud/Language/src/V1beta2/AnnotateTextRequest.php',
    'Google\\Cloud\\Language\\V1beta2\\AnnotateTextRequest\\Features' => $vendorDir . '/google/cloud/Language/src/V1beta2/AnnotateTextRequest/Features.php',
    'Google\\Cloud\\Language\\V1beta2\\AnnotateTextRequest_Features' => $vendorDir . '/google/cloud/Language/src/V1beta2/AnnotateTextRequest_Features.php',
    'Google\\Cloud\\Language\\V1beta2\\AnnotateTextResponse' => $vendorDir . '/google/cloud/Language/src/V1beta2/AnnotateTextResponse.php',
    'Google\\Cloud\\Language\\V1beta2\\ClassificationCategory' => $vendorDir . '/google/cloud/Language/src/V1beta2/ClassificationCategory.php',
    'Google\\Cloud\\Language\\V1beta2\\ClassificationModelOptions' => $vendorDir . '/google/cloud/Language/src/V1beta2/ClassificationModelOptions.php',
    'Google\\Cloud\\Language\\V1beta2\\ClassificationModelOptions\\V1Model' => $vendorDir . '/google/cloud/Language/src/V1beta2/ClassificationModelOptions/V1Model.php',
    'Google\\Cloud\\Language\\V1beta2\\ClassificationModelOptions\\V2Model' => $vendorDir . '/google/cloud/Language/src/V1beta2/ClassificationModelOptions/V2Model.php',
    'Google\\Cloud\\Language\\V1beta2\\ClassificationModelOptions\\V2Model\\ContentCategoriesVersion' => $vendorDir . '/google/cloud/Language/src/V1beta2/ClassificationModelOptions/V2Model/ContentCategoriesVersion.php',
    'Google\\Cloud\\Language\\V1beta2\\ClassificationModelOptions_V1Model' => $vendorDir . '/google/cloud/Language/src/V1beta2/ClassificationModelOptions_V1Model.php',
    'Google\\Cloud\\Language\\V1beta2\\ClassificationModelOptions_V2Model' => $vendorDir . '/google/cloud/Language/src/V1beta2/ClassificationModelOptions_V2Model.php',
    'Google\\Cloud\\Language\\V1beta2\\ClassificationModelOptions_V2Model_ContentCategoriesVersion' => $vendorDir . '/google/cloud/Language/src/V1beta2/ClassificationModelOptions_V2Model_ContentCategoriesVersion.php',
    'Google\\Cloud\\Language\\V1beta2\\ClassifyTextRequest' => $vendorDir . '/google/cloud/Language/src/V1beta2/ClassifyTextRequest.php',
    'Google\\Cloud\\Language\\V1beta2\\ClassifyTextResponse' => $vendorDir . '/google/cloud/Language/src/V1beta2/ClassifyTextResponse.php',
    'Google\\Cloud\\Language\\V1beta2\\DependencyEdge' => $vendorDir . '/google/cloud/Language/src/V1beta2/DependencyEdge.php',
    'Google\\Cloud\\Language\\V1beta2\\DependencyEdge\\Label' => $vendorDir . '/google/cloud/Language/src/V1beta2/DependencyEdge/Label.php',
    'Google\\Cloud\\Language\\V1beta2\\DependencyEdge_Label' => $vendorDir . '/google/cloud/Language/src/V1beta2/DependencyEdge_Label.php',
    'Google\\Cloud\\Language\\V1beta2\\Document' => $vendorDir . '/google/cloud/Language/src/V1beta2/Document.php',
    'Google\\Cloud\\Language\\V1beta2\\Document\\BoilerplateHandling' => $vendorDir . '/google/cloud/Language/src/V1beta2/Document/BoilerplateHandling.php',
    'Google\\Cloud\\Language\\V1beta2\\Document\\Type' => $vendorDir . '/google/cloud/Language/src/V1beta2/Document/Type.php',
    'Google\\Cloud\\Language\\V1beta2\\Document_BoilerplateHandling' => $vendorDir . '/google/cloud/Language/src/V1beta2/Document_BoilerplateHandling.php',
    'Google\\Cloud\\Language\\V1beta2\\Document_Type' => $vendorDir . '/google/cloud/Language/src/V1beta2/Document_Type.php',
    'Google\\Cloud\\Language\\V1beta2\\EncodingType' => $vendorDir . '/google/cloud/Language/src/V1beta2/EncodingType.php',
    'Google\\Cloud\\Language\\V1beta2\\Entity' => $vendorDir . '/google/cloud/Language/src/V1beta2/Entity.php',
    'Google\\Cloud\\Language\\V1beta2\\EntityMention' => $vendorDir . '/google/cloud/Language/src/V1beta2/EntityMention.php',
    'Google\\Cloud\\Language\\V1beta2\\EntityMention\\Type' => $vendorDir . '/google/cloud/Language/src/V1beta2/EntityMention/Type.php',
    'Google\\Cloud\\Language\\V1beta2\\EntityMention_Type' => $vendorDir . '/google/cloud/Language/src/V1beta2/EntityMention_Type.php',
    'Google\\Cloud\\Language\\V1beta2\\Entity\\Type' => $vendorDir . '/google/cloud/Language/src/V1beta2/Entity/Type.php',
    'Google\\Cloud\\Language\\V1beta2\\Entity_Type' => $vendorDir . '/google/cloud/Language/src/V1beta2/Entity_Type.php',
    'Google\\Cloud\\Language\\V1beta2\\Gapic\\LanguageServiceGapicClient' => $vendorDir . '/google/cloud/Language/src/V1beta2/Gapic/LanguageServiceGapicClient.php',
    'Google\\Cloud\\Language\\V1beta2\\LanguageServiceClient' => $vendorDir . '/google/cloud/Language/src/V1beta2/LanguageServiceClient.php',
    'Google\\Cloud\\Language\\V1beta2\\LanguageServiceGrpcClient' => $vendorDir . '/google/cloud/Language/src/V1beta2/LanguageServiceGrpcClient.php',
    'Google\\Cloud\\Language\\V1beta2\\PartOfSpeech' => $vendorDir . '/google/cloud/Language/src/V1beta2/PartOfSpeech.php',
    'Google\\Cloud\\Language\\V1beta2\\PartOfSpeech\\Aspect' => $vendorDir . '/google/cloud/Language/src/V1beta2/PartOfSpeech/Aspect.php',
    'Google\\Cloud\\Language\\V1beta2\\PartOfSpeech\\Form' => $vendorDir . '/google/cloud/Language/src/V1beta2/PartOfSpeech/Form.php',
    'Google\\Cloud\\Language\\V1beta2\\PartOfSpeech\\Gender' => $vendorDir . '/google/cloud/Language/src/V1beta2/PartOfSpeech/Gender.php',
    'Google\\Cloud\\Language\\V1beta2\\PartOfSpeech\\Mood' => $vendorDir . '/google/cloud/Language/src/V1beta2/PartOfSpeech/Mood.php',
    'Google\\Cloud\\Language\\V1beta2\\PartOfSpeech\\Number' => $vendorDir . '/google/cloud/Language/src/V1beta2/PartOfSpeech/Number.php',
    'Google\\Cloud\\Language\\V1beta2\\PartOfSpeech\\PBCase' => $vendorDir . '/google/cloud/Language/src/V1beta2/PartOfSpeech/PBCase.php',
    'Google\\Cloud\\Language\\V1beta2\\PartOfSpeech\\Person' => $vendorDir . '/google/cloud/Language/src/V1beta2/PartOfSpeech/Person.php',
    'Google\\Cloud\\Language\\V1beta2\\PartOfSpeech\\Proper' => $vendorDir . '/google/cloud/Language/src/V1beta2/PartOfSpeech/Proper.php',
    'Google\\Cloud\\Language\\V1beta2\\PartOfSpeech\\Reciprocity' => $vendorDir . '/google/cloud/Language/src/V1beta2/PartOfSpeech/Reciprocity.php',
    'Google\\Cloud\\Language\\V1beta2\\PartOfSpeech\\Tag' => $vendorDir . '/google/cloud/Language/src/V1beta2/PartOfSpeech/Tag.php',
    'Google\\Cloud\\Language\\V1beta2\\PartOfSpeech\\Tense' => $vendorDir . '/google/cloud/Language/src/V1beta2/PartOfSpeech/Tense.php',
    'Google\\Cloud\\Language\\V1beta2\\PartOfSpeech\\Voice' => $vendorDir . '/google/cloud/Language/src/V1beta2/PartOfSpeech/Voice.php',
    'Google\\Cloud\\Language\\V1beta2\\PartOfSpeech_Aspect' => $vendorDir . '/google/cloud/Language/src/V1beta2/PartOfSpeech_Aspect.php',
    'Google\\Cloud\\Language\\V1beta2\\PartOfSpeech_Case' => $vendorDir . '/google/cloud/Language/src/V1beta2/PartOfSpeech_Case.php',
    'Google\\Cloud\\Language\\V1beta2\\PartOfSpeech_Form' => $vendorDir . '/google/cloud/Language/src/V1beta2/PartOfSpeech_Form.php',
    'Google\\Cloud\\Language\\V1beta2\\PartOfSpeech_Gender' => $vendorDir . '/google/cloud/Language/src/V1beta2/PartOfSpeech_Gender.php',
    'Google\\Cloud\\Language\\V1beta2\\PartOfSpeech_Mood' => $vendorDir . '/google/cloud/Language/src/V1beta2/PartOfSpeech_Mood.php',
    'Google\\Cloud\\Language\\V1beta2\\PartOfSpeech_Number' => $vendorDir . '/google/cloud/Language/src/V1beta2/PartOfSpeech_Number.php',
    'Google\\Cloud\\Language\\V1beta2\\PartOfSpeech_Person' => $vendorDir . '/google/cloud/Language/src/V1beta2/PartOfSpeech_Person.php',
    'Google\\Cloud\\Language\\V1beta2\\PartOfSpeech_Proper' => $vendorDir . '/google/cloud/Language/src/V1beta2/PartOfSpeech_Proper.php',
    'Google\\Cloud\\Language\\V1beta2\\PartOfSpeech_Reciprocity' => $vendorDir . '/google/cloud/Language/src/V1beta2/PartOfSpeech_Reciprocity.php',
    'Google\\Cloud\\Language\\V1beta2\\PartOfSpeech_Tag' => $vendorDir . '/google/cloud/Language/src/V1beta2/PartOfSpeech_Tag.php',
    'Google\\Cloud\\Language\\V1beta2\\PartOfSpeech_Tense' => $vendorDir . '/google/cloud/Language/src/V1beta2/PartOfSpeech_Tense.php',
    'Google\\Cloud\\Language\\V1beta2\\PartOfSpeech_Voice' => $vendorDir . '/google/cloud/Language/src/V1beta2/PartOfSpeech_Voice.php',
    'Google\\Cloud\\Language\\V1beta2\\Sentence' => $vendorDir . '/google/cloud/Language/src/V1beta2/Sentence.php',
    'Google\\Cloud\\Language\\V1beta2\\Sentiment' => $vendorDir . '/google/cloud/Language/src/V1beta2/Sentiment.php',
    'Google\\Cloud\\Language\\V1beta2\\TextSpan' => $vendorDir . '/google/cloud/Language/src/V1beta2/TextSpan.php',
    'Google\\Cloud\\Language\\V1beta2\\Token' => $vendorDir . '/google/cloud/Language/src/V1beta2/Token.php',
    'Google\\Cloud\\LifeSciences\\V2beta\\Accelerator' => $vendorDir . '/google/cloud/LifeSciences/src/V2beta/Accelerator.php',
    'Google\\Cloud\\LifeSciences\\V2beta\\Action' => $vendorDir . '/google/cloud/LifeSciences/src/V2beta/Action.php',
    'Google\\Cloud\\LifeSciences\\V2beta\\ContainerKilledEvent' => $vendorDir . '/google/cloud/LifeSciences/src/V2beta/ContainerKilledEvent.php',
    'Google\\Cloud\\LifeSciences\\V2beta\\ContainerStartedEvent' => $vendorDir . '/google/cloud/LifeSciences/src/V2beta/ContainerStartedEvent.php',
    'Google\\Cloud\\LifeSciences\\V2beta\\ContainerStoppedEvent' => $vendorDir . '/google/cloud/LifeSciences/src/V2beta/ContainerStoppedEvent.php',
    'Google\\Cloud\\LifeSciences\\V2beta\\DelayedEvent' => $vendorDir . '/google/cloud/LifeSciences/src/V2beta/DelayedEvent.php',
    'Google\\Cloud\\LifeSciences\\V2beta\\Disk' => $vendorDir . '/google/cloud/LifeSciences/src/V2beta/Disk.php',
    'Google\\Cloud\\LifeSciences\\V2beta\\Event' => $vendorDir . '/google/cloud/LifeSciences/src/V2beta/Event.php',
    'Google\\Cloud\\LifeSciences\\V2beta\\ExistingDisk' => $vendorDir . '/google/cloud/LifeSciences/src/V2beta/ExistingDisk.php',
    'Google\\Cloud\\LifeSciences\\V2beta\\FailedEvent' => $vendorDir . '/google/cloud/LifeSciences/src/V2beta/FailedEvent.php',
    'Google\\Cloud\\LifeSciences\\V2beta\\Gapic\\WorkflowsServiceV2BetaGapicClient' => $vendorDir . '/google/cloud/LifeSciences/src/V2beta/Gapic/WorkflowsServiceV2BetaGapicClient.php',
    'Google\\Cloud\\LifeSciences\\V2beta\\Metadata' => $vendorDir . '/google/cloud/LifeSciences/src/V2beta/Metadata.php',
    'Google\\Cloud\\LifeSciences\\V2beta\\Mount' => $vendorDir . '/google/cloud/LifeSciences/src/V2beta/Mount.php',
    'Google\\Cloud\\LifeSciences\\V2beta\\NFSMount' => $vendorDir . '/google/cloud/LifeSciences/src/V2beta/NFSMount.php',
    'Google\\Cloud\\LifeSciences\\V2beta\\Network' => $vendorDir . '/google/cloud/LifeSciences/src/V2beta/Network.php',
    'Google\\Cloud\\LifeSciences\\V2beta\\PersistentDisk' => $vendorDir . '/google/cloud/LifeSciences/src/V2beta/PersistentDisk.php',
    'Google\\Cloud\\LifeSciences\\V2beta\\Pipeline' => $vendorDir . '/google/cloud/LifeSciences/src/V2beta/Pipeline.php',
    'Google\\Cloud\\LifeSciences\\V2beta\\PullStartedEvent' => $vendorDir . '/google/cloud/LifeSciences/src/V2beta/PullStartedEvent.php',
    'Google\\Cloud\\LifeSciences\\V2beta\\PullStoppedEvent' => $vendorDir . '/google/cloud/LifeSciences/src/V2beta/PullStoppedEvent.php',
    'Google\\Cloud\\LifeSciences\\V2beta\\Resources' => $vendorDir . '/google/cloud/LifeSciences/src/V2beta/Resources.php',
    'Google\\Cloud\\LifeSciences\\V2beta\\RunPipelineRequest' => $vendorDir . '/google/cloud/LifeSciences/src/V2beta/RunPipelineRequest.php',
    'Google\\Cloud\\LifeSciences\\V2beta\\RunPipelineResponse' => $vendorDir . '/google/cloud/LifeSciences/src/V2beta/RunPipelineResponse.php',
    'Google\\Cloud\\LifeSciences\\V2beta\\Secret' => $vendorDir . '/google/cloud/LifeSciences/src/V2beta/Secret.php',
    'Google\\Cloud\\LifeSciences\\V2beta\\ServiceAccount' => $vendorDir . '/google/cloud/LifeSciences/src/V2beta/ServiceAccount.php',
    'Google\\Cloud\\LifeSciences\\V2beta\\UnexpectedExitStatusEvent' => $vendorDir . '/google/cloud/LifeSciences/src/V2beta/UnexpectedExitStatusEvent.php',
    'Google\\Cloud\\LifeSciences\\V2beta\\VirtualMachine' => $vendorDir . '/google/cloud/LifeSciences/src/V2beta/VirtualMachine.php',
    'Google\\Cloud\\LifeSciences\\V2beta\\Volume' => $vendorDir . '/google/cloud/LifeSciences/src/V2beta/Volume.php',
    'Google\\Cloud\\LifeSciences\\V2beta\\WorkerAssignedEvent' => $vendorDir . '/google/cloud/LifeSciences/src/V2beta/WorkerAssignedEvent.php',
    'Google\\Cloud\\LifeSciences\\V2beta\\WorkerReleasedEvent' => $vendorDir . '/google/cloud/LifeSciences/src/V2beta/WorkerReleasedEvent.php',
    'Google\\Cloud\\LifeSciences\\V2beta\\WorkflowsServiceV2BetaClient' => $vendorDir . '/google/cloud/LifeSciences/src/V2beta/WorkflowsServiceV2BetaClient.php',
    'Google\\Cloud\\LifeSciences\\V2beta\\WorkflowsServiceV2BetaGrpcClient' => $vendorDir . '/google/cloud/LifeSciences/src/V2beta/WorkflowsServiceV2BetaGrpcClient.php',
    'Google\\Cloud\\Location\\GetLocationRequest' => $vendorDir . '/google/common-protos/src/Cloud/Location/GetLocationRequest.php',
    'Google\\Cloud\\Location\\ListLocationsRequest' => $vendorDir . '/google/common-protos/src/Cloud/Location/ListLocationsRequest.php',
    'Google\\Cloud\\Location\\ListLocationsResponse' => $vendorDir . '/google/common-protos/src/Cloud/Location/ListLocationsResponse.php',
    'Google\\Cloud\\Location\\Location' => $vendorDir . '/google/common-protos/src/Cloud/Location/Location.php',
    'Google\\Cloud\\Logging\\Connection\\ConnectionInterface' => $vendorDir . '/google/cloud/Logging/src/Connection/ConnectionInterface.php',
    'Google\\Cloud\\Logging\\Connection\\Grpc' => $vendorDir . '/google/cloud/Logging/src/Connection/Grpc.php',
    'Google\\Cloud\\Logging\\Connection\\Rest' => $vendorDir . '/google/cloud/Logging/src/Connection/Rest.php',
    'Google\\Cloud\\Logging\\Entry' => $vendorDir . '/google/cloud/Logging/src/Entry.php',
    'Google\\Cloud\\Logging\\LogMessageProcessorFactory' => $vendorDir . '/google/cloud/Logging/src/LogMessageProcessorFactory.php',
    'Google\\Cloud\\Logging\\LogMessageProcessorInterface' => $vendorDir . '/google/cloud/Logging/src/LogMessageProcessorInterface.php',
    'Google\\Cloud\\Logging\\LogMessageProcessor\\MonologMessageProcessor' => $vendorDir . '/google/cloud/Logging/src/LogMessageProcessor/MonologMessageProcessor.php',
    'Google\\Cloud\\Logging\\LogMessageProcessor\\MonologV3MessageProcessor' => $vendorDir . '/google/cloud/Logging/src/LogMessageProcessor/MonologV3MessageProcessor.php',
    'Google\\Cloud\\Logging\\Logger' => $vendorDir . '/google/cloud/Logging/src/Logger.php',
    'Google\\Cloud\\Logging\\LoggingClient' => $vendorDir . '/google/cloud/Logging/src/LoggingClient.php',
    'Google\\Cloud\\Logging\\Metric' => $vendorDir . '/google/cloud/Logging/src/Metric.php',
    'Google\\Cloud\\Logging\\PsrLogger' => $vendorDir . '/google/cloud/Logging/src/PsrLogger.php',
    'Google\\Cloud\\Logging\\Sink' => $vendorDir . '/google/cloud/Logging/src/Sink.php',
    'Google\\Cloud\\Logging\\Type\\HttpRequest' => $vendorDir . '/google/common-protos/src/Cloud/Logging/Type/HttpRequest.php',
    'Google\\Cloud\\Logging\\Type\\LogSeverity' => $vendorDir . '/google/common-protos/src/Cloud/Logging/Type/LogSeverity.php',
    'Google\\Cloud\\Logging\\V2\\BigQueryOptions' => $vendorDir . '/google/cloud/Logging/src/V2/BigQueryOptions.php',
    'Google\\Cloud\\Logging\\V2\\CmekSettings' => $vendorDir . '/google/cloud/Logging/src/V2/CmekSettings.php',
    'Google\\Cloud\\Logging\\V2\\ConfigServiceV2Client' => $vendorDir . '/google/cloud/Logging/src/V2/ConfigServiceV2Client.php',
    'Google\\Cloud\\Logging\\V2\\ConfigServiceV2GrpcClient' => $vendorDir . '/google/cloud/Logging/src/V2/ConfigServiceV2GrpcClient.php',
    'Google\\Cloud\\Logging\\V2\\CopyLogEntriesMetadata' => $vendorDir . '/google/cloud/Logging/src/V2/CopyLogEntriesMetadata.php',
    'Google\\Cloud\\Logging\\V2\\CopyLogEntriesRequest' => $vendorDir . '/google/cloud/Logging/src/V2/CopyLogEntriesRequest.php',
    'Google\\Cloud\\Logging\\V2\\CopyLogEntriesResponse' => $vendorDir . '/google/cloud/Logging/src/V2/CopyLogEntriesResponse.php',
    'Google\\Cloud\\Logging\\V2\\CreateBucketRequest' => $vendorDir . '/google/cloud/Logging/src/V2/CreateBucketRequest.php',
    'Google\\Cloud\\Logging\\V2\\CreateExclusionRequest' => $vendorDir . '/google/cloud/Logging/src/V2/CreateExclusionRequest.php',
    'Google\\Cloud\\Logging\\V2\\CreateLogMetricRequest' => $vendorDir . '/google/cloud/Logging/src/V2/CreateLogMetricRequest.php',
    'Google\\Cloud\\Logging\\V2\\CreateSinkRequest' => $vendorDir . '/google/cloud/Logging/src/V2/CreateSinkRequest.php',
    'Google\\Cloud\\Logging\\V2\\CreateViewRequest' => $vendorDir . '/google/cloud/Logging/src/V2/CreateViewRequest.php',
    'Google\\Cloud\\Logging\\V2\\DeleteBucketRequest' => $vendorDir . '/google/cloud/Logging/src/V2/DeleteBucketRequest.php',
    'Google\\Cloud\\Logging\\V2\\DeleteExclusionRequest' => $vendorDir . '/google/cloud/Logging/src/V2/DeleteExclusionRequest.php',
    'Google\\Cloud\\Logging\\V2\\DeleteLogMetricRequest' => $vendorDir . '/google/cloud/Logging/src/V2/DeleteLogMetricRequest.php',
    'Google\\Cloud\\Logging\\V2\\DeleteLogRequest' => $vendorDir . '/google/cloud/Logging/src/V2/DeleteLogRequest.php',
    'Google\\Cloud\\Logging\\V2\\DeleteSinkRequest' => $vendorDir . '/google/cloud/Logging/src/V2/DeleteSinkRequest.php',
    'Google\\Cloud\\Logging\\V2\\DeleteViewRequest' => $vendorDir . '/google/cloud/Logging/src/V2/DeleteViewRequest.php',
    'Google\\Cloud\\Logging\\V2\\Gapic\\ConfigServiceV2GapicClient' => $vendorDir . '/google/cloud/Logging/src/V2/Gapic/ConfigServiceV2GapicClient.php',
    'Google\\Cloud\\Logging\\V2\\Gapic\\LoggingServiceV2GapicClient' => $vendorDir . '/google/cloud/Logging/src/V2/Gapic/LoggingServiceV2GapicClient.php',
    'Google\\Cloud\\Logging\\V2\\Gapic\\MetricsServiceV2GapicClient' => $vendorDir . '/google/cloud/Logging/src/V2/Gapic/MetricsServiceV2GapicClient.php',
    'Google\\Cloud\\Logging\\V2\\GetBucketRequest' => $vendorDir . '/google/cloud/Logging/src/V2/GetBucketRequest.php',
    'Google\\Cloud\\Logging\\V2\\GetCmekSettingsRequest' => $vendorDir . '/google/cloud/Logging/src/V2/GetCmekSettingsRequest.php',
    'Google\\Cloud\\Logging\\V2\\GetExclusionRequest' => $vendorDir . '/google/cloud/Logging/src/V2/GetExclusionRequest.php',
    'Google\\Cloud\\Logging\\V2\\GetLogMetricRequest' => $vendorDir . '/google/cloud/Logging/src/V2/GetLogMetricRequest.php',
    'Google\\Cloud\\Logging\\V2\\GetSettingsRequest' => $vendorDir . '/google/cloud/Logging/src/V2/GetSettingsRequest.php',
    'Google\\Cloud\\Logging\\V2\\GetSinkRequest' => $vendorDir . '/google/cloud/Logging/src/V2/GetSinkRequest.php',
    'Google\\Cloud\\Logging\\V2\\GetViewRequest' => $vendorDir . '/google/cloud/Logging/src/V2/GetViewRequest.php',
    'Google\\Cloud\\Logging\\V2\\LifecycleState' => $vendorDir . '/google/cloud/Logging/src/V2/LifecycleState.php',
    'Google\\Cloud\\Logging\\V2\\ListBucketsRequest' => $vendorDir . '/google/cloud/Logging/src/V2/ListBucketsRequest.php',
    'Google\\Cloud\\Logging\\V2\\ListBucketsResponse' => $vendorDir . '/google/cloud/Logging/src/V2/ListBucketsResponse.php',
    'Google\\Cloud\\Logging\\V2\\ListExclusionsRequest' => $vendorDir . '/google/cloud/Logging/src/V2/ListExclusionsRequest.php',
    'Google\\Cloud\\Logging\\V2\\ListExclusionsResponse' => $vendorDir . '/google/cloud/Logging/src/V2/ListExclusionsResponse.php',
    'Google\\Cloud\\Logging\\V2\\ListLogEntriesRequest' => $vendorDir . '/google/cloud/Logging/src/V2/ListLogEntriesRequest.php',
    'Google\\Cloud\\Logging\\V2\\ListLogEntriesResponse' => $vendorDir . '/google/cloud/Logging/src/V2/ListLogEntriesResponse.php',
    'Google\\Cloud\\Logging\\V2\\ListLogMetricsRequest' => $vendorDir . '/google/cloud/Logging/src/V2/ListLogMetricsRequest.php',
    'Google\\Cloud\\Logging\\V2\\ListLogMetricsResponse' => $vendorDir . '/google/cloud/Logging/src/V2/ListLogMetricsResponse.php',
    'Google\\Cloud\\Logging\\V2\\ListLogsRequest' => $vendorDir . '/google/cloud/Logging/src/V2/ListLogsRequest.php',
    'Google\\Cloud\\Logging\\V2\\ListLogsResponse' => $vendorDir . '/google/cloud/Logging/src/V2/ListLogsResponse.php',
    'Google\\Cloud\\Logging\\V2\\ListMonitoredResourceDescriptorsRequest' => $vendorDir . '/google/cloud/Logging/src/V2/ListMonitoredResourceDescriptorsRequest.php',
    'Google\\Cloud\\Logging\\V2\\ListMonitoredResourceDescriptorsResponse' => $vendorDir . '/google/cloud/Logging/src/V2/ListMonitoredResourceDescriptorsResponse.php',
    'Google\\Cloud\\Logging\\V2\\ListSinksRequest' => $vendorDir . '/google/cloud/Logging/src/V2/ListSinksRequest.php',
    'Google\\Cloud\\Logging\\V2\\ListSinksResponse' => $vendorDir . '/google/cloud/Logging/src/V2/ListSinksResponse.php',
    'Google\\Cloud\\Logging\\V2\\ListViewsRequest' => $vendorDir . '/google/cloud/Logging/src/V2/ListViewsRequest.php',
    'Google\\Cloud\\Logging\\V2\\ListViewsResponse' => $vendorDir . '/google/cloud/Logging/src/V2/ListViewsResponse.php',
    'Google\\Cloud\\Logging\\V2\\LogBucket' => $vendorDir . '/google/cloud/Logging/src/V2/LogBucket.php',
    'Google\\Cloud\\Logging\\V2\\LogEntry' => $vendorDir . '/google/cloud/Logging/src/V2/LogEntry.php',
    'Google\\Cloud\\Logging\\V2\\LogEntryOperation' => $vendorDir . '/google/cloud/Logging/src/V2/LogEntryOperation.php',
    'Google\\Cloud\\Logging\\V2\\LogEntrySourceLocation' => $vendorDir . '/google/cloud/Logging/src/V2/LogEntrySourceLocation.php',
    'Google\\Cloud\\Logging\\V2\\LogExclusion' => $vendorDir . '/google/cloud/Logging/src/V2/LogExclusion.php',
    'Google\\Cloud\\Logging\\V2\\LogMetric' => $vendorDir . '/google/cloud/Logging/src/V2/LogMetric.php',
    'Google\\Cloud\\Logging\\V2\\LogMetric\\ApiVersion' => $vendorDir . '/google/cloud/Logging/src/V2/LogMetric/ApiVersion.php',
    'Google\\Cloud\\Logging\\V2\\LogMetric_ApiVersion' => $vendorDir . '/google/cloud/Logging/src/V2/LogMetric_ApiVersion.php',
    'Google\\Cloud\\Logging\\V2\\LogSink' => $vendorDir . '/google/cloud/Logging/src/V2/LogSink.php',
    'Google\\Cloud\\Logging\\V2\\LogSink\\VersionFormat' => $vendorDir . '/google/cloud/Logging/src/V2/LogSink/VersionFormat.php',
    'Google\\Cloud\\Logging\\V2\\LogSink_VersionFormat' => $vendorDir . '/google/cloud/Logging/src/V2/LogSink_VersionFormat.php',
    'Google\\Cloud\\Logging\\V2\\LogSplit' => $vendorDir . '/google/cloud/Logging/src/V2/LogSplit.php',
    'Google\\Cloud\\Logging\\V2\\LogView' => $vendorDir . '/google/cloud/Logging/src/V2/LogView.php',
    'Google\\Cloud\\Logging\\V2\\LoggingServiceV2Client' => $vendorDir . '/google/cloud/Logging/src/V2/LoggingServiceV2Client.php',
    'Google\\Cloud\\Logging\\V2\\LoggingServiceV2GrpcClient' => $vendorDir . '/google/cloud/Logging/src/V2/LoggingServiceV2GrpcClient.php',
    'Google\\Cloud\\Logging\\V2\\MetricsServiceV2Client' => $vendorDir . '/google/cloud/Logging/src/V2/MetricsServiceV2Client.php',
    'Google\\Cloud\\Logging\\V2\\MetricsServiceV2GrpcClient' => $vendorDir . '/google/cloud/Logging/src/V2/MetricsServiceV2GrpcClient.php',
    'Google\\Cloud\\Logging\\V2\\OperationState' => $vendorDir . '/google/cloud/Logging/src/V2/OperationState.php',
    'Google\\Cloud\\Logging\\V2\\Settings' => $vendorDir . '/google/cloud/Logging/src/V2/Settings.php',
    'Google\\Cloud\\Logging\\V2\\TailLogEntriesRequest' => $vendorDir . '/google/cloud/Logging/src/V2/TailLogEntriesRequest.php',
    'Google\\Cloud\\Logging\\V2\\TailLogEntriesResponse' => $vendorDir . '/google/cloud/Logging/src/V2/TailLogEntriesResponse.php',
    'Google\\Cloud\\Logging\\V2\\TailLogEntriesResponse\\SuppressionInfo' => $vendorDir . '/google/cloud/Logging/src/V2/TailLogEntriesResponse/SuppressionInfo.php',
    'Google\\Cloud\\Logging\\V2\\TailLogEntriesResponse\\SuppressionInfo\\Reason' => $vendorDir . '/google/cloud/Logging/src/V2/TailLogEntriesResponse/SuppressionInfo/Reason.php',
    'Google\\Cloud\\Logging\\V2\\TailLogEntriesResponse_SuppressionInfo' => $vendorDir . '/google/cloud/Logging/src/V2/TailLogEntriesResponse_SuppressionInfo.php',
    'Google\\Cloud\\Logging\\V2\\TailLogEntriesResponse_SuppressionInfo_Reason' => $vendorDir . '/google/cloud/Logging/src/V2/TailLogEntriesResponse_SuppressionInfo_Reason.php',
    'Google\\Cloud\\Logging\\V2\\UndeleteBucketRequest' => $vendorDir . '/google/cloud/Logging/src/V2/UndeleteBucketRequest.php',
    'Google\\Cloud\\Logging\\V2\\UpdateBucketRequest' => $vendorDir . '/google/cloud/Logging/src/V2/UpdateBucketRequest.php',
    'Google\\Cloud\\Logging\\V2\\UpdateCmekSettingsRequest' => $vendorDir . '/google/cloud/Logging/src/V2/UpdateCmekSettingsRequest.php',
    'Google\\Cloud\\Logging\\V2\\UpdateExclusionRequest' => $vendorDir . '/google/cloud/Logging/src/V2/UpdateExclusionRequest.php',
    'Google\\Cloud\\Logging\\V2\\UpdateLogMetricRequest' => $vendorDir . '/google/cloud/Logging/src/V2/UpdateLogMetricRequest.php',
    'Google\\Cloud\\Logging\\V2\\UpdateSettingsRequest' => $vendorDir . '/google/cloud/Logging/src/V2/UpdateSettingsRequest.php',
    'Google\\Cloud\\Logging\\V2\\UpdateSinkRequest' => $vendorDir . '/google/cloud/Logging/src/V2/UpdateSinkRequest.php',
    'Google\\Cloud\\Logging\\V2\\UpdateViewRequest' => $vendorDir . '/google/cloud/Logging/src/V2/UpdateViewRequest.php',
    'Google\\Cloud\\Logging\\V2\\WriteLogEntriesPartialErrors' => $vendorDir . '/google/cloud/Logging/src/V2/WriteLogEntriesPartialErrors.php',
    'Google\\Cloud\\Logging\\V2\\WriteLogEntriesRequest' => $vendorDir . '/google/cloud/Logging/src/V2/WriteLogEntriesRequest.php',
    'Google\\Cloud\\Logging\\V2\\WriteLogEntriesResponse' => $vendorDir . '/google/cloud/Logging/src/V2/WriteLogEntriesResponse.php',
    'Google\\Cloud\\ManagedIdentities\\V1\\AttachTrustRequest' => $vendorDir . '/google/cloud/ManagedIdentities/src/V1/AttachTrustRequest.php',
    'Google\\Cloud\\ManagedIdentities\\V1\\CreateMicrosoftAdDomainRequest' => $vendorDir . '/google/cloud/ManagedIdentities/src/V1/CreateMicrosoftAdDomainRequest.php',
    'Google\\Cloud\\ManagedIdentities\\V1\\DeleteDomainRequest' => $vendorDir . '/google/cloud/ManagedIdentities/src/V1/DeleteDomainRequest.php',
    'Google\\Cloud\\ManagedIdentities\\V1\\DetachTrustRequest' => $vendorDir . '/google/cloud/ManagedIdentities/src/V1/DetachTrustRequest.php',
    'Google\\Cloud\\ManagedIdentities\\V1\\Domain' => $vendorDir . '/google/cloud/ManagedIdentities/src/V1/Domain.php',
    'Google\\Cloud\\ManagedIdentities\\V1\\Domain\\State' => $vendorDir . '/google/cloud/ManagedIdentities/src/V1/Domain/State.php',
    'Google\\Cloud\\ManagedIdentities\\V1\\Gapic\\ManagedIdentitiesServiceGapicClient' => $vendorDir . '/google/cloud/ManagedIdentities/src/V1/Gapic/ManagedIdentitiesServiceGapicClient.php',
    'Google\\Cloud\\ManagedIdentities\\V1\\GetDomainRequest' => $vendorDir . '/google/cloud/ManagedIdentities/src/V1/GetDomainRequest.php',
    'Google\\Cloud\\ManagedIdentities\\V1\\ListDomainsRequest' => $vendorDir . '/google/cloud/ManagedIdentities/src/V1/ListDomainsRequest.php',
    'Google\\Cloud\\ManagedIdentities\\V1\\ListDomainsResponse' => $vendorDir . '/google/cloud/ManagedIdentities/src/V1/ListDomainsResponse.php',
    'Google\\Cloud\\ManagedIdentities\\V1\\ManagedIdentitiesServiceClient' => $vendorDir . '/google/cloud/ManagedIdentities/src/V1/ManagedIdentitiesServiceClient.php',
    'Google\\Cloud\\ManagedIdentities\\V1\\OpMetadata' => $vendorDir . '/google/cloud/ManagedIdentities/src/V1/OpMetadata.php',
    'Google\\Cloud\\ManagedIdentities\\V1\\ReconfigureTrustRequest' => $vendorDir . '/google/cloud/ManagedIdentities/src/V1/ReconfigureTrustRequest.php',
    'Google\\Cloud\\ManagedIdentities\\V1\\ResetAdminPasswordRequest' => $vendorDir . '/google/cloud/ManagedIdentities/src/V1/ResetAdminPasswordRequest.php',
    'Google\\Cloud\\ManagedIdentities\\V1\\ResetAdminPasswordResponse' => $vendorDir . '/google/cloud/ManagedIdentities/src/V1/ResetAdminPasswordResponse.php',
    'Google\\Cloud\\ManagedIdentities\\V1\\Trust' => $vendorDir . '/google/cloud/ManagedIdentities/src/V1/Trust.php',
    'Google\\Cloud\\ManagedIdentities\\V1\\Trust\\State' => $vendorDir . '/google/cloud/ManagedIdentities/src/V1/Trust/State.php',
    'Google\\Cloud\\ManagedIdentities\\V1\\Trust\\TrustDirection' => $vendorDir . '/google/cloud/ManagedIdentities/src/V1/Trust/TrustDirection.php',
    'Google\\Cloud\\ManagedIdentities\\V1\\Trust\\TrustType' => $vendorDir . '/google/cloud/ManagedIdentities/src/V1/Trust/TrustType.php',
    'Google\\Cloud\\ManagedIdentities\\V1\\UpdateDomainRequest' => $vendorDir . '/google/cloud/ManagedIdentities/src/V1/UpdateDomainRequest.php',
    'Google\\Cloud\\ManagedIdentities\\V1\\ValidateTrustRequest' => $vendorDir . '/google/cloud/ManagedIdentities/src/V1/ValidateTrustRequest.php',
    'Google\\Cloud\\ManagedIdentities\\V1beta1\\AttachTrustRequest' => $vendorDir . '/google/cloud/ManagedIdentities/src/V1beta1/AttachTrustRequest.php',
    'Google\\Cloud\\ManagedIdentities\\V1beta1\\CreateMicrosoftAdDomainRequest' => $vendorDir . '/google/cloud/ManagedIdentities/src/V1beta1/CreateMicrosoftAdDomainRequest.php',
    'Google\\Cloud\\ManagedIdentities\\V1beta1\\DeleteDomainRequest' => $vendorDir . '/google/cloud/ManagedIdentities/src/V1beta1/DeleteDomainRequest.php',
    'Google\\Cloud\\ManagedIdentities\\V1beta1\\DetachTrustRequest' => $vendorDir . '/google/cloud/ManagedIdentities/src/V1beta1/DetachTrustRequest.php',
    'Google\\Cloud\\ManagedIdentities\\V1beta1\\Domain' => $vendorDir . '/google/cloud/ManagedIdentities/src/V1beta1/Domain.php',
    'Google\\Cloud\\ManagedIdentities\\V1beta1\\Domain\\State' => $vendorDir . '/google/cloud/ManagedIdentities/src/V1beta1/Domain/State.php',
    'Google\\Cloud\\ManagedIdentities\\V1beta1\\Gapic\\ManagedIdentitiesServiceGapicClient' => $vendorDir . '/google/cloud/ManagedIdentities/src/V1beta1/Gapic/ManagedIdentitiesServiceGapicClient.php',
    'Google\\Cloud\\ManagedIdentities\\V1beta1\\GetDomainRequest' => $vendorDir . '/google/cloud/ManagedIdentities/src/V1beta1/GetDomainRequest.php',
    'Google\\Cloud\\ManagedIdentities\\V1beta1\\ListDomainsRequest' => $vendorDir . '/google/cloud/ManagedIdentities/src/V1beta1/ListDomainsRequest.php',
    'Google\\Cloud\\ManagedIdentities\\V1beta1\\ListDomainsResponse' => $vendorDir . '/google/cloud/ManagedIdentities/src/V1beta1/ListDomainsResponse.php',
    'Google\\Cloud\\ManagedIdentities\\V1beta1\\ManagedIdentitiesServiceClient' => $vendorDir . '/google/cloud/ManagedIdentities/src/V1beta1/ManagedIdentitiesServiceClient.php',
    'Google\\Cloud\\ManagedIdentities\\V1beta1\\OpMetadata' => $vendorDir . '/google/cloud/ManagedIdentities/src/V1beta1/OpMetadata.php',
    'Google\\Cloud\\ManagedIdentities\\V1beta1\\ReconfigureTrustRequest' => $vendorDir . '/google/cloud/ManagedIdentities/src/V1beta1/ReconfigureTrustRequest.php',
    'Google\\Cloud\\ManagedIdentities\\V1beta1\\ResetAdminPasswordRequest' => $vendorDir . '/google/cloud/ManagedIdentities/src/V1beta1/ResetAdminPasswordRequest.php',
    'Google\\Cloud\\ManagedIdentities\\V1beta1\\ResetAdminPasswordResponse' => $vendorDir . '/google/cloud/ManagedIdentities/src/V1beta1/ResetAdminPasswordResponse.php',
    'Google\\Cloud\\ManagedIdentities\\V1beta1\\Trust' => $vendorDir . '/google/cloud/ManagedIdentities/src/V1beta1/Trust.php',
    'Google\\Cloud\\ManagedIdentities\\V1beta1\\Trust\\State' => $vendorDir . '/google/cloud/ManagedIdentities/src/V1beta1/Trust/State.php',
    'Google\\Cloud\\ManagedIdentities\\V1beta1\\Trust\\TrustDirection' => $vendorDir . '/google/cloud/ManagedIdentities/src/V1beta1/Trust/TrustDirection.php',
    'Google\\Cloud\\ManagedIdentities\\V1beta1\\Trust\\TrustType' => $vendorDir . '/google/cloud/ManagedIdentities/src/V1beta1/Trust/TrustType.php',
    'Google\\Cloud\\ManagedIdentities\\V1beta1\\UpdateDomainRequest' => $vendorDir . '/google/cloud/ManagedIdentities/src/V1beta1/UpdateDomainRequest.php',
    'Google\\Cloud\\ManagedIdentities\\V1beta1\\ValidateTrustRequest' => $vendorDir . '/google/cloud/ManagedIdentities/src/V1beta1/ValidateTrustRequest.php',
    'Google\\Cloud\\MediaTranslation\\V1beta1\\Gapic\\SpeechTranslationServiceGapicClient' => $vendorDir . '/google/cloud/MediaTranslation/src/V1beta1/Gapic/SpeechTranslationServiceGapicClient.php',
    'Google\\Cloud\\MediaTranslation\\V1beta1\\SpeechTranslationServiceClient' => $vendorDir . '/google/cloud/MediaTranslation/src/V1beta1/SpeechTranslationServiceClient.php',
    'Google\\Cloud\\MediaTranslation\\V1beta1\\SpeechTranslationServiceGrpcClient' => $vendorDir . '/google/cloud/MediaTranslation/src/V1beta1/SpeechTranslationServiceGrpcClient.php',
    'Google\\Cloud\\MediaTranslation\\V1beta1\\StreamingTranslateSpeechConfig' => $vendorDir . '/google/cloud/MediaTranslation/src/V1beta1/StreamingTranslateSpeechConfig.php',
    'Google\\Cloud\\MediaTranslation\\V1beta1\\StreamingTranslateSpeechRequest' => $vendorDir . '/google/cloud/MediaTranslation/src/V1beta1/StreamingTranslateSpeechRequest.php',
    'Google\\Cloud\\MediaTranslation\\V1beta1\\StreamingTranslateSpeechResponse' => $vendorDir . '/google/cloud/MediaTranslation/src/V1beta1/StreamingTranslateSpeechResponse.php',
    'Google\\Cloud\\MediaTranslation\\V1beta1\\StreamingTranslateSpeechResponse\\SpeechEventType' => $vendorDir . '/google/cloud/MediaTranslation/src/V1beta1/StreamingTranslateSpeechResponse/SpeechEventType.php',
    'Google\\Cloud\\MediaTranslation\\V1beta1\\StreamingTranslateSpeechResponse_SpeechEventType' => $vendorDir . '/google/cloud/MediaTranslation/src/V1beta1/StreamingTranslateSpeechResponse_SpeechEventType.php',
    'Google\\Cloud\\MediaTranslation\\V1beta1\\StreamingTranslateSpeechResult' => $vendorDir . '/google/cloud/MediaTranslation/src/V1beta1/StreamingTranslateSpeechResult.php',
    'Google\\Cloud\\MediaTranslation\\V1beta1\\StreamingTranslateSpeechResult\\TextTranslationResult' => $vendorDir . '/google/cloud/MediaTranslation/src/V1beta1/StreamingTranslateSpeechResult/TextTranslationResult.php',
    'Google\\Cloud\\MediaTranslation\\V1beta1\\StreamingTranslateSpeechResult_TextTranslationResult' => $vendorDir . '/google/cloud/MediaTranslation/src/V1beta1/StreamingTranslateSpeechResult_TextTranslationResult.php',
    'Google\\Cloud\\MediaTranslation\\V1beta1\\TranslateSpeechConfig' => $vendorDir . '/google/cloud/MediaTranslation/src/V1beta1/TranslateSpeechConfig.php',
    'Google\\Cloud\\Memcache\\V1\\ApplyParametersRequest' => $vendorDir . '/google/cloud/Memcache/src/V1/ApplyParametersRequest.php',
    'Google\\Cloud\\Memcache\\V1\\CloudMemcacheClient' => $vendorDir . '/google/cloud/Memcache/src/V1/CloudMemcacheClient.php',
    'Google\\Cloud\\Memcache\\V1\\CreateInstanceRequest' => $vendorDir . '/google/cloud/Memcache/src/V1/CreateInstanceRequest.php',
    'Google\\Cloud\\Memcache\\V1\\DeleteInstanceRequest' => $vendorDir . '/google/cloud/Memcache/src/V1/DeleteInstanceRequest.php',
    'Google\\Cloud\\Memcache\\V1\\Gapic\\CloudMemcacheGapicClient' => $vendorDir . '/google/cloud/Memcache/src/V1/Gapic/CloudMemcacheGapicClient.php',
    'Google\\Cloud\\Memcache\\V1\\GetInstanceRequest' => $vendorDir . '/google/cloud/Memcache/src/V1/GetInstanceRequest.php',
    'Google\\Cloud\\Memcache\\V1\\Instance' => $vendorDir . '/google/cloud/Memcache/src/V1/Instance.php',
    'Google\\Cloud\\Memcache\\V1\\Instance\\InstanceMessage' => $vendorDir . '/google/cloud/Memcache/src/V1/Instance/InstanceMessage.php',
    'Google\\Cloud\\Memcache\\V1\\Instance\\InstanceMessage\\Code' => $vendorDir . '/google/cloud/Memcache/src/V1/Instance/InstanceMessage/Code.php',
    'Google\\Cloud\\Memcache\\V1\\Instance\\Node' => $vendorDir . '/google/cloud/Memcache/src/V1/Instance/Node.php',
    'Google\\Cloud\\Memcache\\V1\\Instance\\NodeConfig' => $vendorDir . '/google/cloud/Memcache/src/V1/Instance/NodeConfig.php',
    'Google\\Cloud\\Memcache\\V1\\Instance\\Node\\State' => $vendorDir . '/google/cloud/Memcache/src/V1/Instance/Node/State.php',
    'Google\\Cloud\\Memcache\\V1\\Instance\\State' => $vendorDir . '/google/cloud/Memcache/src/V1/Instance/State.php',
    'Google\\Cloud\\Memcache\\V1\\ListInstancesRequest' => $vendorDir . '/google/cloud/Memcache/src/V1/ListInstancesRequest.php',
    'Google\\Cloud\\Memcache\\V1\\ListInstancesResponse' => $vendorDir . '/google/cloud/Memcache/src/V1/ListInstancesResponse.php',
    'Google\\Cloud\\Memcache\\V1\\LocationMetadata' => $vendorDir . '/google/cloud/Memcache/src/V1/LocationMetadata.php',
    'Google\\Cloud\\Memcache\\V1\\MaintenancePolicy' => $vendorDir . '/google/cloud/Memcache/src/V1/MaintenancePolicy.php',
    'Google\\Cloud\\Memcache\\V1\\MaintenanceSchedule' => $vendorDir . '/google/cloud/Memcache/src/V1/MaintenanceSchedule.php',
    'Google\\Cloud\\Memcache\\V1\\MemcacheParameters' => $vendorDir . '/google/cloud/Memcache/src/V1/MemcacheParameters.php',
    'Google\\Cloud\\Memcache\\V1\\MemcacheVersion' => $vendorDir . '/google/cloud/Memcache/src/V1/MemcacheVersion.php',
    'Google\\Cloud\\Memcache\\V1\\OperationMetadata' => $vendorDir . '/google/cloud/Memcache/src/V1/OperationMetadata.php',
    'Google\\Cloud\\Memcache\\V1\\RescheduleMaintenanceRequest' => $vendorDir . '/google/cloud/Memcache/src/V1/RescheduleMaintenanceRequest.php',
    'Google\\Cloud\\Memcache\\V1\\RescheduleMaintenanceRequest\\RescheduleType' => $vendorDir . '/google/cloud/Memcache/src/V1/RescheduleMaintenanceRequest/RescheduleType.php',
    'Google\\Cloud\\Memcache\\V1\\UpdateInstanceRequest' => $vendorDir . '/google/cloud/Memcache/src/V1/UpdateInstanceRequest.php',
    'Google\\Cloud\\Memcache\\V1\\UpdateParametersRequest' => $vendorDir . '/google/cloud/Memcache/src/V1/UpdateParametersRequest.php',
    'Google\\Cloud\\Memcache\\V1\\WeeklyMaintenanceWindow' => $vendorDir . '/google/cloud/Memcache/src/V1/WeeklyMaintenanceWindow.php',
    'Google\\Cloud\\Memcache\\V1\\ZoneMetadata' => $vendorDir . '/google/cloud/Memcache/src/V1/ZoneMetadata.php',
    'Google\\Cloud\\Memcache\\V1beta2\\ApplyParametersRequest' => $vendorDir . '/google/cloud/Memcache/src/V1beta2/ApplyParametersRequest.php',
    'Google\\Cloud\\Memcache\\V1beta2\\ApplySoftwareUpdateRequest' => $vendorDir . '/google/cloud/Memcache/src/V1beta2/ApplySoftwareUpdateRequest.php',
    'Google\\Cloud\\Memcache\\V1beta2\\CloudMemcacheClient' => $vendorDir . '/google/cloud/Memcache/src/V1beta2/CloudMemcacheClient.php',
    'Google\\Cloud\\Memcache\\V1beta2\\CreateInstanceRequest' => $vendorDir . '/google/cloud/Memcache/src/V1beta2/CreateInstanceRequest.php',
    'Google\\Cloud\\Memcache\\V1beta2\\DeleteInstanceRequest' => $vendorDir . '/google/cloud/Memcache/src/V1beta2/DeleteInstanceRequest.php',
    'Google\\Cloud\\Memcache\\V1beta2\\Gapic\\CloudMemcacheGapicClient' => $vendorDir . '/google/cloud/Memcache/src/V1beta2/Gapic/CloudMemcacheGapicClient.php',
    'Google\\Cloud\\Memcache\\V1beta2\\GetInstanceRequest' => $vendorDir . '/google/cloud/Memcache/src/V1beta2/GetInstanceRequest.php',
    'Google\\Cloud\\Memcache\\V1beta2\\Instance' => $vendorDir . '/google/cloud/Memcache/src/V1beta2/Instance.php',
    'Google\\Cloud\\Memcache\\V1beta2\\Instance\\InstanceMessage' => $vendorDir . '/google/cloud/Memcache/src/V1beta2/Instance/InstanceMessage.php',
    'Google\\Cloud\\Memcache\\V1beta2\\Instance\\InstanceMessage\\Code' => $vendorDir . '/google/cloud/Memcache/src/V1beta2/Instance/InstanceMessage/Code.php',
    'Google\\Cloud\\Memcache\\V1beta2\\Instance\\Node' => $vendorDir . '/google/cloud/Memcache/src/V1beta2/Instance/Node.php',
    'Google\\Cloud\\Memcache\\V1beta2\\Instance\\NodeConfig' => $vendorDir . '/google/cloud/Memcache/src/V1beta2/Instance/NodeConfig.php',
    'Google\\Cloud\\Memcache\\V1beta2\\Instance\\Node\\State' => $vendorDir . '/google/cloud/Memcache/src/V1beta2/Instance/Node/State.php',
    'Google\\Cloud\\Memcache\\V1beta2\\Instance\\State' => $vendorDir . '/google/cloud/Memcache/src/V1beta2/Instance/State.php',
    'Google\\Cloud\\Memcache\\V1beta2\\ListInstancesRequest' => $vendorDir . '/google/cloud/Memcache/src/V1beta2/ListInstancesRequest.php',
    'Google\\Cloud\\Memcache\\V1beta2\\ListInstancesResponse' => $vendorDir . '/google/cloud/Memcache/src/V1beta2/ListInstancesResponse.php',
    'Google\\Cloud\\Memcache\\V1beta2\\LocationMetadata' => $vendorDir . '/google/cloud/Memcache/src/V1beta2/LocationMetadata.php',
    'Google\\Cloud\\Memcache\\V1beta2\\MaintenancePolicy' => $vendorDir . '/google/cloud/Memcache/src/V1beta2/MaintenancePolicy.php',
    'Google\\Cloud\\Memcache\\V1beta2\\MaintenanceSchedule' => $vendorDir . '/google/cloud/Memcache/src/V1beta2/MaintenanceSchedule.php',
    'Google\\Cloud\\Memcache\\V1beta2\\MemcacheParameters' => $vendorDir . '/google/cloud/Memcache/src/V1beta2/MemcacheParameters.php',
    'Google\\Cloud\\Memcache\\V1beta2\\MemcacheVersion' => $vendorDir . '/google/cloud/Memcache/src/V1beta2/MemcacheVersion.php',
    'Google\\Cloud\\Memcache\\V1beta2\\OperationMetadata' => $vendorDir . '/google/cloud/Memcache/src/V1beta2/OperationMetadata.php',
    'Google\\Cloud\\Memcache\\V1beta2\\RescheduleMaintenanceRequest' => $vendorDir . '/google/cloud/Memcache/src/V1beta2/RescheduleMaintenanceRequest.php',
    'Google\\Cloud\\Memcache\\V1beta2\\RescheduleMaintenanceRequest\\RescheduleType' => $vendorDir . '/google/cloud/Memcache/src/V1beta2/RescheduleMaintenanceRequest/RescheduleType.php',
    'Google\\Cloud\\Memcache\\V1beta2\\UpdateInstanceRequest' => $vendorDir . '/google/cloud/Memcache/src/V1beta2/UpdateInstanceRequest.php',
    'Google\\Cloud\\Memcache\\V1beta2\\UpdateParametersRequest' => $vendorDir . '/google/cloud/Memcache/src/V1beta2/UpdateParametersRequest.php',
    'Google\\Cloud\\Memcache\\V1beta2\\WeeklyMaintenanceWindow' => $vendorDir . '/google/cloud/Memcache/src/V1beta2/WeeklyMaintenanceWindow.php',
    'Google\\Cloud\\Memcache\\V1beta2\\ZoneMetadata' => $vendorDir . '/google/cloud/Memcache/src/V1beta2/ZoneMetadata.php',
    'Google\\Cloud\\Metastore\\V1\\BackendMetastore' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/BackendMetastore.php',
    'Google\\Cloud\\Metastore\\V1\\BackendMetastore\\MetastoreType' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/BackendMetastore/MetastoreType.php',
    'Google\\Cloud\\Metastore\\V1\\BackendMetastore_MetastoreType' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/BackendMetastore_MetastoreType.php',
    'Google\\Cloud\\Metastore\\V1\\Backup' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/Backup.php',
    'Google\\Cloud\\Metastore\\V1\\Backup\\State' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/Backup/State.php',
    'Google\\Cloud\\Metastore\\V1\\Backup_State' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/Backup_State.php',
    'Google\\Cloud\\Metastore\\V1\\CreateBackupRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/CreateBackupRequest.php',
    'Google\\Cloud\\Metastore\\V1\\CreateFederationRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/CreateFederationRequest.php',
    'Google\\Cloud\\Metastore\\V1\\CreateMetadataImportRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/CreateMetadataImportRequest.php',
    'Google\\Cloud\\Metastore\\V1\\CreateServiceRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/CreateServiceRequest.php',
    'Google\\Cloud\\Metastore\\V1\\DatabaseDumpSpec' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/DatabaseDumpSpec.php',
    'Google\\Cloud\\Metastore\\V1\\DatabaseDumpSpec\\Type' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/DatabaseDumpSpec/Type.php',
    'Google\\Cloud\\Metastore\\V1\\DatabaseDumpSpec_Type' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/DatabaseDumpSpec_Type.php',
    'Google\\Cloud\\Metastore\\V1\\DataprocMetastoreClient' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/DataprocMetastoreClient.php',
    'Google\\Cloud\\Metastore\\V1\\DataprocMetastoreFederationClient' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/DataprocMetastoreFederationClient.php',
    'Google\\Cloud\\Metastore\\V1\\DataprocMetastoreFederationGrpcClient' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/DataprocMetastoreFederationGrpcClient.php',
    'Google\\Cloud\\Metastore\\V1\\DataprocMetastoreGrpcClient' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/DataprocMetastoreGrpcClient.php',
    'Google\\Cloud\\Metastore\\V1\\DeleteBackupRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/DeleteBackupRequest.php',
    'Google\\Cloud\\Metastore\\V1\\DeleteFederationRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/DeleteFederationRequest.php',
    'Google\\Cloud\\Metastore\\V1\\DeleteServiceRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/DeleteServiceRequest.php',
    'Google\\Cloud\\Metastore\\V1\\EncryptionConfig' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/EncryptionConfig.php',
    'Google\\Cloud\\Metastore\\V1\\ExportMetadataRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/ExportMetadataRequest.php',
    'Google\\Cloud\\Metastore\\V1\\Federation' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/Federation.php',
    'Google\\Cloud\\Metastore\\V1\\Federation\\State' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/Federation/State.php',
    'Google\\Cloud\\Metastore\\V1\\Federation_State' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/Federation_State.php',
    'Google\\Cloud\\Metastore\\V1\\Gapic\\DataprocMetastoreFederationGapicClient' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/Gapic/DataprocMetastoreFederationGapicClient.php',
    'Google\\Cloud\\Metastore\\V1\\Gapic\\DataprocMetastoreGapicClient' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/Gapic/DataprocMetastoreGapicClient.php',
    'Google\\Cloud\\Metastore\\V1\\GetBackupRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/GetBackupRequest.php',
    'Google\\Cloud\\Metastore\\V1\\GetFederationRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/GetFederationRequest.php',
    'Google\\Cloud\\Metastore\\V1\\GetMetadataImportRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/GetMetadataImportRequest.php',
    'Google\\Cloud\\Metastore\\V1\\GetServiceRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/GetServiceRequest.php',
    'Google\\Cloud\\Metastore\\V1\\HiveMetastoreConfig' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/HiveMetastoreConfig.php',
    'Google\\Cloud\\Metastore\\V1\\KerberosConfig' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/KerberosConfig.php',
    'Google\\Cloud\\Metastore\\V1\\ListBackupsRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/ListBackupsRequest.php',
    'Google\\Cloud\\Metastore\\V1\\ListBackupsResponse' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/ListBackupsResponse.php',
    'Google\\Cloud\\Metastore\\V1\\ListFederationsRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/ListFederationsRequest.php',
    'Google\\Cloud\\Metastore\\V1\\ListFederationsResponse' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/ListFederationsResponse.php',
    'Google\\Cloud\\Metastore\\V1\\ListMetadataImportsRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/ListMetadataImportsRequest.php',
    'Google\\Cloud\\Metastore\\V1\\ListMetadataImportsResponse' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/ListMetadataImportsResponse.php',
    'Google\\Cloud\\Metastore\\V1\\ListServicesRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/ListServicesRequest.php',
    'Google\\Cloud\\Metastore\\V1\\ListServicesResponse' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/ListServicesResponse.php',
    'Google\\Cloud\\Metastore\\V1\\LocationMetadata' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/LocationMetadata.php',
    'Google\\Cloud\\Metastore\\V1\\LocationMetadata\\HiveMetastoreVersion' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/LocationMetadata/HiveMetastoreVersion.php',
    'Google\\Cloud\\Metastore\\V1\\LocationMetadata_HiveMetastoreVersion' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/LocationMetadata_HiveMetastoreVersion.php',
    'Google\\Cloud\\Metastore\\V1\\MaintenanceWindow' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/MaintenanceWindow.php',
    'Google\\Cloud\\Metastore\\V1\\MetadataExport' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/MetadataExport.php',
    'Google\\Cloud\\Metastore\\V1\\MetadataExport\\State' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/MetadataExport/State.php',
    'Google\\Cloud\\Metastore\\V1\\MetadataExport_State' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/MetadataExport_State.php',
    'Google\\Cloud\\Metastore\\V1\\MetadataImport' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/MetadataImport.php',
    'Google\\Cloud\\Metastore\\V1\\MetadataImport\\DatabaseDump' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/MetadataImport/DatabaseDump.php',
    'Google\\Cloud\\Metastore\\V1\\MetadataImport\\DatabaseDump\\DatabaseType' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/MetadataImport/DatabaseDump/DatabaseType.php',
    'Google\\Cloud\\Metastore\\V1\\MetadataImport\\State' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/MetadataImport/State.php',
    'Google\\Cloud\\Metastore\\V1\\MetadataImport_DatabaseDump' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/MetadataImport_DatabaseDump.php',
    'Google\\Cloud\\Metastore\\V1\\MetadataImport_DatabaseDump_DatabaseType' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/MetadataImport_DatabaseDump_DatabaseType.php',
    'Google\\Cloud\\Metastore\\V1\\MetadataImport_State' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/MetadataImport_State.php',
    'Google\\Cloud\\Metastore\\V1\\MetadataManagementActivity' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/MetadataManagementActivity.php',
    'Google\\Cloud\\Metastore\\V1\\NetworkConfig' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/NetworkConfig.php',
    'Google\\Cloud\\Metastore\\V1\\NetworkConfig\\Consumer' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/NetworkConfig/Consumer.php',
    'Google\\Cloud\\Metastore\\V1\\NetworkConfig_Consumer' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/NetworkConfig_Consumer.php',
    'Google\\Cloud\\Metastore\\V1\\OperationMetadata' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/OperationMetadata.php',
    'Google\\Cloud\\Metastore\\V1\\Restore' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/Restore.php',
    'Google\\Cloud\\Metastore\\V1\\RestoreServiceRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/RestoreServiceRequest.php',
    'Google\\Cloud\\Metastore\\V1\\Restore\\RestoreType' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/Restore/RestoreType.php',
    'Google\\Cloud\\Metastore\\V1\\Restore\\State' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/Restore/State.php',
    'Google\\Cloud\\Metastore\\V1\\Restore_RestoreType' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/Restore_RestoreType.php',
    'Google\\Cloud\\Metastore\\V1\\Restore_State' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/Restore_State.php',
    'Google\\Cloud\\Metastore\\V1\\Secret' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/Secret.php',
    'Google\\Cloud\\Metastore\\V1\\Service' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/Service.php',
    'Google\\Cloud\\Metastore\\V1\\Service\\DatabaseType' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/Service/DatabaseType.php',
    'Google\\Cloud\\Metastore\\V1\\Service\\ReleaseChannel' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/Service/ReleaseChannel.php',
    'Google\\Cloud\\Metastore\\V1\\Service\\State' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/Service/State.php',
    'Google\\Cloud\\Metastore\\V1\\Service\\Tier' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/Service/Tier.php',
    'Google\\Cloud\\Metastore\\V1\\Service_DatabaseType' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/Service_DatabaseType.php',
    'Google\\Cloud\\Metastore\\V1\\Service_ReleaseChannel' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/Service_ReleaseChannel.php',
    'Google\\Cloud\\Metastore\\V1\\Service_State' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/Service_State.php',
    'Google\\Cloud\\Metastore\\V1\\Service_Tier' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/Service_Tier.php',
    'Google\\Cloud\\Metastore\\V1\\TelemetryConfig' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/TelemetryConfig.php',
    'Google\\Cloud\\Metastore\\V1\\TelemetryConfig\\LogFormat' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/TelemetryConfig/LogFormat.php',
    'Google\\Cloud\\Metastore\\V1\\TelemetryConfig_LogFormat' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/TelemetryConfig_LogFormat.php',
    'Google\\Cloud\\Metastore\\V1\\UpdateFederationRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/UpdateFederationRequest.php',
    'Google\\Cloud\\Metastore\\V1\\UpdateMetadataImportRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/UpdateMetadataImportRequest.php',
    'Google\\Cloud\\Metastore\\V1\\UpdateServiceRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1/UpdateServiceRequest.php',
    'Google\\Cloud\\Metastore\\V1alpha\\AlterMetadataResourceLocationRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/AlterMetadataResourceLocationRequest.php',
    'Google\\Cloud\\Metastore\\V1alpha\\AlterMetadataResourceLocationResponse' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/AlterMetadataResourceLocationResponse.php',
    'Google\\Cloud\\Metastore\\V1alpha\\AuxiliaryVersionConfig' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/AuxiliaryVersionConfig.php',
    'Google\\Cloud\\Metastore\\V1alpha\\BackendMetastore' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/BackendMetastore.php',
    'Google\\Cloud\\Metastore\\V1alpha\\BackendMetastore\\MetastoreType' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/BackendMetastore/MetastoreType.php',
    'Google\\Cloud\\Metastore\\V1alpha\\BackendMetastore_MetastoreType' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/BackendMetastore_MetastoreType.php',
    'Google\\Cloud\\Metastore\\V1alpha\\Backup' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/Backup.php',
    'Google\\Cloud\\Metastore\\V1alpha\\Backup\\State' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/Backup/State.php',
    'Google\\Cloud\\Metastore\\V1alpha\\Backup_State' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/Backup_State.php',
    'Google\\Cloud\\Metastore\\V1alpha\\CreateBackupRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/CreateBackupRequest.php',
    'Google\\Cloud\\Metastore\\V1alpha\\CreateFederationRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/CreateFederationRequest.php',
    'Google\\Cloud\\Metastore\\V1alpha\\CreateMetadataImportRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/CreateMetadataImportRequest.php',
    'Google\\Cloud\\Metastore\\V1alpha\\CreateServiceRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/CreateServiceRequest.php',
    'Google\\Cloud\\Metastore\\V1alpha\\DataCatalogConfig' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/DataCatalogConfig.php',
    'Google\\Cloud\\Metastore\\V1alpha\\DatabaseDumpSpec' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/DatabaseDumpSpec.php',
    'Google\\Cloud\\Metastore\\V1alpha\\DatabaseDumpSpec\\Type' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/DatabaseDumpSpec/Type.php',
    'Google\\Cloud\\Metastore\\V1alpha\\DatabaseDumpSpec_Type' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/DatabaseDumpSpec_Type.php',
    'Google\\Cloud\\Metastore\\V1alpha\\DataplexConfig' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/DataplexConfig.php',
    'Google\\Cloud\\Metastore\\V1alpha\\DataprocMetastoreClient' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/DataprocMetastoreClient.php',
    'Google\\Cloud\\Metastore\\V1alpha\\DataprocMetastoreFederationClient' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/DataprocMetastoreFederationClient.php',
    'Google\\Cloud\\Metastore\\V1alpha\\DataprocMetastoreFederationGrpcClient' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/DataprocMetastoreFederationGrpcClient.php',
    'Google\\Cloud\\Metastore\\V1alpha\\DataprocMetastoreGrpcClient' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/DataprocMetastoreGrpcClient.php',
    'Google\\Cloud\\Metastore\\V1alpha\\DeleteBackupRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/DeleteBackupRequest.php',
    'Google\\Cloud\\Metastore\\V1alpha\\DeleteFederationRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/DeleteFederationRequest.php',
    'Google\\Cloud\\Metastore\\V1alpha\\DeleteServiceRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/DeleteServiceRequest.php',
    'Google\\Cloud\\Metastore\\V1alpha\\EncryptionConfig' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/EncryptionConfig.php',
    'Google\\Cloud\\Metastore\\V1alpha\\ExportMetadataRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/ExportMetadataRequest.php',
    'Google\\Cloud\\Metastore\\V1alpha\\Federation' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/Federation.php',
    'Google\\Cloud\\Metastore\\V1alpha\\Federation\\State' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/Federation/State.php',
    'Google\\Cloud\\Metastore\\V1alpha\\Federation_State' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/Federation_State.php',
    'Google\\Cloud\\Metastore\\V1alpha\\Gapic\\DataprocMetastoreFederationGapicClient' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/Gapic/DataprocMetastoreFederationGapicClient.php',
    'Google\\Cloud\\Metastore\\V1alpha\\Gapic\\DataprocMetastoreGapicClient' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/Gapic/DataprocMetastoreGapicClient.php',
    'Google\\Cloud\\Metastore\\V1alpha\\GetBackupRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/GetBackupRequest.php',
    'Google\\Cloud\\Metastore\\V1alpha\\GetFederationRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/GetFederationRequest.php',
    'Google\\Cloud\\Metastore\\V1alpha\\GetMetadataImportRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/GetMetadataImportRequest.php',
    'Google\\Cloud\\Metastore\\V1alpha\\GetServiceRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/GetServiceRequest.php',
    'Google\\Cloud\\Metastore\\V1alpha\\HiveMetastoreConfig' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/HiveMetastoreConfig.php',
    'Google\\Cloud\\Metastore\\V1alpha\\HiveMetastoreConfig\\EndpointProtocol' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/HiveMetastoreConfig/EndpointProtocol.php',
    'Google\\Cloud\\Metastore\\V1alpha\\HiveMetastoreConfig_EndpointProtocol' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/HiveMetastoreConfig_EndpointProtocol.php',
    'Google\\Cloud\\Metastore\\V1alpha\\KerberosConfig' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/KerberosConfig.php',
    'Google\\Cloud\\Metastore\\V1alpha\\Lake' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/Lake.php',
    'Google\\Cloud\\Metastore\\V1alpha\\ListBackupsRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/ListBackupsRequest.php',
    'Google\\Cloud\\Metastore\\V1alpha\\ListBackupsResponse' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/ListBackupsResponse.php',
    'Google\\Cloud\\Metastore\\V1alpha\\ListFederationsRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/ListFederationsRequest.php',
    'Google\\Cloud\\Metastore\\V1alpha\\ListFederationsResponse' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/ListFederationsResponse.php',
    'Google\\Cloud\\Metastore\\V1alpha\\ListMetadataImportsRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/ListMetadataImportsRequest.php',
    'Google\\Cloud\\Metastore\\V1alpha\\ListMetadataImportsResponse' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/ListMetadataImportsResponse.php',
    'Google\\Cloud\\Metastore\\V1alpha\\ListServicesRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/ListServicesRequest.php',
    'Google\\Cloud\\Metastore\\V1alpha\\ListServicesResponse' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/ListServicesResponse.php',
    'Google\\Cloud\\Metastore\\V1alpha\\LocationMetadata' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/LocationMetadata.php',
    'Google\\Cloud\\Metastore\\V1alpha\\LocationMetadata\\HiveMetastoreVersion' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/LocationMetadata/HiveMetastoreVersion.php',
    'Google\\Cloud\\Metastore\\V1alpha\\LocationMetadata_HiveMetastoreVersion' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/LocationMetadata_HiveMetastoreVersion.php',
    'Google\\Cloud\\Metastore\\V1alpha\\MaintenanceWindow' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/MaintenanceWindow.php',
    'Google\\Cloud\\Metastore\\V1alpha\\MetadataExport' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/MetadataExport.php',
    'Google\\Cloud\\Metastore\\V1alpha\\MetadataExport\\State' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/MetadataExport/State.php',
    'Google\\Cloud\\Metastore\\V1alpha\\MetadataExport_State' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/MetadataExport_State.php',
    'Google\\Cloud\\Metastore\\V1alpha\\MetadataImport' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/MetadataImport.php',
    'Google\\Cloud\\Metastore\\V1alpha\\MetadataImport\\DatabaseDump' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/MetadataImport/DatabaseDump.php',
    'Google\\Cloud\\Metastore\\V1alpha\\MetadataImport\\DatabaseDump\\DatabaseType' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/MetadataImport/DatabaseDump/DatabaseType.php',
    'Google\\Cloud\\Metastore\\V1alpha\\MetadataImport\\State' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/MetadataImport/State.php',
    'Google\\Cloud\\Metastore\\V1alpha\\MetadataImport_DatabaseDump' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/MetadataImport_DatabaseDump.php',
    'Google\\Cloud\\Metastore\\V1alpha\\MetadataImport_DatabaseDump_DatabaseType' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/MetadataImport_DatabaseDump_DatabaseType.php',
    'Google\\Cloud\\Metastore\\V1alpha\\MetadataImport_State' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/MetadataImport_State.php',
    'Google\\Cloud\\Metastore\\V1alpha\\MetadataIntegration' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/MetadataIntegration.php',
    'Google\\Cloud\\Metastore\\V1alpha\\MetadataManagementActivity' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/MetadataManagementActivity.php',
    'Google\\Cloud\\Metastore\\V1alpha\\MoveTableToDatabaseRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/MoveTableToDatabaseRequest.php',
    'Google\\Cloud\\Metastore\\V1alpha\\MoveTableToDatabaseResponse' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/MoveTableToDatabaseResponse.php',
    'Google\\Cloud\\Metastore\\V1alpha\\NetworkConfig' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/NetworkConfig.php',
    'Google\\Cloud\\Metastore\\V1alpha\\NetworkConfig\\Consumer' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/NetworkConfig/Consumer.php',
    'Google\\Cloud\\Metastore\\V1alpha\\NetworkConfig_Consumer' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/NetworkConfig_Consumer.php',
    'Google\\Cloud\\Metastore\\V1alpha\\OperationMetadata' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/OperationMetadata.php',
    'Google\\Cloud\\Metastore\\V1alpha\\QueryMetadataRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/QueryMetadataRequest.php',
    'Google\\Cloud\\Metastore\\V1alpha\\QueryMetadataResponse' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/QueryMetadataResponse.php',
    'Google\\Cloud\\Metastore\\V1alpha\\RemoveIamPolicyRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/RemoveIamPolicyRequest.php',
    'Google\\Cloud\\Metastore\\V1alpha\\RemoveIamPolicyResponse' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/RemoveIamPolicyResponse.php',
    'Google\\Cloud\\Metastore\\V1alpha\\Restore' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/Restore.php',
    'Google\\Cloud\\Metastore\\V1alpha\\RestoreServiceRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/RestoreServiceRequest.php',
    'Google\\Cloud\\Metastore\\V1alpha\\Restore\\RestoreType' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/Restore/RestoreType.php',
    'Google\\Cloud\\Metastore\\V1alpha\\Restore\\State' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/Restore/State.php',
    'Google\\Cloud\\Metastore\\V1alpha\\Restore_RestoreType' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/Restore_RestoreType.php',
    'Google\\Cloud\\Metastore\\V1alpha\\Restore_State' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/Restore_State.php',
    'Google\\Cloud\\Metastore\\V1alpha\\Secret' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/Secret.php',
    'Google\\Cloud\\Metastore\\V1alpha\\Service' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/Service.php',
    'Google\\Cloud\\Metastore\\V1alpha\\Service\\DatabaseType' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/Service/DatabaseType.php',
    'Google\\Cloud\\Metastore\\V1alpha\\Service\\ReleaseChannel' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/Service/ReleaseChannel.php',
    'Google\\Cloud\\Metastore\\V1alpha\\Service\\State' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/Service/State.php',
    'Google\\Cloud\\Metastore\\V1alpha\\Service\\Tier' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/Service/Tier.php',
    'Google\\Cloud\\Metastore\\V1alpha\\Service_DatabaseType' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/Service_DatabaseType.php',
    'Google\\Cloud\\Metastore\\V1alpha\\Service_ReleaseChannel' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/Service_ReleaseChannel.php',
    'Google\\Cloud\\Metastore\\V1alpha\\Service_State' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/Service_State.php',
    'Google\\Cloud\\Metastore\\V1alpha\\Service_Tier' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/Service_Tier.php',
    'Google\\Cloud\\Metastore\\V1alpha\\TelemetryConfig' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/TelemetryConfig.php',
    'Google\\Cloud\\Metastore\\V1alpha\\TelemetryConfig\\LogFormat' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/TelemetryConfig/LogFormat.php',
    'Google\\Cloud\\Metastore\\V1alpha\\TelemetryConfig_LogFormat' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/TelemetryConfig_LogFormat.php',
    'Google\\Cloud\\Metastore\\V1alpha\\UpdateFederationRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/UpdateFederationRequest.php',
    'Google\\Cloud\\Metastore\\V1alpha\\UpdateMetadataImportRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/UpdateMetadataImportRequest.php',
    'Google\\Cloud\\Metastore\\V1alpha\\UpdateServiceRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1alpha/UpdateServiceRequest.php',
    'Google\\Cloud\\Metastore\\V1beta\\AlterMetadataResourceLocationRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/AlterMetadataResourceLocationRequest.php',
    'Google\\Cloud\\Metastore\\V1beta\\AlterMetadataResourceLocationResponse' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/AlterMetadataResourceLocationResponse.php',
    'Google\\Cloud\\Metastore\\V1beta\\AuxiliaryVersionConfig' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/AuxiliaryVersionConfig.php',
    'Google\\Cloud\\Metastore\\V1beta\\BackendMetastore' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/BackendMetastore.php',
    'Google\\Cloud\\Metastore\\V1beta\\BackendMetastore\\MetastoreType' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/BackendMetastore/MetastoreType.php',
    'Google\\Cloud\\Metastore\\V1beta\\BackendMetastore_MetastoreType' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/BackendMetastore_MetastoreType.php',
    'Google\\Cloud\\Metastore\\V1beta\\Backup' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/Backup.php',
    'Google\\Cloud\\Metastore\\V1beta\\Backup\\State' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/Backup/State.php',
    'Google\\Cloud\\Metastore\\V1beta\\Backup_State' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/Backup_State.php',
    'Google\\Cloud\\Metastore\\V1beta\\CreateBackupRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/CreateBackupRequest.php',
    'Google\\Cloud\\Metastore\\V1beta\\CreateFederationRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/CreateFederationRequest.php',
    'Google\\Cloud\\Metastore\\V1beta\\CreateMetadataImportRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/CreateMetadataImportRequest.php',
    'Google\\Cloud\\Metastore\\V1beta\\CreateServiceRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/CreateServiceRequest.php',
    'Google\\Cloud\\Metastore\\V1beta\\DataCatalogConfig' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/DataCatalogConfig.php',
    'Google\\Cloud\\Metastore\\V1beta\\DatabaseDumpSpec' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/DatabaseDumpSpec.php',
    'Google\\Cloud\\Metastore\\V1beta\\DatabaseDumpSpec\\Type' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/DatabaseDumpSpec/Type.php',
    'Google\\Cloud\\Metastore\\V1beta\\DatabaseDumpSpec_Type' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/DatabaseDumpSpec_Type.php',
    'Google\\Cloud\\Metastore\\V1beta\\DataplexConfig' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/DataplexConfig.php',
    'Google\\Cloud\\Metastore\\V1beta\\DataprocMetastoreClient' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/DataprocMetastoreClient.php',
    'Google\\Cloud\\Metastore\\V1beta\\DataprocMetastoreFederationClient' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/DataprocMetastoreFederationClient.php',
    'Google\\Cloud\\Metastore\\V1beta\\DataprocMetastoreFederationGrpcClient' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/DataprocMetastoreFederationGrpcClient.php',
    'Google\\Cloud\\Metastore\\V1beta\\DataprocMetastoreGrpcClient' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/DataprocMetastoreGrpcClient.php',
    'Google\\Cloud\\Metastore\\V1beta\\DeleteBackupRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/DeleteBackupRequest.php',
    'Google\\Cloud\\Metastore\\V1beta\\DeleteFederationRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/DeleteFederationRequest.php',
    'Google\\Cloud\\Metastore\\V1beta\\DeleteServiceRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/DeleteServiceRequest.php',
    'Google\\Cloud\\Metastore\\V1beta\\EncryptionConfig' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/EncryptionConfig.php',
    'Google\\Cloud\\Metastore\\V1beta\\ExportMetadataRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/ExportMetadataRequest.php',
    'Google\\Cloud\\Metastore\\V1beta\\Federation' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/Federation.php',
    'Google\\Cloud\\Metastore\\V1beta\\Federation\\State' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/Federation/State.php',
    'Google\\Cloud\\Metastore\\V1beta\\Federation_State' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/Federation_State.php',
    'Google\\Cloud\\Metastore\\V1beta\\Gapic\\DataprocMetastoreFederationGapicClient' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/Gapic/DataprocMetastoreFederationGapicClient.php',
    'Google\\Cloud\\Metastore\\V1beta\\Gapic\\DataprocMetastoreGapicClient' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/Gapic/DataprocMetastoreGapicClient.php',
    'Google\\Cloud\\Metastore\\V1beta\\GetBackupRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/GetBackupRequest.php',
    'Google\\Cloud\\Metastore\\V1beta\\GetFederationRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/GetFederationRequest.php',
    'Google\\Cloud\\Metastore\\V1beta\\GetMetadataImportRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/GetMetadataImportRequest.php',
    'Google\\Cloud\\Metastore\\V1beta\\GetServiceRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/GetServiceRequest.php',
    'Google\\Cloud\\Metastore\\V1beta\\HiveMetastoreConfig' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/HiveMetastoreConfig.php',
    'Google\\Cloud\\Metastore\\V1beta\\HiveMetastoreConfig\\EndpointProtocol' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/HiveMetastoreConfig/EndpointProtocol.php',
    'Google\\Cloud\\Metastore\\V1beta\\HiveMetastoreConfig_EndpointProtocol' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/HiveMetastoreConfig_EndpointProtocol.php',
    'Google\\Cloud\\Metastore\\V1beta\\KerberosConfig' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/KerberosConfig.php',
    'Google\\Cloud\\Metastore\\V1beta\\Lake' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/Lake.php',
    'Google\\Cloud\\Metastore\\V1beta\\ListBackupsRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/ListBackupsRequest.php',
    'Google\\Cloud\\Metastore\\V1beta\\ListBackupsResponse' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/ListBackupsResponse.php',
    'Google\\Cloud\\Metastore\\V1beta\\ListFederationsRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/ListFederationsRequest.php',
    'Google\\Cloud\\Metastore\\V1beta\\ListFederationsResponse' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/ListFederationsResponse.php',
    'Google\\Cloud\\Metastore\\V1beta\\ListMetadataImportsRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/ListMetadataImportsRequest.php',
    'Google\\Cloud\\Metastore\\V1beta\\ListMetadataImportsResponse' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/ListMetadataImportsResponse.php',
    'Google\\Cloud\\Metastore\\V1beta\\ListServicesRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/ListServicesRequest.php',
    'Google\\Cloud\\Metastore\\V1beta\\ListServicesResponse' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/ListServicesResponse.php',
    'Google\\Cloud\\Metastore\\V1beta\\LocationMetadata' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/LocationMetadata.php',
    'Google\\Cloud\\Metastore\\V1beta\\LocationMetadata\\HiveMetastoreVersion' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/LocationMetadata/HiveMetastoreVersion.php',
    'Google\\Cloud\\Metastore\\V1beta\\LocationMetadata_HiveMetastoreVersion' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/LocationMetadata_HiveMetastoreVersion.php',
    'Google\\Cloud\\Metastore\\V1beta\\MaintenanceWindow' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/MaintenanceWindow.php',
    'Google\\Cloud\\Metastore\\V1beta\\MetadataExport' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/MetadataExport.php',
    'Google\\Cloud\\Metastore\\V1beta\\MetadataExport\\State' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/MetadataExport/State.php',
    'Google\\Cloud\\Metastore\\V1beta\\MetadataExport_State' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/MetadataExport_State.php',
    'Google\\Cloud\\Metastore\\V1beta\\MetadataImport' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/MetadataImport.php',
    'Google\\Cloud\\Metastore\\V1beta\\MetadataImport\\DatabaseDump' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/MetadataImport/DatabaseDump.php',
    'Google\\Cloud\\Metastore\\V1beta\\MetadataImport\\DatabaseDump\\DatabaseType' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/MetadataImport/DatabaseDump/DatabaseType.php',
    'Google\\Cloud\\Metastore\\V1beta\\MetadataImport\\State' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/MetadataImport/State.php',
    'Google\\Cloud\\Metastore\\V1beta\\MetadataImport_DatabaseDump' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/MetadataImport_DatabaseDump.php',
    'Google\\Cloud\\Metastore\\V1beta\\MetadataImport_DatabaseDump_DatabaseType' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/MetadataImport_DatabaseDump_DatabaseType.php',
    'Google\\Cloud\\Metastore\\V1beta\\MetadataImport_State' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/MetadataImport_State.php',
    'Google\\Cloud\\Metastore\\V1beta\\MetadataIntegration' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/MetadataIntegration.php',
    'Google\\Cloud\\Metastore\\V1beta\\MetadataManagementActivity' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/MetadataManagementActivity.php',
    'Google\\Cloud\\Metastore\\V1beta\\MoveTableToDatabaseRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/MoveTableToDatabaseRequest.php',
    'Google\\Cloud\\Metastore\\V1beta\\MoveTableToDatabaseResponse' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/MoveTableToDatabaseResponse.php',
    'Google\\Cloud\\Metastore\\V1beta\\NetworkConfig' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/NetworkConfig.php',
    'Google\\Cloud\\Metastore\\V1beta\\NetworkConfig\\Consumer' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/NetworkConfig/Consumer.php',
    'Google\\Cloud\\Metastore\\V1beta\\NetworkConfig_Consumer' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/NetworkConfig_Consumer.php',
    'Google\\Cloud\\Metastore\\V1beta\\OperationMetadata' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/OperationMetadata.php',
    'Google\\Cloud\\Metastore\\V1beta\\QueryMetadataRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/QueryMetadataRequest.php',
    'Google\\Cloud\\Metastore\\V1beta\\QueryMetadataResponse' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/QueryMetadataResponse.php',
    'Google\\Cloud\\Metastore\\V1beta\\RemoveIamPolicyRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/RemoveIamPolicyRequest.php',
    'Google\\Cloud\\Metastore\\V1beta\\RemoveIamPolicyResponse' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/RemoveIamPolicyResponse.php',
    'Google\\Cloud\\Metastore\\V1beta\\Restore' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/Restore.php',
    'Google\\Cloud\\Metastore\\V1beta\\RestoreServiceRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/RestoreServiceRequest.php',
    'Google\\Cloud\\Metastore\\V1beta\\Restore\\RestoreType' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/Restore/RestoreType.php',
    'Google\\Cloud\\Metastore\\V1beta\\Restore\\State' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/Restore/State.php',
    'Google\\Cloud\\Metastore\\V1beta\\Restore_RestoreType' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/Restore_RestoreType.php',
    'Google\\Cloud\\Metastore\\V1beta\\Restore_State' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/Restore_State.php',
    'Google\\Cloud\\Metastore\\V1beta\\Secret' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/Secret.php',
    'Google\\Cloud\\Metastore\\V1beta\\Service' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/Service.php',
    'Google\\Cloud\\Metastore\\V1beta\\Service\\DatabaseType' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/Service/DatabaseType.php',
    'Google\\Cloud\\Metastore\\V1beta\\Service\\ReleaseChannel' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/Service/ReleaseChannel.php',
    'Google\\Cloud\\Metastore\\V1beta\\Service\\State' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/Service/State.php',
    'Google\\Cloud\\Metastore\\V1beta\\Service\\Tier' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/Service/Tier.php',
    'Google\\Cloud\\Metastore\\V1beta\\Service_DatabaseType' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/Service_DatabaseType.php',
    'Google\\Cloud\\Metastore\\V1beta\\Service_ReleaseChannel' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/Service_ReleaseChannel.php',
    'Google\\Cloud\\Metastore\\V1beta\\Service_State' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/Service_State.php',
    'Google\\Cloud\\Metastore\\V1beta\\Service_Tier' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/Service_Tier.php',
    'Google\\Cloud\\Metastore\\V1beta\\TelemetryConfig' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/TelemetryConfig.php',
    'Google\\Cloud\\Metastore\\V1beta\\TelemetryConfig\\LogFormat' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/TelemetryConfig/LogFormat.php',
    'Google\\Cloud\\Metastore\\V1beta\\TelemetryConfig_LogFormat' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/TelemetryConfig_LogFormat.php',
    'Google\\Cloud\\Metastore\\V1beta\\UpdateFederationRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/UpdateFederationRequest.php',
    'Google\\Cloud\\Metastore\\V1beta\\UpdateMetadataImportRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/UpdateMetadataImportRequest.php',
    'Google\\Cloud\\Metastore\\V1beta\\UpdateServiceRequest' => $vendorDir . '/google/cloud/DataprocMetastore/src/V1beta/UpdateServiceRequest.php',
    'Google\\Cloud\\Monitoring\\V3\\Aggregation' => $vendorDir . '/google/cloud/Monitoring/src/V3/Aggregation.php',
    'Google\\Cloud\\Monitoring\\V3\\Aggregation\\Aligner' => $vendorDir . '/google/cloud/Monitoring/src/V3/Aggregation/Aligner.php',
    'Google\\Cloud\\Monitoring\\V3\\Aggregation\\Reducer' => $vendorDir . '/google/cloud/Monitoring/src/V3/Aggregation/Reducer.php',
    'Google\\Cloud\\Monitoring\\V3\\Aggregation_Aligner' => $vendorDir . '/google/cloud/Monitoring/src/V3/Aggregation_Aligner.php',
    'Google\\Cloud\\Monitoring\\V3\\Aggregation_Reducer' => $vendorDir . '/google/cloud/Monitoring/src/V3/Aggregation_Reducer.php',
    'Google\\Cloud\\Monitoring\\V3\\AlertPolicy' => $vendorDir . '/google/cloud/Monitoring/src/V3/AlertPolicy.php',
    'Google\\Cloud\\Monitoring\\V3\\AlertPolicyServiceClient' => $vendorDir . '/google/cloud/Monitoring/src/V3/AlertPolicyServiceClient.php',
    'Google\\Cloud\\Monitoring\\V3\\AlertPolicyServiceGrpcClient' => $vendorDir . '/google/cloud/Monitoring/src/V3/AlertPolicyServiceGrpcClient.php',
    'Google\\Cloud\\Monitoring\\V3\\AlertPolicy\\AlertStrategy' => $vendorDir . '/google/cloud/Monitoring/src/V3/AlertPolicy/AlertStrategy.php',
    'Google\\Cloud\\Monitoring\\V3\\AlertPolicy\\AlertStrategy\\NotificationRateLimit' => $vendorDir . '/google/cloud/Monitoring/src/V3/AlertPolicy/AlertStrategy/NotificationRateLimit.php',
    'Google\\Cloud\\Monitoring\\V3\\AlertPolicy\\Condition' => $vendorDir . '/google/cloud/Monitoring/src/V3/AlertPolicy/Condition.php',
    'Google\\Cloud\\Monitoring\\V3\\AlertPolicy\\ConditionCombinerType' => $vendorDir . '/google/cloud/Monitoring/src/V3/AlertPolicy/ConditionCombinerType.php',
    'Google\\Cloud\\Monitoring\\V3\\AlertPolicy\\Condition\\EvaluationMissingData' => $vendorDir . '/google/cloud/Monitoring/src/V3/AlertPolicy/Condition/EvaluationMissingData.php',
    'Google\\Cloud\\Monitoring\\V3\\AlertPolicy\\Condition\\LogMatch' => $vendorDir . '/google/cloud/Monitoring/src/V3/AlertPolicy/Condition/LogMatch.php',
    'Google\\Cloud\\Monitoring\\V3\\AlertPolicy\\Condition\\MetricAbsence' => $vendorDir . '/google/cloud/Monitoring/src/V3/AlertPolicy/Condition/MetricAbsence.php',
    'Google\\Cloud\\Monitoring\\V3\\AlertPolicy\\Condition\\MetricThreshold' => $vendorDir . '/google/cloud/Monitoring/src/V3/AlertPolicy/Condition/MetricThreshold.php',
    'Google\\Cloud\\Monitoring\\V3\\AlertPolicy\\Condition\\MonitoringQueryLanguageCondition' => $vendorDir . '/google/cloud/Monitoring/src/V3/AlertPolicy/Condition/MonitoringQueryLanguageCondition.php',
    'Google\\Cloud\\Monitoring\\V3\\AlertPolicy\\Condition\\TimeSeriesQueryLanguageCondition' => $vendorDir . '/google/cloud/Monitoring/src/V3/AlertPolicy/Condition/TimeSeriesQueryLanguageCondition.php',
    'Google\\Cloud\\Monitoring\\V3\\AlertPolicy\\Condition\\Trigger' => $vendorDir . '/google/cloud/Monitoring/src/V3/AlertPolicy/Condition/Trigger.php',
    'Google\\Cloud\\Monitoring\\V3\\AlertPolicy\\Documentation' => $vendorDir . '/google/cloud/Monitoring/src/V3/AlertPolicy/Documentation.php',
    'Google\\Cloud\\Monitoring\\V3\\AlertPolicy_AlertStrategy' => $vendorDir . '/google/cloud/Monitoring/src/V3/AlertPolicy_AlertStrategy.php',
    'Google\\Cloud\\Monitoring\\V3\\AlertPolicy_AlertStrategy_NotificationRateLimit' => $vendorDir . '/google/cloud/Monitoring/src/V3/AlertPolicy_AlertStrategy_NotificationRateLimit.php',
    'Google\\Cloud\\Monitoring\\V3\\AlertPolicy_Condition' => $vendorDir . '/google/cloud/Monitoring/src/V3/AlertPolicy_Condition.php',
    'Google\\Cloud\\Monitoring\\V3\\AlertPolicy_ConditionCombinerType' => $vendorDir . '/google/cloud/Monitoring/src/V3/AlertPolicy_ConditionCombinerType.php',
    'Google\\Cloud\\Monitoring\\V3\\AlertPolicy_Condition_EvaluationMissingData' => $vendorDir . '/google/cloud/Monitoring/src/V3/AlertPolicy_Condition_EvaluationMissingData.php',
    'Google\\Cloud\\Monitoring\\V3\\AlertPolicy_Condition_LogMatch' => $vendorDir . '/google/cloud/Monitoring/src/V3/AlertPolicy_Condition_LogMatch.php',
    'Google\\Cloud\\Monitoring\\V3\\AlertPolicy_Condition_MetricAbsence' => $vendorDir . '/google/cloud/Monitoring/src/V3/AlertPolicy_Condition_MetricAbsence.php',
    'Google\\Cloud\\Monitoring\\V3\\AlertPolicy_Condition_MetricThreshold' => $vendorDir . '/google/cloud/Monitoring/src/V3/AlertPolicy_Condition_MetricThreshold.php',
    'Google\\Cloud\\Monitoring\\V3\\AlertPolicy_Condition_MonitoringQueryLanguageCondition' => $vendorDir . '/google/cloud/Monitoring/src/V3/AlertPolicy_Condition_MonitoringQueryLanguageCondition.php',
    'Google\\Cloud\\Monitoring\\V3\\AlertPolicy_Condition_TimeSeriesQueryLanguageCondition' => $vendorDir . '/google/cloud/Monitoring/src/V3/AlertPolicy_Condition_TimeSeriesQueryLanguageCondition.php',
    'Google\\Cloud\\Monitoring\\V3\\AlertPolicy_Condition_Trigger' => $vendorDir . '/google/cloud/Monitoring/src/V3/AlertPolicy_Condition_Trigger.php',
    'Google\\Cloud\\Monitoring\\V3\\AlertPolicy_Documentation' => $vendorDir . '/google/cloud/Monitoring/src/V3/AlertPolicy_Documentation.php',
    'Google\\Cloud\\Monitoring\\V3\\BasicSli' => $vendorDir . '/google/cloud/Monitoring/src/V3/BasicSli.php',
    'Google\\Cloud\\Monitoring\\V3\\BasicSli\\AvailabilityCriteria' => $vendorDir . '/google/cloud/Monitoring/src/V3/BasicSli/AvailabilityCriteria.php',
    'Google\\Cloud\\Monitoring\\V3\\BasicSli\\LatencyCriteria' => $vendorDir . '/google/cloud/Monitoring/src/V3/BasicSli/LatencyCriteria.php',
    'Google\\Cloud\\Monitoring\\V3\\BasicSli_AvailabilityCriteria' => $vendorDir . '/google/cloud/Monitoring/src/V3/BasicSli_AvailabilityCriteria.php',
    'Google\\Cloud\\Monitoring\\V3\\BasicSli_LatencyCriteria' => $vendorDir . '/google/cloud/Monitoring/src/V3/BasicSli_LatencyCriteria.php',
    'Google\\Cloud\\Monitoring\\V3\\ComparisonType' => $vendorDir . '/google/cloud/Monitoring/src/V3/ComparisonType.php',
    'Google\\Cloud\\Monitoring\\V3\\CreateAlertPolicyRequest' => $vendorDir . '/google/cloud/Monitoring/src/V3/CreateAlertPolicyRequest.php',
    'Google\\Cloud\\Monitoring\\V3\\CreateGroupRequest' => $vendorDir . '/google/cloud/Monitoring/src/V3/CreateGroupRequest.php',
    'Google\\Cloud\\Monitoring\\V3\\CreateMetricDescriptorRequest' => $vendorDir . '/google/cloud/Monitoring/src/V3/CreateMetricDescriptorRequest.php',
    'Google\\Cloud\\Monitoring\\V3\\CreateNotificationChannelRequest' => $vendorDir . '/google/cloud/Monitoring/src/V3/CreateNotificationChannelRequest.php',
    'Google\\Cloud\\Monitoring\\V3\\CreateServiceLevelObjectiveRequest' => $vendorDir . '/google/cloud/Monitoring/src/V3/CreateServiceLevelObjectiveRequest.php',
    'Google\\Cloud\\Monitoring\\V3\\CreateServiceRequest' => $vendorDir . '/google/cloud/Monitoring/src/V3/CreateServiceRequest.php',
    'Google\\Cloud\\Monitoring\\V3\\CreateSnoozeRequest' => $vendorDir . '/google/cloud/Monitoring/src/V3/CreateSnoozeRequest.php',
    'Google\\Cloud\\Monitoring\\V3\\CreateTimeSeriesError' => $vendorDir . '/google/cloud/Monitoring/src/V3/CreateTimeSeriesError.php',
    'Google\\Cloud\\Monitoring\\V3\\CreateTimeSeriesRequest' => $vendorDir . '/google/cloud/Monitoring/src/V3/CreateTimeSeriesRequest.php',
    'Google\\Cloud\\Monitoring\\V3\\CreateTimeSeriesSummary' => $vendorDir . '/google/cloud/Monitoring/src/V3/CreateTimeSeriesSummary.php',
    'Google\\Cloud\\Monitoring\\V3\\CreateTimeSeriesSummary\\Error' => $vendorDir . '/google/cloud/Monitoring/src/V3/CreateTimeSeriesSummary/Error.php',
    'Google\\Cloud\\Monitoring\\V3\\CreateTimeSeriesSummary_Error' => $vendorDir . '/google/cloud/Monitoring/src/V3/CreateTimeSeriesSummary_Error.php',
    'Google\\Cloud\\Monitoring\\V3\\CreateUptimeCheckConfigRequest' => $vendorDir . '/google/cloud/Monitoring/src/V3/CreateUptimeCheckConfigRequest.php',
    'Google\\Cloud\\Monitoring\\V3\\DeleteAlertPolicyRequest' => $vendorDir . '/google/cloud/Monitoring/src/V3/DeleteAlertPolicyRequest.php',
    'Google\\Cloud\\Monitoring\\V3\\DeleteGroupRequest' => $vendorDir . '/google/cloud/Monitoring/src/V3/DeleteGroupRequest.php',
    'Google\\Cloud\\Monitoring\\V3\\DeleteMetricDescriptorRequest' => $vendorDir . '/google/cloud/Monitoring/src/V3/DeleteMetricDescriptorRequest.php',
    'Google\\Cloud\\Monitoring\\V3\\DeleteNotificationChannelRequest' => $vendorDir . '/google/cloud/Monitoring/src/V3/DeleteNotificationChannelRequest.php',
    'Google\\Cloud\\Monitoring\\V3\\DeleteServiceLevelObjectiveRequest' => $vendorDir . '/google/cloud/Monitoring/src/V3/DeleteServiceLevelObjectiveRequest.php',
    'Google\\Cloud\\Monitoring\\V3\\DeleteServiceRequest' => $vendorDir . '/google/cloud/Monitoring/src/V3/DeleteServiceRequest.php',
    'Google\\Cloud\\Monitoring\\V3\\DeleteUptimeCheckConfigRequest' => $vendorDir . '/google/cloud/Monitoring/src/V3/DeleteUptimeCheckConfigRequest.php',
    'Google\\Cloud\\Monitoring\\V3\\DistributionCut' => $vendorDir . '/google/cloud/Monitoring/src/V3/DistributionCut.php',
    'Google\\Cloud\\Monitoring\\V3\\DroppedLabels' => $vendorDir . '/google/cloud/Monitoring/src/V3/DroppedLabels.php',
    'Google\\Cloud\\Monitoring\\V3\\Gapic\\AlertPolicyServiceGapicClient' => $vendorDir . '/google/cloud/Monitoring/src/V3/Gapic/AlertPolicyServiceGapicClient.php',
    'Google\\Cloud\\Monitoring\\V3\\Gapic\\GroupServiceGapicClient' => $vendorDir . '/google/cloud/Monitoring/src/V3/Gapic/GroupServiceGapicClient.php',
    'Google\\Cloud\\Monitoring\\V3\\Gapic\\MetricServiceGapicClient' => $vendorDir . '/google/cloud/Monitoring/src/V3/Gapic/MetricServiceGapicClient.php',
    'Google\\Cloud\\Monitoring\\V3\\Gapic\\NotificationChannelServiceGapicClient' => $vendorDir . '/google/cloud/Monitoring/src/V3/Gapic/NotificationChannelServiceGapicClient.php',
    'Google\\Cloud\\Monitoring\\V3\\Gapic\\QueryServiceGapicClient' => $vendorDir . '/google/cloud/Monitoring/src/V3/Gapic/QueryServiceGapicClient.php',
    'Google\\Cloud\\Monitoring\\V3\\Gapic\\ServiceMonitoringServiceGapicClient' => $vendorDir . '/google/cloud/Monitoring/src/V3/Gapic/ServiceMonitoringServiceGapicClient.php',
    'Google\\Cloud\\Monitoring\\V3\\Gapic\\SnoozeServiceGapicClient' => $vendorDir . '/google/cloud/Monitoring/src/V3/Gapic/SnoozeServiceGapicClient.php',
    'Google\\Cloud\\Monitoring\\V3\\Gapic\\UptimeCheckServiceGapicClient' => $vendorDir . '/google/cloud/Monitoring/src/V3/Gapic/UptimeCheckServiceGapicClient.php',
    'Google\\Cloud\\Monitoring\\V3\\GetAlertPolicyRequest' => $vendorDir . '/google/cloud/Monitoring/src/V3/GetAlertPolicyRequest.php',
    'Google\\Cloud\\Monitoring\\V3\\GetGroupRequest' => $vendorDir . '/google/cloud/Monitoring/src/V3/GetGroupRequest.php',
    'Google\\Cloud\\Monitoring\\V3\\GetMetricDescriptorRequest' => $vendorDir . '/google/cloud/Monitoring/src/V3/GetMetricDescriptorRequest.php',
    'Google\\Cloud\\Monitoring\\V3\\GetMonitoredResourceDescriptorRequest' => $vendorDir . '/google/cloud/Monitoring/src/V3/GetMonitoredResourceDescriptorRequest.php',
    'Google\\Cloud\\Monitoring\\V3\\GetNotificationChannelDescriptorRequest' => $vendorDir . '/google/cloud/Monitoring/src/V3/GetNotificationChannelDescriptorRequest.php',
    'Google\\Cloud\\Monitoring\\V3\\GetNotificationChannelRequest' => $vendorDir . '/google/cloud/Monitoring/src/V3/GetNotificationChannelRequest.php',
    'Google\\Cloud\\Monitoring\\V3\\GetNotificationChannelVerificationCodeRequest' => $vendorDir . '/google/cloud/Monitoring/src/V3/GetNotificationChannelVerificationCodeRequest.php',
    'Google\\Cloud\\Monitoring\\V3\\GetNotificationChannelVerificationCodeResponse' => $vendorDir . '/google/cloud/Monitoring/src/V3/GetNotificationChannelVerificationCodeResponse.php',
    'Google\\Cloud\\Monitoring\\V3\\GetServiceLevelObjectiveRequest' => $vendorDir . '/google/cloud/Monitoring/src/V3/GetServiceLevelObjectiveRequest.php',
    'Google\\Cloud\\Monitoring\\V3\\GetServiceRequest' => $vendorDir . '/google/cloud/Monitoring/src/V3/GetServiceRequest.php',
    'Google\\Cloud\\Monitoring\\V3\\GetSnoozeRequest' => $vendorDir . '/google/cloud/Monitoring/src/V3/GetSnoozeRequest.php',
    'Google\\Cloud\\Monitoring\\V3\\GetUptimeCheckConfigRequest' => $vendorDir . '/google/cloud/Monitoring/src/V3/GetUptimeCheckConfigRequest.php',
    'Google\\Cloud\\Monitoring\\V3\\Group' => $vendorDir . '/google/cloud/Monitoring/src/V3/Group.php',
    'Google\\Cloud\\Monitoring\\V3\\GroupResourceType' => $vendorDir . '/google/cloud/Monitoring/src/V3/GroupResourceType.php',
    'Google\\Cloud\\Monitoring\\V3\\GroupServiceClient' => $vendorDir . '/google/cloud/Monitoring/src/V3/GroupServiceClient.php',
    'Google\\Cloud\\Monitoring\\V3\\GroupServiceGrpcClient' => $vendorDir . '/google/cloud/Monitoring/src/V3/GroupServiceGrpcClient.php',
    'Google\\Cloud\\Monitoring\\V3\\InternalChecker' => $vendorDir . '/google/cloud/Monitoring/src/V3/InternalChecker.php',
    'Google\\Cloud\\Monitoring\\V3\\InternalChecker\\State' => $vendorDir . '/google/cloud/Monitoring/src/V3/InternalChecker/State.php',
    'Google\\Cloud\\Monitoring\\V3\\InternalChecker_State' => $vendorDir . '/google/cloud/Monitoring/src/V3/InternalChecker_State.php',
    'Google\\Cloud\\Monitoring\\V3\\LabelValue' => $vendorDir . '/google/cloud/Monitoring/src/V3/LabelValue.php',
    'Google\\Cloud\\Monitoring\\V3\\ListAlertPoliciesRequest' => $vendorDir . '/google/cloud/Monitoring/src/V3/ListAlertPoliciesRequest.php',
    'Google\\Cloud\\Monitoring\\V3\\ListAlertPoliciesResponse' => $vendorDir . '/google/cloud/Monitoring/src/V3/ListAlertPoliciesResponse.php',
    'Google\\Cloud\\Monitoring\\V3\\ListGroupMembersRequest' => $vendorDir . '/google/cloud/Monitoring/src/V3/ListGroupMembersRequest.php',
    'Google\\Cloud\\Monitoring\\V3\\ListGroupMembersResponse' => $vendorDir . '/google/cloud/Monitoring/src/V3/ListGroupMembersResponse.php',
    'Google\\Cloud\\Monitoring\\V3\\ListGroupsRequest' => $vendorDir . '/google/cloud/Monitoring/src/V3/ListGroupsRequest.php',
    'Google\\Cloud\\Monitoring\\V3\\ListGroupsResponse' => $vendorDir . '/google/cloud/Monitoring/src/V3/ListGroupsResponse.php',
    'Google\\Cloud\\Monitoring\\V3\\ListMetricDescriptorsRequest' => $vendorDir . '/google/cloud/Monitoring/src/V3/ListMetricDescriptorsRequest.php',
    'Google\\Cloud\\Monitoring\\V3\\ListMetricDescriptorsResponse' => $vendorDir . '/google/cloud/Monitoring/src/V3/ListMetricDescriptorsResponse.php',
    'Google\\Cloud\\Monitoring\\V3\\ListMonitoredResourceDescriptorsRequest' => $vendorDir . '/google/cloud/Monitoring/src/V3/ListMonitoredResourceDescriptorsRequest.php',
    'Google\\Cloud\\Monitoring\\V3\\ListMonitoredResourceDescriptorsResponse' => $vendorDir . '/google/cloud/Monitoring/src/V3/ListMonitoredResourceDescriptorsResponse.php',
    'Google\\Cloud\\Monitoring\\V3\\ListNotificationChannelDescriptorsRequest' => $vendorDir . '/google/cloud/Monitoring/src/V3/ListNotificationChannelDescriptorsRequest.php',
    'Google\\Cloud\\Monitoring\\V3\\ListNotificationChannelDescriptorsResponse' => $vendorDir . '/google/cloud/Monitoring/src/V3/ListNotificationChannelDescriptorsResponse.php',
    'Google\\Cloud\\Monitoring\\V3\\ListNotificationChannelsRequest' => $vendorDir . '/google/cloud/Monitoring/src/V3/ListNotificationChannelsRequest.php',
    'Google\\Cloud\\Monitoring\\V3\\ListNotificationChannelsResponse' => $vendorDir . '/google/cloud/Monitoring/src/V3/ListNotificationChannelsResponse.php',
    'Google\\Cloud\\Monitoring\\V3\\ListServiceLevelObjectivesRequest' => $vendorDir . '/google/cloud/Monitoring/src/V3/ListServiceLevelObjectivesRequest.php',
    'Google\\Cloud\\Monitoring\\V3\\ListServiceLevelObjectivesResponse' => $vendorDir . '/google/cloud/Monitoring/src/V3/ListServiceLevelObjectivesResponse.php',
    'Google\\Cloud\\Monitoring\\V3\\ListServicesRequest' => $vendorDir . '/google/cloud/Monitoring/src/V3/ListServicesRequest.php',
    'Google\\Cloud\\Monitoring\\V3\\ListServicesResponse' => $vendorDir . '/google/cloud/Monitoring/src/V3/ListServicesResponse.php',
    'Google\\Cloud\\Monitoring\\V3\\ListSnoozesRequest' => $vendorDir . '/google/cloud/Monitoring/src/V3/ListSnoozesRequest.php',
    'Google\\Cloud\\Monitoring\\V3\\ListSnoozesResponse' => $vendorDir . '/google/cloud/Monitoring/src/V3/ListSnoozesResponse.php',
    'Google\\Cloud\\Monitoring\\V3\\ListTimeSeriesRequest' => $vendorDir . '/google/cloud/Monitoring/src/V3/ListTimeSeriesRequest.php',
    'Google\\Cloud\\Monitoring\\V3\\ListTimeSeriesRequest\\TimeSeriesView' => $vendorDir . '/google/cloud/Monitoring/src/V3/ListTimeSeriesRequest/TimeSeriesView.php',
    'Google\\Cloud\\Monitoring\\V3\\ListTimeSeriesRequest_TimeSeriesView' => $vendorDir . '/google/cloud/Monitoring/src/V3/ListTimeSeriesRequest_TimeSeriesView.php',
    'Google\\Cloud\\Monitoring\\V3\\ListTimeSeriesResponse' => $vendorDir . '/google/cloud/Monitoring/src/V3/ListTimeSeriesResponse.php',
    'Google\\Cloud\\Monitoring\\V3\\ListUptimeCheckConfigsRequest' => $vendorDir . '/google/cloud/Monitoring/src/V3/ListUptimeCheckConfigsRequest.php',
    'Google\\Cloud\\Monitoring\\V3\\ListUptimeCheckConfigsResponse' => $vendorDir . '/google/cloud/Monitoring/src/V3/ListUptimeCheckConfigsResponse.php',
    'Google\\Cloud\\Monitoring\\V3\\ListUptimeCheckIpsRequest' => $vendorDir . '/google/cloud/Monitoring/src/V3/ListUptimeCheckIpsRequest.php',
    'Google\\Cloud\\Monitoring\\V3\\ListUptimeCheckIpsResponse' => $vendorDir . '/google/cloud/Monitoring/src/V3/ListUptimeCheckIpsResponse.php',
    'Google\\Cloud\\Monitoring\\V3\\MetricServiceClient' => $vendorDir . '/google/cloud/Monitoring/src/V3/MetricServiceClient.php',
    'Google\\Cloud\\Monitoring\\V3\\MetricServiceGrpcClient' => $vendorDir . '/google/cloud/Monitoring/src/V3/MetricServiceGrpcClient.php',
    'Google\\Cloud\\Monitoring\\V3\\MutationRecord' => $vendorDir . '/google/cloud/Monitoring/src/V3/MutationRecord.php',
    'Google\\Cloud\\Monitoring\\V3\\NotificationChannel' => $vendorDir . '/google/cloud/Monitoring/src/V3/NotificationChannel.php',
    'Google\\Cloud\\Monitoring\\V3\\NotificationChannelDescriptor' => $vendorDir . '/google/cloud/Monitoring/src/V3/NotificationChannelDescriptor.php',
    'Google\\Cloud\\Monitoring\\V3\\NotificationChannelServiceClient' => $vendorDir . '/google/cloud/Monitoring/src/V3/NotificationChannelServiceClient.php',
    'Google\\Cloud\\Monitoring\\V3\\NotificationChannelServiceGrpcClient' => $vendorDir . '/google/cloud/Monitoring/src/V3/NotificationChannelServiceGrpcClient.php',
    'Google\\Cloud\\Monitoring\\V3\\NotificationChannel\\VerificationStatus' => $vendorDir . '/google/cloud/Monitoring/src/V3/NotificationChannel/VerificationStatus.php',
    'Google\\Cloud\\Monitoring\\V3\\NotificationChannel_VerificationStatus' => $vendorDir . '/google/cloud/Monitoring/src/V3/NotificationChannel_VerificationStatus.php',
    'Google\\Cloud\\Monitoring\\V3\\Point' => $vendorDir . '/google/cloud/Monitoring/src/V3/Point.php',
    'Google\\Cloud\\Monitoring\\V3\\QueryError' => $vendorDir . '/google/cloud/Monitoring/src/V3/QueryError.php',
    'Google\\Cloud\\Monitoring\\V3\\QueryErrorList' => $vendorDir . '/google/cloud/Monitoring/src/V3/QueryErrorList.php',
    'Google\\Cloud\\Monitoring\\V3\\QueryServiceClient' => $vendorDir . '/google/cloud/Monitoring/src/V3/QueryServiceClient.php',
    'Google\\Cloud\\Monitoring\\V3\\QueryServiceGrpcClient' => $vendorDir . '/google/cloud/Monitoring/src/V3/QueryServiceGrpcClient.php',
    'Google\\Cloud\\Monitoring\\V3\\QueryTimeSeriesRequest' => $vendorDir . '/google/cloud/Monitoring/src/V3/QueryTimeSeriesRequest.php',
    'Google\\Cloud\\Monitoring\\V3\\QueryTimeSeriesResponse' => $vendorDir . '/google/cloud/Monitoring/src/V3/QueryTimeSeriesResponse.php',
    'Google\\Cloud\\Monitoring\\V3\\Range' => $vendorDir . '/google/cloud/Monitoring/src/V3/Range.php',
    'Google\\Cloud\\Monitoring\\V3\\RequestBasedSli' => $vendorDir . '/google/cloud/Monitoring/src/V3/RequestBasedSli.php',
    'Google\\Cloud\\Monitoring\\V3\\SendNotificationChannelVerificationCodeRequest' => $vendorDir . '/google/cloud/Monitoring/src/V3/SendNotificationChannelVerificationCodeRequest.php',
    'Google\\Cloud\\Monitoring\\V3\\Service' => $vendorDir . '/google/cloud/Monitoring/src/V3/Service.php',
    'Google\\Cloud\\Monitoring\\V3\\ServiceLevelIndicator' => $vendorDir . '/google/cloud/Monitoring/src/V3/ServiceLevelIndicator.php',
    'Google\\Cloud\\Monitoring\\V3\\ServiceLevelObjective' => $vendorDir . '/google/cloud/Monitoring/src/V3/ServiceLevelObjective.php',
    'Google\\Cloud\\Monitoring\\V3\\ServiceLevelObjective\\View' => $vendorDir . '/google/cloud/Monitoring/src/V3/ServiceLevelObjective/View.php',
    'Google\\Cloud\\Monitoring\\V3\\ServiceLevelObjective_View' => $vendorDir . '/google/cloud/Monitoring/src/V3/ServiceLevelObjective_View.php',
    'Google\\Cloud\\Monitoring\\V3\\ServiceMonitoringServiceClient' => $vendorDir . '/google/cloud/Monitoring/src/V3/ServiceMonitoringServiceClient.php',
    'Google\\Cloud\\Monitoring\\V3\\ServiceMonitoringServiceGrpcClient' => $vendorDir . '/google/cloud/Monitoring/src/V3/ServiceMonitoringServiceGrpcClient.php',
    'Google\\Cloud\\Monitoring\\V3\\ServiceTier' => $vendorDir . '/google/cloud/Monitoring/src/V3/ServiceTier.php',
    'Google\\Cloud\\Monitoring\\V3\\Service\\AppEngine' => $vendorDir . '/google/cloud/Monitoring/src/V3/Service/AppEngine.php',
    'Google\\Cloud\\Monitoring\\V3\\Service\\CloudEndpoints' => $vendorDir . '/google/cloud/Monitoring/src/V3/Service/CloudEndpoints.php',
    'Google\\Cloud\\Monitoring\\V3\\Service\\ClusterIstio' => $vendorDir . '/google/cloud/Monitoring/src/V3/Service/ClusterIstio.php',
    'Google\\Cloud\\Monitoring\\V3\\Service\\Custom' => $vendorDir . '/google/cloud/Monitoring/src/V3/Service/Custom.php',
    'Google\\Cloud\\Monitoring\\V3\\Service\\IstioCanonicalService' => $vendorDir . '/google/cloud/Monitoring/src/V3/Service/IstioCanonicalService.php',
    'Google\\Cloud\\Monitoring\\V3\\Service\\MeshIstio' => $vendorDir . '/google/cloud/Monitoring/src/V3/Service/MeshIstio.php',
    'Google\\Cloud\\Monitoring\\V3\\Service\\Telemetry' => $vendorDir . '/google/cloud/Monitoring/src/V3/Service/Telemetry.php',
    'Google\\Cloud\\Monitoring\\V3\\Service_AppEngine' => $vendorDir . '/google/cloud/Monitoring/src/V3/Service_AppEngine.php',
    'Google\\Cloud\\Monitoring\\V3\\Service_CloudEndpoints' => $vendorDir . '/google/cloud/Monitoring/src/V3/Service_CloudEndpoints.php',
    'Google\\Cloud\\Monitoring\\V3\\Service_ClusterIstio' => $vendorDir . '/google/cloud/Monitoring/src/V3/Service_ClusterIstio.php',
    'Google\\Cloud\\Monitoring\\V3\\Service_Custom' => $vendorDir . '/google/cloud/Monitoring/src/V3/Service_Custom.php',
    'Google\\Cloud\\Monitoring\\V3\\Service_IstioCanonicalService' => $vendorDir . '/google/cloud/Monitoring/src/V3/Service_IstioCanonicalService.php',
    'Google\\Cloud\\Monitoring\\V3\\Service_MeshIstio' => $vendorDir . '/google/cloud/Monitoring/src/V3/Service_MeshIstio.php',
    'Google\\Cloud\\Monitoring\\V3\\Service_Telemetry' => $vendorDir . '/google/cloud/Monitoring/src/V3/Service_Telemetry.php',
    'Google\\Cloud\\Monitoring\\V3\\Snooze' => $vendorDir . '/google/cloud/Monitoring/src/V3/Snooze.php',
    'Google\\Cloud\\Monitoring\\V3\\SnoozeServiceClient' => $vendorDir . '/google/cloud/Monitoring/src/V3/SnoozeServiceClient.php',
    'Google\\Cloud\\Monitoring\\V3\\SnoozeServiceGrpcClient' => $vendorDir . '/google/cloud/Monitoring/src/V3/SnoozeServiceGrpcClient.php',
    'Google\\Cloud\\Monitoring\\V3\\Snooze\\Criteria' => $vendorDir . '/google/cloud/Monitoring/src/V3/Snooze/Criteria.php',
    'Google\\Cloud\\Monitoring\\V3\\Snooze_Criteria' => $vendorDir . '/google/cloud/Monitoring/src/V3/Snooze_Criteria.php',
    'Google\\Cloud\\Monitoring\\V3\\SpanContext' => $vendorDir . '/google/cloud/Monitoring/src/V3/SpanContext.php',
    'Google\\Cloud\\Monitoring\\V3\\TextLocator' => $vendorDir . '/google/cloud/Monitoring/src/V3/TextLocator.php',
    'Google\\Cloud\\Monitoring\\V3\\TextLocator\\Position' => $vendorDir . '/google/cloud/Monitoring/src/V3/TextLocator/Position.php',
    'Google\\Cloud\\Monitoring\\V3\\TextLocator_Position' => $vendorDir . '/google/cloud/Monitoring/src/V3/TextLocator_Position.php',
    'Google\\Cloud\\Monitoring\\V3\\TimeInterval' => $vendorDir . '/google/cloud/Monitoring/src/V3/TimeInterval.php',
    'Google\\Cloud\\Monitoring\\V3\\TimeSeries' => $vendorDir . '/google/cloud/Monitoring/src/V3/TimeSeries.php',
    'Google\\Cloud\\Monitoring\\V3\\TimeSeriesData' => $vendorDir . '/google/cloud/Monitoring/src/V3/TimeSeriesData.php',
    'Google\\Cloud\\Monitoring\\V3\\TimeSeriesData\\PointData' => $vendorDir . '/google/cloud/Monitoring/src/V3/TimeSeriesData/PointData.php',
    'Google\\Cloud\\Monitoring\\V3\\TimeSeriesData_PointData' => $vendorDir . '/google/cloud/Monitoring/src/V3/TimeSeriesData_PointData.php',
    'Google\\Cloud\\Monitoring\\V3\\TimeSeriesDescriptor' => $vendorDir . '/google/cloud/Monitoring/src/V3/TimeSeriesDescriptor.php',
    'Google\\Cloud\\Monitoring\\V3\\TimeSeriesDescriptor\\ValueDescriptor' => $vendorDir . '/google/cloud/Monitoring/src/V3/TimeSeriesDescriptor/ValueDescriptor.php',
    'Google\\Cloud\\Monitoring\\V3\\TimeSeriesDescriptor_ValueDescriptor' => $vendorDir . '/google/cloud/Monitoring/src/V3/TimeSeriesDescriptor_ValueDescriptor.php',
    'Google\\Cloud\\Monitoring\\V3\\TimeSeriesRatio' => $vendorDir . '/google/cloud/Monitoring/src/V3/TimeSeriesRatio.php',
    'Google\\Cloud\\Monitoring\\V3\\TypedValue' => $vendorDir . '/google/cloud/Monitoring/src/V3/TypedValue.php',
    'Google\\Cloud\\Monitoring\\V3\\UpdateAlertPolicyRequest' => $vendorDir . '/google/cloud/Monitoring/src/V3/UpdateAlertPolicyRequest.php',
    'Google\\Cloud\\Monitoring\\V3\\UpdateGroupRequest' => $vendorDir . '/google/cloud/Monitoring/src/V3/UpdateGroupRequest.php',
    'Google\\Cloud\\Monitoring\\V3\\UpdateNotificationChannelRequest' => $vendorDir . '/google/cloud/Monitoring/src/V3/UpdateNotificationChannelRequest.php',
    'Google\\Cloud\\Monitoring\\V3\\UpdateServiceLevelObjectiveRequest' => $vendorDir . '/google/cloud/Monitoring/src/V3/UpdateServiceLevelObjectiveRequest.php',
    'Google\\Cloud\\Monitoring\\V3\\UpdateServiceRequest' => $vendorDir . '/google/cloud/Monitoring/src/V3/UpdateServiceRequest.php',
    'Google\\Cloud\\Monitoring\\V3\\UpdateSnoozeRequest' => $vendorDir . '/google/cloud/Monitoring/src/V3/UpdateSnoozeRequest.php',
    'Google\\Cloud\\Monitoring\\V3\\UpdateUptimeCheckConfigRequest' => $vendorDir . '/google/cloud/Monitoring/src/V3/UpdateUptimeCheckConfigRequest.php',
    'Google\\Cloud\\Monitoring\\V3\\UptimeCheckConfig' => $vendorDir . '/google/cloud/Monitoring/src/V3/UptimeCheckConfig.php',
    'Google\\Cloud\\Monitoring\\V3\\UptimeCheckConfig\\ContentMatcher' => $vendorDir . '/google/cloud/Monitoring/src/V3/UptimeCheckConfig/ContentMatcher.php',
    'Google\\Cloud\\Monitoring\\V3\\UptimeCheckConfig\\ContentMatcher\\ContentMatcherOption' => $vendorDir . '/google/cloud/Monitoring/src/V3/UptimeCheckConfig/ContentMatcher/ContentMatcherOption.php',
    'Google\\Cloud\\Monitoring\\V3\\UptimeCheckConfig\\HttpCheck' => $vendorDir . '/google/cloud/Monitoring/src/V3/UptimeCheckConfig/HttpCheck.php',
    'Google\\Cloud\\Monitoring\\V3\\UptimeCheckConfig\\HttpCheck\\BasicAuthentication' => $vendorDir . '/google/cloud/Monitoring/src/V3/UptimeCheckConfig/HttpCheck/BasicAuthentication.php',
    'Google\\Cloud\\Monitoring\\V3\\UptimeCheckConfig\\HttpCheck\\ContentType' => $vendorDir . '/google/cloud/Monitoring/src/V3/UptimeCheckConfig/HttpCheck/ContentType.php',
    'Google\\Cloud\\Monitoring\\V3\\UptimeCheckConfig\\HttpCheck\\RequestMethod' => $vendorDir . '/google/cloud/Monitoring/src/V3/UptimeCheckConfig/HttpCheck/RequestMethod.php',
    'Google\\Cloud\\Monitoring\\V3\\UptimeCheckConfig\\ResourceGroup' => $vendorDir . '/google/cloud/Monitoring/src/V3/UptimeCheckConfig/ResourceGroup.php',
    'Google\\Cloud\\Monitoring\\V3\\UptimeCheckConfig\\TcpCheck' => $vendorDir . '/google/cloud/Monitoring/src/V3/UptimeCheckConfig/TcpCheck.php',
    'Google\\Cloud\\Monitoring\\V3\\UptimeCheckConfig_ContentMatcher' => $vendorDir . '/google/cloud/Monitoring/src/V3/UptimeCheckConfig_ContentMatcher.php',
    'Google\\Cloud\\Monitoring\\V3\\UptimeCheckConfig_ContentMatcher_ContentMatcherOption' => $vendorDir . '/google/cloud/Monitoring/src/V3/UptimeCheckConfig_ContentMatcher_ContentMatcherOption.php',
    'Google\\Cloud\\Monitoring\\V3\\UptimeCheckConfig_HttpCheck' => $vendorDir . '/google/cloud/Monitoring/src/V3/UptimeCheckConfig_HttpCheck.php',
    'Google\\Cloud\\Monitoring\\V3\\UptimeCheckConfig_HttpCheck_BasicAuthentication' => $vendorDir . '/google/cloud/Monitoring/src/V3/UptimeCheckConfig_HttpCheck_BasicAuthentication.php',
    'Google\\Cloud\\Monitoring\\V3\\UptimeCheckConfig_HttpCheck_ContentType' => $vendorDir . '/google/cloud/Monitoring/src/V3/UptimeCheckConfig_HttpCheck_ContentType.php',
    'Google\\Cloud\\Monitoring\\V3\\UptimeCheckConfig_HttpCheck_RequestMethod' => $vendorDir . '/google/cloud/Monitoring/src/V3/UptimeCheckConfig_HttpCheck_RequestMethod.php',
    'Google\\Cloud\\Monitoring\\V3\\UptimeCheckConfig_InternalChecker' => $vendorDir . '/google/cloud/Monitoring/src/V3/UptimeCheckConfig_InternalChecker.php',
    'Google\\Cloud\\Monitoring\\V3\\UptimeCheckConfig_ResourceGroup' => $vendorDir . '/google/cloud/Monitoring/src/V3/UptimeCheckConfig_ResourceGroup.php',
    'Google\\Cloud\\Monitoring\\V3\\UptimeCheckConfig_TcpCheck' => $vendorDir . '/google/cloud/Monitoring/src/V3/UptimeCheckConfig_TcpCheck.php',
    'Google\\Cloud\\Monitoring\\V3\\UptimeCheckIp' => $vendorDir . '/google/cloud/Monitoring/src/V3/UptimeCheckIp.php',
    'Google\\Cloud\\Monitoring\\V3\\UptimeCheckRegion' => $vendorDir . '/google/cloud/Monitoring/src/V3/UptimeCheckRegion.php',
    'Google\\Cloud\\Monitoring\\V3\\UptimeCheckServiceClient' => $vendorDir . '/google/cloud/Monitoring/src/V3/UptimeCheckServiceClient.php',
    'Google\\Cloud\\Monitoring\\V3\\UptimeCheckServiceGrpcClient' => $vendorDir . '/google/cloud/Monitoring/src/V3/UptimeCheckServiceGrpcClient.php',
    'Google\\Cloud\\Monitoring\\V3\\VerifyNotificationChannelRequest' => $vendorDir . '/google/cloud/Monitoring/src/V3/VerifyNotificationChannelRequest.php',
    'Google\\Cloud\\Monitoring\\V3\\WindowsBasedSli' => $vendorDir . '/google/cloud/Monitoring/src/V3/WindowsBasedSli.php',
    'Google\\Cloud\\Monitoring\\V3\\WindowsBasedSli\\MetricRange' => $vendorDir . '/google/cloud/Monitoring/src/V3/WindowsBasedSli/MetricRange.php',
    'Google\\Cloud\\Monitoring\\V3\\WindowsBasedSli\\PerformanceThreshold' => $vendorDir . '/google/cloud/Monitoring/src/V3/WindowsBasedSli/PerformanceThreshold.php',
    'Google\\Cloud\\Monitoring\\V3\\WindowsBasedSli_MetricRange' => $vendorDir . '/google/cloud/Monitoring/src/V3/WindowsBasedSli_MetricRange.php',
    'Google\\Cloud\\Monitoring\\V3\\WindowsBasedSli_PerformanceThreshold' => $vendorDir . '/google/cloud/Monitoring/src/V3/WindowsBasedSli_PerformanceThreshold.php',
    'Google\\Cloud\\NetworkConnectivity\\V1\\CreateHubRequest' => $vendorDir . '/google/cloud/NetworkConnectivity/src/V1/CreateHubRequest.php',
    'Google\\Cloud\\NetworkConnectivity\\V1\\CreatePolicyBasedRouteRequest' => $vendorDir . '/google/cloud/NetworkConnectivity/src/V1/CreatePolicyBasedRouteRequest.php',
    'Google\\Cloud\\NetworkConnectivity\\V1\\CreateSpokeRequest' => $vendorDir . '/google/cloud/NetworkConnectivity/src/V1/CreateSpokeRequest.php',
    'Google\\Cloud\\NetworkConnectivity\\V1\\DeleteHubRequest' => $vendorDir . '/google/cloud/NetworkConnectivity/src/V1/DeleteHubRequest.php',
    'Google\\Cloud\\NetworkConnectivity\\V1\\DeletePolicyBasedRouteRequest' => $vendorDir . '/google/cloud/NetworkConnectivity/src/V1/DeletePolicyBasedRouteRequest.php',
    'Google\\Cloud\\NetworkConnectivity\\V1\\DeleteSpokeRequest' => $vendorDir . '/google/cloud/NetworkConnectivity/src/V1/DeleteSpokeRequest.php',
    'Google\\Cloud\\NetworkConnectivity\\V1\\Gapic\\HubServiceGapicClient' => $vendorDir . '/google/cloud/NetworkConnectivity/src/V1/Gapic/HubServiceGapicClient.php',
    'Google\\Cloud\\NetworkConnectivity\\V1\\Gapic\\PolicyBasedRoutingServiceGapicClient' => $vendorDir . '/google/cloud/NetworkConnectivity/src/V1/Gapic/PolicyBasedRoutingServiceGapicClient.php',
    'Google\\Cloud\\NetworkConnectivity\\V1\\GetHubRequest' => $vendorDir . '/google/cloud/NetworkConnectivity/src/V1/GetHubRequest.php',
    'Google\\Cloud\\NetworkConnectivity\\V1\\GetPolicyBasedRouteRequest' => $vendorDir . '/google/cloud/NetworkConnectivity/src/V1/GetPolicyBasedRouteRequest.php',
    'Google\\Cloud\\NetworkConnectivity\\V1\\GetSpokeRequest' => $vendorDir . '/google/cloud/NetworkConnectivity/src/V1/GetSpokeRequest.php',
    'Google\\Cloud\\NetworkConnectivity\\V1\\Hub' => $vendorDir . '/google/cloud/NetworkConnectivity/src/V1/Hub.php',
    'Google\\Cloud\\NetworkConnectivity\\V1\\HubServiceClient' => $vendorDir . '/google/cloud/NetworkConnectivity/src/V1/HubServiceClient.php',
    'Google\\Cloud\\NetworkConnectivity\\V1\\LinkedInterconnectAttachments' => $vendorDir . '/google/cloud/NetworkConnectivity/src/V1/LinkedInterconnectAttachments.php',
    'Google\\Cloud\\NetworkConnectivity\\V1\\LinkedRouterApplianceInstances' => $vendorDir . '/google/cloud/NetworkConnectivity/src/V1/LinkedRouterApplianceInstances.php',
    'Google\\Cloud\\NetworkConnectivity\\V1\\LinkedVpnTunnels' => $vendorDir . '/google/cloud/NetworkConnectivity/src/V1/LinkedVpnTunnels.php',
    'Google\\Cloud\\NetworkConnectivity\\V1\\ListHubsRequest' => $vendorDir . '/google/cloud/NetworkConnectivity/src/V1/ListHubsRequest.php',
    'Google\\Cloud\\NetworkConnectivity\\V1\\ListHubsResponse' => $vendorDir . '/google/cloud/NetworkConnectivity/src/V1/ListHubsResponse.php',
    'Google\\Cloud\\NetworkConnectivity\\V1\\ListPolicyBasedRoutesRequest' => $vendorDir . '/google/cloud/NetworkConnectivity/src/V1/ListPolicyBasedRoutesRequest.php',
    'Google\\Cloud\\NetworkConnectivity\\V1\\ListPolicyBasedRoutesResponse' => $vendorDir . '/google/cloud/NetworkConnectivity/src/V1/ListPolicyBasedRoutesResponse.php',
    'Google\\Cloud\\NetworkConnectivity\\V1\\ListSpokesRequest' => $vendorDir . '/google/cloud/NetworkConnectivity/src/V1/ListSpokesRequest.php',
    'Google\\Cloud\\NetworkConnectivity\\V1\\ListSpokesResponse' => $vendorDir . '/google/cloud/NetworkConnectivity/src/V1/ListSpokesResponse.php',
    'Google\\Cloud\\NetworkConnectivity\\V1\\LocationFeature' => $vendorDir . '/google/cloud/NetworkConnectivity/src/V1/LocationFeature.php',
    'Google\\Cloud\\NetworkConnectivity\\V1\\LocationMetadata' => $vendorDir . '/google/cloud/NetworkConnectivity/src/V1/LocationMetadata.php',
    'Google\\Cloud\\NetworkConnectivity\\V1\\OperationMetadata' => $vendorDir . '/google/cloud/NetworkConnectivity/src/V1/OperationMetadata.php',
    'Google\\Cloud\\NetworkConnectivity\\V1\\PolicyBasedRoute' => $vendorDir . '/google/cloud/NetworkConnectivity/src/V1/PolicyBasedRoute.php',
    'Google\\Cloud\\NetworkConnectivity\\V1\\PolicyBasedRoute\\Filter' => $vendorDir . '/google/cloud/NetworkConnectivity/src/V1/PolicyBasedRoute/Filter.php',
    'Google\\Cloud\\NetworkConnectivity\\V1\\PolicyBasedRoute\\Filter\\ProtocolVersion' => $vendorDir . '/google/cloud/NetworkConnectivity/src/V1/PolicyBasedRoute/Filter/ProtocolVersion.php',
    'Google\\Cloud\\NetworkConnectivity\\V1\\PolicyBasedRoute\\InterconnectAttachment' => $vendorDir . '/google/cloud/NetworkConnectivity/src/V1/PolicyBasedRoute/InterconnectAttachment.php',
    'Google\\Cloud\\NetworkConnectivity\\V1\\PolicyBasedRoute\\VirtualMachine' => $vendorDir . '/google/cloud/NetworkConnectivity/src/V1/PolicyBasedRoute/VirtualMachine.php',
    'Google\\Cloud\\NetworkConnectivity\\V1\\PolicyBasedRoute\\Warnings' => $vendorDir . '/google/cloud/NetworkConnectivity/src/V1/PolicyBasedRoute/Warnings.php',
    'Google\\Cloud\\NetworkConnectivity\\V1\\PolicyBasedRoute\\Warnings\\Code' => $vendorDir . '/google/cloud/NetworkConnectivity/src/V1/PolicyBasedRoute/Warnings/Code.php',
    'Google\\Cloud\\NetworkConnectivity\\V1\\PolicyBasedRoutingServiceClient' => $vendorDir . '/google/cloud/NetworkConnectivity/src/V1/PolicyBasedRoutingServiceClient.php',
    'Google\\Cloud\\NetworkConnectivity\\V1\\PolicyBasedRoutingServiceGrpcClient' => $vendorDir . '/google/cloud/NetworkConnectivity/src/V1/PolicyBasedRoutingServiceGrpcClient.php',
    'Google\\Cloud\\NetworkConnectivity\\V1\\RouterApplianceInstance' => $vendorDir . '/google/cloud/NetworkConnectivity/src/V1/RouterApplianceInstance.php',
    'Google\\Cloud\\NetworkConnectivity\\V1\\RoutingVPC' => $vendorDir . '/google/cloud/NetworkConnectivity/src/V1/RoutingVPC.php',
    'Google\\Cloud\\NetworkConnectivity\\V1\\Spoke' => $vendorDir . '/google/cloud/NetworkConnectivity/src/V1/Spoke.php',
    'Google\\Cloud\\NetworkConnectivity\\V1\\State' => $vendorDir . '/google/cloud/NetworkConnectivity/src/V1/State.php',
    'Google\\Cloud\\NetworkConnectivity\\V1\\UpdateHubRequest' => $vendorDir . '/google/cloud/NetworkConnectivity/src/V1/UpdateHubRequest.php',
    'Google\\Cloud\\NetworkConnectivity\\V1\\UpdateSpokeRequest' => $vendorDir . '/google/cloud/NetworkConnectivity/src/V1/UpdateSpokeRequest.php',
    'Google\\Cloud\\NetworkManagement\\V1\\AbortInfo' => $vendorDir . '/google/cloud/NetworkManagement/src/V1/AbortInfo.php',
    'Google\\Cloud\\NetworkManagement\\V1\\AbortInfo\\Cause' => $vendorDir . '/google/cloud/NetworkManagement/src/V1/AbortInfo/Cause.php',
    'Google\\Cloud\\NetworkManagement\\V1\\CloudSQLInstanceInfo' => $vendorDir . '/google/cloud/NetworkManagement/src/V1/CloudSQLInstanceInfo.php',
    'Google\\Cloud\\NetworkManagement\\V1\\ConnectivityTest' => $vendorDir . '/google/cloud/NetworkManagement/src/V1/ConnectivityTest.php',
    'Google\\Cloud\\NetworkManagement\\V1\\CreateConnectivityTestRequest' => $vendorDir . '/google/cloud/NetworkManagement/src/V1/CreateConnectivityTestRequest.php',
    'Google\\Cloud\\NetworkManagement\\V1\\DeleteConnectivityTestRequest' => $vendorDir . '/google/cloud/NetworkManagement/src/V1/DeleteConnectivityTestRequest.php',
    'Google\\Cloud\\NetworkManagement\\V1\\DeliverInfo' => $vendorDir . '/google/cloud/NetworkManagement/src/V1/DeliverInfo.php',
    'Google\\Cloud\\NetworkManagement\\V1\\DeliverInfo\\Target' => $vendorDir . '/google/cloud/NetworkManagement/src/V1/DeliverInfo/Target.php',
    'Google\\Cloud\\NetworkManagement\\V1\\DropInfo' => $vendorDir . '/google/cloud/NetworkManagement/src/V1/DropInfo.php',
    'Google\\Cloud\\NetworkManagement\\V1\\DropInfo\\Cause' => $vendorDir . '/google/cloud/NetworkManagement/src/V1/DropInfo/Cause.php',
    'Google\\Cloud\\NetworkManagement\\V1\\Endpoint' => $vendorDir . '/google/cloud/NetworkManagement/src/V1/Endpoint.php',
    'Google\\Cloud\\NetworkManagement\\V1\\EndpointInfo' => $vendorDir . '/google/cloud/NetworkManagement/src/V1/EndpointInfo.php',
    'Google\\Cloud\\NetworkManagement\\V1\\Endpoint\\NetworkType' => $vendorDir . '/google/cloud/NetworkManagement/src/V1/Endpoint/NetworkType.php',
    'Google\\Cloud\\NetworkManagement\\V1\\FirewallInfo' => $vendorDir . '/google/cloud/NetworkManagement/src/V1/FirewallInfo.php',
    'Google\\Cloud\\NetworkManagement\\V1\\FirewallInfo\\FirewallRuleType' => $vendorDir . '/google/cloud/NetworkManagement/src/V1/FirewallInfo/FirewallRuleType.php',
    'Google\\Cloud\\NetworkManagement\\V1\\ForwardInfo' => $vendorDir . '/google/cloud/NetworkManagement/src/V1/ForwardInfo.php',
    'Google\\Cloud\\NetworkManagement\\V1\\ForwardInfo\\Target' => $vendorDir . '/google/cloud/NetworkManagement/src/V1/ForwardInfo/Target.php',
    'Google\\Cloud\\NetworkManagement\\V1\\ForwardingRuleInfo' => $vendorDir . '/google/cloud/NetworkManagement/src/V1/ForwardingRuleInfo.php',
    'Google\\Cloud\\NetworkManagement\\V1\\GKEMasterInfo' => $vendorDir . '/google/cloud/NetworkManagement/src/V1/GKEMasterInfo.php',
    'Google\\Cloud\\NetworkManagement\\V1\\Gapic\\ReachabilityServiceGapicClient' => $vendorDir . '/google/cloud/NetworkManagement/src/V1/Gapic/ReachabilityServiceGapicClient.php',
    'Google\\Cloud\\NetworkManagement\\V1\\GetConnectivityTestRequest' => $vendorDir . '/google/cloud/NetworkManagement/src/V1/GetConnectivityTestRequest.php',
    'Google\\Cloud\\NetworkManagement\\V1\\InstanceInfo' => $vendorDir . '/google/cloud/NetworkManagement/src/V1/InstanceInfo.php',
    'Google\\Cloud\\NetworkManagement\\V1\\ListConnectivityTestsRequest' => $vendorDir . '/google/cloud/NetworkManagement/src/V1/ListConnectivityTestsRequest.php',
    'Google\\Cloud\\NetworkManagement\\V1\\ListConnectivityTestsResponse' => $vendorDir . '/google/cloud/NetworkManagement/src/V1/ListConnectivityTestsResponse.php',
    'Google\\Cloud\\NetworkManagement\\V1\\LoadBalancerBackend' => $vendorDir . '/google/cloud/NetworkManagement/src/V1/LoadBalancerBackend.php',
    'Google\\Cloud\\NetworkManagement\\V1\\LoadBalancerBackend\\HealthCheckFirewallState' => $vendorDir . '/google/cloud/NetworkManagement/src/V1/LoadBalancerBackend/HealthCheckFirewallState.php',
    'Google\\Cloud\\NetworkManagement\\V1\\LoadBalancerInfo' => $vendorDir . '/google/cloud/NetworkManagement/src/V1/LoadBalancerInfo.php',
    'Google\\Cloud\\NetworkManagement\\V1\\LoadBalancerInfo\\BackendType' => $vendorDir . '/google/cloud/NetworkManagement/src/V1/LoadBalancerInfo/BackendType.php',
    'Google\\Cloud\\NetworkManagement\\V1\\LoadBalancerInfo\\LoadBalancerType' => $vendorDir . '/google/cloud/NetworkManagement/src/V1/LoadBalancerInfo/LoadBalancerType.php',
    'Google\\Cloud\\NetworkManagement\\V1\\NetworkInfo' => $vendorDir . '/google/cloud/NetworkManagement/src/V1/NetworkInfo.php',
    'Google\\Cloud\\NetworkManagement\\V1\\OperationMetadata' => $vendorDir . '/google/cloud/NetworkManagement/src/V1/OperationMetadata.php',
    'Google\\Cloud\\NetworkManagement\\V1\\ReachabilityDetails' => $vendorDir . '/google/cloud/NetworkManagement/src/V1/ReachabilityDetails.php',
    'Google\\Cloud\\NetworkManagement\\V1\\ReachabilityDetails\\Result' => $vendorDir . '/google/cloud/NetworkManagement/src/V1/ReachabilityDetails/Result.php',
    'Google\\Cloud\\NetworkManagement\\V1\\ReachabilityServiceClient' => $vendorDir . '/google/cloud/NetworkManagement/src/V1/ReachabilityServiceClient.php',
    'Google\\Cloud\\NetworkManagement\\V1\\RerunConnectivityTestRequest' => $vendorDir . '/google/cloud/NetworkManagement/src/V1/RerunConnectivityTestRequest.php',
    'Google\\Cloud\\NetworkManagement\\V1\\RouteInfo' => $vendorDir . '/google/cloud/NetworkManagement/src/V1/RouteInfo.php',
    'Google\\Cloud\\NetworkManagement\\V1\\RouteInfo\\NextHopType' => $vendorDir . '/google/cloud/NetworkManagement/src/V1/RouteInfo/NextHopType.php',
    'Google\\Cloud\\NetworkManagement\\V1\\RouteInfo\\RouteType' => $vendorDir . '/google/cloud/NetworkManagement/src/V1/RouteInfo/RouteType.php',
    'Google\\Cloud\\NetworkManagement\\V1\\Step' => $vendorDir . '/google/cloud/NetworkManagement/src/V1/Step.php',
    'Google\\Cloud\\NetworkManagement\\V1\\Step\\State' => $vendorDir . '/google/cloud/NetworkManagement/src/V1/Step/State.php',
    'Google\\Cloud\\NetworkManagement\\V1\\Trace' => $vendorDir . '/google/cloud/NetworkManagement/src/V1/Trace.php',
    'Google\\Cloud\\NetworkManagement\\V1\\UpdateConnectivityTestRequest' => $vendorDir . '/google/cloud/NetworkManagement/src/V1/UpdateConnectivityTestRequest.php',
    'Google\\Cloud\\NetworkManagement\\V1\\VpnGatewayInfo' => $vendorDir . '/google/cloud/NetworkManagement/src/V1/VpnGatewayInfo.php',
    'Google\\Cloud\\NetworkManagement\\V1\\VpnTunnelInfo' => $vendorDir . '/google/cloud/NetworkManagement/src/V1/VpnTunnelInfo.php',
    'Google\\Cloud\\NetworkManagement\\V1\\VpnTunnelInfo\\RoutingType' => $vendorDir . '/google/cloud/NetworkManagement/src/V1/VpnTunnelInfo/RoutingType.php',
    'Google\\Cloud\\NetworkSecurity\\V1beta1\\AuthorizationPolicy' => $vendorDir . '/google/cloud/NetworkSecurity/src/V1beta1/AuthorizationPolicy.php',
    'Google\\Cloud\\NetworkSecurity\\V1beta1\\AuthorizationPolicy\\Action' => $vendorDir . '/google/cloud/NetworkSecurity/src/V1beta1/AuthorizationPolicy/Action.php',
    'Google\\Cloud\\NetworkSecurity\\V1beta1\\AuthorizationPolicy\\Rule' => $vendorDir . '/google/cloud/NetworkSecurity/src/V1beta1/AuthorizationPolicy/Rule.php',
    'Google\\Cloud\\NetworkSecurity\\V1beta1\\AuthorizationPolicy\\Rule\\Destination' => $vendorDir . '/google/cloud/NetworkSecurity/src/V1beta1/AuthorizationPolicy/Rule/Destination.php',
    'Google\\Cloud\\NetworkSecurity\\V1beta1\\AuthorizationPolicy\\Rule\\Destination\\HttpHeaderMatch' => $vendorDir . '/google/cloud/NetworkSecurity/src/V1beta1/AuthorizationPolicy/Rule/Destination/HttpHeaderMatch.php',
    'Google\\Cloud\\NetworkSecurity\\V1beta1\\AuthorizationPolicy\\Rule\\Source' => $vendorDir . '/google/cloud/NetworkSecurity/src/V1beta1/AuthorizationPolicy/Rule/Source.php',
    'Google\\Cloud\\NetworkSecurity\\V1beta1\\CertificateProvider' => $vendorDir . '/google/cloud/NetworkSecurity/src/V1beta1/CertificateProvider.php',
    'Google\\Cloud\\NetworkSecurity\\V1beta1\\CertificateProviderInstance' => $vendorDir . '/google/cloud/NetworkSecurity/src/V1beta1/CertificateProviderInstance.php',
    'Google\\Cloud\\NetworkSecurity\\V1beta1\\ClientTlsPolicy' => $vendorDir . '/google/cloud/NetworkSecurity/src/V1beta1/ClientTlsPolicy.php',
    'Google\\Cloud\\NetworkSecurity\\V1beta1\\CreateAuthorizationPolicyRequest' => $vendorDir . '/google/cloud/NetworkSecurity/src/V1beta1/CreateAuthorizationPolicyRequest.php',
    'Google\\Cloud\\NetworkSecurity\\V1beta1\\CreateClientTlsPolicyRequest' => $vendorDir . '/google/cloud/NetworkSecurity/src/V1beta1/CreateClientTlsPolicyRequest.php',
    'Google\\Cloud\\NetworkSecurity\\V1beta1\\CreateServerTlsPolicyRequest' => $vendorDir . '/google/cloud/NetworkSecurity/src/V1beta1/CreateServerTlsPolicyRequest.php',
    'Google\\Cloud\\NetworkSecurity\\V1beta1\\DeleteAuthorizationPolicyRequest' => $vendorDir . '/google/cloud/NetworkSecurity/src/V1beta1/DeleteAuthorizationPolicyRequest.php',
    'Google\\Cloud\\NetworkSecurity\\V1beta1\\DeleteClientTlsPolicyRequest' => $vendorDir . '/google/cloud/NetworkSecurity/src/V1beta1/DeleteClientTlsPolicyRequest.php',
    'Google\\Cloud\\NetworkSecurity\\V1beta1\\DeleteServerTlsPolicyRequest' => $vendorDir . '/google/cloud/NetworkSecurity/src/V1beta1/DeleteServerTlsPolicyRequest.php',
    'Google\\Cloud\\NetworkSecurity\\V1beta1\\Gapic\\NetworkSecurityGapicClient' => $vendorDir . '/google/cloud/NetworkSecurity/src/V1beta1/Gapic/NetworkSecurityGapicClient.php',
    'Google\\Cloud\\NetworkSecurity\\V1beta1\\GetAuthorizationPolicyRequest' => $vendorDir . '/google/cloud/NetworkSecurity/src/V1beta1/GetAuthorizationPolicyRequest.php',
    'Google\\Cloud\\NetworkSecurity\\V1beta1\\GetClientTlsPolicyRequest' => $vendorDir . '/google/cloud/NetworkSecurity/src/V1beta1/GetClientTlsPolicyRequest.php',
    'Google\\Cloud\\NetworkSecurity\\V1beta1\\GetServerTlsPolicyRequest' => $vendorDir . '/google/cloud/NetworkSecurity/src/V1beta1/GetServerTlsPolicyRequest.php',
    'Google\\Cloud\\NetworkSecurity\\V1beta1\\GrpcEndpoint' => $vendorDir . '/google/cloud/NetworkSecurity/src/V1beta1/GrpcEndpoint.php',
    'Google\\Cloud\\NetworkSecurity\\V1beta1\\ListAuthorizationPoliciesRequest' => $vendorDir . '/google/cloud/NetworkSecurity/src/V1beta1/ListAuthorizationPoliciesRequest.php',
    'Google\\Cloud\\NetworkSecurity\\V1beta1\\ListAuthorizationPoliciesResponse' => $vendorDir . '/google/cloud/NetworkSecurity/src/V1beta1/ListAuthorizationPoliciesResponse.php',
    'Google\\Cloud\\NetworkSecurity\\V1beta1\\ListClientTlsPoliciesRequest' => $vendorDir . '/google/cloud/NetworkSecurity/src/V1beta1/ListClientTlsPoliciesRequest.php',
    'Google\\Cloud\\NetworkSecurity\\V1beta1\\ListClientTlsPoliciesResponse' => $vendorDir . '/google/cloud/NetworkSecurity/src/V1beta1/ListClientTlsPoliciesResponse.php',
    'Google\\Cloud\\NetworkSecurity\\V1beta1\\ListServerTlsPoliciesRequest' => $vendorDir . '/google/cloud/NetworkSecurity/src/V1beta1/ListServerTlsPoliciesRequest.php',
    'Google\\Cloud\\NetworkSecurity\\V1beta1\\ListServerTlsPoliciesResponse' => $vendorDir . '/google/cloud/NetworkSecurity/src/V1beta1/ListServerTlsPoliciesResponse.php',
    'Google\\Cloud\\NetworkSecurity\\V1beta1\\NetworkSecurityClient' => $vendorDir . '/google/cloud/NetworkSecurity/src/V1beta1/NetworkSecurityClient.php',
    'Google\\Cloud\\NetworkSecurity\\V1beta1\\NetworkSecurityGrpcClient' => $vendorDir . '/google/cloud/NetworkSecurity/src/V1beta1/NetworkSecurityGrpcClient.php',
    'Google\\Cloud\\NetworkSecurity\\V1beta1\\OperationMetadata' => $vendorDir . '/google/cloud/NetworkSecurity/src/V1beta1/OperationMetadata.php',
    'Google\\Cloud\\NetworkSecurity\\V1beta1\\ServerTlsPolicy' => $vendorDir . '/google/cloud/NetworkSecurity/src/V1beta1/ServerTlsPolicy.php',
    'Google\\Cloud\\NetworkSecurity\\V1beta1\\ServerTlsPolicy\\MTLSPolicy' => $vendorDir . '/google/cloud/NetworkSecurity/src/V1beta1/ServerTlsPolicy/MTLSPolicy.php',
    'Google\\Cloud\\NetworkSecurity\\V1beta1\\UpdateAuthorizationPolicyRequest' => $vendorDir . '/google/cloud/NetworkSecurity/src/V1beta1/UpdateAuthorizationPolicyRequest.php',
    'Google\\Cloud\\NetworkSecurity\\V1beta1\\UpdateClientTlsPolicyRequest' => $vendorDir . '/google/cloud/NetworkSecurity/src/V1beta1/UpdateClientTlsPolicyRequest.php',
    'Google\\Cloud\\NetworkSecurity\\V1beta1\\UpdateServerTlsPolicyRequest' => $vendorDir . '/google/cloud/NetworkSecurity/src/V1beta1/UpdateServerTlsPolicyRequest.php',
    'Google\\Cloud\\NetworkSecurity\\V1beta1\\ValidationCA' => $vendorDir . '/google/cloud/NetworkSecurity/src/V1beta1/ValidationCA.php',
    'Google\\Cloud\\Notebooks\\V1beta1\\ContainerImage' => $vendorDir . '/google/cloud/Notebooks/src/V1beta1/ContainerImage.php',
    'Google\\Cloud\\Notebooks\\V1beta1\\CreateEnvironmentRequest' => $vendorDir . '/google/cloud/Notebooks/src/V1beta1/CreateEnvironmentRequest.php',
    'Google\\Cloud\\Notebooks\\V1beta1\\CreateInstanceRequest' => $vendorDir . '/google/cloud/Notebooks/src/V1beta1/CreateInstanceRequest.php',
    'Google\\Cloud\\Notebooks\\V1beta1\\DeleteEnvironmentRequest' => $vendorDir . '/google/cloud/Notebooks/src/V1beta1/DeleteEnvironmentRequest.php',
    'Google\\Cloud\\Notebooks\\V1beta1\\DeleteInstanceRequest' => $vendorDir . '/google/cloud/Notebooks/src/V1beta1/DeleteInstanceRequest.php',
    'Google\\Cloud\\Notebooks\\V1beta1\\Environment' => $vendorDir . '/google/cloud/Notebooks/src/V1beta1/Environment.php',
    'Google\\Cloud\\Notebooks\\V1beta1\\Gapic\\NotebookServiceGapicClient' => $vendorDir . '/google/cloud/Notebooks/src/V1beta1/Gapic/NotebookServiceGapicClient.php',
    'Google\\Cloud\\Notebooks\\V1beta1\\GetEnvironmentRequest' => $vendorDir . '/google/cloud/Notebooks/src/V1beta1/GetEnvironmentRequest.php',
    'Google\\Cloud\\Notebooks\\V1beta1\\GetInstanceRequest' => $vendorDir . '/google/cloud/Notebooks/src/V1beta1/GetInstanceRequest.php',
    'Google\\Cloud\\Notebooks\\V1beta1\\Instance' => $vendorDir . '/google/cloud/Notebooks/src/V1beta1/Instance.php',
    'Google\\Cloud\\Notebooks\\V1beta1\\Instance\\AcceleratorConfig' => $vendorDir . '/google/cloud/Notebooks/src/V1beta1/Instance/AcceleratorConfig.php',
    'Google\\Cloud\\Notebooks\\V1beta1\\Instance\\AcceleratorType' => $vendorDir . '/google/cloud/Notebooks/src/V1beta1/Instance/AcceleratorType.php',
    'Google\\Cloud\\Notebooks\\V1beta1\\Instance\\DiskEncryption' => $vendorDir . '/google/cloud/Notebooks/src/V1beta1/Instance/DiskEncryption.php',
    'Google\\Cloud\\Notebooks\\V1beta1\\Instance\\DiskType' => $vendorDir . '/google/cloud/Notebooks/src/V1beta1/Instance/DiskType.php',
    'Google\\Cloud\\Notebooks\\V1beta1\\Instance\\NicType' => $vendorDir . '/google/cloud/Notebooks/src/V1beta1/Instance/NicType.php',
    'Google\\Cloud\\Notebooks\\V1beta1\\Instance\\State' => $vendorDir . '/google/cloud/Notebooks/src/V1beta1/Instance/State.php',
    'Google\\Cloud\\Notebooks\\V1beta1\\Instance_AcceleratorConfig' => $vendorDir . '/google/cloud/Notebooks/src/V1beta1/Instance_AcceleratorConfig.php',
    'Google\\Cloud\\Notebooks\\V1beta1\\Instance_AcceleratorType' => $vendorDir . '/google/cloud/Notebooks/src/V1beta1/Instance_AcceleratorType.php',
    'Google\\Cloud\\Notebooks\\V1beta1\\Instance_DiskEncryption' => $vendorDir . '/google/cloud/Notebooks/src/V1beta1/Instance_DiskEncryption.php',
    'Google\\Cloud\\Notebooks\\V1beta1\\Instance_DiskType' => $vendorDir . '/google/cloud/Notebooks/src/V1beta1/Instance_DiskType.php',
    'Google\\Cloud\\Notebooks\\V1beta1\\Instance_NicType' => $vendorDir . '/google/cloud/Notebooks/src/V1beta1/Instance_NicType.php',
    'Google\\Cloud\\Notebooks\\V1beta1\\Instance_State' => $vendorDir . '/google/cloud/Notebooks/src/V1beta1/Instance_State.php',
    'Google\\Cloud\\Notebooks\\V1beta1\\IsInstanceUpgradeableRequest' => $vendorDir . '/google/cloud/Notebooks/src/V1beta1/IsInstanceUpgradeableRequest.php',
    'Google\\Cloud\\Notebooks\\V1beta1\\IsInstanceUpgradeableResponse' => $vendorDir . '/google/cloud/Notebooks/src/V1beta1/IsInstanceUpgradeableResponse.php',
    'Google\\Cloud\\Notebooks\\V1beta1\\ListEnvironmentsRequest' => $vendorDir . '/google/cloud/Notebooks/src/V1beta1/ListEnvironmentsRequest.php',
    'Google\\Cloud\\Notebooks\\V1beta1\\ListEnvironmentsResponse' => $vendorDir . '/google/cloud/Notebooks/src/V1beta1/ListEnvironmentsResponse.php',
    'Google\\Cloud\\Notebooks\\V1beta1\\ListInstancesRequest' => $vendorDir . '/google/cloud/Notebooks/src/V1beta1/ListInstancesRequest.php',
    'Google\\Cloud\\Notebooks\\V1beta1\\ListInstancesResponse' => $vendorDir . '/google/cloud/Notebooks/src/V1beta1/ListInstancesResponse.php',
    'Google\\Cloud\\Notebooks\\V1beta1\\NotebookServiceClient' => $vendorDir . '/google/cloud/Notebooks/src/V1beta1/NotebookServiceClient.php',
    'Google\\Cloud\\Notebooks\\V1beta1\\NotebookServiceGrpcClient' => $vendorDir . '/google/cloud/Notebooks/src/V1beta1/NotebookServiceGrpcClient.php',
    'Google\\Cloud\\Notebooks\\V1beta1\\OperationMetadata' => $vendorDir . '/google/cloud/Notebooks/src/V1beta1/OperationMetadata.php',
    'Google\\Cloud\\Notebooks\\V1beta1\\RegisterInstanceRequest' => $vendorDir . '/google/cloud/Notebooks/src/V1beta1/RegisterInstanceRequest.php',
    'Google\\Cloud\\Notebooks\\V1beta1\\ReportInstanceInfoRequest' => $vendorDir . '/google/cloud/Notebooks/src/V1beta1/ReportInstanceInfoRequest.php',
    'Google\\Cloud\\Notebooks\\V1beta1\\ReservationAffinity' => $vendorDir . '/google/cloud/Notebooks/src/V1beta1/ReservationAffinity.php',
    'Google\\Cloud\\Notebooks\\V1beta1\\ReservationAffinity\\Type' => $vendorDir . '/google/cloud/Notebooks/src/V1beta1/ReservationAffinity/Type.php',
    'Google\\Cloud\\Notebooks\\V1beta1\\ReservationAffinity_Type' => $vendorDir . '/google/cloud/Notebooks/src/V1beta1/ReservationAffinity_Type.php',
    'Google\\Cloud\\Notebooks\\V1beta1\\ResetInstanceRequest' => $vendorDir . '/google/cloud/Notebooks/src/V1beta1/ResetInstanceRequest.php',
    'Google\\Cloud\\Notebooks\\V1beta1\\SetInstanceAcceleratorRequest' => $vendorDir . '/google/cloud/Notebooks/src/V1beta1/SetInstanceAcceleratorRequest.php',
    'Google\\Cloud\\Notebooks\\V1beta1\\SetInstanceLabelsRequest' => $vendorDir . '/google/cloud/Notebooks/src/V1beta1/SetInstanceLabelsRequest.php',
    'Google\\Cloud\\Notebooks\\V1beta1\\SetInstanceMachineTypeRequest' => $vendorDir . '/google/cloud/Notebooks/src/V1beta1/SetInstanceMachineTypeRequest.php',
    'Google\\Cloud\\Notebooks\\V1beta1\\StartInstanceRequest' => $vendorDir . '/google/cloud/Notebooks/src/V1beta1/StartInstanceRequest.php',
    'Google\\Cloud\\Notebooks\\V1beta1\\StopInstanceRequest' => $vendorDir . '/google/cloud/Notebooks/src/V1beta1/StopInstanceRequest.php',
    'Google\\Cloud\\Notebooks\\V1beta1\\UpgradeInstanceInternalRequest' => $vendorDir . '/google/cloud/Notebooks/src/V1beta1/UpgradeInstanceInternalRequest.php',
    'Google\\Cloud\\Notebooks\\V1beta1\\UpgradeInstanceRequest' => $vendorDir . '/google/cloud/Notebooks/src/V1beta1/UpgradeInstanceRequest.php',
    'Google\\Cloud\\Notebooks\\V1beta1\\VmImage' => $vendorDir . '/google/cloud/Notebooks/src/V1beta1/VmImage.php',
    'Google\\Cloud\\OperationResponseMapping' => $vendorDir . '/google/common-protos/src/Cloud/OperationResponseMapping.php',
    'Google\\Cloud\\Optimization\\V1\\AggregatedMetrics' => $vendorDir . '/google/cloud/Optimization/src/V1/AggregatedMetrics.php',
    'Google\\Cloud\\Optimization\\V1\\AsyncModelMetadata' => $vendorDir . '/google/cloud/Optimization/src/V1/AsyncModelMetadata.php',
    'Google\\Cloud\\Optimization\\V1\\AsyncModelMetadata\\State' => $vendorDir . '/google/cloud/Optimization/src/V1/AsyncModelMetadata/State.php',
    'Google\\Cloud\\Optimization\\V1\\BatchOptimizeToursRequest' => $vendorDir . '/google/cloud/Optimization/src/V1/BatchOptimizeToursRequest.php',
    'Google\\Cloud\\Optimization\\V1\\BatchOptimizeToursRequest\\AsyncModelConfig' => $vendorDir . '/google/cloud/Optimization/src/V1/BatchOptimizeToursRequest/AsyncModelConfig.php',
    'Google\\Cloud\\Optimization\\V1\\BatchOptimizeToursResponse' => $vendorDir . '/google/cloud/Optimization/src/V1/BatchOptimizeToursResponse.php',
    'Google\\Cloud\\Optimization\\V1\\BreakRule' => $vendorDir . '/google/cloud/Optimization/src/V1/BreakRule.php',
    'Google\\Cloud\\Optimization\\V1\\BreakRule\\BreakRequest' => $vendorDir . '/google/cloud/Optimization/src/V1/BreakRule/BreakRequest.php',
    'Google\\Cloud\\Optimization\\V1\\BreakRule\\FrequencyConstraint' => $vendorDir . '/google/cloud/Optimization/src/V1/BreakRule/FrequencyConstraint.php',
    'Google\\Cloud\\Optimization\\V1\\CapacityQuantity' => $vendorDir . '/google/cloud/Optimization/src/V1/CapacityQuantity.php',
    'Google\\Cloud\\Optimization\\V1\\CapacityQuantityInterval' => $vendorDir . '/google/cloud/Optimization/src/V1/CapacityQuantityInterval.php',
    'Google\\Cloud\\Optimization\\V1\\DataFormat' => $vendorDir . '/google/cloud/Optimization/src/V1/DataFormat.php',
    'Google\\Cloud\\Optimization\\V1\\DistanceLimit' => $vendorDir . '/google/cloud/Optimization/src/V1/DistanceLimit.php',
    'Google\\Cloud\\Optimization\\V1\\FleetRoutingClient' => $vendorDir . '/google/cloud/Optimization/src/V1/FleetRoutingClient.php',
    'Google\\Cloud\\Optimization\\V1\\FleetRoutingGrpcClient' => $vendorDir . '/google/cloud/Optimization/src/V1/FleetRoutingGrpcClient.php',
    'Google\\Cloud\\Optimization\\V1\\Gapic\\FleetRoutingGapicClient' => $vendorDir . '/google/cloud/Optimization/src/V1/Gapic/FleetRoutingGapicClient.php',
    'Google\\Cloud\\Optimization\\V1\\GcsDestination' => $vendorDir . '/google/cloud/Optimization/src/V1/GcsDestination.php',
    'Google\\Cloud\\Optimization\\V1\\GcsSource' => $vendorDir . '/google/cloud/Optimization/src/V1/GcsSource.php',
    'Google\\Cloud\\Optimization\\V1\\InjectedSolutionConstraint' => $vendorDir . '/google/cloud/Optimization/src/V1/InjectedSolutionConstraint.php',
    'Google\\Cloud\\Optimization\\V1\\InjectedSolutionConstraint\\ConstraintRelaxation' => $vendorDir . '/google/cloud/Optimization/src/V1/InjectedSolutionConstraint/ConstraintRelaxation.php',
    'Google\\Cloud\\Optimization\\V1\\InjectedSolutionConstraint\\ConstraintRelaxation\\Relaxation' => $vendorDir . '/google/cloud/Optimization/src/V1/InjectedSolutionConstraint/ConstraintRelaxation/Relaxation.php',
    'Google\\Cloud\\Optimization\\V1\\InjectedSolutionConstraint\\ConstraintRelaxation\\Relaxation\\Level' => $vendorDir . '/google/cloud/Optimization/src/V1/InjectedSolutionConstraint/ConstraintRelaxation/Relaxation/Level.php',
    'Google\\Cloud\\Optimization\\V1\\InputConfig' => $vendorDir . '/google/cloud/Optimization/src/V1/InputConfig.php',
    'Google\\Cloud\\Optimization\\V1\\Location' => $vendorDir . '/google/cloud/Optimization/src/V1/Location.php',
    'Google\\Cloud\\Optimization\\V1\\OptimizeToursRequest' => $vendorDir . '/google/cloud/Optimization/src/V1/OptimizeToursRequest.php',
    'Google\\Cloud\\Optimization\\V1\\OptimizeToursRequest\\SearchMode' => $vendorDir . '/google/cloud/Optimization/src/V1/OptimizeToursRequest/SearchMode.php',
    'Google\\Cloud\\Optimization\\V1\\OptimizeToursRequest\\SolvingMode' => $vendorDir . '/google/cloud/Optimization/src/V1/OptimizeToursRequest/SolvingMode.php',
    'Google\\Cloud\\Optimization\\V1\\OptimizeToursResponse' => $vendorDir . '/google/cloud/Optimization/src/V1/OptimizeToursResponse.php',
    'Google\\Cloud\\Optimization\\V1\\OptimizeToursResponse\\Metrics' => $vendorDir . '/google/cloud/Optimization/src/V1/OptimizeToursResponse/Metrics.php',
    'Google\\Cloud\\Optimization\\V1\\OptimizeToursValidationError' => $vendorDir . '/google/cloud/Optimization/src/V1/OptimizeToursValidationError.php',
    'Google\\Cloud\\Optimization\\V1\\OptimizeToursValidationError\\FieldReference' => $vendorDir . '/google/cloud/Optimization/src/V1/OptimizeToursValidationError/FieldReference.php',
    'Google\\Cloud\\Optimization\\V1\\OutputConfig' => $vendorDir . '/google/cloud/Optimization/src/V1/OutputConfig.php',
    'Google\\Cloud\\Optimization\\V1\\Shipment' => $vendorDir . '/google/cloud/Optimization/src/V1/Shipment.php',
    'Google\\Cloud\\Optimization\\V1\\ShipmentModel' => $vendorDir . '/google/cloud/Optimization/src/V1/ShipmentModel.php',
    'Google\\Cloud\\Optimization\\V1\\ShipmentModel\\BreakRule' => $vendorDir . '/google/cloud/Optimization/src/V1/ShipmentModel/BreakRule.php',
    'Google\\Cloud\\Optimization\\V1\\ShipmentModel\\BreakRule\\BreakRequest' => $vendorDir . '/google/cloud/Optimization/src/V1/ShipmentModel/BreakRule/BreakRequest.php',
    'Google\\Cloud\\Optimization\\V1\\ShipmentModel\\BreakRule\\FrequencyConstraint' => $vendorDir . '/google/cloud/Optimization/src/V1/ShipmentModel/BreakRule/FrequencyConstraint.php',
    'Google\\Cloud\\Optimization\\V1\\ShipmentModel\\DurationDistanceMatrix' => $vendorDir . '/google/cloud/Optimization/src/V1/ShipmentModel/DurationDistanceMatrix.php',
    'Google\\Cloud\\Optimization\\V1\\ShipmentModel\\DurationDistanceMatrix\\Row' => $vendorDir . '/google/cloud/Optimization/src/V1/ShipmentModel/DurationDistanceMatrix/Row.php',
    'Google\\Cloud\\Optimization\\V1\\ShipmentModel\\PrecedenceRule' => $vendorDir . '/google/cloud/Optimization/src/V1/ShipmentModel/PrecedenceRule.php',
    'Google\\Cloud\\Optimization\\V1\\ShipmentRoute' => $vendorDir . '/google/cloud/Optimization/src/V1/ShipmentRoute.php',
    'Google\\Cloud\\Optimization\\V1\\ShipmentRoute\\Delay' => $vendorDir . '/google/cloud/Optimization/src/V1/ShipmentRoute/Delay.php',
    'Google\\Cloud\\Optimization\\V1\\ShipmentRoute\\EncodedPolyline' => $vendorDir . '/google/cloud/Optimization/src/V1/ShipmentRoute/EncodedPolyline.php',
    'Google\\Cloud\\Optimization\\V1\\ShipmentRoute\\PBBreak' => $vendorDir . '/google/cloud/Optimization/src/V1/ShipmentRoute/PBBreak.php',
    'Google\\Cloud\\Optimization\\V1\\ShipmentRoute\\Transition' => $vendorDir . '/google/cloud/Optimization/src/V1/ShipmentRoute/Transition.php',
    'Google\\Cloud\\Optimization\\V1\\ShipmentRoute\\TravelStep' => $vendorDir . '/google/cloud/Optimization/src/V1/ShipmentRoute/TravelStep.php',
    'Google\\Cloud\\Optimization\\V1\\ShipmentRoute\\VehicleLoad' => $vendorDir . '/google/cloud/Optimization/src/V1/ShipmentRoute/VehicleLoad.php',
    'Google\\Cloud\\Optimization\\V1\\ShipmentRoute\\Visit' => $vendorDir . '/google/cloud/Optimization/src/V1/ShipmentRoute/Visit.php',
    'Google\\Cloud\\Optimization\\V1\\ShipmentTypeIncompatibility' => $vendorDir . '/google/cloud/Optimization/src/V1/ShipmentTypeIncompatibility.php',
    'Google\\Cloud\\Optimization\\V1\\ShipmentTypeIncompatibility\\IncompatibilityMode' => $vendorDir . '/google/cloud/Optimization/src/V1/ShipmentTypeIncompatibility/IncompatibilityMode.php',
    'Google\\Cloud\\Optimization\\V1\\ShipmentTypeRequirement' => $vendorDir . '/google/cloud/Optimization/src/V1/ShipmentTypeRequirement.php',
    'Google\\Cloud\\Optimization\\V1\\ShipmentTypeRequirement\\RequirementMode' => $vendorDir . '/google/cloud/Optimization/src/V1/ShipmentTypeRequirement/RequirementMode.php',
    'Google\\Cloud\\Optimization\\V1\\Shipment\\Load' => $vendorDir . '/google/cloud/Optimization/src/V1/Shipment/Load.php',
    'Google\\Cloud\\Optimization\\V1\\Shipment\\VisitRequest' => $vendorDir . '/google/cloud/Optimization/src/V1/Shipment/VisitRequest.php',
    'Google\\Cloud\\Optimization\\V1\\SkippedShipment' => $vendorDir . '/google/cloud/Optimization/src/V1/SkippedShipment.php',
    'Google\\Cloud\\Optimization\\V1\\SkippedShipment\\Reason' => $vendorDir . '/google/cloud/Optimization/src/V1/SkippedShipment/Reason.php',
    'Google\\Cloud\\Optimization\\V1\\SkippedShipment\\Reason\\Code' => $vendorDir . '/google/cloud/Optimization/src/V1/SkippedShipment/Reason/Code.php',
    'Google\\Cloud\\Optimization\\V1\\TimeWindow' => $vendorDir . '/google/cloud/Optimization/src/V1/TimeWindow.php',
    'Google\\Cloud\\Optimization\\V1\\TransitionAttributes' => $vendorDir . '/google/cloud/Optimization/src/V1/TransitionAttributes.php',
    'Google\\Cloud\\Optimization\\V1\\Vehicle' => $vendorDir . '/google/cloud/Optimization/src/V1/Vehicle.php',
    'Google\\Cloud\\Optimization\\V1\\Vehicle\\DurationLimit' => $vendorDir . '/google/cloud/Optimization/src/V1/Vehicle/DurationLimit.php',
    'Google\\Cloud\\Optimization\\V1\\Vehicle\\LoadLimit' => $vendorDir . '/google/cloud/Optimization/src/V1/Vehicle/LoadLimit.php',
    'Google\\Cloud\\Optimization\\V1\\Vehicle\\LoadLimit\\Interval' => $vendorDir . '/google/cloud/Optimization/src/V1/Vehicle/LoadLimit/Interval.php',
    'Google\\Cloud\\Optimization\\V1\\Vehicle\\TravelMode' => $vendorDir . '/google/cloud/Optimization/src/V1/Vehicle/TravelMode.php',
    'Google\\Cloud\\Optimization\\V1\\Vehicle\\UnloadingPolicy' => $vendorDir . '/google/cloud/Optimization/src/V1/Vehicle/UnloadingPolicy.php',
    'Google\\Cloud\\Optimization\\V1\\Waypoint' => $vendorDir . '/google/cloud/Optimization/src/V1/Waypoint.php',
    'Google\\Cloud\\Orchestration\\Airflow\\Service\\V1\\CheckUpgradeResponse' => $vendorDir . '/google/cloud/OrchestrationAirflow/src/V1/CheckUpgradeResponse.php',
    'Google\\Cloud\\Orchestration\\Airflow\\Service\\V1\\CheckUpgradeResponse\\ConflictResult' => $vendorDir . '/google/cloud/OrchestrationAirflow/src/V1/CheckUpgradeResponse/ConflictResult.php',
    'Google\\Cloud\\Orchestration\\Airflow\\Service\\V1\\CreateEnvironmentRequest' => $vendorDir . '/google/cloud/OrchestrationAirflow/src/V1/CreateEnvironmentRequest.php',
    'Google\\Cloud\\Orchestration\\Airflow\\Service\\V1\\DatabaseConfig' => $vendorDir . '/google/cloud/OrchestrationAirflow/src/V1/DatabaseConfig.php',
    'Google\\Cloud\\Orchestration\\Airflow\\Service\\V1\\DeleteEnvironmentRequest' => $vendorDir . '/google/cloud/OrchestrationAirflow/src/V1/DeleteEnvironmentRequest.php',
    'Google\\Cloud\\Orchestration\\Airflow\\Service\\V1\\EncryptionConfig' => $vendorDir . '/google/cloud/OrchestrationAirflow/src/V1/EncryptionConfig.php',
    'Google\\Cloud\\Orchestration\\Airflow\\Service\\V1\\Environment' => $vendorDir . '/google/cloud/OrchestrationAirflow/src/V1/Environment.php',
    'Google\\Cloud\\Orchestration\\Airflow\\Service\\V1\\EnvironmentConfig' => $vendorDir . '/google/cloud/OrchestrationAirflow/src/V1/EnvironmentConfig.php',
    'Google\\Cloud\\Orchestration\\Airflow\\Service\\V1\\EnvironmentConfig\\EnvironmentSize' => $vendorDir . '/google/cloud/OrchestrationAirflow/src/V1/EnvironmentConfig/EnvironmentSize.php',
    'Google\\Cloud\\Orchestration\\Airflow\\Service\\V1\\Environment\\State' => $vendorDir . '/google/cloud/OrchestrationAirflow/src/V1/Environment/State.php',
    'Google\\Cloud\\Orchestration\\Airflow\\Service\\V1\\EnvironmentsClient' => $vendorDir . '/google/cloud/OrchestrationAirflow/src/V1/EnvironmentsClient.php',
    'Google\\Cloud\\Orchestration\\Airflow\\Service\\V1\\Gapic\\EnvironmentsGapicClient' => $vendorDir . '/google/cloud/OrchestrationAirflow/src/V1/Gapic/EnvironmentsGapicClient.php',
    'Google\\Cloud\\Orchestration\\Airflow\\Service\\V1\\Gapic\\ImageVersionsGapicClient' => $vendorDir . '/google/cloud/OrchestrationAirflow/src/V1/Gapic/ImageVersionsGapicClient.php',
    'Google\\Cloud\\Orchestration\\Airflow\\Service\\V1\\GetEnvironmentRequest' => $vendorDir . '/google/cloud/OrchestrationAirflow/src/V1/GetEnvironmentRequest.php',
    'Google\\Cloud\\Orchestration\\Airflow\\Service\\V1\\IPAllocationPolicy' => $vendorDir . '/google/cloud/OrchestrationAirflow/src/V1/IPAllocationPolicy.php',
    'Google\\Cloud\\Orchestration\\Airflow\\Service\\V1\\ImageVersion' => $vendorDir . '/google/cloud/OrchestrationAirflow/src/V1/ImageVersion.php',
    'Google\\Cloud\\Orchestration\\Airflow\\Service\\V1\\ImageVersionsClient' => $vendorDir . '/google/cloud/OrchestrationAirflow/src/V1/ImageVersionsClient.php',
    'Google\\Cloud\\Orchestration\\Airflow\\Service\\V1\\ListEnvironmentsRequest' => $vendorDir . '/google/cloud/OrchestrationAirflow/src/V1/ListEnvironmentsRequest.php',
    'Google\\Cloud\\Orchestration\\Airflow\\Service\\V1\\ListEnvironmentsResponse' => $vendorDir . '/google/cloud/OrchestrationAirflow/src/V1/ListEnvironmentsResponse.php',
    'Google\\Cloud\\Orchestration\\Airflow\\Service\\V1\\ListImageVersionsRequest' => $vendorDir . '/google/cloud/OrchestrationAirflow/src/V1/ListImageVersionsRequest.php',
    'Google\\Cloud\\Orchestration\\Airflow\\Service\\V1\\ListImageVersionsResponse' => $vendorDir . '/google/cloud/OrchestrationAirflow/src/V1/ListImageVersionsResponse.php',
    'Google\\Cloud\\Orchestration\\Airflow\\Service\\V1\\LoadSnapshotRequest' => $vendorDir . '/google/cloud/OrchestrationAirflow/src/V1/LoadSnapshotRequest.php',
    'Google\\Cloud\\Orchestration\\Airflow\\Service\\V1\\LoadSnapshotResponse' => $vendorDir . '/google/cloud/OrchestrationAirflow/src/V1/LoadSnapshotResponse.php',
    'Google\\Cloud\\Orchestration\\Airflow\\Service\\V1\\MaintenanceWindow' => $vendorDir . '/google/cloud/OrchestrationAirflow/src/V1/MaintenanceWindow.php',
    'Google\\Cloud\\Orchestration\\Airflow\\Service\\V1\\MasterAuthorizedNetworksConfig' => $vendorDir . '/google/cloud/OrchestrationAirflow/src/V1/MasterAuthorizedNetworksConfig.php',
    'Google\\Cloud\\Orchestration\\Airflow\\Service\\V1\\MasterAuthorizedNetworksConfig\\CidrBlock' => $vendorDir . '/google/cloud/OrchestrationAirflow/src/V1/MasterAuthorizedNetworksConfig/CidrBlock.php',
    'Google\\Cloud\\Orchestration\\Airflow\\Service\\V1\\NetworkingConfig' => $vendorDir . '/google/cloud/OrchestrationAirflow/src/V1/NetworkingConfig.php',
    'Google\\Cloud\\Orchestration\\Airflow\\Service\\V1\\NetworkingConfig\\ConnectionType' => $vendorDir . '/google/cloud/OrchestrationAirflow/src/V1/NetworkingConfig/ConnectionType.php',
    'Google\\Cloud\\Orchestration\\Airflow\\Service\\V1\\NodeConfig' => $vendorDir . '/google/cloud/OrchestrationAirflow/src/V1/NodeConfig.php',
    'Google\\Cloud\\Orchestration\\Airflow\\Service\\V1\\OperationMetadata' => $vendorDir . '/google/cloud/OrchestrationAirflow/src/V1/OperationMetadata.php',
    'Google\\Cloud\\Orchestration\\Airflow\\Service\\V1\\OperationMetadata\\State' => $vendorDir . '/google/cloud/OrchestrationAirflow/src/V1/OperationMetadata/State.php',
    'Google\\Cloud\\Orchestration\\Airflow\\Service\\V1\\OperationMetadata\\Type' => $vendorDir . '/google/cloud/OrchestrationAirflow/src/V1/OperationMetadata/Type.php',
    'Google\\Cloud\\Orchestration\\Airflow\\Service\\V1\\PrivateClusterConfig' => $vendorDir . '/google/cloud/OrchestrationAirflow/src/V1/PrivateClusterConfig.php',
    'Google\\Cloud\\Orchestration\\Airflow\\Service\\V1\\PrivateEnvironmentConfig' => $vendorDir . '/google/cloud/OrchestrationAirflow/src/V1/PrivateEnvironmentConfig.php',
    'Google\\Cloud\\Orchestration\\Airflow\\Service\\V1\\RecoveryConfig' => $vendorDir . '/google/cloud/OrchestrationAirflow/src/V1/RecoveryConfig.php',
    'Google\\Cloud\\Orchestration\\Airflow\\Service\\V1\\SaveSnapshotRequest' => $vendorDir . '/google/cloud/OrchestrationAirflow/src/V1/SaveSnapshotRequest.php',
    'Google\\Cloud\\Orchestration\\Airflow\\Service\\V1\\SaveSnapshotResponse' => $vendorDir . '/google/cloud/OrchestrationAirflow/src/V1/SaveSnapshotResponse.php',
    'Google\\Cloud\\Orchestration\\Airflow\\Service\\V1\\ScheduledSnapshotsConfig' => $vendorDir . '/google/cloud/OrchestrationAirflow/src/V1/ScheduledSnapshotsConfig.php',
    'Google\\Cloud\\Orchestration\\Airflow\\Service\\V1\\SoftwareConfig' => $vendorDir . '/google/cloud/OrchestrationAirflow/src/V1/SoftwareConfig.php',
    'Google\\Cloud\\Orchestration\\Airflow\\Service\\V1\\UpdateEnvironmentRequest' => $vendorDir . '/google/cloud/OrchestrationAirflow/src/V1/UpdateEnvironmentRequest.php',
    'Google\\Cloud\\Orchestration\\Airflow\\Service\\V1\\WebServerConfig' => $vendorDir . '/google/cloud/OrchestrationAirflow/src/V1/WebServerConfig.php',
    'Google\\Cloud\\Orchestration\\Airflow\\Service\\V1\\WebServerNetworkAccessControl' => $vendorDir . '/google/cloud/OrchestrationAirflow/src/V1/WebServerNetworkAccessControl.php',
    'Google\\Cloud\\Orchestration\\Airflow\\Service\\V1\\WebServerNetworkAccessControl\\AllowedIpRange' => $vendorDir . '/google/cloud/OrchestrationAirflow/src/V1/WebServerNetworkAccessControl/AllowedIpRange.php',
    'Google\\Cloud\\Orchestration\\Airflow\\Service\\V1\\WorkloadsConfig' => $vendorDir . '/google/cloud/OrchestrationAirflow/src/V1/WorkloadsConfig.php',
    'Google\\Cloud\\Orchestration\\Airflow\\Service\\V1\\WorkloadsConfig\\SchedulerResource' => $vendorDir . '/google/cloud/OrchestrationAirflow/src/V1/WorkloadsConfig/SchedulerResource.php',
    'Google\\Cloud\\Orchestration\\Airflow\\Service\\V1\\WorkloadsConfig\\WebServerResource' => $vendorDir . '/google/cloud/OrchestrationAirflow/src/V1/WorkloadsConfig/WebServerResource.php',
    'Google\\Cloud\\Orchestration\\Airflow\\Service\\V1\\WorkloadsConfig\\WorkerResource' => $vendorDir . '/google/cloud/OrchestrationAirflow/src/V1/WorkloadsConfig/WorkerResource.php',
    'Google\\Cloud\\OrgPolicy\\V1\\Policy' => $vendorDir . '/google/cloud/Asset/external/protos/Cloud/OrgPolicy/V1/Policy.php',
    'Google\\Cloud\\OrgPolicy\\V1\\Policy\\BooleanPolicy' => $vendorDir . '/google/cloud/Asset/external/protos/Cloud/OrgPolicy/V1/Policy/BooleanPolicy.php',
    'Google\\Cloud\\OrgPolicy\\V1\\Policy\\ListPolicy' => $vendorDir . '/google/cloud/Asset/external/protos/Cloud/OrgPolicy/V1/Policy/ListPolicy.php',
    'Google\\Cloud\\OrgPolicy\\V1\\Policy\\ListPolicy\\AllValues' => $vendorDir . '/google/cloud/Asset/external/protos/Cloud/OrgPolicy/V1/Policy/ListPolicy/AllValues.php',
    'Google\\Cloud\\OrgPolicy\\V1\\Policy\\RestoreDefault' => $vendorDir . '/google/cloud/Asset/external/protos/Cloud/OrgPolicy/V1/Policy/RestoreDefault.php',
    'Google\\Cloud\\OrgPolicy\\V1\\Policy_BooleanPolicy' => $vendorDir . '/google/cloud/Asset/external/protos/Cloud/OrgPolicy/V1/Policy_BooleanPolicy.php',
    'Google\\Cloud\\OrgPolicy\\V1\\Policy_ListPolicy' => $vendorDir . '/google/cloud/Asset/external/protos/Cloud/OrgPolicy/V1/Policy_ListPolicy.php',
    'Google\\Cloud\\OrgPolicy\\V1\\Policy_ListPolicy_AllValues' => $vendorDir . '/google/cloud/Asset/external/protos/Cloud/OrgPolicy/V1/Policy_ListPolicy_AllValues.php',
    'Google\\Cloud\\OrgPolicy\\V1\\Policy_RestoreDefault' => $vendorDir . '/google/cloud/Asset/external/protos/Cloud/OrgPolicy/V1/Policy_RestoreDefault.php',
    'Google\\Cloud\\OrgPolicy\\V2\\AlternatePolicySpec' => $vendorDir . '/google/cloud/OrgPolicy/src/V2/AlternatePolicySpec.php',
    'Google\\Cloud\\OrgPolicy\\V2\\Constraint' => $vendorDir . '/google/cloud/OrgPolicy/src/V2/Constraint.php',
    'Google\\Cloud\\OrgPolicy\\V2\\Constraint\\BooleanConstraint' => $vendorDir . '/google/cloud/OrgPolicy/src/V2/Constraint/BooleanConstraint.php',
    'Google\\Cloud\\OrgPolicy\\V2\\Constraint\\ConstraintDefault' => $vendorDir . '/google/cloud/OrgPolicy/src/V2/Constraint/ConstraintDefault.php',
    'Google\\Cloud\\OrgPolicy\\V2\\Constraint\\ListConstraint' => $vendorDir . '/google/cloud/OrgPolicy/src/V2/Constraint/ListConstraint.php',
    'Google\\Cloud\\OrgPolicy\\V2\\Constraint_BooleanConstraint' => $vendorDir . '/google/cloud/OrgPolicy/src/V2/Constraint_BooleanConstraint.php',
    'Google\\Cloud\\OrgPolicy\\V2\\Constraint_ConstraintDefault' => $vendorDir . '/google/cloud/OrgPolicy/src/V2/Constraint_ConstraintDefault.php',
    'Google\\Cloud\\OrgPolicy\\V2\\Constraint_ListConstraint' => $vendorDir . '/google/cloud/OrgPolicy/src/V2/Constraint_ListConstraint.php',
    'Google\\Cloud\\OrgPolicy\\V2\\CreatePolicyRequest' => $vendorDir . '/google/cloud/OrgPolicy/src/V2/CreatePolicyRequest.php',
    'Google\\Cloud\\OrgPolicy\\V2\\DeletePolicyRequest' => $vendorDir . '/google/cloud/OrgPolicy/src/V2/DeletePolicyRequest.php',
    'Google\\Cloud\\OrgPolicy\\V2\\Gapic\\OrgPolicyGapicClient' => $vendorDir . '/google/cloud/OrgPolicy/src/V2/Gapic/OrgPolicyGapicClient.php',
    'Google\\Cloud\\OrgPolicy\\V2\\GetEffectivePolicyRequest' => $vendorDir . '/google/cloud/OrgPolicy/src/V2/GetEffectivePolicyRequest.php',
    'Google\\Cloud\\OrgPolicy\\V2\\GetPolicyRequest' => $vendorDir . '/google/cloud/OrgPolicy/src/V2/GetPolicyRequest.php',
    'Google\\Cloud\\OrgPolicy\\V2\\ListConstraintsRequest' => $vendorDir . '/google/cloud/OrgPolicy/src/V2/ListConstraintsRequest.php',
    'Google\\Cloud\\OrgPolicy\\V2\\ListConstraintsResponse' => $vendorDir . '/google/cloud/OrgPolicy/src/V2/ListConstraintsResponse.php',
    'Google\\Cloud\\OrgPolicy\\V2\\ListPoliciesRequest' => $vendorDir . '/google/cloud/OrgPolicy/src/V2/ListPoliciesRequest.php',
    'Google\\Cloud\\OrgPolicy\\V2\\ListPoliciesResponse' => $vendorDir . '/google/cloud/OrgPolicy/src/V2/ListPoliciesResponse.php',
    'Google\\Cloud\\OrgPolicy\\V2\\OrgPolicyClient' => $vendorDir . '/google/cloud/OrgPolicy/src/V2/OrgPolicyClient.php',
    'Google\\Cloud\\OrgPolicy\\V2\\OrgPolicyGrpcClient' => $vendorDir . '/google/cloud/OrgPolicy/src/V2/OrgPolicyGrpcClient.php',
    'Google\\Cloud\\OrgPolicy\\V2\\Policy' => $vendorDir . '/google/cloud/OrgPolicy/src/V2/Policy.php',
    'Google\\Cloud\\OrgPolicy\\V2\\PolicySpec' => $vendorDir . '/google/cloud/OrgPolicy/src/V2/PolicySpec.php',
    'Google\\Cloud\\OrgPolicy\\V2\\PolicySpec\\PolicyRule' => $vendorDir . '/google/cloud/OrgPolicy/src/V2/PolicySpec/PolicyRule.php',
    'Google\\Cloud\\OrgPolicy\\V2\\PolicySpec\\PolicyRule\\StringValues' => $vendorDir . '/google/cloud/OrgPolicy/src/V2/PolicySpec/PolicyRule/StringValues.php',
    'Google\\Cloud\\OrgPolicy\\V2\\PolicySpec_PolicyRule' => $vendorDir . '/google/cloud/OrgPolicy/src/V2/PolicySpec_PolicyRule.php',
    'Google\\Cloud\\OrgPolicy\\V2\\PolicySpec_PolicyRule_StringValues' => $vendorDir . '/google/cloud/OrgPolicy/src/V2/PolicySpec_PolicyRule_StringValues.php',
    'Google\\Cloud\\OrgPolicy\\V2\\UpdatePolicyRequest' => $vendorDir . '/google/cloud/OrgPolicy/src/V2/UpdatePolicyRequest.php',
    'Google\\Cloud\\OsConfig\\V1\\AptSettings' => $vendorDir . '/google/cloud/OsConfig/src/V1/AptSettings.php',
    'Google\\Cloud\\OsConfig\\V1\\AptSettings\\Type' => $vendorDir . '/google/cloud/OsConfig/src/V1/AptSettings/Type.php',
    'Google\\Cloud\\OsConfig\\V1\\CVSSv3' => $vendorDir . '/google/cloud/OsConfig/src/V1/CVSSv3.php',
    'Google\\Cloud\\OsConfig\\V1\\CVSSv3\\AttackComplexity' => $vendorDir . '/google/cloud/OsConfig/src/V1/CVSSv3/AttackComplexity.php',
    'Google\\Cloud\\OsConfig\\V1\\CVSSv3\\AttackVector' => $vendorDir . '/google/cloud/OsConfig/src/V1/CVSSv3/AttackVector.php',
    'Google\\Cloud\\OsConfig\\V1\\CVSSv3\\Impact' => $vendorDir . '/google/cloud/OsConfig/src/V1/CVSSv3/Impact.php',
    'Google\\Cloud\\OsConfig\\V1\\CVSSv3\\PrivilegesRequired' => $vendorDir . '/google/cloud/OsConfig/src/V1/CVSSv3/PrivilegesRequired.php',
    'Google\\Cloud\\OsConfig\\V1\\CVSSv3\\Scope' => $vendorDir . '/google/cloud/OsConfig/src/V1/CVSSv3/Scope.php',
    'Google\\Cloud\\OsConfig\\V1\\CVSSv3\\UserInteraction' => $vendorDir . '/google/cloud/OsConfig/src/V1/CVSSv3/UserInteraction.php',
    'Google\\Cloud\\OsConfig\\V1\\CancelPatchJobRequest' => $vendorDir . '/google/cloud/OsConfig/src/V1/CancelPatchJobRequest.php',
    'Google\\Cloud\\OsConfig\\V1\\CreateOSPolicyAssignmentRequest' => $vendorDir . '/google/cloud/OsConfig/src/V1/CreateOSPolicyAssignmentRequest.php',
    'Google\\Cloud\\OsConfig\\V1\\CreatePatchDeploymentRequest' => $vendorDir . '/google/cloud/OsConfig/src/V1/CreatePatchDeploymentRequest.php',
    'Google\\Cloud\\OsConfig\\V1\\DeleteOSPolicyAssignmentRequest' => $vendorDir . '/google/cloud/OsConfig/src/V1/DeleteOSPolicyAssignmentRequest.php',
    'Google\\Cloud\\OsConfig\\V1\\DeletePatchDeploymentRequest' => $vendorDir . '/google/cloud/OsConfig/src/V1/DeletePatchDeploymentRequest.php',
    'Google\\Cloud\\OsConfig\\V1\\ExecStep' => $vendorDir . '/google/cloud/OsConfig/src/V1/ExecStep.php',
    'Google\\Cloud\\OsConfig\\V1\\ExecStepConfig' => $vendorDir . '/google/cloud/OsConfig/src/V1/ExecStepConfig.php',
    'Google\\Cloud\\OsConfig\\V1\\ExecStepConfig\\Interpreter' => $vendorDir . '/google/cloud/OsConfig/src/V1/ExecStepConfig/Interpreter.php',
    'Google\\Cloud\\OsConfig\\V1\\ExecutePatchJobRequest' => $vendorDir . '/google/cloud/OsConfig/src/V1/ExecutePatchJobRequest.php',
    'Google\\Cloud\\OsConfig\\V1\\FixedOrPercent' => $vendorDir . '/google/cloud/OsConfig/src/V1/FixedOrPercent.php',
    'Google\\Cloud\\OsConfig\\V1\\Gapic\\OsConfigServiceGapicClient' => $vendorDir . '/google/cloud/OsConfig/src/V1/Gapic/OsConfigServiceGapicClient.php',
    'Google\\Cloud\\OsConfig\\V1\\Gapic\\OsConfigZonalServiceGapicClient' => $vendorDir . '/google/cloud/OsConfig/src/V1/Gapic/OsConfigZonalServiceGapicClient.php',
    'Google\\Cloud\\OsConfig\\V1\\GcsObject' => $vendorDir . '/google/cloud/OsConfig/src/V1/GcsObject.php',
    'Google\\Cloud\\OsConfig\\V1\\GetInventoryRequest' => $vendorDir . '/google/cloud/OsConfig/src/V1/GetInventoryRequest.php',
    'Google\\Cloud\\OsConfig\\V1\\GetOSPolicyAssignmentReportRequest' => $vendorDir . '/google/cloud/OsConfig/src/V1/GetOSPolicyAssignmentReportRequest.php',
    'Google\\Cloud\\OsConfig\\V1\\GetOSPolicyAssignmentRequest' => $vendorDir . '/google/cloud/OsConfig/src/V1/GetOSPolicyAssignmentRequest.php',
    'Google\\Cloud\\OsConfig\\V1\\GetPatchDeploymentRequest' => $vendorDir . '/google/cloud/OsConfig/src/V1/GetPatchDeploymentRequest.php',
    'Google\\Cloud\\OsConfig\\V1\\GetPatchJobRequest' => $vendorDir . '/google/cloud/OsConfig/src/V1/GetPatchJobRequest.php',
    'Google\\Cloud\\OsConfig\\V1\\GetVulnerabilityReportRequest' => $vendorDir . '/google/cloud/OsConfig/src/V1/GetVulnerabilityReportRequest.php',
    'Google\\Cloud\\OsConfig\\V1\\GooSettings' => $vendorDir . '/google/cloud/OsConfig/src/V1/GooSettings.php',
    'Google\\Cloud\\OsConfig\\V1\\Instance' => $vendorDir . '/google/cloud/OsConfig/src/V1/Instance.php',
    'Google\\Cloud\\OsConfig\\V1\\Instance\\PatchState' => $vendorDir . '/google/cloud/OsConfig/src/V1/Instance/PatchState.php',
    'Google\\Cloud\\OsConfig\\V1\\Inventory' => $vendorDir . '/google/cloud/OsConfig/src/V1/Inventory.php',
    'Google\\Cloud\\OsConfig\\V1\\InventoryView' => $vendorDir . '/google/cloud/OsConfig/src/V1/InventoryView.php',
    'Google\\Cloud\\OsConfig\\V1\\Inventory\\Item' => $vendorDir . '/google/cloud/OsConfig/src/V1/Inventory/Item.php',
    'Google\\Cloud\\OsConfig\\V1\\Inventory\\Item\\OriginType' => $vendorDir . '/google/cloud/OsConfig/src/V1/Inventory/Item/OriginType.php',
    'Google\\Cloud\\OsConfig\\V1\\Inventory\\Item\\Type' => $vendorDir . '/google/cloud/OsConfig/src/V1/Inventory/Item/Type.php',
    'Google\\Cloud\\OsConfig\\V1\\Inventory\\OsInfo' => $vendorDir . '/google/cloud/OsConfig/src/V1/Inventory/OsInfo.php',
    'Google\\Cloud\\OsConfig\\V1\\Inventory\\SoftwarePackage' => $vendorDir . '/google/cloud/OsConfig/src/V1/Inventory/SoftwarePackage.php',
    'Google\\Cloud\\OsConfig\\V1\\Inventory\\VersionedPackage' => $vendorDir . '/google/cloud/OsConfig/src/V1/Inventory/VersionedPackage.php',
    'Google\\Cloud\\OsConfig\\V1\\Inventory\\WindowsApplication' => $vendorDir . '/google/cloud/OsConfig/src/V1/Inventory/WindowsApplication.php',
    'Google\\Cloud\\OsConfig\\V1\\Inventory\\WindowsQuickFixEngineeringPackage' => $vendorDir . '/google/cloud/OsConfig/src/V1/Inventory/WindowsQuickFixEngineeringPackage.php',
    'Google\\Cloud\\OsConfig\\V1\\Inventory\\WindowsUpdatePackage' => $vendorDir . '/google/cloud/OsConfig/src/V1/Inventory/WindowsUpdatePackage.php',
    'Google\\Cloud\\OsConfig\\V1\\Inventory\\WindowsUpdatePackage\\WindowsUpdateCategory' => $vendorDir . '/google/cloud/OsConfig/src/V1/Inventory/WindowsUpdatePackage/WindowsUpdateCategory.php',
    'Google\\Cloud\\OsConfig\\V1\\Inventory\\ZypperPatch' => $vendorDir . '/google/cloud/OsConfig/src/V1/Inventory/ZypperPatch.php',
    'Google\\Cloud\\OsConfig\\V1\\ListInventoriesRequest' => $vendorDir . '/google/cloud/OsConfig/src/V1/ListInventoriesRequest.php',
    'Google\\Cloud\\OsConfig\\V1\\ListInventoriesResponse' => $vendorDir . '/google/cloud/OsConfig/src/V1/ListInventoriesResponse.php',
    'Google\\Cloud\\OsConfig\\V1\\ListOSPolicyAssignmentReportsRequest' => $vendorDir . '/google/cloud/OsConfig/src/V1/ListOSPolicyAssignmentReportsRequest.php',
    'Google\\Cloud\\OsConfig\\V1\\ListOSPolicyAssignmentReportsResponse' => $vendorDir . '/google/cloud/OsConfig/src/V1/ListOSPolicyAssignmentReportsResponse.php',
    'Google\\Cloud\\OsConfig\\V1\\ListOSPolicyAssignmentRevisionsRequest' => $vendorDir . '/google/cloud/OsConfig/src/V1/ListOSPolicyAssignmentRevisionsRequest.php',
    'Google\\Cloud\\OsConfig\\V1\\ListOSPolicyAssignmentRevisionsResponse' => $vendorDir . '/google/cloud/OsConfig/src/V1/ListOSPolicyAssignmentRevisionsResponse.php',
    'Google\\Cloud\\OsConfig\\V1\\ListOSPolicyAssignmentsRequest' => $vendorDir . '/google/cloud/OsConfig/src/V1/ListOSPolicyAssignmentsRequest.php',
    'Google\\Cloud\\OsConfig\\V1\\ListOSPolicyAssignmentsResponse' => $vendorDir . '/google/cloud/OsConfig/src/V1/ListOSPolicyAssignmentsResponse.php',
    'Google\\Cloud\\OsConfig\\V1\\ListPatchDeploymentsRequest' => $vendorDir . '/google/cloud/OsConfig/src/V1/ListPatchDeploymentsRequest.php',
    'Google\\Cloud\\OsConfig\\V1\\ListPatchDeploymentsResponse' => $vendorDir . '/google/cloud/OsConfig/src/V1/ListPatchDeploymentsResponse.php',
    'Google\\Cloud\\OsConfig\\V1\\ListPatchJobInstanceDetailsRequest' => $vendorDir . '/google/cloud/OsConfig/src/V1/ListPatchJobInstanceDetailsRequest.php',
    'Google\\Cloud\\OsConfig\\V1\\ListPatchJobInstanceDetailsResponse' => $vendorDir . '/google/cloud/OsConfig/src/V1/ListPatchJobInstanceDetailsResponse.php',
    'Google\\Cloud\\OsConfig\\V1\\ListPatchJobsRequest' => $vendorDir . '/google/cloud/OsConfig/src/V1/ListPatchJobsRequest.php',
    'Google\\Cloud\\OsConfig\\V1\\ListPatchJobsResponse' => $vendorDir . '/google/cloud/OsConfig/src/V1/ListPatchJobsResponse.php',
    'Google\\Cloud\\OsConfig\\V1\\ListVulnerabilityReportsRequest' => $vendorDir . '/google/cloud/OsConfig/src/V1/ListVulnerabilityReportsRequest.php',
    'Google\\Cloud\\OsConfig\\V1\\ListVulnerabilityReportsResponse' => $vendorDir . '/google/cloud/OsConfig/src/V1/ListVulnerabilityReportsResponse.php',
    'Google\\Cloud\\OsConfig\\V1\\MonthlySchedule' => $vendorDir . '/google/cloud/OsConfig/src/V1/MonthlySchedule.php',
    'Google\\Cloud\\OsConfig\\V1\\OSPolicy' => $vendorDir . '/google/cloud/OsConfig/src/V1/OSPolicy.php',
    'Google\\Cloud\\OsConfig\\V1\\OSPolicyAssignment' => $vendorDir . '/google/cloud/OsConfig/src/V1/OSPolicyAssignment.php',
    'Google\\Cloud\\OsConfig\\V1\\OSPolicyAssignmentOperationMetadata' => $vendorDir . '/google/cloud/OsConfig/src/V1/OSPolicyAssignmentOperationMetadata.php',
    'Google\\Cloud\\OsConfig\\V1\\OSPolicyAssignmentOperationMetadata\\APIMethod' => $vendorDir . '/google/cloud/OsConfig/src/V1/OSPolicyAssignmentOperationMetadata/APIMethod.php',
    'Google\\Cloud\\OsConfig\\V1\\OSPolicyAssignmentOperationMetadata\\RolloutState' => $vendorDir . '/google/cloud/OsConfig/src/V1/OSPolicyAssignmentOperationMetadata/RolloutState.php',
    'Google\\Cloud\\OsConfig\\V1\\OSPolicyAssignmentReport' => $vendorDir . '/google/cloud/OsConfig/src/V1/OSPolicyAssignmentReport.php',
    'Google\\Cloud\\OsConfig\\V1\\OSPolicyAssignmentReport\\OSPolicyCompliance' => $vendorDir . '/google/cloud/OsConfig/src/V1/OSPolicyAssignmentReport/OSPolicyCompliance.php',
    'Google\\Cloud\\OsConfig\\V1\\OSPolicyAssignmentReport\\OSPolicyCompliance\\ComplianceState' => $vendorDir . '/google/cloud/OsConfig/src/V1/OSPolicyAssignmentReport/OSPolicyCompliance/ComplianceState.php',
    'Google\\Cloud\\OsConfig\\V1\\OSPolicyAssignmentReport\\OSPolicyCompliance\\OSPolicyResourceCompliance' => $vendorDir . '/google/cloud/OsConfig/src/V1/OSPolicyAssignmentReport/OSPolicyCompliance/OSPolicyResourceCompliance.php',
    'Google\\Cloud\\OsConfig\\V1\\OSPolicyAssignmentReport\\OSPolicyCompliance\\OSPolicyResourceCompliance\\ComplianceState' => $vendorDir . '/google/cloud/OsConfig/src/V1/OSPolicyAssignmentReport/OSPolicyCompliance/OSPolicyResourceCompliance/ComplianceState.php',
    'Google\\Cloud\\OsConfig\\V1\\OSPolicyAssignmentReport\\OSPolicyCompliance\\OSPolicyResourceCompliance\\ExecResourceOutput' => $vendorDir . '/google/cloud/OsConfig/src/V1/OSPolicyAssignmentReport/OSPolicyCompliance/OSPolicyResourceCompliance/ExecResourceOutput.php',
    'Google\\Cloud\\OsConfig\\V1\\OSPolicyAssignmentReport\\OSPolicyCompliance\\OSPolicyResourceCompliance\\OSPolicyResourceConfigStep' => $vendorDir . '/google/cloud/OsConfig/src/V1/OSPolicyAssignmentReport/OSPolicyCompliance/OSPolicyResourceCompliance/OSPolicyResourceConfigStep.php',
    'Google\\Cloud\\OsConfig\\V1\\OSPolicyAssignmentReport\\OSPolicyCompliance\\OSPolicyResourceCompliance\\OSPolicyResourceConfigStep\\Type' => $vendorDir . '/google/cloud/OsConfig/src/V1/OSPolicyAssignmentReport/OSPolicyCompliance/OSPolicyResourceCompliance/OSPolicyResourceConfigStep/Type.php',
    'Google\\Cloud\\OsConfig\\V1\\OSPolicyAssignment\\InstanceFilter' => $vendorDir . '/google/cloud/OsConfig/src/V1/OSPolicyAssignment/InstanceFilter.php',
    'Google\\Cloud\\OsConfig\\V1\\OSPolicyAssignment\\InstanceFilter\\Inventory' => $vendorDir . '/google/cloud/OsConfig/src/V1/OSPolicyAssignment/InstanceFilter/Inventory.php',
    'Google\\Cloud\\OsConfig\\V1\\OSPolicyAssignment\\LabelSet' => $vendorDir . '/google/cloud/OsConfig/src/V1/OSPolicyAssignment/LabelSet.php',
    'Google\\Cloud\\OsConfig\\V1\\OSPolicyAssignment\\Rollout' => $vendorDir . '/google/cloud/OsConfig/src/V1/OSPolicyAssignment/Rollout.php',
    'Google\\Cloud\\OsConfig\\V1\\OSPolicyAssignment\\RolloutState' => $vendorDir . '/google/cloud/OsConfig/src/V1/OSPolicyAssignment/RolloutState.php',
    'Google\\Cloud\\OsConfig\\V1\\OSPolicy\\InventoryFilter' => $vendorDir . '/google/cloud/OsConfig/src/V1/OSPolicy/InventoryFilter.php',
    'Google\\Cloud\\OsConfig\\V1\\OSPolicy\\Mode' => $vendorDir . '/google/cloud/OsConfig/src/V1/OSPolicy/Mode.php',
    'Google\\Cloud\\OsConfig\\V1\\OSPolicy\\Resource' => $vendorDir . '/google/cloud/OsConfig/src/V1/OSPolicy/Resource.php',
    'Google\\Cloud\\OsConfig\\V1\\OSPolicy\\ResourceGroup' => $vendorDir . '/google/cloud/OsConfig/src/V1/OSPolicy/ResourceGroup.php',
    'Google\\Cloud\\OsConfig\\V1\\OSPolicy\\Resource\\ExecResource' => $vendorDir . '/google/cloud/OsConfig/src/V1/OSPolicy/Resource/ExecResource.php',
    'Google\\Cloud\\OsConfig\\V1\\OSPolicy\\Resource\\ExecResource\\Exec' => $vendorDir . '/google/cloud/OsConfig/src/V1/OSPolicy/Resource/ExecResource/Exec.php',
    'Google\\Cloud\\OsConfig\\V1\\OSPolicy\\Resource\\ExecResource\\Exec\\Interpreter' => $vendorDir . '/google/cloud/OsConfig/src/V1/OSPolicy/Resource/ExecResource/Exec/Interpreter.php',
    'Google\\Cloud\\OsConfig\\V1\\OSPolicy\\Resource\\File' => $vendorDir . '/google/cloud/OsConfig/src/V1/OSPolicy/Resource/File.php',
    'Google\\Cloud\\OsConfig\\V1\\OSPolicy\\Resource\\FileResource' => $vendorDir . '/google/cloud/OsConfig/src/V1/OSPolicy/Resource/FileResource.php',
    'Google\\Cloud\\OsConfig\\V1\\OSPolicy\\Resource\\FileResource\\DesiredState' => $vendorDir . '/google/cloud/OsConfig/src/V1/OSPolicy/Resource/FileResource/DesiredState.php',
    'Google\\Cloud\\OsConfig\\V1\\OSPolicy\\Resource\\File\\Gcs' => $vendorDir . '/google/cloud/OsConfig/src/V1/OSPolicy/Resource/File/Gcs.php',
    'Google\\Cloud\\OsConfig\\V1\\OSPolicy\\Resource\\File\\Remote' => $vendorDir . '/google/cloud/OsConfig/src/V1/OSPolicy/Resource/File/Remote.php',
    'Google\\Cloud\\OsConfig\\V1\\OSPolicy\\Resource\\PackageResource' => $vendorDir . '/google/cloud/OsConfig/src/V1/OSPolicy/Resource/PackageResource.php',
    'Google\\Cloud\\OsConfig\\V1\\OSPolicy\\Resource\\PackageResource\\APT' => $vendorDir . '/google/cloud/OsConfig/src/V1/OSPolicy/Resource/PackageResource/APT.php',
    'Google\\Cloud\\OsConfig\\V1\\OSPolicy\\Resource\\PackageResource\\Deb' => $vendorDir . '/google/cloud/OsConfig/src/V1/OSPolicy/Resource/PackageResource/Deb.php',
    'Google\\Cloud\\OsConfig\\V1\\OSPolicy\\Resource\\PackageResource\\DesiredState' => $vendorDir . '/google/cloud/OsConfig/src/V1/OSPolicy/Resource/PackageResource/DesiredState.php',
    'Google\\Cloud\\OsConfig\\V1\\OSPolicy\\Resource\\PackageResource\\GooGet' => $vendorDir . '/google/cloud/OsConfig/src/V1/OSPolicy/Resource/PackageResource/GooGet.php',
    'Google\\Cloud\\OsConfig\\V1\\OSPolicy\\Resource\\PackageResource\\MSI' => $vendorDir . '/google/cloud/OsConfig/src/V1/OSPolicy/Resource/PackageResource/MSI.php',
    'Google\\Cloud\\OsConfig\\V1\\OSPolicy\\Resource\\PackageResource\\RPM' => $vendorDir . '/google/cloud/OsConfig/src/V1/OSPolicy/Resource/PackageResource/RPM.php',
    'Google\\Cloud\\OsConfig\\V1\\OSPolicy\\Resource\\PackageResource\\YUM' => $vendorDir . '/google/cloud/OsConfig/src/V1/OSPolicy/Resource/PackageResource/YUM.php',
    'Google\\Cloud\\OsConfig\\V1\\OSPolicy\\Resource\\PackageResource\\Zypper' => $vendorDir . '/google/cloud/OsConfig/src/V1/OSPolicy/Resource/PackageResource/Zypper.php',
    'Google\\Cloud\\OsConfig\\V1\\OSPolicy\\Resource\\RepositoryResource' => $vendorDir . '/google/cloud/OsConfig/src/V1/OSPolicy/Resource/RepositoryResource.php',
    'Google\\Cloud\\OsConfig\\V1\\OSPolicy\\Resource\\RepositoryResource\\AptRepository' => $vendorDir . '/google/cloud/OsConfig/src/V1/OSPolicy/Resource/RepositoryResource/AptRepository.php',
    'Google\\Cloud\\OsConfig\\V1\\OSPolicy\\Resource\\RepositoryResource\\AptRepository\\ArchiveType' => $vendorDir . '/google/cloud/OsConfig/src/V1/OSPolicy/Resource/RepositoryResource/AptRepository/ArchiveType.php',
    'Google\\Cloud\\OsConfig\\V1\\OSPolicy\\Resource\\RepositoryResource\\GooRepository' => $vendorDir . '/google/cloud/OsConfig/src/V1/OSPolicy/Resource/RepositoryResource/GooRepository.php',
    'Google\\Cloud\\OsConfig\\V1\\OSPolicy\\Resource\\RepositoryResource\\YumRepository' => $vendorDir . '/google/cloud/OsConfig/src/V1/OSPolicy/Resource/RepositoryResource/YumRepository.php',
    'Google\\Cloud\\OsConfig\\V1\\OSPolicy\\Resource\\RepositoryResource\\ZypperRepository' => $vendorDir . '/google/cloud/OsConfig/src/V1/OSPolicy/Resource/RepositoryResource/ZypperRepository.php',
    'Google\\Cloud\\OsConfig\\V1\\OneTimeSchedule' => $vendorDir . '/google/cloud/OsConfig/src/V1/OneTimeSchedule.php',
    'Google\\Cloud\\OsConfig\\V1\\OsConfigServiceClient' => $vendorDir . '/google/cloud/OsConfig/src/V1/OsConfigServiceClient.php',
    'Google\\Cloud\\OsConfig\\V1\\OsConfigZonalServiceClient' => $vendorDir . '/google/cloud/OsConfig/src/V1/OsConfigZonalServiceClient.php',
    'Google\\Cloud\\OsConfig\\V1\\PatchConfig' => $vendorDir . '/google/cloud/OsConfig/src/V1/PatchConfig.php',
    'Google\\Cloud\\OsConfig\\V1\\PatchConfig\\RebootConfig' => $vendorDir . '/google/cloud/OsConfig/src/V1/PatchConfig/RebootConfig.php',
    'Google\\Cloud\\OsConfig\\V1\\PatchDeployment' => $vendorDir . '/google/cloud/OsConfig/src/V1/PatchDeployment.php',
    'Google\\Cloud\\OsConfig\\V1\\PatchDeployment\\State' => $vendorDir . '/google/cloud/OsConfig/src/V1/PatchDeployment/State.php',
    'Google\\Cloud\\OsConfig\\V1\\PatchInstanceFilter' => $vendorDir . '/google/cloud/OsConfig/src/V1/PatchInstanceFilter.php',
    'Google\\Cloud\\OsConfig\\V1\\PatchInstanceFilter\\GroupLabel' => $vendorDir . '/google/cloud/OsConfig/src/V1/PatchInstanceFilter/GroupLabel.php',
    'Google\\Cloud\\OsConfig\\V1\\PatchJob' => $vendorDir . '/google/cloud/OsConfig/src/V1/PatchJob.php',
    'Google\\Cloud\\OsConfig\\V1\\PatchJobInstanceDetails' => $vendorDir . '/google/cloud/OsConfig/src/V1/PatchJobInstanceDetails.php',
    'Google\\Cloud\\OsConfig\\V1\\PatchJob\\InstanceDetailsSummary' => $vendorDir . '/google/cloud/OsConfig/src/V1/PatchJob/InstanceDetailsSummary.php',
    'Google\\Cloud\\OsConfig\\V1\\PatchJob\\State' => $vendorDir . '/google/cloud/OsConfig/src/V1/PatchJob/State.php',
    'Google\\Cloud\\OsConfig\\V1\\PatchRollout' => $vendorDir . '/google/cloud/OsConfig/src/V1/PatchRollout.php',
    'Google\\Cloud\\OsConfig\\V1\\PatchRollout\\Mode' => $vendorDir . '/google/cloud/OsConfig/src/V1/PatchRollout/Mode.php',
    'Google\\Cloud\\OsConfig\\V1\\PausePatchDeploymentRequest' => $vendorDir . '/google/cloud/OsConfig/src/V1/PausePatchDeploymentRequest.php',
    'Google\\Cloud\\OsConfig\\V1\\RecurringSchedule' => $vendorDir . '/google/cloud/OsConfig/src/V1/RecurringSchedule.php',
    'Google\\Cloud\\OsConfig\\V1\\RecurringSchedule\\Frequency' => $vendorDir . '/google/cloud/OsConfig/src/V1/RecurringSchedule/Frequency.php',
    'Google\\Cloud\\OsConfig\\V1\\ResumePatchDeploymentRequest' => $vendorDir . '/google/cloud/OsConfig/src/V1/ResumePatchDeploymentRequest.php',
    'Google\\Cloud\\OsConfig\\V1\\UpdateOSPolicyAssignmentRequest' => $vendorDir . '/google/cloud/OsConfig/src/V1/UpdateOSPolicyAssignmentRequest.php',
    'Google\\Cloud\\OsConfig\\V1\\UpdatePatchDeploymentRequest' => $vendorDir . '/google/cloud/OsConfig/src/V1/UpdatePatchDeploymentRequest.php',
    'Google\\Cloud\\OsConfig\\V1\\VulnerabilityReport' => $vendorDir . '/google/cloud/OsConfig/src/V1/VulnerabilityReport.php',
    'Google\\Cloud\\OsConfig\\V1\\VulnerabilityReport\\Vulnerability' => $vendorDir . '/google/cloud/OsConfig/src/V1/VulnerabilityReport/Vulnerability.php',
    'Google\\Cloud\\OsConfig\\V1\\VulnerabilityReport\\Vulnerability\\Details' => $vendorDir . '/google/cloud/OsConfig/src/V1/VulnerabilityReport/Vulnerability/Details.php',
    'Google\\Cloud\\OsConfig\\V1\\VulnerabilityReport\\Vulnerability\\Details\\Reference' => $vendorDir . '/google/cloud/OsConfig/src/V1/VulnerabilityReport/Vulnerability/Details/Reference.php',
    'Google\\Cloud\\OsConfig\\V1\\VulnerabilityReport\\Vulnerability\\Item' => $vendorDir . '/google/cloud/OsConfig/src/V1/VulnerabilityReport/Vulnerability/Item.php',
    'Google\\Cloud\\OsConfig\\V1\\WeekDayOfMonth' => $vendorDir . '/google/cloud/OsConfig/src/V1/WeekDayOfMonth.php',
    'Google\\Cloud\\OsConfig\\V1\\WeeklySchedule' => $vendorDir . '/google/cloud/OsConfig/src/V1/WeeklySchedule.php',
    'Google\\Cloud\\OsConfig\\V1\\WindowsUpdateSettings' => $vendorDir . '/google/cloud/OsConfig/src/V1/WindowsUpdateSettings.php',
    'Google\\Cloud\\OsConfig\\V1\\WindowsUpdateSettings\\Classification' => $vendorDir . '/google/cloud/OsConfig/src/V1/WindowsUpdateSettings/Classification.php',
    'Google\\Cloud\\OsConfig\\V1\\YumSettings' => $vendorDir . '/google/cloud/OsConfig/src/V1/YumSettings.php',
    'Google\\Cloud\\OsConfig\\V1\\ZypperSettings' => $vendorDir . '/google/cloud/OsConfig/src/V1/ZypperSettings.php',
    'Google\\Cloud\\OsLogin\\Common\\OperatingSystemType' => $vendorDir . '/google/cloud/OsLogin/src/Common/OperatingSystemType.php',
    'Google\\Cloud\\OsLogin\\Common\\PosixAccount' => $vendorDir . '/google/cloud/OsLogin/src/Common/PosixAccount.php',
    'Google\\Cloud\\OsLogin\\Common\\SshPublicKey' => $vendorDir . '/google/cloud/OsLogin/src/Common/SshPublicKey.php',
    'Google\\Cloud\\OsLogin\\V1\\CreateSshPublicKeyRequest' => $vendorDir . '/google/cloud/OsLogin/src/V1/CreateSshPublicKeyRequest.php',
    'Google\\Cloud\\OsLogin\\V1\\DeletePosixAccountRequest' => $vendorDir . '/google/cloud/OsLogin/src/V1/DeletePosixAccountRequest.php',
    'Google\\Cloud\\OsLogin\\V1\\DeleteSshPublicKeyRequest' => $vendorDir . '/google/cloud/OsLogin/src/V1/DeleteSshPublicKeyRequest.php',
    'Google\\Cloud\\OsLogin\\V1\\Gapic\\OsLoginServiceGapicClient' => $vendorDir . '/google/cloud/OsLogin/src/V1/Gapic/OsLoginServiceGapicClient.php',
    'Google\\Cloud\\OsLogin\\V1\\GetLoginProfileRequest' => $vendorDir . '/google/cloud/OsLogin/src/V1/GetLoginProfileRequest.php',
    'Google\\Cloud\\OsLogin\\V1\\GetSshPublicKeyRequest' => $vendorDir . '/google/cloud/OsLogin/src/V1/GetSshPublicKeyRequest.php',
    'Google\\Cloud\\OsLogin\\V1\\ImportSshPublicKeyRequest' => $vendorDir . '/google/cloud/OsLogin/src/V1/ImportSshPublicKeyRequest.php',
    'Google\\Cloud\\OsLogin\\V1\\ImportSshPublicKeyResponse' => $vendorDir . '/google/cloud/OsLogin/src/V1/ImportSshPublicKeyResponse.php',
    'Google\\Cloud\\OsLogin\\V1\\LoginProfile' => $vendorDir . '/google/cloud/OsLogin/src/V1/LoginProfile.php',
    'Google\\Cloud\\OsLogin\\V1\\OsLoginServiceClient' => $vendorDir . '/google/cloud/OsLogin/src/V1/OsLoginServiceClient.php',
    'Google\\Cloud\\OsLogin\\V1\\OsLoginServiceGrpcClient' => $vendorDir . '/google/cloud/OsLogin/src/V1/OsLoginServiceGrpcClient.php',
    'Google\\Cloud\\OsLogin\\V1\\UpdateSshPublicKeyRequest' => $vendorDir . '/google/cloud/OsLogin/src/V1/UpdateSshPublicKeyRequest.php',
    'Google\\Cloud\\OsLogin\\V1beta\\CreateSshPublicKeyRequest' => $vendorDir . '/google/cloud/OsLogin/src/V1beta/CreateSshPublicKeyRequest.php',
    'Google\\Cloud\\OsLogin\\V1beta\\DeletePosixAccountRequest' => $vendorDir . '/google/cloud/OsLogin/src/V1beta/DeletePosixAccountRequest.php',
    'Google\\Cloud\\OsLogin\\V1beta\\DeleteSshPublicKeyRequest' => $vendorDir . '/google/cloud/OsLogin/src/V1beta/DeleteSshPublicKeyRequest.php',
    'Google\\Cloud\\OsLogin\\V1beta\\Gapic\\OsLoginServiceGapicClient' => $vendorDir . '/google/cloud/OsLogin/src/V1beta/Gapic/OsLoginServiceGapicClient.php',
    'Google\\Cloud\\OsLogin\\V1beta\\GetLoginProfileRequest' => $vendorDir . '/google/cloud/OsLogin/src/V1beta/GetLoginProfileRequest.php',
    'Google\\Cloud\\OsLogin\\V1beta\\GetSshPublicKeyRequest' => $vendorDir . '/google/cloud/OsLogin/src/V1beta/GetSshPublicKeyRequest.php',
    'Google\\Cloud\\OsLogin\\V1beta\\ImportSshPublicKeyRequest' => $vendorDir . '/google/cloud/OsLogin/src/V1beta/ImportSshPublicKeyRequest.php',
    'Google\\Cloud\\OsLogin\\V1beta\\ImportSshPublicKeyResponse' => $vendorDir . '/google/cloud/OsLogin/src/V1beta/ImportSshPublicKeyResponse.php',
    'Google\\Cloud\\OsLogin\\V1beta\\LoginProfile' => $vendorDir . '/google/cloud/OsLogin/src/V1beta/LoginProfile.php',
    'Google\\Cloud\\OsLogin\\V1beta\\LoginProfileView' => $vendorDir . '/google/cloud/OsLogin/src/V1beta/LoginProfileView.php',
    'Google\\Cloud\\OsLogin\\V1beta\\OsLoginServiceClient' => $vendorDir . '/google/cloud/OsLogin/src/V1beta/OsLoginServiceClient.php',
    'Google\\Cloud\\OsLogin\\V1beta\\OsLoginServiceGrpcClient' => $vendorDir . '/google/cloud/OsLogin/src/V1beta/OsLoginServiceGrpcClient.php',
    'Google\\Cloud\\OsLogin\\V1beta\\SecurityKey' => $vendorDir . '/google/cloud/OsLogin/src/V1beta/SecurityKey.php',
    'Google\\Cloud\\OsLogin\\V1beta\\UniversalTwoFactor' => $vendorDir . '/google/cloud/OsLogin/src/V1beta/UniversalTwoFactor.php',
    'Google\\Cloud\\OsLogin\\V1beta\\UpdateSshPublicKeyRequest' => $vendorDir . '/google/cloud/OsLogin/src/V1beta/UpdateSshPublicKeyRequest.php',
    'Google\\Cloud\\OsLogin\\V1beta\\WebAuthn' => $vendorDir . '/google/cloud/OsLogin/src/V1beta/WebAuthn.php',
    'Google\\Cloud\\PolicyTroubleshooter\\V1\\AccessState' => $vendorDir . '/google/cloud/PolicyTroubleshooter/src/V1/AccessState.php',
    'Google\\Cloud\\PolicyTroubleshooter\\V1\\AccessTuple' => $vendorDir . '/google/cloud/PolicyTroubleshooter/src/V1/AccessTuple.php',
    'Google\\Cloud\\PolicyTroubleshooter\\V1\\BindingExplanation' => $vendorDir . '/google/cloud/PolicyTroubleshooter/src/V1/BindingExplanation.php',
    'Google\\Cloud\\PolicyTroubleshooter\\V1\\BindingExplanation\\AnnotatedMembership' => $vendorDir . '/google/cloud/PolicyTroubleshooter/src/V1/BindingExplanation/AnnotatedMembership.php',
    'Google\\Cloud\\PolicyTroubleshooter\\V1\\BindingExplanation\\Membership' => $vendorDir . '/google/cloud/PolicyTroubleshooter/src/V1/BindingExplanation/Membership.php',
    'Google\\Cloud\\PolicyTroubleshooter\\V1\\BindingExplanation\\RolePermission' => $vendorDir . '/google/cloud/PolicyTroubleshooter/src/V1/BindingExplanation/RolePermission.php',
    'Google\\Cloud\\PolicyTroubleshooter\\V1\\ExplainedPolicy' => $vendorDir . '/google/cloud/PolicyTroubleshooter/src/V1/ExplainedPolicy.php',
    'Google\\Cloud\\PolicyTroubleshooter\\V1\\Gapic\\IamCheckerGapicClient' => $vendorDir . '/google/cloud/PolicyTroubleshooter/src/V1/Gapic/IamCheckerGapicClient.php',
    'Google\\Cloud\\PolicyTroubleshooter\\V1\\HeuristicRelevance' => $vendorDir . '/google/cloud/PolicyTroubleshooter/src/V1/HeuristicRelevance.php',
    'Google\\Cloud\\PolicyTroubleshooter\\V1\\IamCheckerClient' => $vendorDir . '/google/cloud/PolicyTroubleshooter/src/V1/IamCheckerClient.php',
    'Google\\Cloud\\PolicyTroubleshooter\\V1\\TroubleshootIamPolicyRequest' => $vendorDir . '/google/cloud/PolicyTroubleshooter/src/V1/TroubleshootIamPolicyRequest.php',
    'Google\\Cloud\\PolicyTroubleshooter\\V1\\TroubleshootIamPolicyResponse' => $vendorDir . '/google/cloud/PolicyTroubleshooter/src/V1/TroubleshootIamPolicyResponse.php',
    'Google\\Cloud\\PrivateCatalog\\V1beta1\\AssetReference' => $vendorDir . '/google/cloud/PrivateCatalog/src/V1beta1/AssetReference.php',
    'Google\\Cloud\\PrivateCatalog\\V1beta1\\AssetReference\\AssetValidationState' => $vendorDir . '/google/cloud/PrivateCatalog/src/V1beta1/AssetReference/AssetValidationState.php',
    'Google\\Cloud\\PrivateCatalog\\V1beta1\\AssetReference_AssetValidationState' => $vendorDir . '/google/cloud/PrivateCatalog/src/V1beta1/AssetReference_AssetValidationState.php',
    'Google\\Cloud\\PrivateCatalog\\V1beta1\\Catalog' => $vendorDir . '/google/cloud/PrivateCatalog/src/V1beta1/Catalog.php',
    'Google\\Cloud\\PrivateCatalog\\V1beta1\\Gapic\\PrivateCatalogGapicClient' => $vendorDir . '/google/cloud/PrivateCatalog/src/V1beta1/Gapic/PrivateCatalogGapicClient.php',
    'Google\\Cloud\\PrivateCatalog\\V1beta1\\GcsSource' => $vendorDir . '/google/cloud/PrivateCatalog/src/V1beta1/GcsSource.php',
    'Google\\Cloud\\PrivateCatalog\\V1beta1\\GitSource' => $vendorDir . '/google/cloud/PrivateCatalog/src/V1beta1/GitSource.php',
    'Google\\Cloud\\PrivateCatalog\\V1beta1\\Inputs' => $vendorDir . '/google/cloud/PrivateCatalog/src/V1beta1/Inputs.php',
    'Google\\Cloud\\PrivateCatalog\\V1beta1\\PrivateCatalogClient' => $vendorDir . '/google/cloud/PrivateCatalog/src/V1beta1/PrivateCatalogClient.php',
    'Google\\Cloud\\PrivateCatalog\\V1beta1\\PrivateCatalogGrpcClient' => $vendorDir . '/google/cloud/PrivateCatalog/src/V1beta1/PrivateCatalogGrpcClient.php',
    'Google\\Cloud\\PrivateCatalog\\V1beta1\\Product' => $vendorDir . '/google/cloud/PrivateCatalog/src/V1beta1/Product.php',
    'Google\\Cloud\\PrivateCatalog\\V1beta1\\SearchCatalogsRequest' => $vendorDir . '/google/cloud/PrivateCatalog/src/V1beta1/SearchCatalogsRequest.php',
    'Google\\Cloud\\PrivateCatalog\\V1beta1\\SearchCatalogsResponse' => $vendorDir . '/google/cloud/PrivateCatalog/src/V1beta1/SearchCatalogsResponse.php',
    'Google\\Cloud\\PrivateCatalog\\V1beta1\\SearchProductsRequest' => $vendorDir . '/google/cloud/PrivateCatalog/src/V1beta1/SearchProductsRequest.php',
    'Google\\Cloud\\PrivateCatalog\\V1beta1\\SearchProductsResponse' => $vendorDir . '/google/cloud/PrivateCatalog/src/V1beta1/SearchProductsResponse.php',
    'Google\\Cloud\\PrivateCatalog\\V1beta1\\SearchVersionsRequest' => $vendorDir . '/google/cloud/PrivateCatalog/src/V1beta1/SearchVersionsRequest.php',
    'Google\\Cloud\\PrivateCatalog\\V1beta1\\SearchVersionsResponse' => $vendorDir . '/google/cloud/PrivateCatalog/src/V1beta1/SearchVersionsResponse.php',
    'Google\\Cloud\\PrivateCatalog\\V1beta1\\Version' => $vendorDir . '/google/cloud/PrivateCatalog/src/V1beta1/Version.php',
    'Google\\Cloud\\Profiler\\V2\\CreateOfflineProfileRequest' => $vendorDir . '/google/cloud/Profiler/src/V2/CreateOfflineProfileRequest.php',
    'Google\\Cloud\\Profiler\\V2\\CreateProfileRequest' => $vendorDir . '/google/cloud/Profiler/src/V2/CreateProfileRequest.php',
    'Google\\Cloud\\Profiler\\V2\\Deployment' => $vendorDir . '/google/cloud/Profiler/src/V2/Deployment.php',
    'Google\\Cloud\\Profiler\\V2\\Gapic\\ProfilerServiceGapicClient' => $vendorDir . '/google/cloud/Profiler/src/V2/Gapic/ProfilerServiceGapicClient.php',
    'Google\\Cloud\\Profiler\\V2\\Profile' => $vendorDir . '/google/cloud/Profiler/src/V2/Profile.php',
    'Google\\Cloud\\Profiler\\V2\\ProfileType' => $vendorDir . '/google/cloud/Profiler/src/V2/ProfileType.php',
    'Google\\Cloud\\Profiler\\V2\\ProfilerServiceClient' => $vendorDir . '/google/cloud/Profiler/src/V2/ProfilerServiceClient.php',
    'Google\\Cloud\\Profiler\\V2\\UpdateProfileRequest' => $vendorDir . '/google/cloud/Profiler/src/V2/UpdateProfileRequest.php',
    'Google\\Cloud\\PubSub\\BatchPublisher' => $vendorDir . '/google/cloud/PubSub/src/BatchPublisher.php',
    'Google\\Cloud\\PubSub\\Connection\\ConnectionInterface' => $vendorDir . '/google/cloud/PubSub/src/Connection/ConnectionInterface.php',
    'Google\\Cloud\\PubSub\\Connection\\Grpc' => $vendorDir . '/google/cloud/PubSub/src/Connection/Grpc.php',
    'Google\\Cloud\\PubSub\\Connection\\IamSubscription' => $vendorDir . '/google/cloud/PubSub/src/Connection/IamSubscription.php',
    'Google\\Cloud\\PubSub\\Connection\\IamTopic' => $vendorDir . '/google/cloud/PubSub/src/Connection/IamTopic.php',
    'Google\\Cloud\\PubSub\\Connection\\Rest' => $vendorDir . '/google/cloud/PubSub/src/Connection/Rest.php',
    'Google\\Cloud\\PubSub\\IncomingMessageTrait' => $vendorDir . '/google/cloud/PubSub/src/IncomingMessageTrait.php',
    'Google\\Cloud\\PubSub\\Message' => $vendorDir . '/google/cloud/PubSub/src/Message.php',
    'Google\\Cloud\\PubSub\\MessageBuilder' => $vendorDir . '/google/cloud/PubSub/src/MessageBuilder.php',
    'Google\\Cloud\\PubSub\\PubSubClient' => $vendorDir . '/google/cloud/PubSub/src/PubSubClient.php',
    'Google\\Cloud\\PubSub\\ResourceNameTrait' => $vendorDir . '/google/cloud/PubSub/src/ResourceNameTrait.php',
    'Google\\Cloud\\PubSub\\Schema' => $vendorDir . '/google/cloud/PubSub/src/Schema.php',
    'Google\\Cloud\\PubSub\\Snapshot' => $vendorDir . '/google/cloud/PubSub/src/Snapshot.php',
    'Google\\Cloud\\PubSub\\Subscription' => $vendorDir . '/google/cloud/PubSub/src/Subscription.php',
    'Google\\Cloud\\PubSub\\Topic' => $vendorDir . '/google/cloud/PubSub/src/Topic.php',
    'Google\\Cloud\\PubSub\\V1\\AcknowledgeRequest' => $vendorDir . '/google/cloud/PubSub/src/V1/AcknowledgeRequest.php',
    'Google\\Cloud\\PubSub\\V1\\BigQueryConfig' => $vendorDir . '/google/cloud/PubSub/src/V1/BigQueryConfig.php',
    'Google\\Cloud\\PubSub\\V1\\BigQueryConfig\\State' => $vendorDir . '/google/cloud/PubSub/src/V1/BigQueryConfig/State.php',
    'Google\\Cloud\\PubSub\\V1\\BigQueryConfig_State' => $vendorDir . '/google/cloud/PubSub/src/V1/BigQueryConfig_State.php',
    'Google\\Cloud\\PubSub\\V1\\CommitSchemaRequest' => $vendorDir . '/google/cloud/PubSub/src/V1/CommitSchemaRequest.php',
    'Google\\Cloud\\PubSub\\V1\\CreateSchemaRequest' => $vendorDir . '/google/cloud/PubSub/src/V1/CreateSchemaRequest.php',
    'Google\\Cloud\\PubSub\\V1\\CreateSnapshotRequest' => $vendorDir . '/google/cloud/PubSub/src/V1/CreateSnapshotRequest.php',
    'Google\\Cloud\\PubSub\\V1\\DeadLetterPolicy' => $vendorDir . '/google/cloud/PubSub/src/V1/DeadLetterPolicy.php',
    'Google\\Cloud\\PubSub\\V1\\DeleteSchemaRequest' => $vendorDir . '/google/cloud/PubSub/src/V1/DeleteSchemaRequest.php',
    'Google\\Cloud\\PubSub\\V1\\DeleteSchemaRevisionRequest' => $vendorDir . '/google/cloud/PubSub/src/V1/DeleteSchemaRevisionRequest.php',
    'Google\\Cloud\\PubSub\\V1\\DeleteSnapshotRequest' => $vendorDir . '/google/cloud/PubSub/src/V1/DeleteSnapshotRequest.php',
    'Google\\Cloud\\PubSub\\V1\\DeleteSubscriptionRequest' => $vendorDir . '/google/cloud/PubSub/src/V1/DeleteSubscriptionRequest.php',
    'Google\\Cloud\\PubSub\\V1\\DeleteTopicRequest' => $vendorDir . '/google/cloud/PubSub/src/V1/DeleteTopicRequest.php',
    'Google\\Cloud\\PubSub\\V1\\DetachSubscriptionRequest' => $vendorDir . '/google/cloud/PubSub/src/V1/DetachSubscriptionRequest.php',
    'Google\\Cloud\\PubSub\\V1\\DetachSubscriptionResponse' => $vendorDir . '/google/cloud/PubSub/src/V1/DetachSubscriptionResponse.php',
    'Google\\Cloud\\PubSub\\V1\\Encoding' => $vendorDir . '/google/cloud/PubSub/src/V1/Encoding.php',
    'Google\\Cloud\\PubSub\\V1\\ExpirationPolicy' => $vendorDir . '/google/cloud/PubSub/src/V1/ExpirationPolicy.php',
    'Google\\Cloud\\PubSub\\V1\\Gapic\\PublisherGapicClient' => $vendorDir . '/google/cloud/PubSub/src/V1/Gapic/PublisherGapicClient.php',
    'Google\\Cloud\\PubSub\\V1\\Gapic\\SchemaServiceGapicClient' => $vendorDir . '/google/cloud/PubSub/src/V1/Gapic/SchemaServiceGapicClient.php',
    'Google\\Cloud\\PubSub\\V1\\Gapic\\SubscriberGapicClient' => $vendorDir . '/google/cloud/PubSub/src/V1/Gapic/SubscriberGapicClient.php',
    'Google\\Cloud\\PubSub\\V1\\GetSchemaRequest' => $vendorDir . '/google/cloud/PubSub/src/V1/GetSchemaRequest.php',
    'Google\\Cloud\\PubSub\\V1\\GetSnapshotRequest' => $vendorDir . '/google/cloud/PubSub/src/V1/GetSnapshotRequest.php',
    'Google\\Cloud\\PubSub\\V1\\GetSubscriptionRequest' => $vendorDir . '/google/cloud/PubSub/src/V1/GetSubscriptionRequest.php',
    'Google\\Cloud\\PubSub\\V1\\GetTopicRequest' => $vendorDir . '/google/cloud/PubSub/src/V1/GetTopicRequest.php',
    'Google\\Cloud\\PubSub\\V1\\ListSchemaRevisionsRequest' => $vendorDir . '/google/cloud/PubSub/src/V1/ListSchemaRevisionsRequest.php',
    'Google\\Cloud\\PubSub\\V1\\ListSchemaRevisionsResponse' => $vendorDir . '/google/cloud/PubSub/src/V1/ListSchemaRevisionsResponse.php',
    'Google\\Cloud\\PubSub\\V1\\ListSchemasRequest' => $vendorDir . '/google/cloud/PubSub/src/V1/ListSchemasRequest.php',
    'Google\\Cloud\\PubSub\\V1\\ListSchemasResponse' => $vendorDir . '/google/cloud/PubSub/src/V1/ListSchemasResponse.php',
    'Google\\Cloud\\PubSub\\V1\\ListSnapshotsRequest' => $vendorDir . '/google/cloud/PubSub/src/V1/ListSnapshotsRequest.php',
    'Google\\Cloud\\PubSub\\V1\\ListSnapshotsResponse' => $vendorDir . '/google/cloud/PubSub/src/V1/ListSnapshotsResponse.php',
    'Google\\Cloud\\PubSub\\V1\\ListSubscriptionsRequest' => $vendorDir . '/google/cloud/PubSub/src/V1/ListSubscriptionsRequest.php',
    'Google\\Cloud\\PubSub\\V1\\ListSubscriptionsResponse' => $vendorDir . '/google/cloud/PubSub/src/V1/ListSubscriptionsResponse.php',
    'Google\\Cloud\\PubSub\\V1\\ListTopicSnapshotsRequest' => $vendorDir . '/google/cloud/PubSub/src/V1/ListTopicSnapshotsRequest.php',
    'Google\\Cloud\\PubSub\\V1\\ListTopicSnapshotsResponse' => $vendorDir . '/google/cloud/PubSub/src/V1/ListTopicSnapshotsResponse.php',
    'Google\\Cloud\\PubSub\\V1\\ListTopicSubscriptionsRequest' => $vendorDir . '/google/cloud/PubSub/src/V1/ListTopicSubscriptionsRequest.php',
    'Google\\Cloud\\PubSub\\V1\\ListTopicSubscriptionsResponse' => $vendorDir . '/google/cloud/PubSub/src/V1/ListTopicSubscriptionsResponse.php',
    'Google\\Cloud\\PubSub\\V1\\ListTopicsRequest' => $vendorDir . '/google/cloud/PubSub/src/V1/ListTopicsRequest.php',
    'Google\\Cloud\\PubSub\\V1\\ListTopicsResponse' => $vendorDir . '/google/cloud/PubSub/src/V1/ListTopicsResponse.php',
    'Google\\Cloud\\PubSub\\V1\\MessageStoragePolicy' => $vendorDir . '/google/cloud/PubSub/src/V1/MessageStoragePolicy.php',
    'Google\\Cloud\\PubSub\\V1\\ModifyAckDeadlineRequest' => $vendorDir . '/google/cloud/PubSub/src/V1/ModifyAckDeadlineRequest.php',
    'Google\\Cloud\\PubSub\\V1\\ModifyPushConfigRequest' => $vendorDir . '/google/cloud/PubSub/src/V1/ModifyPushConfigRequest.php',
    'Google\\Cloud\\PubSub\\V1\\PublishRequest' => $vendorDir . '/google/cloud/PubSub/src/V1/PublishRequest.php',
    'Google\\Cloud\\PubSub\\V1\\PublishResponse' => $vendorDir . '/google/cloud/PubSub/src/V1/PublishResponse.php',
    'Google\\Cloud\\PubSub\\V1\\PublisherClient' => $vendorDir . '/google/cloud/PubSub/src/V1/PublisherClient.php',
    'Google\\Cloud\\PubSub\\V1\\PublisherGrpcClient' => $vendorDir . '/google/cloud/PubSub/src/V1/PublisherGrpcClient.php',
    'Google\\Cloud\\PubSub\\V1\\PubsubMessage' => $vendorDir . '/google/cloud/PubSub/src/V1/PubsubMessage.php',
    'Google\\Cloud\\PubSub\\V1\\PullRequest' => $vendorDir . '/google/cloud/PubSub/src/V1/PullRequest.php',
    'Google\\Cloud\\PubSub\\V1\\PullResponse' => $vendorDir . '/google/cloud/PubSub/src/V1/PullResponse.php',
    'Google\\Cloud\\PubSub\\V1\\PushConfig' => $vendorDir . '/google/cloud/PubSub/src/V1/PushConfig.php',
    'Google\\Cloud\\PubSub\\V1\\PushConfig\\OidcToken' => $vendorDir . '/google/cloud/PubSub/src/V1/PushConfig/OidcToken.php',
    'Google\\Cloud\\PubSub\\V1\\PushConfig_OidcToken' => $vendorDir . '/google/cloud/PubSub/src/V1/PushConfig_OidcToken.php',
    'Google\\Cloud\\PubSub\\V1\\ReceivedMessage' => $vendorDir . '/google/cloud/PubSub/src/V1/ReceivedMessage.php',
    'Google\\Cloud\\PubSub\\V1\\RetryPolicy' => $vendorDir . '/google/cloud/PubSub/src/V1/RetryPolicy.php',
    'Google\\Cloud\\PubSub\\V1\\RollbackSchemaRequest' => $vendorDir . '/google/cloud/PubSub/src/V1/RollbackSchemaRequest.php',
    'Google\\Cloud\\PubSub\\V1\\Schema' => $vendorDir . '/google/cloud/PubSub/src/V1/Schema.php',
    'Google\\Cloud\\PubSub\\V1\\SchemaServiceClient' => $vendorDir . '/google/cloud/PubSub/src/V1/SchemaServiceClient.php',
    'Google\\Cloud\\PubSub\\V1\\SchemaServiceGrpcClient' => $vendorDir . '/google/cloud/PubSub/src/V1/SchemaServiceGrpcClient.php',
    'Google\\Cloud\\PubSub\\V1\\SchemaSettings' => $vendorDir . '/google/cloud/PubSub/src/V1/SchemaSettings.php',
    'Google\\Cloud\\PubSub\\V1\\SchemaView' => $vendorDir . '/google/cloud/PubSub/src/V1/SchemaView.php',
    'Google\\Cloud\\PubSub\\V1\\Schema\\Type' => $vendorDir . '/google/cloud/PubSub/src/V1/Schema/Type.php',
    'Google\\Cloud\\PubSub\\V1\\Schema_Type' => $vendorDir . '/google/cloud/PubSub/src/V1/Schema_Type.php',
    'Google\\Cloud\\PubSub\\V1\\SeekRequest' => $vendorDir . '/google/cloud/PubSub/src/V1/SeekRequest.php',
    'Google\\Cloud\\PubSub\\V1\\SeekResponse' => $vendorDir . '/google/cloud/PubSub/src/V1/SeekResponse.php',
    'Google\\Cloud\\PubSub\\V1\\Snapshot' => $vendorDir . '/google/cloud/PubSub/src/V1/Snapshot.php',
    'Google\\Cloud\\PubSub\\V1\\StreamingPullRequest' => $vendorDir . '/google/cloud/PubSub/src/V1/StreamingPullRequest.php',
    'Google\\Cloud\\PubSub\\V1\\StreamingPullResponse' => $vendorDir . '/google/cloud/PubSub/src/V1/StreamingPullResponse.php',
    'Google\\Cloud\\PubSub\\V1\\StreamingPullResponse\\AcknowledgeConfirmation' => $vendorDir . '/google/cloud/PubSub/src/V1/StreamingPullResponse/AcknowledgeConfirmation.php',
    'Google\\Cloud\\PubSub\\V1\\StreamingPullResponse\\ModifyAckDeadlineConfirmation' => $vendorDir . '/google/cloud/PubSub/src/V1/StreamingPullResponse/ModifyAckDeadlineConfirmation.php',
    'Google\\Cloud\\PubSub\\V1\\StreamingPullResponse\\SubscriptionProperties' => $vendorDir . '/google/cloud/PubSub/src/V1/StreamingPullResponse/SubscriptionProperties.php',
    'Google\\Cloud\\PubSub\\V1\\StreamingPullResponse_AcknowledgeConfirmation' => $vendorDir . '/google/cloud/PubSub/src/V1/StreamingPullResponse_AcknowledgeConfirmation.php',
    'Google\\Cloud\\PubSub\\V1\\StreamingPullResponse_ModifyAckDeadlineConfirmation' => $vendorDir . '/google/cloud/PubSub/src/V1/StreamingPullResponse_ModifyAckDeadlineConfirmation.php',
    'Google\\Cloud\\PubSub\\V1\\StreamingPullResponse_SubscriptionProperties' => $vendorDir . '/google/cloud/PubSub/src/V1/StreamingPullResponse_SubscriptionProperties.php',
    'Google\\Cloud\\PubSub\\V1\\SubscriberClient' => $vendorDir . '/google/cloud/PubSub/src/V1/SubscriberClient.php',
    'Google\\Cloud\\PubSub\\V1\\SubscriberGrpcClient' => $vendorDir . '/google/cloud/PubSub/src/V1/SubscriberGrpcClient.php',
    'Google\\Cloud\\PubSub\\V1\\Subscription' => $vendorDir . '/google/cloud/PubSub/src/V1/Subscription.php',
    'Google\\Cloud\\PubSub\\V1\\Subscription\\State' => $vendorDir . '/google/cloud/PubSub/src/V1/Subscription/State.php',
    'Google\\Cloud\\PubSub\\V1\\Subscription_State' => $vendorDir . '/google/cloud/PubSub/src/V1/Subscription_State.php',
    'Google\\Cloud\\PubSub\\V1\\Topic' => $vendorDir . '/google/cloud/PubSub/src/V1/Topic.php',
    'Google\\Cloud\\PubSub\\V1\\UpdateSnapshotRequest' => $vendorDir . '/google/cloud/PubSub/src/V1/UpdateSnapshotRequest.php',
    'Google\\Cloud\\PubSub\\V1\\UpdateSubscriptionRequest' => $vendorDir . '/google/cloud/PubSub/src/V1/UpdateSubscriptionRequest.php',
    'Google\\Cloud\\PubSub\\V1\\UpdateTopicRequest' => $vendorDir . '/google/cloud/PubSub/src/V1/UpdateTopicRequest.php',
    'Google\\Cloud\\PubSub\\V1\\ValidateMessageRequest' => $vendorDir . '/google/cloud/PubSub/src/V1/ValidateMessageRequest.php',
    'Google\\Cloud\\PubSub\\V1\\ValidateMessageResponse' => $vendorDir . '/google/cloud/PubSub/src/V1/ValidateMessageResponse.php',
    'Google\\Cloud\\PubSub\\V1\\ValidateSchemaRequest' => $vendorDir . '/google/cloud/PubSub/src/V1/ValidateSchemaRequest.php',
    'Google\\Cloud\\PubSub\\V1\\ValidateSchemaResponse' => $vendorDir . '/google/cloud/PubSub/src/V1/ValidateSchemaResponse.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\AccountDefenderAssessment' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/AccountDefenderAssessment.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\AccountDefenderAssessment\\AccountDefenderLabel' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/AccountDefenderAssessment/AccountDefenderLabel.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\AccountDefenderAssessment_AccountDefenderLabel' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/AccountDefenderAssessment_AccountDefenderLabel.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\AccountVerificationInfo' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/AccountVerificationInfo.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\AccountVerificationInfo\\Result' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/AccountVerificationInfo/Result.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\AccountVerificationInfo_Result' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/AccountVerificationInfo_Result.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\AndroidKeySettings' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/AndroidKeySettings.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\AnnotateAssessmentRequest' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/AnnotateAssessmentRequest.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\AnnotateAssessmentRequest\\Annotation' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/AnnotateAssessmentRequest/Annotation.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\AnnotateAssessmentRequest\\Reason' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/AnnotateAssessmentRequest/Reason.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\AnnotateAssessmentRequest_Annotation' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/AnnotateAssessmentRequest_Annotation.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\AnnotateAssessmentRequest_Reason' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/AnnotateAssessmentRequest_Reason.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\AnnotateAssessmentResponse' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/AnnotateAssessmentResponse.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\Assessment' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/Assessment.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\ChallengeMetrics' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/ChallengeMetrics.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\CreateAssessmentRequest' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/CreateAssessmentRequest.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\CreateKeyRequest' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/CreateKeyRequest.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\DeleteKeyRequest' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/DeleteKeyRequest.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\EndpointVerificationInfo' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/EndpointVerificationInfo.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\Event' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/Event.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\Gapic\\RecaptchaEnterpriseServiceGapicClient' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/Gapic/RecaptchaEnterpriseServiceGapicClient.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\GetKeyRequest' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/GetKeyRequest.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\GetMetricsRequest' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/GetMetricsRequest.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\IOSKeySettings' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/IOSKeySettings.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\Key' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/Key.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\ListKeysRequest' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/ListKeysRequest.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\ListKeysResponse' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/ListKeysResponse.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\ListRelatedAccountGroupMembershipsRequest' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/ListRelatedAccountGroupMembershipsRequest.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\ListRelatedAccountGroupMembershipsResponse' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/ListRelatedAccountGroupMembershipsResponse.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\ListRelatedAccountGroupsRequest' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/ListRelatedAccountGroupsRequest.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\ListRelatedAccountGroupsResponse' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/ListRelatedAccountGroupsResponse.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\Metrics' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/Metrics.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\MigrateKeyRequest' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/MigrateKeyRequest.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\PrivatePasswordLeakVerification' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/PrivatePasswordLeakVerification.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\RecaptchaEnterpriseServiceClient' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/RecaptchaEnterpriseServiceClient.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\RecaptchaEnterpriseServiceGrpcClient' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/RecaptchaEnterpriseServiceGrpcClient.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\RelatedAccountGroup' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/RelatedAccountGroup.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\RelatedAccountGroupMembership' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/RelatedAccountGroupMembership.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\RetrieveLegacySecretKeyRequest' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/RetrieveLegacySecretKeyRequest.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\RetrieveLegacySecretKeyResponse' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/RetrieveLegacySecretKeyResponse.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\RiskAnalysis' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/RiskAnalysis.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\RiskAnalysis\\ClassificationReason' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/RiskAnalysis/ClassificationReason.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\RiskAnalysis_ClassificationReason' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/RiskAnalysis_ClassificationReason.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\ScoreDistribution' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/ScoreDistribution.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\ScoreMetrics' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/ScoreMetrics.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\SearchRelatedAccountGroupMembershipsRequest' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/SearchRelatedAccountGroupMembershipsRequest.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\SearchRelatedAccountGroupMembershipsResponse' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/SearchRelatedAccountGroupMembershipsResponse.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\TestingOptions' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/TestingOptions.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\TestingOptions\\TestingChallenge' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/TestingOptions/TestingChallenge.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\TestingOptions_TestingChallenge' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/TestingOptions_TestingChallenge.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\TokenProperties' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/TokenProperties.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\TokenProperties\\InvalidReason' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/TokenProperties/InvalidReason.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\TokenProperties_InvalidReason' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/TokenProperties_InvalidReason.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\UpdateKeyRequest' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/UpdateKeyRequest.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\WafSettings' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/WafSettings.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\WafSettings\\WafFeature' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/WafSettings/WafFeature.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\WafSettings\\WafService' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/WafSettings/WafService.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\WafSettings_WafFeature' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/WafSettings_WafFeature.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\WafSettings_WafService' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/WafSettings_WafService.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\WebKeySettings' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/WebKeySettings.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\WebKeySettings\\ChallengeSecurityPreference' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/WebKeySettings/ChallengeSecurityPreference.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\WebKeySettings\\IntegrationType' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/WebKeySettings/IntegrationType.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\WebKeySettings_ChallengeSecurityPreference' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/WebKeySettings_ChallengeSecurityPreference.php',
    'Google\\Cloud\\RecaptchaEnterprise\\V1\\WebKeySettings_IntegrationType' => $vendorDir . '/google/cloud/RecaptchaEnterprise/src/V1/WebKeySettings_IntegrationType.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\CatalogInlineSource' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/CatalogInlineSource.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\CatalogItem' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/CatalogItem.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\CatalogItem\\CategoryHierarchy' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/CatalogItem/CategoryHierarchy.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\CatalogServiceClient' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/CatalogServiceClient.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\CatalogServiceGrpcClient' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/CatalogServiceGrpcClient.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\CollectUserEventRequest' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/CollectUserEventRequest.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\CreateCatalogItemRequest' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/CreateCatalogItemRequest.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\CreatePredictionApiKeyRegistrationRequest' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/CreatePredictionApiKeyRegistrationRequest.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\DeleteCatalogItemRequest' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/DeleteCatalogItemRequest.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\DeletePredictionApiKeyRegistrationRequest' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/DeletePredictionApiKeyRegistrationRequest.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\EventDetail' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/EventDetail.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\FeatureMap' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/FeatureMap.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\FeatureMap\\FloatList' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/FeatureMap/FloatList.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\FeatureMap\\StringList' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/FeatureMap/StringList.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\Gapic\\CatalogServiceGapicClient' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/Gapic/CatalogServiceGapicClient.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\Gapic\\PredictionApiKeyRegistryGapicClient' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/Gapic/PredictionApiKeyRegistryGapicClient.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\Gapic\\PredictionServiceGapicClient' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/Gapic/PredictionServiceGapicClient.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\Gapic\\UserEventServiceGapicClient' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/Gapic/UserEventServiceGapicClient.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\GcsSource' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/GcsSource.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\GetCatalogItemRequest' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/GetCatalogItemRequest.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\Image' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/Image.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\ImportCatalogItemsRequest' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/ImportCatalogItemsRequest.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\ImportCatalogItemsResponse' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/ImportCatalogItemsResponse.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\ImportErrorsConfig' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/ImportErrorsConfig.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\ImportMetadata' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/ImportMetadata.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\ImportUserEventsRequest' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/ImportUserEventsRequest.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\ImportUserEventsResponse' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/ImportUserEventsResponse.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\InputConfig' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/InputConfig.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\ListCatalogItemsRequest' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/ListCatalogItemsRequest.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\ListCatalogItemsResponse' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/ListCatalogItemsResponse.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\ListPredictionApiKeyRegistrationsRequest' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/ListPredictionApiKeyRegistrationsRequest.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\ListPredictionApiKeyRegistrationsResponse' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/ListPredictionApiKeyRegistrationsResponse.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\ListUserEventsRequest' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/ListUserEventsRequest.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\ListUserEventsResponse' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/ListUserEventsResponse.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\PredictRequest' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/PredictRequest.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\PredictResponse' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/PredictResponse.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\PredictResponse\\PredictionResult' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/PredictResponse/PredictionResult.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\PredictionApiKeyRegistration' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/PredictionApiKeyRegistration.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\PredictionApiKeyRegistryClient' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/PredictionApiKeyRegistryClient.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\PredictionApiKeyRegistryGrpcClient' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/PredictionApiKeyRegistryGrpcClient.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\PredictionServiceClient' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/PredictionServiceClient.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\PredictionServiceGrpcClient' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/PredictionServiceGrpcClient.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\ProductCatalogItem' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/ProductCatalogItem.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\ProductCatalogItem\\ExactPrice' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/ProductCatalogItem/ExactPrice.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\ProductCatalogItem\\PriceRange' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/ProductCatalogItem/PriceRange.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\ProductCatalogItem\\StockState' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/ProductCatalogItem/StockState.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\ProductDetail' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/ProductDetail.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\ProductEventDetail' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/ProductEventDetail.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\PurchaseTransaction' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/PurchaseTransaction.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\PurgeUserEventsMetadata' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/PurgeUserEventsMetadata.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\PurgeUserEventsRequest' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/PurgeUserEventsRequest.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\PurgeUserEventsResponse' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/PurgeUserEventsResponse.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\UpdateCatalogItemRequest' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/UpdateCatalogItemRequest.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\UserEvent' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/UserEvent.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\UserEventImportSummary' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/UserEventImportSummary.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\UserEventInlineSource' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/UserEventInlineSource.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\UserEventServiceClient' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/UserEventServiceClient.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\UserEventServiceGrpcClient' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/UserEventServiceGrpcClient.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\UserEvent\\EventSource' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/UserEvent/EventSource.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\UserInfo' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/UserInfo.php',
    'Google\\Cloud\\RecommendationEngine\\V1beta1\\WriteUserEventRequest' => $vendorDir . '/google/cloud/RecommendationEngine/src/V1beta1/WriteUserEventRequest.php',
    'Google\\Cloud\\Recommender\\V1\\CostProjection' => $vendorDir . '/google/cloud/Recommender/src/V1/CostProjection.php',
    'Google\\Cloud\\Recommender\\V1\\Gapic\\RecommenderGapicClient' => $vendorDir . '/google/cloud/Recommender/src/V1/Gapic/RecommenderGapicClient.php',
    'Google\\Cloud\\Recommender\\V1\\GetInsightRequest' => $vendorDir . '/google/cloud/Recommender/src/V1/GetInsightRequest.php',
    'Google\\Cloud\\Recommender\\V1\\GetInsightTypeConfigRequest' => $vendorDir . '/google/cloud/Recommender/src/V1/GetInsightTypeConfigRequest.php',
    'Google\\Cloud\\Recommender\\V1\\GetRecommendationRequest' => $vendorDir . '/google/cloud/Recommender/src/V1/GetRecommendationRequest.php',
    'Google\\Cloud\\Recommender\\V1\\GetRecommenderConfigRequest' => $vendorDir . '/google/cloud/Recommender/src/V1/GetRecommenderConfigRequest.php',
    'Google\\Cloud\\Recommender\\V1\\Impact' => $vendorDir . '/google/cloud/Recommender/src/V1/Impact.php',
    'Google\\Cloud\\Recommender\\V1\\Impact\\Category' => $vendorDir . '/google/cloud/Recommender/src/V1/Impact/Category.php',
    'Google\\Cloud\\Recommender\\V1\\Impact_Category' => $vendorDir . '/google/cloud/Recommender/src/V1/Impact_Category.php',
    'Google\\Cloud\\Recommender\\V1\\Insight' => $vendorDir . '/google/cloud/Recommender/src/V1/Insight.php',
    'Google\\Cloud\\Recommender\\V1\\InsightStateInfo' => $vendorDir . '/google/cloud/Recommender/src/V1/InsightStateInfo.php',
    'Google\\Cloud\\Recommender\\V1\\InsightStateInfo\\State' => $vendorDir . '/google/cloud/Recommender/src/V1/InsightStateInfo/State.php',
    'Google\\Cloud\\Recommender\\V1\\InsightStateInfo_State' => $vendorDir . '/google/cloud/Recommender/src/V1/InsightStateInfo_State.php',
    'Google\\Cloud\\Recommender\\V1\\InsightTypeConfig' => $vendorDir . '/google/cloud/Recommender/src/V1/InsightTypeConfig.php',
    'Google\\Cloud\\Recommender\\V1\\InsightTypeGenerationConfig' => $vendorDir . '/google/cloud/Recommender/src/V1/InsightTypeGenerationConfig.php',
    'Google\\Cloud\\Recommender\\V1\\Insight\\Category' => $vendorDir . '/google/cloud/Recommender/src/V1/Insight/Category.php',
    'Google\\Cloud\\Recommender\\V1\\Insight\\RecommendationReference' => $vendorDir . '/google/cloud/Recommender/src/V1/Insight/RecommendationReference.php',
    'Google\\Cloud\\Recommender\\V1\\Insight\\Severity' => $vendorDir . '/google/cloud/Recommender/src/V1/Insight/Severity.php',
    'Google\\Cloud\\Recommender\\V1\\Insight_Category' => $vendorDir . '/google/cloud/Recommender/src/V1/Insight_Category.php',
    'Google\\Cloud\\Recommender\\V1\\Insight_RecommendationReference' => $vendorDir . '/google/cloud/Recommender/src/V1/Insight_RecommendationReference.php',
    'Google\\Cloud\\Recommender\\V1\\Insight_Severity' => $vendorDir . '/google/cloud/Recommender/src/V1/Insight_Severity.php',
    'Google\\Cloud\\Recommender\\V1\\ListInsightsRequest' => $vendorDir . '/google/cloud/Recommender/src/V1/ListInsightsRequest.php',
    'Google\\Cloud\\Recommender\\V1\\ListInsightsResponse' => $vendorDir . '/google/cloud/Recommender/src/V1/ListInsightsResponse.php',
    'Google\\Cloud\\Recommender\\V1\\ListRecommendationsRequest' => $vendorDir . '/google/cloud/Recommender/src/V1/ListRecommendationsRequest.php',
    'Google\\Cloud\\Recommender\\V1\\ListRecommendationsResponse' => $vendorDir . '/google/cloud/Recommender/src/V1/ListRecommendationsResponse.php',
    'Google\\Cloud\\Recommender\\V1\\MarkInsightAcceptedRequest' => $vendorDir . '/google/cloud/Recommender/src/V1/MarkInsightAcceptedRequest.php',
    'Google\\Cloud\\Recommender\\V1\\MarkRecommendationClaimedRequest' => $vendorDir . '/google/cloud/Recommender/src/V1/MarkRecommendationClaimedRequest.php',
    'Google\\Cloud\\Recommender\\V1\\MarkRecommendationFailedRequest' => $vendorDir . '/google/cloud/Recommender/src/V1/MarkRecommendationFailedRequest.php',
    'Google\\Cloud\\Recommender\\V1\\MarkRecommendationSucceededRequest' => $vendorDir . '/google/cloud/Recommender/src/V1/MarkRecommendationSucceededRequest.php',
    'Google\\Cloud\\Recommender\\V1\\Operation' => $vendorDir . '/google/cloud/Recommender/src/V1/Operation.php',
    'Google\\Cloud\\Recommender\\V1\\OperationGroup' => $vendorDir . '/google/cloud/Recommender/src/V1/OperationGroup.php',
    'Google\\Cloud\\Recommender\\V1\\Recommendation' => $vendorDir . '/google/cloud/Recommender/src/V1/Recommendation.php',
    'Google\\Cloud\\Recommender\\V1\\RecommendationContent' => $vendorDir . '/google/cloud/Recommender/src/V1/RecommendationContent.php',
    'Google\\Cloud\\Recommender\\V1\\RecommendationStateInfo' => $vendorDir . '/google/cloud/Recommender/src/V1/RecommendationStateInfo.php',
    'Google\\Cloud\\Recommender\\V1\\RecommendationStateInfo\\State' => $vendorDir . '/google/cloud/Recommender/src/V1/RecommendationStateInfo/State.php',
    'Google\\Cloud\\Recommender\\V1\\RecommendationStateInfo_State' => $vendorDir . '/google/cloud/Recommender/src/V1/RecommendationStateInfo_State.php',
    'Google\\Cloud\\Recommender\\V1\\Recommendation\\InsightReference' => $vendorDir . '/google/cloud/Recommender/src/V1/Recommendation/InsightReference.php',
    'Google\\Cloud\\Recommender\\V1\\Recommendation\\Priority' => $vendorDir . '/google/cloud/Recommender/src/V1/Recommendation/Priority.php',
    'Google\\Cloud\\Recommender\\V1\\Recommendation_InsightReference' => $vendorDir . '/google/cloud/Recommender/src/V1/Recommendation_InsightReference.php',
    'Google\\Cloud\\Recommender\\V1\\Recommendation_Priority' => $vendorDir . '/google/cloud/Recommender/src/V1/Recommendation_Priority.php',
    'Google\\Cloud\\Recommender\\V1\\RecommenderClient' => $vendorDir . '/google/cloud/Recommender/src/V1/RecommenderClient.php',
    'Google\\Cloud\\Recommender\\V1\\RecommenderConfig' => $vendorDir . '/google/cloud/Recommender/src/V1/RecommenderConfig.php',
    'Google\\Cloud\\Recommender\\V1\\RecommenderGenerationConfig' => $vendorDir . '/google/cloud/Recommender/src/V1/RecommenderGenerationConfig.php',
    'Google\\Cloud\\Recommender\\V1\\RecommenderGrpcClient' => $vendorDir . '/google/cloud/Recommender/src/V1/RecommenderGrpcClient.php',
    'Google\\Cloud\\Recommender\\V1\\SecurityProjection' => $vendorDir . '/google/cloud/Recommender/src/V1/SecurityProjection.php',
    'Google\\Cloud\\Recommender\\V1\\UpdateInsightTypeConfigRequest' => $vendorDir . '/google/cloud/Recommender/src/V1/UpdateInsightTypeConfigRequest.php',
    'Google\\Cloud\\Recommender\\V1\\UpdateRecommenderConfigRequest' => $vendorDir . '/google/cloud/Recommender/src/V1/UpdateRecommenderConfigRequest.php',
    'Google\\Cloud\\Recommender\\V1\\ValueMatcher' => $vendorDir . '/google/cloud/Recommender/src/V1/ValueMatcher.php',
    'Google\\Cloud\\Redis\\V1\\CloudRedisClient' => $vendorDir . '/google/cloud/Redis/src/V1/CloudRedisClient.php',
    'Google\\Cloud\\Redis\\V1\\CloudRedisGrpcClient' => $vendorDir . '/google/cloud/Redis/src/V1/CloudRedisGrpcClient.php',
    'Google\\Cloud\\Redis\\V1\\CreateInstanceRequest' => $vendorDir . '/google/cloud/Redis/src/V1/CreateInstanceRequest.php',
    'Google\\Cloud\\Redis\\V1\\DeleteInstanceRequest' => $vendorDir . '/google/cloud/Redis/src/V1/DeleteInstanceRequest.php',
    'Google\\Cloud\\Redis\\V1\\ExportInstanceRequest' => $vendorDir . '/google/cloud/Redis/src/V1/ExportInstanceRequest.php',
    'Google\\Cloud\\Redis\\V1\\FailoverInstanceRequest' => $vendorDir . '/google/cloud/Redis/src/V1/FailoverInstanceRequest.php',
    'Google\\Cloud\\Redis\\V1\\FailoverInstanceRequest\\DataProtectionMode' => $vendorDir . '/google/cloud/Redis/src/V1/FailoverInstanceRequest/DataProtectionMode.php',
    'Google\\Cloud\\Redis\\V1\\FailoverInstanceRequest_DataProtectionMode' => $vendorDir . '/google/cloud/Redis/src/V1/FailoverInstanceRequest_DataProtectionMode.php',
    'Google\\Cloud\\Redis\\V1\\Gapic\\CloudRedisGapicClient' => $vendorDir . '/google/cloud/Redis/src/V1/Gapic/CloudRedisGapicClient.php',
    'Google\\Cloud\\Redis\\V1\\GcsDestination' => $vendorDir . '/google/cloud/Redis/src/V1/GcsDestination.php',
    'Google\\Cloud\\Redis\\V1\\GcsSource' => $vendorDir . '/google/cloud/Redis/src/V1/GcsSource.php',
    'Google\\Cloud\\Redis\\V1\\GetInstanceAuthStringRequest' => $vendorDir . '/google/cloud/Redis/src/V1/GetInstanceAuthStringRequest.php',
    'Google\\Cloud\\Redis\\V1\\GetInstanceRequest' => $vendorDir . '/google/cloud/Redis/src/V1/GetInstanceRequest.php',
    'Google\\Cloud\\Redis\\V1\\ImportInstanceRequest' => $vendorDir . '/google/cloud/Redis/src/V1/ImportInstanceRequest.php',
    'Google\\Cloud\\Redis\\V1\\InputConfig' => $vendorDir . '/google/cloud/Redis/src/V1/InputConfig.php',
    'Google\\Cloud\\Redis\\V1\\Instance' => $vendorDir . '/google/cloud/Redis/src/V1/Instance.php',
    'Google\\Cloud\\Redis\\V1\\InstanceAuthString' => $vendorDir . '/google/cloud/Redis/src/V1/InstanceAuthString.php',
    'Google\\Cloud\\Redis\\V1\\Instance\\ConnectMode' => $vendorDir . '/google/cloud/Redis/src/V1/Instance/ConnectMode.php',
    'Google\\Cloud\\Redis\\V1\\Instance\\ReadReplicasMode' => $vendorDir . '/google/cloud/Redis/src/V1/Instance/ReadReplicasMode.php',
    'Google\\Cloud\\Redis\\V1\\Instance\\State' => $vendorDir . '/google/cloud/Redis/src/V1/Instance/State.php',
    'Google\\Cloud\\Redis\\V1\\Instance\\Tier' => $vendorDir . '/google/cloud/Redis/src/V1/Instance/Tier.php',
    'Google\\Cloud\\Redis\\V1\\Instance\\TransitEncryptionMode' => $vendorDir . '/google/cloud/Redis/src/V1/Instance/TransitEncryptionMode.php',
    'Google\\Cloud\\Redis\\V1\\Instance_ConnectMode' => $vendorDir . '/google/cloud/Redis/src/V1/Instance_ConnectMode.php',
    'Google\\Cloud\\Redis\\V1\\Instance_ReadReplicasMode' => $vendorDir . '/google/cloud/Redis/src/V1/Instance_ReadReplicasMode.php',
    'Google\\Cloud\\Redis\\V1\\Instance_State' => $vendorDir . '/google/cloud/Redis/src/V1/Instance_State.php',
    'Google\\Cloud\\Redis\\V1\\Instance_Tier' => $vendorDir . '/google/cloud/Redis/src/V1/Instance_Tier.php',
    'Google\\Cloud\\Redis\\V1\\Instance_TransitEncryptionMode' => $vendorDir . '/google/cloud/Redis/src/V1/Instance_TransitEncryptionMode.php',
    'Google\\Cloud\\Redis\\V1\\ListInstancesRequest' => $vendorDir . '/google/cloud/Redis/src/V1/ListInstancesRequest.php',
    'Google\\Cloud\\Redis\\V1\\ListInstancesResponse' => $vendorDir . '/google/cloud/Redis/src/V1/ListInstancesResponse.php',
    'Google\\Cloud\\Redis\\V1\\LocationMetadata' => $vendorDir . '/google/cloud/Redis/src/V1/LocationMetadata.php',
    'Google\\Cloud\\Redis\\V1\\MaintenancePolicy' => $vendorDir . '/google/cloud/Redis/src/V1/MaintenancePolicy.php',
    'Google\\Cloud\\Redis\\V1\\MaintenanceSchedule' => $vendorDir . '/google/cloud/Redis/src/V1/MaintenanceSchedule.php',
    'Google\\Cloud\\Redis\\V1\\NodeInfo' => $vendorDir . '/google/cloud/Redis/src/V1/NodeInfo.php',
    'Google\\Cloud\\Redis\\V1\\OperationMetadata' => $vendorDir . '/google/cloud/Redis/src/V1/OperationMetadata.php',
    'Google\\Cloud\\Redis\\V1\\OutputConfig' => $vendorDir . '/google/cloud/Redis/src/V1/OutputConfig.php',
    'Google\\Cloud\\Redis\\V1\\RescheduleMaintenanceRequest' => $vendorDir . '/google/cloud/Redis/src/V1/RescheduleMaintenanceRequest.php',
    'Google\\Cloud\\Redis\\V1\\RescheduleMaintenanceRequest\\RescheduleType' => $vendorDir . '/google/cloud/Redis/src/V1/RescheduleMaintenanceRequest/RescheduleType.php',
    'Google\\Cloud\\Redis\\V1\\RescheduleMaintenanceRequest_RescheduleType' => $vendorDir . '/google/cloud/Redis/src/V1/RescheduleMaintenanceRequest_RescheduleType.php',
    'Google\\Cloud\\Redis\\V1\\TlsCertificate' => $vendorDir . '/google/cloud/Redis/src/V1/TlsCertificate.php',
    'Google\\Cloud\\Redis\\V1\\UpdateInstanceRequest' => $vendorDir . '/google/cloud/Redis/src/V1/UpdateInstanceRequest.php',
    'Google\\Cloud\\Redis\\V1\\UpgradeInstanceRequest' => $vendorDir . '/google/cloud/Redis/src/V1/UpgradeInstanceRequest.php',
    'Google\\Cloud\\Redis\\V1\\WeeklyMaintenanceWindow' => $vendorDir . '/google/cloud/Redis/src/V1/WeeklyMaintenanceWindow.php',
    'Google\\Cloud\\Redis\\V1\\ZoneMetadata' => $vendorDir . '/google/cloud/Redis/src/V1/ZoneMetadata.php',
    'Google\\Cloud\\Redis\\V1beta1\\CloudRedisClient' => $vendorDir . '/google/cloud/Redis/src/V1beta1/CloudRedisClient.php',
    'Google\\Cloud\\Redis\\V1beta1\\CloudRedisGrpcClient' => $vendorDir . '/google/cloud/Redis/src/V1beta1/CloudRedisGrpcClient.php',
    'Google\\Cloud\\Redis\\V1beta1\\CreateInstanceRequest' => $vendorDir . '/google/cloud/Redis/src/V1beta1/CreateInstanceRequest.php',
    'Google\\Cloud\\Redis\\V1beta1\\DeleteInstanceRequest' => $vendorDir . '/google/cloud/Redis/src/V1beta1/DeleteInstanceRequest.php',
    'Google\\Cloud\\Redis\\V1beta1\\ExportInstanceRequest' => $vendorDir . '/google/cloud/Redis/src/V1beta1/ExportInstanceRequest.php',
    'Google\\Cloud\\Redis\\V1beta1\\FailoverInstanceRequest' => $vendorDir . '/google/cloud/Redis/src/V1beta1/FailoverInstanceRequest.php',
    'Google\\Cloud\\Redis\\V1beta1\\FailoverInstanceRequest\\DataProtectionMode' => $vendorDir . '/google/cloud/Redis/src/V1beta1/FailoverInstanceRequest/DataProtectionMode.php',
    'Google\\Cloud\\Redis\\V1beta1\\FailoverInstanceRequest_DataProtectionMode' => $vendorDir . '/google/cloud/Redis/src/V1beta1/FailoverInstanceRequest_DataProtectionMode.php',
    'Google\\Cloud\\Redis\\V1beta1\\Gapic\\CloudRedisGapicClient' => $vendorDir . '/google/cloud/Redis/src/V1beta1/Gapic/CloudRedisGapicClient.php',
    'Google\\Cloud\\Redis\\V1beta1\\GcsDestination' => $vendorDir . '/google/cloud/Redis/src/V1beta1/GcsDestination.php',
    'Google\\Cloud\\Redis\\V1beta1\\GcsSource' => $vendorDir . '/google/cloud/Redis/src/V1beta1/GcsSource.php',
    'Google\\Cloud\\Redis\\V1beta1\\GetInstanceAuthStringRequest' => $vendorDir . '/google/cloud/Redis/src/V1beta1/GetInstanceAuthStringRequest.php',
    'Google\\Cloud\\Redis\\V1beta1\\GetInstanceRequest' => $vendorDir . '/google/cloud/Redis/src/V1beta1/GetInstanceRequest.php',
    'Google\\Cloud\\Redis\\V1beta1\\ImportInstanceRequest' => $vendorDir . '/google/cloud/Redis/src/V1beta1/ImportInstanceRequest.php',
    'Google\\Cloud\\Redis\\V1beta1\\InputConfig' => $vendorDir . '/google/cloud/Redis/src/V1beta1/InputConfig.php',
    'Google\\Cloud\\Redis\\V1beta1\\Instance' => $vendorDir . '/google/cloud/Redis/src/V1beta1/Instance.php',
    'Google\\Cloud\\Redis\\V1beta1\\InstanceAuthString' => $vendorDir . '/google/cloud/Redis/src/V1beta1/InstanceAuthString.php',
    'Google\\Cloud\\Redis\\V1beta1\\Instance\\ConnectMode' => $vendorDir . '/google/cloud/Redis/src/V1beta1/Instance/ConnectMode.php',
    'Google\\Cloud\\Redis\\V1beta1\\Instance\\ReadReplicasMode' => $vendorDir . '/google/cloud/Redis/src/V1beta1/Instance/ReadReplicasMode.php',
    'Google\\Cloud\\Redis\\V1beta1\\Instance\\State' => $vendorDir . '/google/cloud/Redis/src/V1beta1/Instance/State.php',
    'Google\\Cloud\\Redis\\V1beta1\\Instance\\Tier' => $vendorDir . '/google/cloud/Redis/src/V1beta1/Instance/Tier.php',
    'Google\\Cloud\\Redis\\V1beta1\\Instance\\TransitEncryptionMode' => $vendorDir . '/google/cloud/Redis/src/V1beta1/Instance/TransitEncryptionMode.php',
    'Google\\Cloud\\Redis\\V1beta1\\Instance_ConnectMode' => $vendorDir . '/google/cloud/Redis/src/V1beta1/Instance_ConnectMode.php',
    'Google\\Cloud\\Redis\\V1beta1\\Instance_ReadReplicasMode' => $vendorDir . '/google/cloud/Redis/src/V1beta1/Instance_ReadReplicasMode.php',
    'Google\\Cloud\\Redis\\V1beta1\\Instance_State' => $vendorDir . '/google/cloud/Redis/src/V1beta1/Instance_State.php',
    'Google\\Cloud\\Redis\\V1beta1\\Instance_Tier' => $vendorDir . '/google/cloud/Redis/src/V1beta1/Instance_Tier.php',
    'Google\\Cloud\\Redis\\V1beta1\\Instance_TransitEncryptionMode' => $vendorDir . '/google/cloud/Redis/src/V1beta1/Instance_TransitEncryptionMode.php',
    'Google\\Cloud\\Redis\\V1beta1\\ListInstancesRequest' => $vendorDir . '/google/cloud/Redis/src/V1beta1/ListInstancesRequest.php',
    'Google\\Cloud\\Redis\\V1beta1\\ListInstancesResponse' => $vendorDir . '/google/cloud/Redis/src/V1beta1/ListInstancesResponse.php',
    'Google\\Cloud\\Redis\\V1beta1\\LocationMetadata' => $vendorDir . '/google/cloud/Redis/src/V1beta1/LocationMetadata.php',
    'Google\\Cloud\\Redis\\V1beta1\\MaintenancePolicy' => $vendorDir . '/google/cloud/Redis/src/V1beta1/MaintenancePolicy.php',
    'Google\\Cloud\\Redis\\V1beta1\\MaintenanceSchedule' => $vendorDir . '/google/cloud/Redis/src/V1beta1/MaintenanceSchedule.php',
    'Google\\Cloud\\Redis\\V1beta1\\NodeInfo' => $vendorDir . '/google/cloud/Redis/src/V1beta1/NodeInfo.php',
    'Google\\Cloud\\Redis\\V1beta1\\OutputConfig' => $vendorDir . '/google/cloud/Redis/src/V1beta1/OutputConfig.php',
    'Google\\Cloud\\Redis\\V1beta1\\PersistenceConfig' => $vendorDir . '/google/cloud/Redis/src/V1beta1/PersistenceConfig.php',
    'Google\\Cloud\\Redis\\V1beta1\\PersistenceConfig\\PersistenceMode' => $vendorDir . '/google/cloud/Redis/src/V1beta1/PersistenceConfig/PersistenceMode.php',
    'Google\\Cloud\\Redis\\V1beta1\\PersistenceConfig\\SnapshotPeriod' => $vendorDir . '/google/cloud/Redis/src/V1beta1/PersistenceConfig/SnapshotPeriod.php',
    'Google\\Cloud\\Redis\\V1beta1\\PersistenceConfig_PersistenceMode' => $vendorDir . '/google/cloud/Redis/src/V1beta1/PersistenceConfig_PersistenceMode.php',
    'Google\\Cloud\\Redis\\V1beta1\\PersistenceConfig_SnapshotPeriod' => $vendorDir . '/google/cloud/Redis/src/V1beta1/PersistenceConfig_SnapshotPeriod.php',
    'Google\\Cloud\\Redis\\V1beta1\\RescheduleMaintenanceRequest' => $vendorDir . '/google/cloud/Redis/src/V1beta1/RescheduleMaintenanceRequest.php',
    'Google\\Cloud\\Redis\\V1beta1\\RescheduleMaintenanceRequest\\RescheduleType' => $vendorDir . '/google/cloud/Redis/src/V1beta1/RescheduleMaintenanceRequest/RescheduleType.php',
    'Google\\Cloud\\Redis\\V1beta1\\RescheduleMaintenanceRequest_RescheduleType' => $vendorDir . '/google/cloud/Redis/src/V1beta1/RescheduleMaintenanceRequest_RescheduleType.php',
    'Google\\Cloud\\Redis\\V1beta1\\TlsCertificate' => $vendorDir . '/google/cloud/Redis/src/V1beta1/TlsCertificate.php',
    'Google\\Cloud\\Redis\\V1beta1\\UpdateInstanceRequest' => $vendorDir . '/google/cloud/Redis/src/V1beta1/UpdateInstanceRequest.php',
    'Google\\Cloud\\Redis\\V1beta1\\UpgradeInstanceRequest' => $vendorDir . '/google/cloud/Redis/src/V1beta1/UpgradeInstanceRequest.php',
    'Google\\Cloud\\Redis\\V1beta1\\WeeklyMaintenanceWindow' => $vendorDir . '/google/cloud/Redis/src/V1beta1/WeeklyMaintenanceWindow.php',
    'Google\\Cloud\\Redis\\V1beta1\\ZoneMetadata' => $vendorDir . '/google/cloud/Redis/src/V1beta1/ZoneMetadata.php',
    'Google\\Cloud\\ResourceManager\\V3\\CreateFolderMetadata' => $vendorDir . '/google/cloud/ResourceManager/src/V3/CreateFolderMetadata.php',
    'Google\\Cloud\\ResourceManager\\V3\\CreateFolderRequest' => $vendorDir . '/google/cloud/ResourceManager/src/V3/CreateFolderRequest.php',
    'Google\\Cloud\\ResourceManager\\V3\\CreateProjectMetadata' => $vendorDir . '/google/cloud/ResourceManager/src/V3/CreateProjectMetadata.php',
    'Google\\Cloud\\ResourceManager\\V3\\CreateProjectRequest' => $vendorDir . '/google/cloud/ResourceManager/src/V3/CreateProjectRequest.php',
    'Google\\Cloud\\ResourceManager\\V3\\CreateTagBindingMetadata' => $vendorDir . '/google/cloud/ResourceManager/src/V3/CreateTagBindingMetadata.php',
    'Google\\Cloud\\ResourceManager\\V3\\CreateTagBindingRequest' => $vendorDir . '/google/cloud/ResourceManager/src/V3/CreateTagBindingRequest.php',
    'Google\\Cloud\\ResourceManager\\V3\\CreateTagKeyMetadata' => $vendorDir . '/google/cloud/ResourceManager/src/V3/CreateTagKeyMetadata.php',
    'Google\\Cloud\\ResourceManager\\V3\\CreateTagKeyRequest' => $vendorDir . '/google/cloud/ResourceManager/src/V3/CreateTagKeyRequest.php',
    'Google\\Cloud\\ResourceManager\\V3\\CreateTagValueMetadata' => $vendorDir . '/google/cloud/ResourceManager/src/V3/CreateTagValueMetadata.php',
    'Google\\Cloud\\ResourceManager\\V3\\CreateTagValueRequest' => $vendorDir . '/google/cloud/ResourceManager/src/V3/CreateTagValueRequest.php',
    'Google\\Cloud\\ResourceManager\\V3\\DeleteFolderMetadata' => $vendorDir . '/google/cloud/ResourceManager/src/V3/DeleteFolderMetadata.php',
    'Google\\Cloud\\ResourceManager\\V3\\DeleteFolderRequest' => $vendorDir . '/google/cloud/ResourceManager/src/V3/DeleteFolderRequest.php',
    'Google\\Cloud\\ResourceManager\\V3\\DeleteOrganizationMetadata' => $vendorDir . '/google/cloud/ResourceManager/src/V3/DeleteOrganizationMetadata.php',
    'Google\\Cloud\\ResourceManager\\V3\\DeleteProjectMetadata' => $vendorDir . '/google/cloud/ResourceManager/src/V3/DeleteProjectMetadata.php',
    'Google\\Cloud\\ResourceManager\\V3\\DeleteProjectRequest' => $vendorDir . '/google/cloud/ResourceManager/src/V3/DeleteProjectRequest.php',
    'Google\\Cloud\\ResourceManager\\V3\\DeleteTagBindingMetadata' => $vendorDir . '/google/cloud/ResourceManager/src/V3/DeleteTagBindingMetadata.php',
    'Google\\Cloud\\ResourceManager\\V3\\DeleteTagBindingRequest' => $vendorDir . '/google/cloud/ResourceManager/src/V3/DeleteTagBindingRequest.php',
    'Google\\Cloud\\ResourceManager\\V3\\DeleteTagKeyMetadata' => $vendorDir . '/google/cloud/ResourceManager/src/V3/DeleteTagKeyMetadata.php',
    'Google\\Cloud\\ResourceManager\\V3\\DeleteTagKeyRequest' => $vendorDir . '/google/cloud/ResourceManager/src/V3/DeleteTagKeyRequest.php',
    'Google\\Cloud\\ResourceManager\\V3\\DeleteTagValueMetadata' => $vendorDir . '/google/cloud/ResourceManager/src/V3/DeleteTagValueMetadata.php',
    'Google\\Cloud\\ResourceManager\\V3\\DeleteTagValueRequest' => $vendorDir . '/google/cloud/ResourceManager/src/V3/DeleteTagValueRequest.php',
    'Google\\Cloud\\ResourceManager\\V3\\Folder' => $vendorDir . '/google/cloud/ResourceManager/src/V3/Folder.php',
    'Google\\Cloud\\ResourceManager\\V3\\Folder\\State' => $vendorDir . '/google/cloud/ResourceManager/src/V3/Folder/State.php',
    'Google\\Cloud\\ResourceManager\\V3\\FoldersClient' => $vendorDir . '/google/cloud/ResourceManager/src/V3/FoldersClient.php',
    'Google\\Cloud\\ResourceManager\\V3\\FoldersGrpcClient' => $vendorDir . '/google/cloud/ResourceManager/src/V3/FoldersGrpcClient.php',
    'Google\\Cloud\\ResourceManager\\V3\\Gapic\\FoldersGapicClient' => $vendorDir . '/google/cloud/ResourceManager/src/V3/Gapic/FoldersGapicClient.php',
    'Google\\Cloud\\ResourceManager\\V3\\Gapic\\OrganizationsGapicClient' => $vendorDir . '/google/cloud/ResourceManager/src/V3/Gapic/OrganizationsGapicClient.php',
    'Google\\Cloud\\ResourceManager\\V3\\Gapic\\ProjectsGapicClient' => $vendorDir . '/google/cloud/ResourceManager/src/V3/Gapic/ProjectsGapicClient.php',
    'Google\\Cloud\\ResourceManager\\V3\\Gapic\\TagBindingsGapicClient' => $vendorDir . '/google/cloud/ResourceManager/src/V3/Gapic/TagBindingsGapicClient.php',
    'Google\\Cloud\\ResourceManager\\V3\\Gapic\\TagKeysGapicClient' => $vendorDir . '/google/cloud/ResourceManager/src/V3/Gapic/TagKeysGapicClient.php',
    'Google\\Cloud\\ResourceManager\\V3\\Gapic\\TagValuesGapicClient' => $vendorDir . '/google/cloud/ResourceManager/src/V3/Gapic/TagValuesGapicClient.php',
    'Google\\Cloud\\ResourceManager\\V3\\GetFolderRequest' => $vendorDir . '/google/cloud/ResourceManager/src/V3/GetFolderRequest.php',
    'Google\\Cloud\\ResourceManager\\V3\\GetOrganizationRequest' => $vendorDir . '/google/cloud/ResourceManager/src/V3/GetOrganizationRequest.php',
    'Google\\Cloud\\ResourceManager\\V3\\GetProjectRequest' => $vendorDir . '/google/cloud/ResourceManager/src/V3/GetProjectRequest.php',
    'Google\\Cloud\\ResourceManager\\V3\\GetTagKeyRequest' => $vendorDir . '/google/cloud/ResourceManager/src/V3/GetTagKeyRequest.php',
    'Google\\Cloud\\ResourceManager\\V3\\GetTagValueRequest' => $vendorDir . '/google/cloud/ResourceManager/src/V3/GetTagValueRequest.php',
    'Google\\Cloud\\ResourceManager\\V3\\ListFoldersRequest' => $vendorDir . '/google/cloud/ResourceManager/src/V3/ListFoldersRequest.php',
    'Google\\Cloud\\ResourceManager\\V3\\ListFoldersResponse' => $vendorDir . '/google/cloud/ResourceManager/src/V3/ListFoldersResponse.php',
    'Google\\Cloud\\ResourceManager\\V3\\ListProjectsRequest' => $vendorDir . '/google/cloud/ResourceManager/src/V3/ListProjectsRequest.php',
    'Google\\Cloud\\ResourceManager\\V3\\ListProjectsResponse' => $vendorDir . '/google/cloud/ResourceManager/src/V3/ListProjectsResponse.php',
    'Google\\Cloud\\ResourceManager\\V3\\ListTagBindingsRequest' => $vendorDir . '/google/cloud/ResourceManager/src/V3/ListTagBindingsRequest.php',
    'Google\\Cloud\\ResourceManager\\V3\\ListTagBindingsResponse' => $vendorDir . '/google/cloud/ResourceManager/src/V3/ListTagBindingsResponse.php',
    'Google\\Cloud\\ResourceManager\\V3\\ListTagKeysRequest' => $vendorDir . '/google/cloud/ResourceManager/src/V3/ListTagKeysRequest.php',
    'Google\\Cloud\\ResourceManager\\V3\\ListTagKeysResponse' => $vendorDir . '/google/cloud/ResourceManager/src/V3/ListTagKeysResponse.php',
    'Google\\Cloud\\ResourceManager\\V3\\ListTagValuesRequest' => $vendorDir . '/google/cloud/ResourceManager/src/V3/ListTagValuesRequest.php',
    'Google\\Cloud\\ResourceManager\\V3\\ListTagValuesResponse' => $vendorDir . '/google/cloud/ResourceManager/src/V3/ListTagValuesResponse.php',
    'Google\\Cloud\\ResourceManager\\V3\\MoveFolderMetadata' => $vendorDir . '/google/cloud/ResourceManager/src/V3/MoveFolderMetadata.php',
    'Google\\Cloud\\ResourceManager\\V3\\MoveFolderRequest' => $vendorDir . '/google/cloud/ResourceManager/src/V3/MoveFolderRequest.php',
    'Google\\Cloud\\ResourceManager\\V3\\MoveProjectMetadata' => $vendorDir . '/google/cloud/ResourceManager/src/V3/MoveProjectMetadata.php',
    'Google\\Cloud\\ResourceManager\\V3\\MoveProjectRequest' => $vendorDir . '/google/cloud/ResourceManager/src/V3/MoveProjectRequest.php',
    'Google\\Cloud\\ResourceManager\\V3\\Organization' => $vendorDir . '/google/cloud/ResourceManager/src/V3/Organization.php',
    'Google\\Cloud\\ResourceManager\\V3\\Organization\\State' => $vendorDir . '/google/cloud/ResourceManager/src/V3/Organization/State.php',
    'Google\\Cloud\\ResourceManager\\V3\\OrganizationsClient' => $vendorDir . '/google/cloud/ResourceManager/src/V3/OrganizationsClient.php',
    'Google\\Cloud\\ResourceManager\\V3\\OrganizationsGrpcClient' => $vendorDir . '/google/cloud/ResourceManager/src/V3/OrganizationsGrpcClient.php',
    'Google\\Cloud\\ResourceManager\\V3\\Project' => $vendorDir . '/google/cloud/ResourceManager/src/V3/Project.php',
    'Google\\Cloud\\ResourceManager\\V3\\Project\\State' => $vendorDir . '/google/cloud/ResourceManager/src/V3/Project/State.php',
    'Google\\Cloud\\ResourceManager\\V3\\ProjectsClient' => $vendorDir . '/google/cloud/ResourceManager/src/V3/ProjectsClient.php',
    'Google\\Cloud\\ResourceManager\\V3\\ProjectsGrpcClient' => $vendorDir . '/google/cloud/ResourceManager/src/V3/ProjectsGrpcClient.php',
    'Google\\Cloud\\ResourceManager\\V3\\SearchFoldersRequest' => $vendorDir . '/google/cloud/ResourceManager/src/V3/SearchFoldersRequest.php',
    'Google\\Cloud\\ResourceManager\\V3\\SearchFoldersResponse' => $vendorDir . '/google/cloud/ResourceManager/src/V3/SearchFoldersResponse.php',
    'Google\\Cloud\\ResourceManager\\V3\\SearchOrganizationsRequest' => $vendorDir . '/google/cloud/ResourceManager/src/V3/SearchOrganizationsRequest.php',
    'Google\\Cloud\\ResourceManager\\V3\\SearchOrganizationsResponse' => $vendorDir . '/google/cloud/ResourceManager/src/V3/SearchOrganizationsResponse.php',
    'Google\\Cloud\\ResourceManager\\V3\\SearchProjectsRequest' => $vendorDir . '/google/cloud/ResourceManager/src/V3/SearchProjectsRequest.php',
    'Google\\Cloud\\ResourceManager\\V3\\SearchProjectsResponse' => $vendorDir . '/google/cloud/ResourceManager/src/V3/SearchProjectsResponse.php',
    'Google\\Cloud\\ResourceManager\\V3\\TagBinding' => $vendorDir . '/google/cloud/ResourceManager/src/V3/TagBinding.php',
    'Google\\Cloud\\ResourceManager\\V3\\TagBindingsClient' => $vendorDir . '/google/cloud/ResourceManager/src/V3/TagBindingsClient.php',
    'Google\\Cloud\\ResourceManager\\V3\\TagBindingsGrpcClient' => $vendorDir . '/google/cloud/ResourceManager/src/V3/TagBindingsGrpcClient.php',
    'Google\\Cloud\\ResourceManager\\V3\\TagKey' => $vendorDir . '/google/cloud/ResourceManager/src/V3/TagKey.php',
    'Google\\Cloud\\ResourceManager\\V3\\TagKeysClient' => $vendorDir . '/google/cloud/ResourceManager/src/V3/TagKeysClient.php',
    'Google\\Cloud\\ResourceManager\\V3\\TagKeysGrpcClient' => $vendorDir . '/google/cloud/ResourceManager/src/V3/TagKeysGrpcClient.php',
    'Google\\Cloud\\ResourceManager\\V3\\TagValue' => $vendorDir . '/google/cloud/ResourceManager/src/V3/TagValue.php',
    'Google\\Cloud\\ResourceManager\\V3\\TagValuesClient' => $vendorDir . '/google/cloud/ResourceManager/src/V3/TagValuesClient.php',
    'Google\\Cloud\\ResourceManager\\V3\\TagValuesGrpcClient' => $vendorDir . '/google/cloud/ResourceManager/src/V3/TagValuesGrpcClient.php',
    'Google\\Cloud\\ResourceManager\\V3\\UndeleteFolderMetadata' => $vendorDir . '/google/cloud/ResourceManager/src/V3/UndeleteFolderMetadata.php',
    'Google\\Cloud\\ResourceManager\\V3\\UndeleteFolderRequest' => $vendorDir . '/google/cloud/ResourceManager/src/V3/UndeleteFolderRequest.php',
    'Google\\Cloud\\ResourceManager\\V3\\UndeleteOrganizationMetadata' => $vendorDir . '/google/cloud/ResourceManager/src/V3/UndeleteOrganizationMetadata.php',
    'Google\\Cloud\\ResourceManager\\V3\\UndeleteProjectMetadata' => $vendorDir . '/google/cloud/ResourceManager/src/V3/UndeleteProjectMetadata.php',
    'Google\\Cloud\\ResourceManager\\V3\\UndeleteProjectRequest' => $vendorDir . '/google/cloud/ResourceManager/src/V3/UndeleteProjectRequest.php',
    'Google\\Cloud\\ResourceManager\\V3\\UpdateFolderMetadata' => $vendorDir . '/google/cloud/ResourceManager/src/V3/UpdateFolderMetadata.php',
    'Google\\Cloud\\ResourceManager\\V3\\UpdateFolderRequest' => $vendorDir . '/google/cloud/ResourceManager/src/V3/UpdateFolderRequest.php',
    'Google\\Cloud\\ResourceManager\\V3\\UpdateProjectMetadata' => $vendorDir . '/google/cloud/ResourceManager/src/V3/UpdateProjectMetadata.php',
    'Google\\Cloud\\ResourceManager\\V3\\UpdateProjectRequest' => $vendorDir . '/google/cloud/ResourceManager/src/V3/UpdateProjectRequest.php',
    'Google\\Cloud\\ResourceManager\\V3\\UpdateTagKeyMetadata' => $vendorDir . '/google/cloud/ResourceManager/src/V3/UpdateTagKeyMetadata.php',
    'Google\\Cloud\\ResourceManager\\V3\\UpdateTagKeyRequest' => $vendorDir . '/google/cloud/ResourceManager/src/V3/UpdateTagKeyRequest.php',
    'Google\\Cloud\\ResourceManager\\V3\\UpdateTagValueMetadata' => $vendorDir . '/google/cloud/ResourceManager/src/V3/UpdateTagValueMetadata.php',
    'Google\\Cloud\\ResourceManager\\V3\\UpdateTagValueRequest' => $vendorDir . '/google/cloud/ResourceManager/src/V3/UpdateTagValueRequest.php',
    'Google\\Cloud\\ResourceSettings\\V1\\Gapic\\ResourceSettingsServiceGapicClient' => $vendorDir . '/google/cloud/ResourceSettings/src/V1/Gapic/ResourceSettingsServiceGapicClient.php',
    'Google\\Cloud\\ResourceSettings\\V1\\GetSettingRequest' => $vendorDir . '/google/cloud/ResourceSettings/src/V1/GetSettingRequest.php',
    'Google\\Cloud\\ResourceSettings\\V1\\ListSettingsRequest' => $vendorDir . '/google/cloud/ResourceSettings/src/V1/ListSettingsRequest.php',
    'Google\\Cloud\\ResourceSettings\\V1\\ListSettingsResponse' => $vendorDir . '/google/cloud/ResourceSettings/src/V1/ListSettingsResponse.php',
    'Google\\Cloud\\ResourceSettings\\V1\\ResourceSettingsServiceClient' => $vendorDir . '/google/cloud/ResourceSettings/src/V1/ResourceSettingsServiceClient.php',
    'Google\\Cloud\\ResourceSettings\\V1\\Setting' => $vendorDir . '/google/cloud/ResourceSettings/src/V1/Setting.php',
    'Google\\Cloud\\ResourceSettings\\V1\\SettingMetadata' => $vendorDir . '/google/cloud/ResourceSettings/src/V1/SettingMetadata.php',
    'Google\\Cloud\\ResourceSettings\\V1\\SettingMetadata\\DataType' => $vendorDir . '/google/cloud/ResourceSettings/src/V1/SettingMetadata/DataType.php',
    'Google\\Cloud\\ResourceSettings\\V1\\SettingView' => $vendorDir . '/google/cloud/ResourceSettings/src/V1/SettingView.php',
    'Google\\Cloud\\ResourceSettings\\V1\\UpdateSettingRequest' => $vendorDir . '/google/cloud/ResourceSettings/src/V1/UpdateSettingRequest.php',
    'Google\\Cloud\\ResourceSettings\\V1\\Value' => $vendorDir . '/google/cloud/ResourceSettings/src/V1/Value.php',
    'Google\\Cloud\\ResourceSettings\\V1\\Value\\EnumValue' => $vendorDir . '/google/cloud/ResourceSettings/src/V1/Value/EnumValue.php',
    'Google\\Cloud\\ResourceSettings\\V1\\Value\\StringSet' => $vendorDir . '/google/cloud/ResourceSettings/src/V1/Value/StringSet.php',
    'Google\\Cloud\\Retail\\V2\\AddCatalogAttributeRequest' => $vendorDir . '/google/cloud/Retail/src/V2/AddCatalogAttributeRequest.php',
    'Google\\Cloud\\Retail\\V2\\AddControlRequest' => $vendorDir . '/google/cloud/Retail/src/V2/AddControlRequest.php',
    'Google\\Cloud\\Retail\\V2\\AddFulfillmentPlacesMetadata' => $vendorDir . '/google/cloud/Retail/src/V2/AddFulfillmentPlacesMetadata.php',
    'Google\\Cloud\\Retail\\V2\\AddFulfillmentPlacesRequest' => $vendorDir . '/google/cloud/Retail/src/V2/AddFulfillmentPlacesRequest.php',
    'Google\\Cloud\\Retail\\V2\\AddFulfillmentPlacesResponse' => $vendorDir . '/google/cloud/Retail/src/V2/AddFulfillmentPlacesResponse.php',
    'Google\\Cloud\\Retail\\V2\\AddLocalInventoriesMetadata' => $vendorDir . '/google/cloud/Retail/src/V2/AddLocalInventoriesMetadata.php',
    'Google\\Cloud\\Retail\\V2\\AddLocalInventoriesRequest' => $vendorDir . '/google/cloud/Retail/src/V2/AddLocalInventoriesRequest.php',
    'Google\\Cloud\\Retail\\V2\\AddLocalInventoriesResponse' => $vendorDir . '/google/cloud/Retail/src/V2/AddLocalInventoriesResponse.php',
    'Google\\Cloud\\Retail\\V2\\AttributeConfigLevel' => $vendorDir . '/google/cloud/Retail/src/V2/AttributeConfigLevel.php',
    'Google\\Cloud\\Retail\\V2\\AttributesConfig' => $vendorDir . '/google/cloud/Retail/src/V2/AttributesConfig.php',
    'Google\\Cloud\\Retail\\V2\\Audience' => $vendorDir . '/google/cloud/Retail/src/V2/Audience.php',
    'Google\\Cloud\\Retail\\V2\\BigQuerySource' => $vendorDir . '/google/cloud/Retail/src/V2/BigQuerySource.php',
    'Google\\Cloud\\Retail\\V2\\Catalog' => $vendorDir . '/google/cloud/Retail/src/V2/Catalog.php',
    'Google\\Cloud\\Retail\\V2\\CatalogAttribute' => $vendorDir . '/google/cloud/Retail/src/V2/CatalogAttribute.php',
    'Google\\Cloud\\Retail\\V2\\CatalogAttribute\\AttributeType' => $vendorDir . '/google/cloud/Retail/src/V2/CatalogAttribute/AttributeType.php',
    'Google\\Cloud\\Retail\\V2\\CatalogAttribute\\DynamicFacetableOption' => $vendorDir . '/google/cloud/Retail/src/V2/CatalogAttribute/DynamicFacetableOption.php',
    'Google\\Cloud\\Retail\\V2\\CatalogAttribute\\ExactSearchableOption' => $vendorDir . '/google/cloud/Retail/src/V2/CatalogAttribute/ExactSearchableOption.php',
    'Google\\Cloud\\Retail\\V2\\CatalogAttribute\\IndexableOption' => $vendorDir . '/google/cloud/Retail/src/V2/CatalogAttribute/IndexableOption.php',
    'Google\\Cloud\\Retail\\V2\\CatalogAttribute\\RetrievableOption' => $vendorDir . '/google/cloud/Retail/src/V2/CatalogAttribute/RetrievableOption.php',
    'Google\\Cloud\\Retail\\V2\\CatalogAttribute\\SearchableOption' => $vendorDir . '/google/cloud/Retail/src/V2/CatalogAttribute/SearchableOption.php',
    'Google\\Cloud\\Retail\\V2\\CatalogServiceClient' => $vendorDir . '/google/cloud/Retail/src/V2/CatalogServiceClient.php',
    'Google\\Cloud\\Retail\\V2\\CollectUserEventRequest' => $vendorDir . '/google/cloud/Retail/src/V2/CollectUserEventRequest.php',
    'Google\\Cloud\\Retail\\V2\\ColorInfo' => $vendorDir . '/google/cloud/Retail/src/V2/ColorInfo.php',
    'Google\\Cloud\\Retail\\V2\\CompleteQueryRequest' => $vendorDir . '/google/cloud/Retail/src/V2/CompleteQueryRequest.php',
    'Google\\Cloud\\Retail\\V2\\CompleteQueryResponse' => $vendorDir . '/google/cloud/Retail/src/V2/CompleteQueryResponse.php',
    'Google\\Cloud\\Retail\\V2\\CompleteQueryResponse\\CompletionResult' => $vendorDir . '/google/cloud/Retail/src/V2/CompleteQueryResponse/CompletionResult.php',
    'Google\\Cloud\\Retail\\V2\\CompleteQueryResponse\\RecentSearchResult' => $vendorDir . '/google/cloud/Retail/src/V2/CompleteQueryResponse/RecentSearchResult.php',
    'Google\\Cloud\\Retail\\V2\\CompletionConfig' => $vendorDir . '/google/cloud/Retail/src/V2/CompletionConfig.php',
    'Google\\Cloud\\Retail\\V2\\CompletionDataInputConfig' => $vendorDir . '/google/cloud/Retail/src/V2/CompletionDataInputConfig.php',
    'Google\\Cloud\\Retail\\V2\\CompletionDetail' => $vendorDir . '/google/cloud/Retail/src/V2/CompletionDetail.php',
    'Google\\Cloud\\Retail\\V2\\CompletionServiceClient' => $vendorDir . '/google/cloud/Retail/src/V2/CompletionServiceClient.php',
    'Google\\Cloud\\Retail\\V2\\Condition' => $vendorDir . '/google/cloud/Retail/src/V2/Condition.php',
    'Google\\Cloud\\Retail\\V2\\Condition\\QueryTerm' => $vendorDir . '/google/cloud/Retail/src/V2/Condition/QueryTerm.php',
    'Google\\Cloud\\Retail\\V2\\Condition\\TimeRange' => $vendorDir . '/google/cloud/Retail/src/V2/Condition/TimeRange.php',
    'Google\\Cloud\\Retail\\V2\\Control' => $vendorDir . '/google/cloud/Retail/src/V2/Control.php',
    'Google\\Cloud\\Retail\\V2\\ControlServiceClient' => $vendorDir . '/google/cloud/Retail/src/V2/ControlServiceClient.php',
    'Google\\Cloud\\Retail\\V2\\CreateControlRequest' => $vendorDir . '/google/cloud/Retail/src/V2/CreateControlRequest.php',
    'Google\\Cloud\\Retail\\V2\\CreateProductRequest' => $vendorDir . '/google/cloud/Retail/src/V2/CreateProductRequest.php',
    'Google\\Cloud\\Retail\\V2\\CreateServingConfigRequest' => $vendorDir . '/google/cloud/Retail/src/V2/CreateServingConfigRequest.php',
    'Google\\Cloud\\Retail\\V2\\CustomAttribute' => $vendorDir . '/google/cloud/Retail/src/V2/CustomAttribute.php',
    'Google\\Cloud\\Retail\\V2\\DeleteControlRequest' => $vendorDir . '/google/cloud/Retail/src/V2/DeleteControlRequest.php',
    'Google\\Cloud\\Retail\\V2\\DeleteProductRequest' => $vendorDir . '/google/cloud/Retail/src/V2/DeleteProductRequest.php',
    'Google\\Cloud\\Retail\\V2\\DeleteServingConfigRequest' => $vendorDir . '/google/cloud/Retail/src/V2/DeleteServingConfigRequest.php',
    'Google\\Cloud\\Retail\\V2\\FulfillmentInfo' => $vendorDir . '/google/cloud/Retail/src/V2/FulfillmentInfo.php',
    'Google\\Cloud\\Retail\\V2\\Gapic\\CatalogServiceGapicClient' => $vendorDir . '/google/cloud/Retail/src/V2/Gapic/CatalogServiceGapicClient.php',
    'Google\\Cloud\\Retail\\V2\\Gapic\\CompletionServiceGapicClient' => $vendorDir . '/google/cloud/Retail/src/V2/Gapic/CompletionServiceGapicClient.php',
    'Google\\Cloud\\Retail\\V2\\Gapic\\ControlServiceGapicClient' => $vendorDir . '/google/cloud/Retail/src/V2/Gapic/ControlServiceGapicClient.php',
    'Google\\Cloud\\Retail\\V2\\Gapic\\PredictionServiceGapicClient' => $vendorDir . '/google/cloud/Retail/src/V2/Gapic/PredictionServiceGapicClient.php',
    'Google\\Cloud\\Retail\\V2\\Gapic\\ProductServiceGapicClient' => $vendorDir . '/google/cloud/Retail/src/V2/Gapic/ProductServiceGapicClient.php',
    'Google\\Cloud\\Retail\\V2\\Gapic\\SearchServiceGapicClient' => $vendorDir . '/google/cloud/Retail/src/V2/Gapic/SearchServiceGapicClient.php',
    'Google\\Cloud\\Retail\\V2\\Gapic\\ServingConfigServiceGapicClient' => $vendorDir . '/google/cloud/Retail/src/V2/Gapic/ServingConfigServiceGapicClient.php',
    'Google\\Cloud\\Retail\\V2\\Gapic\\UserEventServiceGapicClient' => $vendorDir . '/google/cloud/Retail/src/V2/Gapic/UserEventServiceGapicClient.php',
    'Google\\Cloud\\Retail\\V2\\GcsSource' => $vendorDir . '/google/cloud/Retail/src/V2/GcsSource.php',
    'Google\\Cloud\\Retail\\V2\\GetAttributesConfigRequest' => $vendorDir . '/google/cloud/Retail/src/V2/GetAttributesConfigRequest.php',
    'Google\\Cloud\\Retail\\V2\\GetCompletionConfigRequest' => $vendorDir . '/google/cloud/Retail/src/V2/GetCompletionConfigRequest.php',
    'Google\\Cloud\\Retail\\V2\\GetControlRequest' => $vendorDir . '/google/cloud/Retail/src/V2/GetControlRequest.php',
    'Google\\Cloud\\Retail\\V2\\GetDefaultBranchRequest' => $vendorDir . '/google/cloud/Retail/src/V2/GetDefaultBranchRequest.php',
    'Google\\Cloud\\Retail\\V2\\GetDefaultBranchResponse' => $vendorDir . '/google/cloud/Retail/src/V2/GetDefaultBranchResponse.php',
    'Google\\Cloud\\Retail\\V2\\GetProductRequest' => $vendorDir . '/google/cloud/Retail/src/V2/GetProductRequest.php',
    'Google\\Cloud\\Retail\\V2\\GetServingConfigRequest' => $vendorDir . '/google/cloud/Retail/src/V2/GetServingConfigRequest.php',
    'Google\\Cloud\\Retail\\V2\\Image' => $vendorDir . '/google/cloud/Retail/src/V2/Image.php',
    'Google\\Cloud\\Retail\\V2\\ImportCompletionDataRequest' => $vendorDir . '/google/cloud/Retail/src/V2/ImportCompletionDataRequest.php',
    'Google\\Cloud\\Retail\\V2\\ImportCompletionDataResponse' => $vendorDir . '/google/cloud/Retail/src/V2/ImportCompletionDataResponse.php',
    'Google\\Cloud\\Retail\\V2\\ImportErrorsConfig' => $vendorDir . '/google/cloud/Retail/src/V2/ImportErrorsConfig.php',
    'Google\\Cloud\\Retail\\V2\\ImportMetadata' => $vendorDir . '/google/cloud/Retail/src/V2/ImportMetadata.php',
    'Google\\Cloud\\Retail\\V2\\ImportProductsRequest' => $vendorDir . '/google/cloud/Retail/src/V2/ImportProductsRequest.php',
    'Google\\Cloud\\Retail\\V2\\ImportProductsRequest\\ReconciliationMode' => $vendorDir . '/google/cloud/Retail/src/V2/ImportProductsRequest/ReconciliationMode.php',
    'Google\\Cloud\\Retail\\V2\\ImportProductsResponse' => $vendorDir . '/google/cloud/Retail/src/V2/ImportProductsResponse.php',
    'Google\\Cloud\\Retail\\V2\\ImportUserEventsRequest' => $vendorDir . '/google/cloud/Retail/src/V2/ImportUserEventsRequest.php',
    'Google\\Cloud\\Retail\\V2\\ImportUserEventsResponse' => $vendorDir . '/google/cloud/Retail/src/V2/ImportUserEventsResponse.php',
    'Google\\Cloud\\Retail\\V2\\Interval' => $vendorDir . '/google/cloud/Retail/src/V2/Interval.php',
    'Google\\Cloud\\Retail\\V2\\ListCatalogsRequest' => $vendorDir . '/google/cloud/Retail/src/V2/ListCatalogsRequest.php',
    'Google\\Cloud\\Retail\\V2\\ListCatalogsResponse' => $vendorDir . '/google/cloud/Retail/src/V2/ListCatalogsResponse.php',
    'Google\\Cloud\\Retail\\V2\\ListControlsRequest' => $vendorDir . '/google/cloud/Retail/src/V2/ListControlsRequest.php',
    'Google\\Cloud\\Retail\\V2\\ListControlsResponse' => $vendorDir . '/google/cloud/Retail/src/V2/ListControlsResponse.php',
    'Google\\Cloud\\Retail\\V2\\ListProductsRequest' => $vendorDir . '/google/cloud/Retail/src/V2/ListProductsRequest.php',
    'Google\\Cloud\\Retail\\V2\\ListProductsResponse' => $vendorDir . '/google/cloud/Retail/src/V2/ListProductsResponse.php',
    'Google\\Cloud\\Retail\\V2\\ListServingConfigsRequest' => $vendorDir . '/google/cloud/Retail/src/V2/ListServingConfigsRequest.php',
    'Google\\Cloud\\Retail\\V2\\ListServingConfigsResponse' => $vendorDir . '/google/cloud/Retail/src/V2/ListServingConfigsResponse.php',
    'Google\\Cloud\\Retail\\V2\\LocalInventory' => $vendorDir . '/google/cloud/Retail/src/V2/LocalInventory.php',
    'Google\\Cloud\\Retail\\V2\\PredictRequest' => $vendorDir . '/google/cloud/Retail/src/V2/PredictRequest.php',
    'Google\\Cloud\\Retail\\V2\\PredictResponse' => $vendorDir . '/google/cloud/Retail/src/V2/PredictResponse.php',
    'Google\\Cloud\\Retail\\V2\\PredictResponse\\PredictionResult' => $vendorDir . '/google/cloud/Retail/src/V2/PredictResponse/PredictionResult.php',
    'Google\\Cloud\\Retail\\V2\\PredictionServiceClient' => $vendorDir . '/google/cloud/Retail/src/V2/PredictionServiceClient.php',
    'Google\\Cloud\\Retail\\V2\\PriceInfo' => $vendorDir . '/google/cloud/Retail/src/V2/PriceInfo.php',
    'Google\\Cloud\\Retail\\V2\\PriceInfo\\PriceRange' => $vendorDir . '/google/cloud/Retail/src/V2/PriceInfo/PriceRange.php',
    'Google\\Cloud\\Retail\\V2\\Product' => $vendorDir . '/google/cloud/Retail/src/V2/Product.php',
    'Google\\Cloud\\Retail\\V2\\ProductDetail' => $vendorDir . '/google/cloud/Retail/src/V2/ProductDetail.php',
    'Google\\Cloud\\Retail\\V2\\ProductInlineSource' => $vendorDir . '/google/cloud/Retail/src/V2/ProductInlineSource.php',
    'Google\\Cloud\\Retail\\V2\\ProductInputConfig' => $vendorDir . '/google/cloud/Retail/src/V2/ProductInputConfig.php',
    'Google\\Cloud\\Retail\\V2\\ProductLevelConfig' => $vendorDir . '/google/cloud/Retail/src/V2/ProductLevelConfig.php',
    'Google\\Cloud\\Retail\\V2\\ProductServiceClient' => $vendorDir . '/google/cloud/Retail/src/V2/ProductServiceClient.php',
    'Google\\Cloud\\Retail\\V2\\Product\\Availability' => $vendorDir . '/google/cloud/Retail/src/V2/Product/Availability.php',
    'Google\\Cloud\\Retail\\V2\\Product\\Type' => $vendorDir . '/google/cloud/Retail/src/V2/Product/Type.php',
    'Google\\Cloud\\Retail\\V2\\Promotion' => $vendorDir . '/google/cloud/Retail/src/V2/Promotion.php',
    'Google\\Cloud\\Retail\\V2\\PurchaseTransaction' => $vendorDir . '/google/cloud/Retail/src/V2/PurchaseTransaction.php',
    'Google\\Cloud\\Retail\\V2\\PurgeMetadata' => $vendorDir . '/google/cloud/Retail/src/V2/PurgeMetadata.php',
    'Google\\Cloud\\Retail\\V2\\PurgeUserEventsRequest' => $vendorDir . '/google/cloud/Retail/src/V2/PurgeUserEventsRequest.php',
    'Google\\Cloud\\Retail\\V2\\PurgeUserEventsResponse' => $vendorDir . '/google/cloud/Retail/src/V2/PurgeUserEventsResponse.php',
    'Google\\Cloud\\Retail\\V2\\Rating' => $vendorDir . '/google/cloud/Retail/src/V2/Rating.php',
    'Google\\Cloud\\Retail\\V2\\RejoinUserEventsMetadata' => $vendorDir . '/google/cloud/Retail/src/V2/RejoinUserEventsMetadata.php',
    'Google\\Cloud\\Retail\\V2\\RejoinUserEventsRequest' => $vendorDir . '/google/cloud/Retail/src/V2/RejoinUserEventsRequest.php',
    'Google\\Cloud\\Retail\\V2\\RejoinUserEventsRequest\\UserEventRejoinScope' => $vendorDir . '/google/cloud/Retail/src/V2/RejoinUserEventsRequest/UserEventRejoinScope.php',
    'Google\\Cloud\\Retail\\V2\\RejoinUserEventsResponse' => $vendorDir . '/google/cloud/Retail/src/V2/RejoinUserEventsResponse.php',
    'Google\\Cloud\\Retail\\V2\\RemoveCatalogAttributeRequest' => $vendorDir . '/google/cloud/Retail/src/V2/RemoveCatalogAttributeRequest.php',
    'Google\\Cloud\\Retail\\V2\\RemoveControlRequest' => $vendorDir . '/google/cloud/Retail/src/V2/RemoveControlRequest.php',
    'Google\\Cloud\\Retail\\V2\\RemoveFulfillmentPlacesMetadata' => $vendorDir . '/google/cloud/Retail/src/V2/RemoveFulfillmentPlacesMetadata.php',
    'Google\\Cloud\\Retail\\V2\\RemoveFulfillmentPlacesRequest' => $vendorDir . '/google/cloud/Retail/src/V2/RemoveFulfillmentPlacesRequest.php',
    'Google\\Cloud\\Retail\\V2\\RemoveFulfillmentPlacesResponse' => $vendorDir . '/google/cloud/Retail/src/V2/RemoveFulfillmentPlacesResponse.php',
    'Google\\Cloud\\Retail\\V2\\RemoveLocalInventoriesMetadata' => $vendorDir . '/google/cloud/Retail/src/V2/RemoveLocalInventoriesMetadata.php',
    'Google\\Cloud\\Retail\\V2\\RemoveLocalInventoriesRequest' => $vendorDir . '/google/cloud/Retail/src/V2/RemoveLocalInventoriesRequest.php',
    'Google\\Cloud\\Retail\\V2\\RemoveLocalInventoriesResponse' => $vendorDir . '/google/cloud/Retail/src/V2/RemoveLocalInventoriesResponse.php',
    'Google\\Cloud\\Retail\\V2\\ReplaceCatalogAttributeRequest' => $vendorDir . '/google/cloud/Retail/src/V2/ReplaceCatalogAttributeRequest.php',
    'Google\\Cloud\\Retail\\V2\\Rule' => $vendorDir . '/google/cloud/Retail/src/V2/Rule.php',
    'Google\\Cloud\\Retail\\V2\\Rule\\BoostAction' => $vendorDir . '/google/cloud/Retail/src/V2/Rule/BoostAction.php',
    'Google\\Cloud\\Retail\\V2\\Rule\\DoNotAssociateAction' => $vendorDir . '/google/cloud/Retail/src/V2/Rule/DoNotAssociateAction.php',
    'Google\\Cloud\\Retail\\V2\\Rule\\FilterAction' => $vendorDir . '/google/cloud/Retail/src/V2/Rule/FilterAction.php',
    'Google\\Cloud\\Retail\\V2\\Rule\\IgnoreAction' => $vendorDir . '/google/cloud/Retail/src/V2/Rule/IgnoreAction.php',
    'Google\\Cloud\\Retail\\V2\\Rule\\OnewaySynonymsAction' => $vendorDir . '/google/cloud/Retail/src/V2/Rule/OnewaySynonymsAction.php',
    'Google\\Cloud\\Retail\\V2\\Rule\\RedirectAction' => $vendorDir . '/google/cloud/Retail/src/V2/Rule/RedirectAction.php',
    'Google\\Cloud\\Retail\\V2\\Rule\\ReplacementAction' => $vendorDir . '/google/cloud/Retail/src/V2/Rule/ReplacementAction.php',
    'Google\\Cloud\\Retail\\V2\\Rule\\TwowaySynonymsAction' => $vendorDir . '/google/cloud/Retail/src/V2/Rule/TwowaySynonymsAction.php',
    'Google\\Cloud\\Retail\\V2\\SearchRequest' => $vendorDir . '/google/cloud/Retail/src/V2/SearchRequest.php',
    'Google\\Cloud\\Retail\\V2\\SearchRequest\\BoostSpec' => $vendorDir . '/google/cloud/Retail/src/V2/SearchRequest/BoostSpec.php',
    'Google\\Cloud\\Retail\\V2\\SearchRequest\\BoostSpec\\ConditionBoostSpec' => $vendorDir . '/google/cloud/Retail/src/V2/SearchRequest/BoostSpec/ConditionBoostSpec.php',
    'Google\\Cloud\\Retail\\V2\\SearchRequest\\DynamicFacetSpec' => $vendorDir . '/google/cloud/Retail/src/V2/SearchRequest/DynamicFacetSpec.php',
    'Google\\Cloud\\Retail\\V2\\SearchRequest\\DynamicFacetSpec\\Mode' => $vendorDir . '/google/cloud/Retail/src/V2/SearchRequest/DynamicFacetSpec/Mode.php',
    'Google\\Cloud\\Retail\\V2\\SearchRequest\\FacetSpec' => $vendorDir . '/google/cloud/Retail/src/V2/SearchRequest/FacetSpec.php',
    'Google\\Cloud\\Retail\\V2\\SearchRequest\\FacetSpec\\FacetKey' => $vendorDir . '/google/cloud/Retail/src/V2/SearchRequest/FacetSpec/FacetKey.php',
    'Google\\Cloud\\Retail\\V2\\SearchRequest\\PersonalizationSpec' => $vendorDir . '/google/cloud/Retail/src/V2/SearchRequest/PersonalizationSpec.php',
    'Google\\Cloud\\Retail\\V2\\SearchRequest\\PersonalizationSpec\\Mode' => $vendorDir . '/google/cloud/Retail/src/V2/SearchRequest/PersonalizationSpec/Mode.php',
    'Google\\Cloud\\Retail\\V2\\SearchRequest\\QueryExpansionSpec' => $vendorDir . '/google/cloud/Retail/src/V2/SearchRequest/QueryExpansionSpec.php',
    'Google\\Cloud\\Retail\\V2\\SearchRequest\\QueryExpansionSpec\\Condition' => $vendorDir . '/google/cloud/Retail/src/V2/SearchRequest/QueryExpansionSpec/Condition.php',
    'Google\\Cloud\\Retail\\V2\\SearchRequest\\SearchMode' => $vendorDir . '/google/cloud/Retail/src/V2/SearchRequest/SearchMode.php',
    'Google\\Cloud\\Retail\\V2\\SearchRequest\\SpellCorrectionSpec' => $vendorDir . '/google/cloud/Retail/src/V2/SearchRequest/SpellCorrectionSpec.php',
    'Google\\Cloud\\Retail\\V2\\SearchRequest\\SpellCorrectionSpec\\Mode' => $vendorDir . '/google/cloud/Retail/src/V2/SearchRequest/SpellCorrectionSpec/Mode.php',
    'Google\\Cloud\\Retail\\V2\\SearchResponse' => $vendorDir . '/google/cloud/Retail/src/V2/SearchResponse.php',
    'Google\\Cloud\\Retail\\V2\\SearchResponse\\Facet' => $vendorDir . '/google/cloud/Retail/src/V2/SearchResponse/Facet.php',
    'Google\\Cloud\\Retail\\V2\\SearchResponse\\Facet\\FacetValue' => $vendorDir . '/google/cloud/Retail/src/V2/SearchResponse/Facet/FacetValue.php',
    'Google\\Cloud\\Retail\\V2\\SearchResponse\\QueryExpansionInfo' => $vendorDir . '/google/cloud/Retail/src/V2/SearchResponse/QueryExpansionInfo.php',
    'Google\\Cloud\\Retail\\V2\\SearchResponse\\SearchResult' => $vendorDir . '/google/cloud/Retail/src/V2/SearchResponse/SearchResult.php',
    'Google\\Cloud\\Retail\\V2\\SearchServiceClient' => $vendorDir . '/google/cloud/Retail/src/V2/SearchServiceClient.php',
    'Google\\Cloud\\Retail\\V2\\SearchSolutionUseCase' => $vendorDir . '/google/cloud/Retail/src/V2/SearchSolutionUseCase.php',
    'Google\\Cloud\\Retail\\V2\\ServingConfig' => $vendorDir . '/google/cloud/Retail/src/V2/ServingConfig.php',
    'Google\\Cloud\\Retail\\V2\\ServingConfigServiceClient' => $vendorDir . '/google/cloud/Retail/src/V2/ServingConfigServiceClient.php',
    'Google\\Cloud\\Retail\\V2\\ServingConfig\\DiversityType' => $vendorDir . '/google/cloud/Retail/src/V2/ServingConfig/DiversityType.php',
    'Google\\Cloud\\Retail\\V2\\SetDefaultBranchRequest' => $vendorDir . '/google/cloud/Retail/src/V2/SetDefaultBranchRequest.php',
    'Google\\Cloud\\Retail\\V2\\SetInventoryMetadata' => $vendorDir . '/google/cloud/Retail/src/V2/SetInventoryMetadata.php',
    'Google\\Cloud\\Retail\\V2\\SetInventoryRequest' => $vendorDir . '/google/cloud/Retail/src/V2/SetInventoryRequest.php',
    'Google\\Cloud\\Retail\\V2\\SetInventoryResponse' => $vendorDir . '/google/cloud/Retail/src/V2/SetInventoryResponse.php',
    'Google\\Cloud\\Retail\\V2\\SolutionType' => $vendorDir . '/google/cloud/Retail/src/V2/SolutionType.php',
    'Google\\Cloud\\Retail\\V2\\UpdateAttributesConfigRequest' => $vendorDir . '/google/cloud/Retail/src/V2/UpdateAttributesConfigRequest.php',
    'Google\\Cloud\\Retail\\V2\\UpdateCatalogRequest' => $vendorDir . '/google/cloud/Retail/src/V2/UpdateCatalogRequest.php',
    'Google\\Cloud\\Retail\\V2\\UpdateCompletionConfigRequest' => $vendorDir . '/google/cloud/Retail/src/V2/UpdateCompletionConfigRequest.php',
    'Google\\Cloud\\Retail\\V2\\UpdateControlRequest' => $vendorDir . '/google/cloud/Retail/src/V2/UpdateControlRequest.php',
    'Google\\Cloud\\Retail\\V2\\UpdateProductRequest' => $vendorDir . '/google/cloud/Retail/src/V2/UpdateProductRequest.php',
    'Google\\Cloud\\Retail\\V2\\UpdateServingConfigRequest' => $vendorDir . '/google/cloud/Retail/src/V2/UpdateServingConfigRequest.php',
    'Google\\Cloud\\Retail\\V2\\UserEvent' => $vendorDir . '/google/cloud/Retail/src/V2/UserEvent.php',
    'Google\\Cloud\\Retail\\V2\\UserEventImportSummary' => $vendorDir . '/google/cloud/Retail/src/V2/UserEventImportSummary.php',
    'Google\\Cloud\\Retail\\V2\\UserEventInlineSource' => $vendorDir . '/google/cloud/Retail/src/V2/UserEventInlineSource.php',
    'Google\\Cloud\\Retail\\V2\\UserEventInputConfig' => $vendorDir . '/google/cloud/Retail/src/V2/UserEventInputConfig.php',
    'Google\\Cloud\\Retail\\V2\\UserEventServiceClient' => $vendorDir . '/google/cloud/Retail/src/V2/UserEventServiceClient.php',
    'Google\\Cloud\\Retail\\V2\\UserInfo' => $vendorDir . '/google/cloud/Retail/src/V2/UserInfo.php',
    'Google\\Cloud\\Retail\\V2\\WriteUserEventRequest' => $vendorDir . '/google/cloud/Retail/src/V2/WriteUserEventRequest.php',
    'Google\\Cloud\\Run\\V2\\BinaryAuthorization' => $vendorDir . '/google/cloud/Run/src/V2/BinaryAuthorization.php',
    'Google\\Cloud\\Run\\V2\\CloudSqlInstance' => $vendorDir . '/google/cloud/Run/src/V2/CloudSqlInstance.php',
    'Google\\Cloud\\Run\\V2\\Condition' => $vendorDir . '/google/cloud/Run/src/V2/Condition.php',
    'Google\\Cloud\\Run\\V2\\Condition\\CommonReason' => $vendorDir . '/google/cloud/Run/src/V2/Condition/CommonReason.php',
    'Google\\Cloud\\Run\\V2\\Condition\\ExecutionReason' => $vendorDir . '/google/cloud/Run/src/V2/Condition/ExecutionReason.php',
    'Google\\Cloud\\Run\\V2\\Condition\\RevisionReason' => $vendorDir . '/google/cloud/Run/src/V2/Condition/RevisionReason.php',
    'Google\\Cloud\\Run\\V2\\Condition\\Severity' => $vendorDir . '/google/cloud/Run/src/V2/Condition/Severity.php',
    'Google\\Cloud\\Run\\V2\\Condition\\State' => $vendorDir . '/google/cloud/Run/src/V2/Condition/State.php',
    'Google\\Cloud\\Run\\V2\\Container' => $vendorDir . '/google/cloud/Run/src/V2/Container.php',
    'Google\\Cloud\\Run\\V2\\ContainerPort' => $vendorDir . '/google/cloud/Run/src/V2/ContainerPort.php',
    'Google\\Cloud\\Run\\V2\\CreateJobRequest' => $vendorDir . '/google/cloud/Run/src/V2/CreateJobRequest.php',
    'Google\\Cloud\\Run\\V2\\CreateServiceRequest' => $vendorDir . '/google/cloud/Run/src/V2/CreateServiceRequest.php',
    'Google\\Cloud\\Run\\V2\\DeleteExecutionRequest' => $vendorDir . '/google/cloud/Run/src/V2/DeleteExecutionRequest.php',
    'Google\\Cloud\\Run\\V2\\DeleteJobRequest' => $vendorDir . '/google/cloud/Run/src/V2/DeleteJobRequest.php',
    'Google\\Cloud\\Run\\V2\\DeleteRevisionRequest' => $vendorDir . '/google/cloud/Run/src/V2/DeleteRevisionRequest.php',
    'Google\\Cloud\\Run\\V2\\DeleteServiceRequest' => $vendorDir . '/google/cloud/Run/src/V2/DeleteServiceRequest.php',
    'Google\\Cloud\\Run\\V2\\EncryptionKeyRevocationAction' => $vendorDir . '/google/cloud/Run/src/V2/EncryptionKeyRevocationAction.php',
    'Google\\Cloud\\Run\\V2\\EnvVar' => $vendorDir . '/google/cloud/Run/src/V2/EnvVar.php',
    'Google\\Cloud\\Run\\V2\\EnvVarSource' => $vendorDir . '/google/cloud/Run/src/V2/EnvVarSource.php',
    'Google\\Cloud\\Run\\V2\\Execution' => $vendorDir . '/google/cloud/Run/src/V2/Execution.php',
    'Google\\Cloud\\Run\\V2\\ExecutionEnvironment' => $vendorDir . '/google/cloud/Run/src/V2/ExecutionEnvironment.php',
    'Google\\Cloud\\Run\\V2\\ExecutionReference' => $vendorDir . '/google/cloud/Run/src/V2/ExecutionReference.php',
    'Google\\Cloud\\Run\\V2\\ExecutionTemplate' => $vendorDir . '/google/cloud/Run/src/V2/ExecutionTemplate.php',
    'Google\\Cloud\\Run\\V2\\ExecutionsClient' => $vendorDir . '/google/cloud/Run/src/V2/ExecutionsClient.php',
    'Google\\Cloud\\Run\\V2\\ExecutionsGrpcClient' => $vendorDir . '/google/cloud/Run/src/V2/ExecutionsGrpcClient.php',
    'Google\\Cloud\\Run\\V2\\GRPCAction' => $vendorDir . '/google/cloud/Run/src/V2/GRPCAction.php',
    'Google\\Cloud\\Run\\V2\\Gapic\\ExecutionsGapicClient' => $vendorDir . '/google/cloud/Run/src/V2/Gapic/ExecutionsGapicClient.php',
    'Google\\Cloud\\Run\\V2\\Gapic\\JobsGapicClient' => $vendorDir . '/google/cloud/Run/src/V2/Gapic/JobsGapicClient.php',
    'Google\\Cloud\\Run\\V2\\Gapic\\RevisionsGapicClient' => $vendorDir . '/google/cloud/Run/src/V2/Gapic/RevisionsGapicClient.php',
    'Google\\Cloud\\Run\\V2\\Gapic\\ServicesGapicClient' => $vendorDir . '/google/cloud/Run/src/V2/Gapic/ServicesGapicClient.php',
    'Google\\Cloud\\Run\\V2\\Gapic\\TasksGapicClient' => $vendorDir . '/google/cloud/Run/src/V2/Gapic/TasksGapicClient.php',
    'Google\\Cloud\\Run\\V2\\GetExecutionRequest' => $vendorDir . '/google/cloud/Run/src/V2/GetExecutionRequest.php',
    'Google\\Cloud\\Run\\V2\\GetJobRequest' => $vendorDir . '/google/cloud/Run/src/V2/GetJobRequest.php',
    'Google\\Cloud\\Run\\V2\\GetRevisionRequest' => $vendorDir . '/google/cloud/Run/src/V2/GetRevisionRequest.php',
    'Google\\Cloud\\Run\\V2\\GetServiceRequest' => $vendorDir . '/google/cloud/Run/src/V2/GetServiceRequest.php',
    'Google\\Cloud\\Run\\V2\\GetTaskRequest' => $vendorDir . '/google/cloud/Run/src/V2/GetTaskRequest.php',
    'Google\\Cloud\\Run\\V2\\HTTPGetAction' => $vendorDir . '/google/cloud/Run/src/V2/HTTPGetAction.php',
    'Google\\Cloud\\Run\\V2\\HTTPHeader' => $vendorDir . '/google/cloud/Run/src/V2/HTTPHeader.php',
    'Google\\Cloud\\Run\\V2\\IngressTraffic' => $vendorDir . '/google/cloud/Run/src/V2/IngressTraffic.php',
    'Google\\Cloud\\Run\\V2\\Job' => $vendorDir . '/google/cloud/Run/src/V2/Job.php',
    'Google\\Cloud\\Run\\V2\\JobsClient' => $vendorDir . '/google/cloud/Run/src/V2/JobsClient.php',
    'Google\\Cloud\\Run\\V2\\JobsGrpcClient' => $vendorDir . '/google/cloud/Run/src/V2/JobsGrpcClient.php',
    'Google\\Cloud\\Run\\V2\\ListExecutionsRequest' => $vendorDir . '/google/cloud/Run/src/V2/ListExecutionsRequest.php',
    'Google\\Cloud\\Run\\V2\\ListExecutionsResponse' => $vendorDir . '/google/cloud/Run/src/V2/ListExecutionsResponse.php',
    'Google\\Cloud\\Run\\V2\\ListJobsRequest' => $vendorDir . '/google/cloud/Run/src/V2/ListJobsRequest.php',
    'Google\\Cloud\\Run\\V2\\ListJobsResponse' => $vendorDir . '/google/cloud/Run/src/V2/ListJobsResponse.php',
    'Google\\Cloud\\Run\\V2\\ListRevisionsRequest' => $vendorDir . '/google/cloud/Run/src/V2/ListRevisionsRequest.php',
    'Google\\Cloud\\Run\\V2\\ListRevisionsResponse' => $vendorDir . '/google/cloud/Run/src/V2/ListRevisionsResponse.php',
    'Google\\Cloud\\Run\\V2\\ListServicesRequest' => $vendorDir . '/google/cloud/Run/src/V2/ListServicesRequest.php',
    'Google\\Cloud\\Run\\V2\\ListServicesResponse' => $vendorDir . '/google/cloud/Run/src/V2/ListServicesResponse.php',
    'Google\\Cloud\\Run\\V2\\ListTasksRequest' => $vendorDir . '/google/cloud/Run/src/V2/ListTasksRequest.php',
    'Google\\Cloud\\Run\\V2\\ListTasksResponse' => $vendorDir . '/google/cloud/Run/src/V2/ListTasksResponse.php',
    'Google\\Cloud\\Run\\V2\\Probe' => $vendorDir . '/google/cloud/Run/src/V2/Probe.php',
    'Google\\Cloud\\Run\\V2\\ResourceRequirements' => $vendorDir . '/google/cloud/Run/src/V2/ResourceRequirements.php',
    'Google\\Cloud\\Run\\V2\\Revision' => $vendorDir . '/google/cloud/Run/src/V2/Revision.php',
    'Google\\Cloud\\Run\\V2\\RevisionScaling' => $vendorDir . '/google/cloud/Run/src/V2/RevisionScaling.php',
    'Google\\Cloud\\Run\\V2\\RevisionTemplate' => $vendorDir . '/google/cloud/Run/src/V2/RevisionTemplate.php',
    'Google\\Cloud\\Run\\V2\\RevisionsClient' => $vendorDir . '/google/cloud/Run/src/V2/RevisionsClient.php',
    'Google\\Cloud\\Run\\V2\\RevisionsGrpcClient' => $vendorDir . '/google/cloud/Run/src/V2/RevisionsGrpcClient.php',
    'Google\\Cloud\\Run\\V2\\RunJobRequest' => $vendorDir . '/google/cloud/Run/src/V2/RunJobRequest.php',
    'Google\\Cloud\\Run\\V2\\SecretKeySelector' => $vendorDir . '/google/cloud/Run/src/V2/SecretKeySelector.php',
    'Google\\Cloud\\Run\\V2\\SecretVolumeSource' => $vendorDir . '/google/cloud/Run/src/V2/SecretVolumeSource.php',
    'Google\\Cloud\\Run\\V2\\Service' => $vendorDir . '/google/cloud/Run/src/V2/Service.php',
    'Google\\Cloud\\Run\\V2\\ServicesClient' => $vendorDir . '/google/cloud/Run/src/V2/ServicesClient.php',
    'Google\\Cloud\\Run\\V2\\ServicesGrpcClient' => $vendorDir . '/google/cloud/Run/src/V2/ServicesGrpcClient.php',
    'Google\\Cloud\\Run\\V2\\TCPSocketAction' => $vendorDir . '/google/cloud/Run/src/V2/TCPSocketAction.php',
    'Google\\Cloud\\Run\\V2\\Task' => $vendorDir . '/google/cloud/Run/src/V2/Task.php',
    'Google\\Cloud\\Run\\V2\\TaskAttemptResult' => $vendorDir . '/google/cloud/Run/src/V2/TaskAttemptResult.php',
    'Google\\Cloud\\Run\\V2\\TaskTemplate' => $vendorDir . '/google/cloud/Run/src/V2/TaskTemplate.php',
    'Google\\Cloud\\Run\\V2\\TasksClient' => $vendorDir . '/google/cloud/Run/src/V2/TasksClient.php',
    'Google\\Cloud\\Run\\V2\\TasksGrpcClient' => $vendorDir . '/google/cloud/Run/src/V2/TasksGrpcClient.php',
    'Google\\Cloud\\Run\\V2\\TrafficTarget' => $vendorDir . '/google/cloud/Run/src/V2/TrafficTarget.php',
    'Google\\Cloud\\Run\\V2\\TrafficTargetAllocationType' => $vendorDir . '/google/cloud/Run/src/V2/TrafficTargetAllocationType.php',
    'Google\\Cloud\\Run\\V2\\TrafficTargetStatus' => $vendorDir . '/google/cloud/Run/src/V2/TrafficTargetStatus.php',
    'Google\\Cloud\\Run\\V2\\UpdateJobRequest' => $vendorDir . '/google/cloud/Run/src/V2/UpdateJobRequest.php',
    'Google\\Cloud\\Run\\V2\\UpdateServiceRequest' => $vendorDir . '/google/cloud/Run/src/V2/UpdateServiceRequest.php',
    'Google\\Cloud\\Run\\V2\\VersionToPath' => $vendorDir . '/google/cloud/Run/src/V2/VersionToPath.php',
    'Google\\Cloud\\Run\\V2\\Volume' => $vendorDir . '/google/cloud/Run/src/V2/Volume.php',
    'Google\\Cloud\\Run\\V2\\VolumeMount' => $vendorDir . '/google/cloud/Run/src/V2/VolumeMount.php',
    'Google\\Cloud\\Run\\V2\\VpcAccess' => $vendorDir . '/google/cloud/Run/src/V2/VpcAccess.php',
    'Google\\Cloud\\Run\\V2\\VpcAccess\\VpcEgress' => $vendorDir . '/google/cloud/Run/src/V2/VpcAccess/VpcEgress.php',
    'Google\\Cloud\\Scheduler\\V1\\AppEngineHttpTarget' => $vendorDir . '/google/cloud/Scheduler/src/V1/AppEngineHttpTarget.php',
    'Google\\Cloud\\Scheduler\\V1\\AppEngineRouting' => $vendorDir . '/google/cloud/Scheduler/src/V1/AppEngineRouting.php',
    'Google\\Cloud\\Scheduler\\V1\\CloudSchedulerClient' => $vendorDir . '/google/cloud/Scheduler/src/V1/CloudSchedulerClient.php',
    'Google\\Cloud\\Scheduler\\V1\\CloudSchedulerGrpcClient' => $vendorDir . '/google/cloud/Scheduler/src/V1/CloudSchedulerGrpcClient.php',
    'Google\\Cloud\\Scheduler\\V1\\CreateJobRequest' => $vendorDir . '/google/cloud/Scheduler/src/V1/CreateJobRequest.php',
    'Google\\Cloud\\Scheduler\\V1\\DeleteJobRequest' => $vendorDir . '/google/cloud/Scheduler/src/V1/DeleteJobRequest.php',
    'Google\\Cloud\\Scheduler\\V1\\Gapic\\CloudSchedulerGapicClient' => $vendorDir . '/google/cloud/Scheduler/src/V1/Gapic/CloudSchedulerGapicClient.php',
    'Google\\Cloud\\Scheduler\\V1\\GetJobRequest' => $vendorDir . '/google/cloud/Scheduler/src/V1/GetJobRequest.php',
    'Google\\Cloud\\Scheduler\\V1\\HttpMethod' => $vendorDir . '/google/cloud/Scheduler/src/V1/HttpMethod.php',
    'Google\\Cloud\\Scheduler\\V1\\HttpTarget' => $vendorDir . '/google/cloud/Scheduler/src/V1/HttpTarget.php',
    'Google\\Cloud\\Scheduler\\V1\\Job' => $vendorDir . '/google/cloud/Scheduler/src/V1/Job.php',
    'Google\\Cloud\\Scheduler\\V1\\Job\\State' => $vendorDir . '/google/cloud/Scheduler/src/V1/Job/State.php',
    'Google\\Cloud\\Scheduler\\V1\\Job_State' => $vendorDir . '/google/cloud/Scheduler/src/V1/Job_State.php',
    'Google\\Cloud\\Scheduler\\V1\\ListJobsRequest' => $vendorDir . '/google/cloud/Scheduler/src/V1/ListJobsRequest.php',
    'Google\\Cloud\\Scheduler\\V1\\ListJobsResponse' => $vendorDir . '/google/cloud/Scheduler/src/V1/ListJobsResponse.php',
    'Google\\Cloud\\Scheduler\\V1\\OAuthToken' => $vendorDir . '/google/cloud/Scheduler/src/V1/OAuthToken.php',
    'Google\\Cloud\\Scheduler\\V1\\OidcToken' => $vendorDir . '/google/cloud/Scheduler/src/V1/OidcToken.php',
    'Google\\Cloud\\Scheduler\\V1\\PauseJobRequest' => $vendorDir . '/google/cloud/Scheduler/src/V1/PauseJobRequest.php',
    'Google\\Cloud\\Scheduler\\V1\\PubsubTarget' => $vendorDir . '/google/cloud/Scheduler/src/V1/PubsubTarget.php',
    'Google\\Cloud\\Scheduler\\V1\\ResumeJobRequest' => $vendorDir . '/google/cloud/Scheduler/src/V1/ResumeJobRequest.php',
    'Google\\Cloud\\Scheduler\\V1\\RetryConfig' => $vendorDir . '/google/cloud/Scheduler/src/V1/RetryConfig.php',
    'Google\\Cloud\\Scheduler\\V1\\RunJobRequest' => $vendorDir . '/google/cloud/Scheduler/src/V1/RunJobRequest.php',
    'Google\\Cloud\\Scheduler\\V1\\UpdateJobRequest' => $vendorDir . '/google/cloud/Scheduler/src/V1/UpdateJobRequest.php',
    'Google\\Cloud\\Scheduler\\V1beta1\\AppEngineHttpTarget' => $vendorDir . '/google/cloud/Scheduler/src/V1beta1/AppEngineHttpTarget.php',
    'Google\\Cloud\\Scheduler\\V1beta1\\AppEngineRouting' => $vendorDir . '/google/cloud/Scheduler/src/V1beta1/AppEngineRouting.php',
    'Google\\Cloud\\Scheduler\\V1beta1\\CloudSchedulerClient' => $vendorDir . '/google/cloud/Scheduler/src/V1beta1/CloudSchedulerClient.php',
    'Google\\Cloud\\Scheduler\\V1beta1\\CloudSchedulerGrpcClient' => $vendorDir . '/google/cloud/Scheduler/src/V1beta1/CloudSchedulerGrpcClient.php',
    'Google\\Cloud\\Scheduler\\V1beta1\\CreateJobRequest' => $vendorDir . '/google/cloud/Scheduler/src/V1beta1/CreateJobRequest.php',
    'Google\\Cloud\\Scheduler\\V1beta1\\DeleteJobRequest' => $vendorDir . '/google/cloud/Scheduler/src/V1beta1/DeleteJobRequest.php',
    'Google\\Cloud\\Scheduler\\V1beta1\\Gapic\\CloudSchedulerGapicClient' => $vendorDir . '/google/cloud/Scheduler/src/V1beta1/Gapic/CloudSchedulerGapicClient.php',
    'Google\\Cloud\\Scheduler\\V1beta1\\GetJobRequest' => $vendorDir . '/google/cloud/Scheduler/src/V1beta1/GetJobRequest.php',
    'Google\\Cloud\\Scheduler\\V1beta1\\HttpMethod' => $vendorDir . '/google/cloud/Scheduler/src/V1beta1/HttpMethod.php',
    'Google\\Cloud\\Scheduler\\V1beta1\\HttpTarget' => $vendorDir . '/google/cloud/Scheduler/src/V1beta1/HttpTarget.php',
    'Google\\Cloud\\Scheduler\\V1beta1\\Job' => $vendorDir . '/google/cloud/Scheduler/src/V1beta1/Job.php',
    'Google\\Cloud\\Scheduler\\V1beta1\\Job\\State' => $vendorDir . '/google/cloud/Scheduler/src/V1beta1/Job/State.php',
    'Google\\Cloud\\Scheduler\\V1beta1\\Job_State' => $vendorDir . '/google/cloud/Scheduler/src/V1beta1/Job_State.php',
    'Google\\Cloud\\Scheduler\\V1beta1\\ListJobsRequest' => $vendorDir . '/google/cloud/Scheduler/src/V1beta1/ListJobsRequest.php',
    'Google\\Cloud\\Scheduler\\V1beta1\\ListJobsResponse' => $vendorDir . '/google/cloud/Scheduler/src/V1beta1/ListJobsResponse.php',
    'Google\\Cloud\\Scheduler\\V1beta1\\OAuthToken' => $vendorDir . '/google/cloud/Scheduler/src/V1beta1/OAuthToken.php',
    'Google\\Cloud\\Scheduler\\V1beta1\\OidcToken' => $vendorDir . '/google/cloud/Scheduler/src/V1beta1/OidcToken.php',
    'Google\\Cloud\\Scheduler\\V1beta1\\PauseJobRequest' => $vendorDir . '/google/cloud/Scheduler/src/V1beta1/PauseJobRequest.php',
    'Google\\Cloud\\Scheduler\\V1beta1\\PubsubTarget' => $vendorDir . '/google/cloud/Scheduler/src/V1beta1/PubsubTarget.php',
    'Google\\Cloud\\Scheduler\\V1beta1\\ResumeJobRequest' => $vendorDir . '/google/cloud/Scheduler/src/V1beta1/ResumeJobRequest.php',
    'Google\\Cloud\\Scheduler\\V1beta1\\RetryConfig' => $vendorDir . '/google/cloud/Scheduler/src/V1beta1/RetryConfig.php',
    'Google\\Cloud\\Scheduler\\V1beta1\\RunJobRequest' => $vendorDir . '/google/cloud/Scheduler/src/V1beta1/RunJobRequest.php',
    'Google\\Cloud\\Scheduler\\V1beta1\\UpdateJobRequest' => $vendorDir . '/google/cloud/Scheduler/src/V1beta1/UpdateJobRequest.php',
    'Google\\Cloud\\SecretManager\\V1\\AccessSecretVersionRequest' => $vendorDir . '/google/cloud/SecretManager/src/V1/AccessSecretVersionRequest.php',
    'Google\\Cloud\\SecretManager\\V1\\AccessSecretVersionResponse' => $vendorDir . '/google/cloud/SecretManager/src/V1/AccessSecretVersionResponse.php',
    'Google\\Cloud\\SecretManager\\V1\\AddSecretVersionRequest' => $vendorDir . '/google/cloud/SecretManager/src/V1/AddSecretVersionRequest.php',
    'Google\\Cloud\\SecretManager\\V1\\CreateSecretRequest' => $vendorDir . '/google/cloud/SecretManager/src/V1/CreateSecretRequest.php',
    'Google\\Cloud\\SecretManager\\V1\\CustomerManagedEncryption' => $vendorDir . '/google/cloud/SecretManager/src/V1/CustomerManagedEncryption.php',
    'Google\\Cloud\\SecretManager\\V1\\CustomerManagedEncryptionStatus' => $vendorDir . '/google/cloud/SecretManager/src/V1/CustomerManagedEncryptionStatus.php',
    'Google\\Cloud\\SecretManager\\V1\\DeleteSecretRequest' => $vendorDir . '/google/cloud/SecretManager/src/V1/DeleteSecretRequest.php',
    'Google\\Cloud\\SecretManager\\V1\\DestroySecretVersionRequest' => $vendorDir . '/google/cloud/SecretManager/src/V1/DestroySecretVersionRequest.php',
    'Google\\Cloud\\SecretManager\\V1\\DisableSecretVersionRequest' => $vendorDir . '/google/cloud/SecretManager/src/V1/DisableSecretVersionRequest.php',
    'Google\\Cloud\\SecretManager\\V1\\EnableSecretVersionRequest' => $vendorDir . '/google/cloud/SecretManager/src/V1/EnableSecretVersionRequest.php',
    'Google\\Cloud\\SecretManager\\V1\\Gapic\\SecretManagerServiceGapicClient' => $vendorDir . '/google/cloud/SecretManager/src/V1/Gapic/SecretManagerServiceGapicClient.php',
    'Google\\Cloud\\SecretManager\\V1\\GetSecretRequest' => $vendorDir . '/google/cloud/SecretManager/src/V1/GetSecretRequest.php',
    'Google\\Cloud\\SecretManager\\V1\\GetSecretVersionRequest' => $vendorDir . '/google/cloud/SecretManager/src/V1/GetSecretVersionRequest.php',
    'Google\\Cloud\\SecretManager\\V1\\ListSecretVersionsRequest' => $vendorDir . '/google/cloud/SecretManager/src/V1/ListSecretVersionsRequest.php',
    'Google\\Cloud\\SecretManager\\V1\\ListSecretVersionsResponse' => $vendorDir . '/google/cloud/SecretManager/src/V1/ListSecretVersionsResponse.php',
    'Google\\Cloud\\SecretManager\\V1\\ListSecretsRequest' => $vendorDir . '/google/cloud/SecretManager/src/V1/ListSecretsRequest.php',
    'Google\\Cloud\\SecretManager\\V1\\ListSecretsResponse' => $vendorDir . '/google/cloud/SecretManager/src/V1/ListSecretsResponse.php',
    'Google\\Cloud\\SecretManager\\V1\\Replication' => $vendorDir . '/google/cloud/SecretManager/src/V1/Replication.php',
    'Google\\Cloud\\SecretManager\\V1\\ReplicationStatus' => $vendorDir . '/google/cloud/SecretManager/src/V1/ReplicationStatus.php',
    'Google\\Cloud\\SecretManager\\V1\\ReplicationStatus\\AutomaticStatus' => $vendorDir . '/google/cloud/SecretManager/src/V1/ReplicationStatus/AutomaticStatus.php',
    'Google\\Cloud\\SecretManager\\V1\\ReplicationStatus\\UserManagedStatus' => $vendorDir . '/google/cloud/SecretManager/src/V1/ReplicationStatus/UserManagedStatus.php',
    'Google\\Cloud\\SecretManager\\V1\\ReplicationStatus\\UserManagedStatus\\ReplicaStatus' => $vendorDir . '/google/cloud/SecretManager/src/V1/ReplicationStatus/UserManagedStatus/ReplicaStatus.php',
    'Google\\Cloud\\SecretManager\\V1\\ReplicationStatus_AutomaticStatus' => $vendorDir . '/google/cloud/SecretManager/src/V1/ReplicationStatus_AutomaticStatus.php',
    'Google\\Cloud\\SecretManager\\V1\\ReplicationStatus_UserManagedStatus' => $vendorDir . '/google/cloud/SecretManager/src/V1/ReplicationStatus_UserManagedStatus.php',
    'Google\\Cloud\\SecretManager\\V1\\ReplicationStatus_UserManagedStatus_ReplicaStatus' => $vendorDir . '/google/cloud/SecretManager/src/V1/ReplicationStatus_UserManagedStatus_ReplicaStatus.php',
    'Google\\Cloud\\SecretManager\\V1\\Replication\\Automatic' => $vendorDir . '/google/cloud/SecretManager/src/V1/Replication/Automatic.php',
    'Google\\Cloud\\SecretManager\\V1\\Replication\\UserManaged' => $vendorDir . '/google/cloud/SecretManager/src/V1/Replication/UserManaged.php',
    'Google\\Cloud\\SecretManager\\V1\\Replication\\UserManaged\\Replica' => $vendorDir . '/google/cloud/SecretManager/src/V1/Replication/UserManaged/Replica.php',
    'Google\\Cloud\\SecretManager\\V1\\Replication_Automatic' => $vendorDir . '/google/cloud/SecretManager/src/V1/Replication_Automatic.php',
    'Google\\Cloud\\SecretManager\\V1\\Replication_UserManaged' => $vendorDir . '/google/cloud/SecretManager/src/V1/Replication_UserManaged.php',
    'Google\\Cloud\\SecretManager\\V1\\Replication_UserManaged_Replica' => $vendorDir . '/google/cloud/SecretManager/src/V1/Replication_UserManaged_Replica.php',
    'Google\\Cloud\\SecretManager\\V1\\Rotation' => $vendorDir . '/google/cloud/SecretManager/src/V1/Rotation.php',
    'Google\\Cloud\\SecretManager\\V1\\Secret' => $vendorDir . '/google/cloud/SecretManager/src/V1/Secret.php',
    'Google\\Cloud\\SecretManager\\V1\\SecretManagerServiceClient' => $vendorDir . '/google/cloud/SecretManager/src/V1/SecretManagerServiceClient.php',
    'Google\\Cloud\\SecretManager\\V1\\SecretManagerServiceGrpcClient' => $vendorDir . '/google/cloud/SecretManager/src/V1/SecretManagerServiceGrpcClient.php',
    'Google\\Cloud\\SecretManager\\V1\\SecretPayload' => $vendorDir . '/google/cloud/SecretManager/src/V1/SecretPayload.php',
    'Google\\Cloud\\SecretManager\\V1\\SecretVersion' => $vendorDir . '/google/cloud/SecretManager/src/V1/SecretVersion.php',
    'Google\\Cloud\\SecretManager\\V1\\SecretVersion\\State' => $vendorDir . '/google/cloud/SecretManager/src/V1/SecretVersion/State.php',
    'Google\\Cloud\\SecretManager\\V1\\SecretVersion_State' => $vendorDir . '/google/cloud/SecretManager/src/V1/SecretVersion_State.php',
    'Google\\Cloud\\SecretManager\\V1\\Topic' => $vendorDir . '/google/cloud/SecretManager/src/V1/Topic.php',
    'Google\\Cloud\\SecretManager\\V1\\UpdateSecretRequest' => $vendorDir . '/google/cloud/SecretManager/src/V1/UpdateSecretRequest.php',
    'Google\\Cloud\\SecretManager\\V1beta1\\AccessSecretVersionRequest' => $vendorDir . '/google/cloud/SecretManager/src/V1beta1/AccessSecretVersionRequest.php',
    'Google\\Cloud\\SecretManager\\V1beta1\\AccessSecretVersionResponse' => $vendorDir . '/google/cloud/SecretManager/src/V1beta1/AccessSecretVersionResponse.php',
    'Google\\Cloud\\SecretManager\\V1beta1\\AddSecretVersionRequest' => $vendorDir . '/google/cloud/SecretManager/src/V1beta1/AddSecretVersionRequest.php',
    'Google\\Cloud\\SecretManager\\V1beta1\\CreateSecretRequest' => $vendorDir . '/google/cloud/SecretManager/src/V1beta1/CreateSecretRequest.php',
    'Google\\Cloud\\SecretManager\\V1beta1\\DeleteSecretRequest' => $vendorDir . '/google/cloud/SecretManager/src/V1beta1/DeleteSecretRequest.php',
    'Google\\Cloud\\SecretManager\\V1beta1\\DestroySecretVersionRequest' => $vendorDir . '/google/cloud/SecretManager/src/V1beta1/DestroySecretVersionRequest.php',
    'Google\\Cloud\\SecretManager\\V1beta1\\DisableSecretVersionRequest' => $vendorDir . '/google/cloud/SecretManager/src/V1beta1/DisableSecretVersionRequest.php',
    'Google\\Cloud\\SecretManager\\V1beta1\\EnableSecretVersionRequest' => $vendorDir . '/google/cloud/SecretManager/src/V1beta1/EnableSecretVersionRequest.php',
    'Google\\Cloud\\SecretManager\\V1beta1\\Gapic\\SecretManagerServiceGapicClient' => $vendorDir . '/google/cloud/SecretManager/src/V1beta1/Gapic/SecretManagerServiceGapicClient.php',
    'Google\\Cloud\\SecretManager\\V1beta1\\GetSecretRequest' => $vendorDir . '/google/cloud/SecretManager/src/V1beta1/GetSecretRequest.php',
    'Google\\Cloud\\SecretManager\\V1beta1\\GetSecretVersionRequest' => $vendorDir . '/google/cloud/SecretManager/src/V1beta1/GetSecretVersionRequest.php',
    'Google\\Cloud\\SecretManager\\V1beta1\\ListSecretVersionsRequest' => $vendorDir . '/google/cloud/SecretManager/src/V1beta1/ListSecretVersionsRequest.php',
    'Google\\Cloud\\SecretManager\\V1beta1\\ListSecretVersionsResponse' => $vendorDir . '/google/cloud/SecretManager/src/V1beta1/ListSecretVersionsResponse.php',
    'Google\\Cloud\\SecretManager\\V1beta1\\ListSecretsRequest' => $vendorDir . '/google/cloud/SecretManager/src/V1beta1/ListSecretsRequest.php',
    'Google\\Cloud\\SecretManager\\V1beta1\\ListSecretsResponse' => $vendorDir . '/google/cloud/SecretManager/src/V1beta1/ListSecretsResponse.php',
    'Google\\Cloud\\SecretManager\\V1beta1\\Replication' => $vendorDir . '/google/cloud/SecretManager/src/V1beta1/Replication.php',
    'Google\\Cloud\\SecretManager\\V1beta1\\Replication\\Automatic' => $vendorDir . '/google/cloud/SecretManager/src/V1beta1/Replication/Automatic.php',
    'Google\\Cloud\\SecretManager\\V1beta1\\Replication\\UserManaged' => $vendorDir . '/google/cloud/SecretManager/src/V1beta1/Replication/UserManaged.php',
    'Google\\Cloud\\SecretManager\\V1beta1\\Replication\\UserManaged\\Replica' => $vendorDir . '/google/cloud/SecretManager/src/V1beta1/Replication/UserManaged/Replica.php',
    'Google\\Cloud\\SecretManager\\V1beta1\\Replication_Automatic' => $vendorDir . '/google/cloud/SecretManager/src/V1beta1/Replication_Automatic.php',
    'Google\\Cloud\\SecretManager\\V1beta1\\Replication_UserManaged' => $vendorDir . '/google/cloud/SecretManager/src/V1beta1/Replication_UserManaged.php',
    'Google\\Cloud\\SecretManager\\V1beta1\\Replication_UserManaged_Replica' => $vendorDir . '/google/cloud/SecretManager/src/V1beta1/Replication_UserManaged_Replica.php',
    'Google\\Cloud\\SecretManager\\V1beta1\\Secret' => $vendorDir . '/google/cloud/SecretManager/src/V1beta1/Secret.php',
    'Google\\Cloud\\SecretManager\\V1beta1\\SecretManagerServiceClient' => $vendorDir . '/google/cloud/SecretManager/src/V1beta1/SecretManagerServiceClient.php',
    'Google\\Cloud\\SecretManager\\V1beta1\\SecretManagerServiceGrpcClient' => $vendorDir . '/google/cloud/SecretManager/src/V1beta1/SecretManagerServiceGrpcClient.php',
    'Google\\Cloud\\SecretManager\\V1beta1\\SecretPayload' => $vendorDir . '/google/cloud/SecretManager/src/V1beta1/SecretPayload.php',
    'Google\\Cloud\\SecretManager\\V1beta1\\SecretVersion' => $vendorDir . '/google/cloud/SecretManager/src/V1beta1/SecretVersion.php',
    'Google\\Cloud\\SecretManager\\V1beta1\\SecretVersion\\State' => $vendorDir . '/google/cloud/SecretManager/src/V1beta1/SecretVersion/State.php',
    'Google\\Cloud\\SecretManager\\V1beta1\\SecretVersion_State' => $vendorDir . '/google/cloud/SecretManager/src/V1beta1/SecretVersion_State.php',
    'Google\\Cloud\\SecretManager\\V1beta1\\UpdateSecretRequest' => $vendorDir . '/google/cloud/SecretManager/src/V1beta1/UpdateSecretRequest.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Access' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Access.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Asset' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Asset.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Asset\\IamPolicy' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Asset/IamPolicy.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Asset\\SecurityCenterProperties' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Asset/SecurityCenterProperties.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Asset_IamPolicy' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Asset_IamPolicy.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Asset_SecurityCenterProperties' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Asset_SecurityCenterProperties.php',
    'Google\\Cloud\\SecurityCenter\\V1\\BigQueryExport' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/BigQueryExport.php',
    'Google\\Cloud\\SecurityCenter\\V1\\BulkMuteFindingsRequest' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/BulkMuteFindingsRequest.php',
    'Google\\Cloud\\SecurityCenter\\V1\\BulkMuteFindingsResponse' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/BulkMuteFindingsResponse.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Compliance' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Compliance.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Connection' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Connection.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Connection\\Protocol' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Connection/Protocol.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Connection_Protocol' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Connection_Protocol.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Contact' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Contact.php',
    'Google\\Cloud\\SecurityCenter\\V1\\ContactDetails' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/ContactDetails.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Container' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Container.php',
    'Google\\Cloud\\SecurityCenter\\V1\\CreateBigQueryExportRequest' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/CreateBigQueryExportRequest.php',
    'Google\\Cloud\\SecurityCenter\\V1\\CreateFindingRequest' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/CreateFindingRequest.php',
    'Google\\Cloud\\SecurityCenter\\V1\\CreateMuteConfigRequest' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/CreateMuteConfigRequest.php',
    'Google\\Cloud\\SecurityCenter\\V1\\CreateNotificationConfigRequest' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/CreateNotificationConfigRequest.php',
    'Google\\Cloud\\SecurityCenter\\V1\\CreateSourceRequest' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/CreateSourceRequest.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Cve' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Cve.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Cvssv3' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Cvssv3.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Cvssv3\\AttackComplexity' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Cvssv3/AttackComplexity.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Cvssv3\\AttackVector' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Cvssv3/AttackVector.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Cvssv3\\Impact' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Cvssv3/Impact.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Cvssv3\\PrivilegesRequired' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Cvssv3/PrivilegesRequired.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Cvssv3\\Scope' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Cvssv3/Scope.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Cvssv3\\UserInteraction' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Cvssv3/UserInteraction.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Cvssv3_AttackComplexity' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Cvssv3_AttackComplexity.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Cvssv3_AttackVector' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Cvssv3_AttackVector.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Cvssv3_Impact' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Cvssv3_Impact.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Cvssv3_PrivilegesRequired' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Cvssv3_PrivilegesRequired.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Cvssv3_Scope' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Cvssv3_Scope.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Cvssv3_UserInteraction' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Cvssv3_UserInteraction.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Database' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Database.php',
    'Google\\Cloud\\SecurityCenter\\V1\\DeleteBigQueryExportRequest' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/DeleteBigQueryExportRequest.php',
    'Google\\Cloud\\SecurityCenter\\V1\\DeleteMuteConfigRequest' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/DeleteMuteConfigRequest.php',
    'Google\\Cloud\\SecurityCenter\\V1\\DeleteNotificationConfigRequest' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/DeleteNotificationConfigRequest.php',
    'Google\\Cloud\\SecurityCenter\\V1\\EnvironmentVariable' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/EnvironmentVariable.php',
    'Google\\Cloud\\SecurityCenter\\V1\\ExfilResource' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/ExfilResource.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Exfiltration' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Exfiltration.php',
    'Google\\Cloud\\SecurityCenter\\V1\\ExternalSystem' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/ExternalSystem.php',
    'Google\\Cloud\\SecurityCenter\\V1\\File' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/File.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Finding' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Finding.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Finding\\FindingClass' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Finding/FindingClass.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Finding\\Mute' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Finding/Mute.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Finding\\Severity' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Finding/Severity.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Finding\\State' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Finding/State.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Finding_FindingClass' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Finding_FindingClass.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Finding_Mute' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Finding_Mute.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Finding_Severity' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Finding_Severity.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Finding_State' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Finding_State.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Folder' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Folder.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Gapic\\SecurityCenterGapicClient' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Gapic/SecurityCenterGapicClient.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Geolocation' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Geolocation.php',
    'Google\\Cloud\\SecurityCenter\\V1\\GetBigQueryExportRequest' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/GetBigQueryExportRequest.php',
    'Google\\Cloud\\SecurityCenter\\V1\\GetMuteConfigRequest' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/GetMuteConfigRequest.php',
    'Google\\Cloud\\SecurityCenter\\V1\\GetNotificationConfigRequest' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/GetNotificationConfigRequest.php',
    'Google\\Cloud\\SecurityCenter\\V1\\GetOrganizationSettingsRequest' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/GetOrganizationSettingsRequest.php',
    'Google\\Cloud\\SecurityCenter\\V1\\GetSourceRequest' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/GetSourceRequest.php',
    'Google\\Cloud\\SecurityCenter\\V1\\GroupAssetsRequest' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/GroupAssetsRequest.php',
    'Google\\Cloud\\SecurityCenter\\V1\\GroupAssetsResponse' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/GroupAssetsResponse.php',
    'Google\\Cloud\\SecurityCenter\\V1\\GroupFindingsRequest' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/GroupFindingsRequest.php',
    'Google\\Cloud\\SecurityCenter\\V1\\GroupFindingsResponse' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/GroupFindingsResponse.php',
    'Google\\Cloud\\SecurityCenter\\V1\\GroupResult' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/GroupResult.php',
    'Google\\Cloud\\SecurityCenter\\V1\\IamBinding' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/IamBinding.php',
    'Google\\Cloud\\SecurityCenter\\V1\\IamBinding\\Action' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/IamBinding/Action.php',
    'Google\\Cloud\\SecurityCenter\\V1\\IamBinding_Action' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/IamBinding_Action.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Indicator' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Indicator.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Indicator\\ProcessSignature' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Indicator/ProcessSignature.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Indicator\\ProcessSignature\\MemoryHashSignature' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Indicator/ProcessSignature/MemoryHashSignature.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Indicator\\ProcessSignature\\MemoryHashSignature\\Detection' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Indicator/ProcessSignature/MemoryHashSignature/Detection.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Indicator\\ProcessSignature\\YaraRuleSignature' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Indicator/ProcessSignature/YaraRuleSignature.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Indicator_ProcessSignature' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Indicator_ProcessSignature.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Indicator_ProcessSignature_MemoryHashSignature' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Indicator_ProcessSignature_MemoryHashSignature.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Indicator_ProcessSignature_MemoryHashSignature_Detection' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Indicator_ProcessSignature_MemoryHashSignature_Detection.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Indicator_ProcessSignature_YaraRuleSignature' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Indicator_ProcessSignature_YaraRuleSignature.php',
    'Google\\Cloud\\SecurityCenter\\V1\\KernelRootkit' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/KernelRootkit.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Kubernetes' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Kubernetes.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Kubernetes\\AccessReview' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Kubernetes/AccessReview.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Kubernetes\\Binding' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Kubernetes/Binding.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Kubernetes\\Node' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Kubernetes/Node.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Kubernetes\\NodePool' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Kubernetes/NodePool.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Kubernetes\\Pod' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Kubernetes/Pod.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Kubernetes\\Role' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Kubernetes/Role.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Kubernetes\\Role\\Kind' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Kubernetes/Role/Kind.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Kubernetes\\Subject' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Kubernetes/Subject.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Kubernetes\\Subject\\AuthType' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Kubernetes/Subject/AuthType.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Kubernetes_AccessReview' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Kubernetes_AccessReview.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Kubernetes_Binding' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Kubernetes_Binding.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Kubernetes_Node' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Kubernetes_Node.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Kubernetes_NodePool' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Kubernetes_NodePool.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Kubernetes_Pod' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Kubernetes_Pod.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Kubernetes_Role' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Kubernetes_Role.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Kubernetes_Role_Kind' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Kubernetes_Role_Kind.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Kubernetes_Subject' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Kubernetes_Subject.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Kubernetes_Subject_AuthType' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Kubernetes_Subject_AuthType.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Label' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Label.php',
    'Google\\Cloud\\SecurityCenter\\V1\\ListAssetsRequest' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/ListAssetsRequest.php',
    'Google\\Cloud\\SecurityCenter\\V1\\ListAssetsResponse' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/ListAssetsResponse.php',
    'Google\\Cloud\\SecurityCenter\\V1\\ListAssetsResponse\\ListAssetsResult' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/ListAssetsResponse/ListAssetsResult.php',
    'Google\\Cloud\\SecurityCenter\\V1\\ListAssetsResponse\\ListAssetsResult\\StateChange' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/ListAssetsResponse/ListAssetsResult/StateChange.php',
    'Google\\Cloud\\SecurityCenter\\V1\\ListAssetsResponse_ListAssetsResult' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/ListAssetsResponse_ListAssetsResult.php',
    'Google\\Cloud\\SecurityCenter\\V1\\ListAssetsResponse_ListAssetsResult_StateChange' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/ListAssetsResponse_ListAssetsResult_StateChange.php',
    'Google\\Cloud\\SecurityCenter\\V1\\ListBigQueryExportsRequest' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/ListBigQueryExportsRequest.php',
    'Google\\Cloud\\SecurityCenter\\V1\\ListBigQueryExportsResponse' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/ListBigQueryExportsResponse.php',
    'Google\\Cloud\\SecurityCenter\\V1\\ListFindingsRequest' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/ListFindingsRequest.php',
    'Google\\Cloud\\SecurityCenter\\V1\\ListFindingsResponse' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/ListFindingsResponse.php',
    'Google\\Cloud\\SecurityCenter\\V1\\ListFindingsResponse\\ListFindingsResult' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/ListFindingsResponse/ListFindingsResult.php',
    'Google\\Cloud\\SecurityCenter\\V1\\ListFindingsResponse\\ListFindingsResult\\Resource' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/ListFindingsResponse/ListFindingsResult/Resource.php',
    'Google\\Cloud\\SecurityCenter\\V1\\ListFindingsResponse\\ListFindingsResult\\StateChange' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/ListFindingsResponse/ListFindingsResult/StateChange.php',
    'Google\\Cloud\\SecurityCenter\\V1\\ListFindingsResponse_ListFindingsResult' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/ListFindingsResponse_ListFindingsResult.php',
    'Google\\Cloud\\SecurityCenter\\V1\\ListFindingsResponse_ListFindingsResult_Resource' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/ListFindingsResponse_ListFindingsResult_Resource.php',
    'Google\\Cloud\\SecurityCenter\\V1\\ListFindingsResponse_ListFindingsResult_StateChange' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/ListFindingsResponse_ListFindingsResult_StateChange.php',
    'Google\\Cloud\\SecurityCenter\\V1\\ListMuteConfigsRequest' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/ListMuteConfigsRequest.php',
    'Google\\Cloud\\SecurityCenter\\V1\\ListMuteConfigsResponse' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/ListMuteConfigsResponse.php',
    'Google\\Cloud\\SecurityCenter\\V1\\ListNotificationConfigsRequest' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/ListNotificationConfigsRequest.php',
    'Google\\Cloud\\SecurityCenter\\V1\\ListNotificationConfigsResponse' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/ListNotificationConfigsResponse.php',
    'Google\\Cloud\\SecurityCenter\\V1\\ListSourcesRequest' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/ListSourcesRequest.php',
    'Google\\Cloud\\SecurityCenter\\V1\\ListSourcesResponse' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/ListSourcesResponse.php',
    'Google\\Cloud\\SecurityCenter\\V1\\MitreAttack' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/MitreAttack.php',
    'Google\\Cloud\\SecurityCenter\\V1\\MitreAttack\\Tactic' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/MitreAttack/Tactic.php',
    'Google\\Cloud\\SecurityCenter\\V1\\MitreAttack\\Technique' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/MitreAttack/Technique.php',
    'Google\\Cloud\\SecurityCenter\\V1\\MitreAttack_Tactic' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/MitreAttack_Tactic.php',
    'Google\\Cloud\\SecurityCenter\\V1\\MitreAttack_Technique' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/MitreAttack_Technique.php',
    'Google\\Cloud\\SecurityCenter\\V1\\MuteConfig' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/MuteConfig.php',
    'Google\\Cloud\\SecurityCenter\\V1\\NotificationConfig' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/NotificationConfig.php',
    'Google\\Cloud\\SecurityCenter\\V1\\NotificationConfig\\StreamingConfig' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/NotificationConfig/StreamingConfig.php',
    'Google\\Cloud\\SecurityCenter\\V1\\NotificationConfig_StreamingConfig' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/NotificationConfig_StreamingConfig.php',
    'Google\\Cloud\\SecurityCenter\\V1\\NotificationMessage' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/NotificationMessage.php',
    'Google\\Cloud\\SecurityCenter\\V1\\OrganizationSettings' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/OrganizationSettings.php',
    'Google\\Cloud\\SecurityCenter\\V1\\OrganizationSettings\\AssetDiscoveryConfig' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/OrganizationSettings/AssetDiscoveryConfig.php',
    'Google\\Cloud\\SecurityCenter\\V1\\OrganizationSettings\\AssetDiscoveryConfig\\InclusionMode' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/OrganizationSettings/AssetDiscoveryConfig/InclusionMode.php',
    'Google\\Cloud\\SecurityCenter\\V1\\OrganizationSettings_AssetDiscoveryConfig' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/OrganizationSettings_AssetDiscoveryConfig.php',
    'Google\\Cloud\\SecurityCenter\\V1\\OrganizationSettings_AssetDiscoveryConfig_InclusionMode' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/OrganizationSettings_AssetDiscoveryConfig_InclusionMode.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Process' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Process.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Reference' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Reference.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Resource' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Resource.php',
    'Google\\Cloud\\SecurityCenter\\V1\\RunAssetDiscoveryRequest' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/RunAssetDiscoveryRequest.php',
    'Google\\Cloud\\SecurityCenter\\V1\\RunAssetDiscoveryResponse' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/RunAssetDiscoveryResponse.php',
    'Google\\Cloud\\SecurityCenter\\V1\\RunAssetDiscoveryResponse\\State' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/RunAssetDiscoveryResponse/State.php',
    'Google\\Cloud\\SecurityCenter\\V1\\RunAssetDiscoveryResponse_State' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/RunAssetDiscoveryResponse_State.php',
    'Google\\Cloud\\SecurityCenter\\V1\\SecurityCenterClient' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/SecurityCenterClient.php',
    'Google\\Cloud\\SecurityCenter\\V1\\SecurityCenterGrpcClient' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/SecurityCenterGrpcClient.php',
    'Google\\Cloud\\SecurityCenter\\V1\\SecurityMarks' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/SecurityMarks.php',
    'Google\\Cloud\\SecurityCenter\\V1\\ServiceAccountDelegationInfo' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/ServiceAccountDelegationInfo.php',
    'Google\\Cloud\\SecurityCenter\\V1\\SetFindingStateRequest' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/SetFindingStateRequest.php',
    'Google\\Cloud\\SecurityCenter\\V1\\SetMuteRequest' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/SetMuteRequest.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Source' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Source.php',
    'Google\\Cloud\\SecurityCenter\\V1\\UpdateBigQueryExportRequest' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/UpdateBigQueryExportRequest.php',
    'Google\\Cloud\\SecurityCenter\\V1\\UpdateExternalSystemRequest' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/UpdateExternalSystemRequest.php',
    'Google\\Cloud\\SecurityCenter\\V1\\UpdateFindingRequest' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/UpdateFindingRequest.php',
    'Google\\Cloud\\SecurityCenter\\V1\\UpdateMuteConfigRequest' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/UpdateMuteConfigRequest.php',
    'Google\\Cloud\\SecurityCenter\\V1\\UpdateNotificationConfigRequest' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/UpdateNotificationConfigRequest.php',
    'Google\\Cloud\\SecurityCenter\\V1\\UpdateOrganizationSettingsRequest' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/UpdateOrganizationSettingsRequest.php',
    'Google\\Cloud\\SecurityCenter\\V1\\UpdateSecurityMarksRequest' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/UpdateSecurityMarksRequest.php',
    'Google\\Cloud\\SecurityCenter\\V1\\UpdateSourceRequest' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/UpdateSourceRequest.php',
    'Google\\Cloud\\SecurityCenter\\V1\\Vulnerability' => $vendorDir . '/google/cloud/SecurityCenter/src/V1/Vulnerability.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\Asset' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/Asset.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\Asset\\IamPolicy' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/Asset/IamPolicy.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\Asset\\SecurityCenterProperties' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/Asset/SecurityCenterProperties.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\Asset_IamPolicy' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/Asset_IamPolicy.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\Asset_SecurityCenterProperties' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/Asset_SecurityCenterProperties.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\CreateFindingRequest' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/CreateFindingRequest.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\CreateNotificationConfigRequest' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/CreateNotificationConfigRequest.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\CreateSourceRequest' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/CreateSourceRequest.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\DeleteNotificationConfigRequest' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/DeleteNotificationConfigRequest.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\Finding' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/Finding.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\Finding\\Severity' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/Finding/Severity.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\Finding\\State' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/Finding/State.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\Finding_Severity' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/Finding_Severity.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\Finding_State' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/Finding_State.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\Folder' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/Folder.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\Gapic\\SecurityCenterGapicClient' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/Gapic/SecurityCenterGapicClient.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\GetNotificationConfigRequest' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/GetNotificationConfigRequest.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\GetOrganizationSettingsRequest' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/GetOrganizationSettingsRequest.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\GetSourceRequest' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/GetSourceRequest.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\GroupAssetsRequest' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/GroupAssetsRequest.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\GroupAssetsResponse' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/GroupAssetsResponse.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\GroupFindingsRequest' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/GroupFindingsRequest.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\GroupFindingsResponse' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/GroupFindingsResponse.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\GroupResult' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/GroupResult.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\ListAssetsRequest' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/ListAssetsRequest.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\ListAssetsResponse' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/ListAssetsResponse.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\ListAssetsResponse\\ListAssetsResult' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/ListAssetsResponse/ListAssetsResult.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\ListAssetsResponse\\ListAssetsResult\\StateChange' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/ListAssetsResponse/ListAssetsResult/StateChange.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\ListAssetsResponse_ListAssetsResult' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/ListAssetsResponse_ListAssetsResult.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\ListAssetsResponse_ListAssetsResult_StateChange' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/ListAssetsResponse_ListAssetsResult_StateChange.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\ListFindingsRequest' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/ListFindingsRequest.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\ListFindingsResponse' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/ListFindingsResponse.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\ListFindingsResponse\\ListFindingsResult' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/ListFindingsResponse/ListFindingsResult.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\ListFindingsResponse\\ListFindingsResult\\Resource' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/ListFindingsResponse/ListFindingsResult/Resource.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\ListFindingsResponse\\ListFindingsResult\\StateChange' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/ListFindingsResponse/ListFindingsResult/StateChange.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\ListFindingsResponse_ListFindingsResult' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/ListFindingsResponse_ListFindingsResult.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\ListFindingsResponse_ListFindingsResult_Resource' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/ListFindingsResponse_ListFindingsResult_Resource.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\ListFindingsResponse_ListFindingsResult_StateChange' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/ListFindingsResponse_ListFindingsResult_StateChange.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\ListNotificationConfigsRequest' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/ListNotificationConfigsRequest.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\ListNotificationConfigsResponse' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/ListNotificationConfigsResponse.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\ListSourcesRequest' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/ListSourcesRequest.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\ListSourcesResponse' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/ListSourcesResponse.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\NotificationConfig' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/NotificationConfig.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\NotificationConfig\\EventType' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/NotificationConfig/EventType.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\NotificationConfig\\StreamingConfig' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/NotificationConfig/StreamingConfig.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\NotificationConfig_EventType' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/NotificationConfig_EventType.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\NotificationConfig_StreamingConfig' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/NotificationConfig_StreamingConfig.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\NotificationMessage' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/NotificationMessage.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\OrganizationSettings' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/OrganizationSettings.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\OrganizationSettings\\AssetDiscoveryConfig' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/OrganizationSettings/AssetDiscoveryConfig.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\OrganizationSettings\\AssetDiscoveryConfig\\InclusionMode' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/OrganizationSettings/AssetDiscoveryConfig/InclusionMode.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\OrganizationSettings_AssetDiscoveryConfig' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/OrganizationSettings_AssetDiscoveryConfig.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\OrganizationSettings_AssetDiscoveryConfig_InclusionMode' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/OrganizationSettings_AssetDiscoveryConfig_InclusionMode.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\Resource' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/Resource.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\RunAssetDiscoveryRequest' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/RunAssetDiscoveryRequest.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\RunAssetDiscoveryResponse' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/RunAssetDiscoveryResponse.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\RunAssetDiscoveryResponse\\State' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/RunAssetDiscoveryResponse/State.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\RunAssetDiscoveryResponse_State' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/RunAssetDiscoveryResponse_State.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\SecurityCenterClient' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/SecurityCenterClient.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\SecurityCenterGrpcClient' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/SecurityCenterGrpcClient.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\SecurityMarks' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/SecurityMarks.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\SetFindingStateRequest' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/SetFindingStateRequest.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\Source' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/Source.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\UpdateFindingRequest' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/UpdateFindingRequest.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\UpdateNotificationConfigRequest' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/UpdateNotificationConfigRequest.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\UpdateOrganizationSettingsRequest' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/UpdateOrganizationSettingsRequest.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\UpdateSecurityMarksRequest' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/UpdateSecurityMarksRequest.php',
    'Google\\Cloud\\SecurityCenter\\V1p1beta1\\UpdateSourceRequest' => $vendorDir . '/google/cloud/SecurityCenter/src/V1p1beta1/UpdateSourceRequest.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\ActivateCertificateAuthorityRequest' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/ActivateCertificateAuthorityRequest.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\CaPool' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/CaPool.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\CaPool\\IssuancePolicy' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/CaPool/IssuancePolicy.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\CaPool\\IssuancePolicy\\AllowedKeyType' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/CaPool/IssuancePolicy/AllowedKeyType.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\CaPool\\IssuancePolicy\\AllowedKeyType\\EcKeyType' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/CaPool/IssuancePolicy/AllowedKeyType/EcKeyType.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\CaPool\\IssuancePolicy\\AllowedKeyType\\EcKeyType\\EcSignatureAlgorithm' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/CaPool/IssuancePolicy/AllowedKeyType/EcKeyType/EcSignatureAlgorithm.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\CaPool\\IssuancePolicy\\AllowedKeyType\\RsaKeyType' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/CaPool/IssuancePolicy/AllowedKeyType/RsaKeyType.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\CaPool\\IssuancePolicy\\IssuanceModes' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/CaPool/IssuancePolicy/IssuanceModes.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\CaPool\\PublishingOptions' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/CaPool/PublishingOptions.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\CaPool\\Tier' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/CaPool/Tier.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\Certificate' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/Certificate.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\CertificateAuthority' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/CertificateAuthority.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\CertificateAuthorityServiceClient' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/CertificateAuthorityServiceClient.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\CertificateAuthority\\AccessUrls' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/CertificateAuthority/AccessUrls.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\CertificateAuthority\\KeyVersionSpec' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/CertificateAuthority/KeyVersionSpec.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\CertificateAuthority\\SignHashAlgorithm' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/CertificateAuthority/SignHashAlgorithm.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\CertificateAuthority\\State' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/CertificateAuthority/State.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\CertificateAuthority\\Type' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/CertificateAuthority/Type.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\CertificateConfig' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/CertificateConfig.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\CertificateConfig\\SubjectConfig' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/CertificateConfig/SubjectConfig.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\CertificateDescription' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/CertificateDescription.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\CertificateDescription\\CertificateFingerprint' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/CertificateDescription/CertificateFingerprint.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\CertificateDescription\\KeyId' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/CertificateDescription/KeyId.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\CertificateDescription\\SubjectDescription' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/CertificateDescription/SubjectDescription.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\CertificateExtensionConstraints' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/CertificateExtensionConstraints.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\CertificateExtensionConstraints\\KnownCertificateExtension' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/CertificateExtensionConstraints/KnownCertificateExtension.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\CertificateIdentityConstraints' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/CertificateIdentityConstraints.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\CertificateRevocationList' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/CertificateRevocationList.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\CertificateRevocationList\\RevokedCertificate' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/CertificateRevocationList/RevokedCertificate.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\CertificateRevocationList\\State' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/CertificateRevocationList/State.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\CertificateTemplate' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/CertificateTemplate.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\Certificate\\RevocationDetails' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/Certificate/RevocationDetails.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\CreateCaPoolRequest' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/CreateCaPoolRequest.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\CreateCertificateAuthorityRequest' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/CreateCertificateAuthorityRequest.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\CreateCertificateRequest' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/CreateCertificateRequest.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\CreateCertificateTemplateRequest' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/CreateCertificateTemplateRequest.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\DeleteCaPoolRequest' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/DeleteCaPoolRequest.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\DeleteCertificateAuthorityRequest' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/DeleteCertificateAuthorityRequest.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\DeleteCertificateTemplateRequest' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/DeleteCertificateTemplateRequest.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\DisableCertificateAuthorityRequest' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/DisableCertificateAuthorityRequest.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\EnableCertificateAuthorityRequest' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/EnableCertificateAuthorityRequest.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\FetchCaCertsRequest' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/FetchCaCertsRequest.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\FetchCaCertsResponse' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/FetchCaCertsResponse.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\FetchCaCertsResponse\\CertChain' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/FetchCaCertsResponse/CertChain.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\FetchCertificateAuthorityCsrRequest' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/FetchCertificateAuthorityCsrRequest.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\FetchCertificateAuthorityCsrResponse' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/FetchCertificateAuthorityCsrResponse.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\Gapic\\CertificateAuthorityServiceGapicClient' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/Gapic/CertificateAuthorityServiceGapicClient.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\GetCaPoolRequest' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/GetCaPoolRequest.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\GetCertificateAuthorityRequest' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/GetCertificateAuthorityRequest.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\GetCertificateRequest' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/GetCertificateRequest.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\GetCertificateRevocationListRequest' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/GetCertificateRevocationListRequest.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\GetCertificateTemplateRequest' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/GetCertificateTemplateRequest.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\KeyUsage' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/KeyUsage.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\KeyUsage\\ExtendedKeyUsageOptions' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/KeyUsage/ExtendedKeyUsageOptions.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\KeyUsage\\KeyUsageOptions' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/KeyUsage/KeyUsageOptions.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\ListCaPoolsRequest' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/ListCaPoolsRequest.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\ListCaPoolsResponse' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/ListCaPoolsResponse.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\ListCertificateAuthoritiesRequest' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/ListCertificateAuthoritiesRequest.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\ListCertificateAuthoritiesResponse' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/ListCertificateAuthoritiesResponse.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\ListCertificateRevocationListsRequest' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/ListCertificateRevocationListsRequest.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\ListCertificateRevocationListsResponse' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/ListCertificateRevocationListsResponse.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\ListCertificateTemplatesRequest' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/ListCertificateTemplatesRequest.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\ListCertificateTemplatesResponse' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/ListCertificateTemplatesResponse.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\ListCertificatesRequest' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/ListCertificatesRequest.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\ListCertificatesResponse' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/ListCertificatesResponse.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\ObjectId' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/ObjectId.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\OperationMetadata' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/OperationMetadata.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\PublicKey' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/PublicKey.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\PublicKey\\KeyFormat' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/PublicKey/KeyFormat.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\RevocationReason' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/RevocationReason.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\RevokeCertificateRequest' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/RevokeCertificateRequest.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\Subject' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/Subject.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\SubjectAltNames' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/SubjectAltNames.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\SubjectRequestMode' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/SubjectRequestMode.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\SubordinateConfig' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/SubordinateConfig.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\SubordinateConfig\\SubordinateConfigChain' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/SubordinateConfig/SubordinateConfigChain.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\UndeleteCertificateAuthorityRequest' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/UndeleteCertificateAuthorityRequest.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\UpdateCaPoolRequest' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/UpdateCaPoolRequest.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\UpdateCertificateAuthorityRequest' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/UpdateCertificateAuthorityRequest.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\UpdateCertificateRequest' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/UpdateCertificateRequest.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\UpdateCertificateRevocationListRequest' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/UpdateCertificateRevocationListRequest.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\UpdateCertificateTemplateRequest' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/UpdateCertificateTemplateRequest.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\X509Extension' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/X509Extension.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\X509Parameters' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/X509Parameters.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\X509Parameters\\CaOptions' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/X509Parameters/CaOptions.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1\\X509Parameters\\NameConstraints' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1/X509Parameters/NameConstraints.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\ActivateCertificateAuthorityRequest' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/ActivateCertificateAuthorityRequest.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\Certificate' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/Certificate.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\CertificateAuthority' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/CertificateAuthority.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\CertificateAuthorityServiceClient' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/CertificateAuthorityServiceClient.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\CertificateAuthority\\AccessUrls' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/CertificateAuthority/AccessUrls.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\CertificateAuthority\\CertificateAuthorityPolicy' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/CertificateAuthority/CertificateAuthorityPolicy.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\CertificateAuthority\\CertificateAuthorityPolicy\\AllowedConfigList' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/CertificateAuthority/CertificateAuthorityPolicy/AllowedConfigList.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\CertificateAuthority\\CertificateAuthorityPolicy\\AllowedSubjectAltNames' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/CertificateAuthority/CertificateAuthorityPolicy/AllowedSubjectAltNames.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\CertificateAuthority\\CertificateAuthorityPolicy\\IssuanceModes' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/CertificateAuthority/CertificateAuthorityPolicy/IssuanceModes.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\CertificateAuthority\\IssuingOptions' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/CertificateAuthority/IssuingOptions.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\CertificateAuthority\\KeyVersionSpec' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/CertificateAuthority/KeyVersionSpec.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\CertificateAuthority\\SignHashAlgorithm' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/CertificateAuthority/SignHashAlgorithm.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\CertificateAuthority\\State' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/CertificateAuthority/State.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\CertificateAuthority\\Tier' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/CertificateAuthority/Tier.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\CertificateAuthority\\Type' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/CertificateAuthority/Type.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\CertificateConfig' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/CertificateConfig.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\CertificateConfig\\SubjectConfig' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/CertificateConfig/SubjectConfig.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\CertificateDescription' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/CertificateDescription.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\CertificateDescription\\CertificateFingerprint' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/CertificateDescription/CertificateFingerprint.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\CertificateDescription\\KeyId' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/CertificateDescription/KeyId.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\CertificateDescription\\SubjectDescription' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/CertificateDescription/SubjectDescription.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\CertificateRevocationList' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/CertificateRevocationList.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\CertificateRevocationList\\RevokedCertificate' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/CertificateRevocationList/RevokedCertificate.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\CertificateRevocationList\\State' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/CertificateRevocationList/State.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\Certificate\\RevocationDetails' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/Certificate/RevocationDetails.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\CreateCertificateAuthorityRequest' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/CreateCertificateAuthorityRequest.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\CreateCertificateRequest' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/CreateCertificateRequest.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\DisableCertificateAuthorityRequest' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/DisableCertificateAuthorityRequest.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\EnableCertificateAuthorityRequest' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/EnableCertificateAuthorityRequest.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\FetchCertificateAuthorityCsrRequest' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/FetchCertificateAuthorityCsrRequest.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\FetchCertificateAuthorityCsrResponse' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/FetchCertificateAuthorityCsrResponse.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\Gapic\\CertificateAuthorityServiceGapicClient' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/Gapic/CertificateAuthorityServiceGapicClient.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\GetCertificateAuthorityRequest' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/GetCertificateAuthorityRequest.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\GetCertificateRequest' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/GetCertificateRequest.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\GetCertificateRevocationListRequest' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/GetCertificateRevocationListRequest.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\GetReusableConfigRequest' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/GetReusableConfigRequest.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\KeyUsage' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/KeyUsage.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\KeyUsage\\ExtendedKeyUsageOptions' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/KeyUsage/ExtendedKeyUsageOptions.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\KeyUsage\\KeyUsageOptions' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/KeyUsage/KeyUsageOptions.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\ListCertificateAuthoritiesRequest' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/ListCertificateAuthoritiesRequest.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\ListCertificateAuthoritiesResponse' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/ListCertificateAuthoritiesResponse.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\ListCertificateRevocationListsRequest' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/ListCertificateRevocationListsRequest.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\ListCertificateRevocationListsResponse' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/ListCertificateRevocationListsResponse.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\ListCertificatesRequest' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/ListCertificatesRequest.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\ListCertificatesResponse' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/ListCertificatesResponse.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\ListReusableConfigsRequest' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/ListReusableConfigsRequest.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\ListReusableConfigsResponse' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/ListReusableConfigsResponse.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\ObjectId' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/ObjectId.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\OperationMetadata' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/OperationMetadata.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\PublicKey' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/PublicKey.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\PublicKey\\KeyType' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/PublicKey/KeyType.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\RestoreCertificateAuthorityRequest' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/RestoreCertificateAuthorityRequest.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\ReusableConfig' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/ReusableConfig.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\ReusableConfigValues' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/ReusableConfigValues.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\ReusableConfigValues\\CaOptions' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/ReusableConfigValues/CaOptions.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\ReusableConfigWrapper' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/ReusableConfigWrapper.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\RevocationReason' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/RevocationReason.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\RevokeCertificateRequest' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/RevokeCertificateRequest.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\ScheduleDeleteCertificateAuthorityRequest' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/ScheduleDeleteCertificateAuthorityRequest.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\Subject' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/Subject.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\SubjectAltNames' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/SubjectAltNames.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\SubordinateConfig' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/SubordinateConfig.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\SubordinateConfig\\SubordinateConfigChain' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/SubordinateConfig/SubordinateConfigChain.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\UpdateCertificateAuthorityRequest' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/UpdateCertificateAuthorityRequest.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\UpdateCertificateRequest' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/UpdateCertificateRequest.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\UpdateCertificateRevocationListRequest' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/UpdateCertificateRevocationListRequest.php',
    'Google\\Cloud\\Security\\PrivateCA\\V1beta1\\X509Extension' => $vendorDir . '/google/cloud/SecurityPrivateCa/src/V1beta1/X509Extension.php',
    'Google\\Cloud\\Security\\PublicCA\\V1beta1\\CreateExternalAccountKeyRequest' => $vendorDir . '/google/cloud/SecurityPublicCA/src/V1beta1/CreateExternalAccountKeyRequest.php',
    'Google\\Cloud\\Security\\PublicCA\\V1beta1\\ExternalAccountKey' => $vendorDir . '/google/cloud/SecurityPublicCA/src/V1beta1/ExternalAccountKey.php',
    'Google\\Cloud\\Security\\PublicCA\\V1beta1\\Gapic\\PublicCertificateAuthorityServiceGapicClient' => $vendorDir . '/google/cloud/SecurityPublicCA/src/V1beta1/Gapic/PublicCertificateAuthorityServiceGapicClient.php',
    'Google\\Cloud\\Security\\PublicCA\\V1beta1\\PublicCertificateAuthorityServiceClient' => $vendorDir . '/google/cloud/SecurityPublicCA/src/V1beta1/PublicCertificateAuthorityServiceClient.php',
    'Google\\Cloud\\ServiceBuilder' => $vendorDir . '/google/cloud/src/ServiceBuilder.php',
    'Google\\Cloud\\ServiceControl\\V1\\AllocateQuotaRequest' => $vendorDir . '/google/cloud/ServiceControl/src/V1/AllocateQuotaRequest.php',
    'Google\\Cloud\\ServiceControl\\V1\\AllocateQuotaResponse' => $vendorDir . '/google/cloud/ServiceControl/src/V1/AllocateQuotaResponse.php',
    'Google\\Cloud\\ServiceControl\\V1\\CheckError' => $vendorDir . '/google/cloud/ServiceControl/src/V1/CheckError.php',
    'Google\\Cloud\\ServiceControl\\V1\\CheckError\\Code' => $vendorDir . '/google/cloud/ServiceControl/src/V1/CheckError/Code.php',
    'Google\\Cloud\\ServiceControl\\V1\\CheckRequest' => $vendorDir . '/google/cloud/ServiceControl/src/V1/CheckRequest.php',
    'Google\\Cloud\\ServiceControl\\V1\\CheckResponse' => $vendorDir . '/google/cloud/ServiceControl/src/V1/CheckResponse.php',
    'Google\\Cloud\\ServiceControl\\V1\\CheckResponse\\CheckInfo' => $vendorDir . '/google/cloud/ServiceControl/src/V1/CheckResponse/CheckInfo.php',
    'Google\\Cloud\\ServiceControl\\V1\\CheckResponse\\ConsumerInfo' => $vendorDir . '/google/cloud/ServiceControl/src/V1/CheckResponse/ConsumerInfo.php',
    'Google\\Cloud\\ServiceControl\\V1\\CheckResponse\\ConsumerInfo\\ConsumerType' => $vendorDir . '/google/cloud/ServiceControl/src/V1/CheckResponse/ConsumerInfo/ConsumerType.php',
    'Google\\Cloud\\ServiceControl\\V1\\Distribution' => $vendorDir . '/google/cloud/ServiceControl/src/V1/Distribution.php',
    'Google\\Cloud\\ServiceControl\\V1\\Distribution\\ExplicitBuckets' => $vendorDir . '/google/cloud/ServiceControl/src/V1/Distribution/ExplicitBuckets.php',
    'Google\\Cloud\\ServiceControl\\V1\\Distribution\\ExponentialBuckets' => $vendorDir . '/google/cloud/ServiceControl/src/V1/Distribution/ExponentialBuckets.php',
    'Google\\Cloud\\ServiceControl\\V1\\Distribution\\LinearBuckets' => $vendorDir . '/google/cloud/ServiceControl/src/V1/Distribution/LinearBuckets.php',
    'Google\\Cloud\\ServiceControl\\V1\\Gapic\\QuotaControllerGapicClient' => $vendorDir . '/google/cloud/ServiceControl/src/V1/Gapic/QuotaControllerGapicClient.php',
    'Google\\Cloud\\ServiceControl\\V1\\Gapic\\ServiceControllerGapicClient' => $vendorDir . '/google/cloud/ServiceControl/src/V1/Gapic/ServiceControllerGapicClient.php',
    'Google\\Cloud\\ServiceControl\\V1\\HttpRequest' => $vendorDir . '/google/cloud/ServiceControl/src/V1/HttpRequest.php',
    'Google\\Cloud\\ServiceControl\\V1\\LogEntry' => $vendorDir . '/google/cloud/ServiceControl/src/V1/LogEntry.php',
    'Google\\Cloud\\ServiceControl\\V1\\LogEntryOperation' => $vendorDir . '/google/cloud/ServiceControl/src/V1/LogEntryOperation.php',
    'Google\\Cloud\\ServiceControl\\V1\\LogEntrySourceLocation' => $vendorDir . '/google/cloud/ServiceControl/src/V1/LogEntrySourceLocation.php',
    'Google\\Cloud\\ServiceControl\\V1\\MetricValue' => $vendorDir . '/google/cloud/ServiceControl/src/V1/MetricValue.php',
    'Google\\Cloud\\ServiceControl\\V1\\MetricValueSet' => $vendorDir . '/google/cloud/ServiceControl/src/V1/MetricValueSet.php',
    'Google\\Cloud\\ServiceControl\\V1\\Operation' => $vendorDir . '/google/cloud/ServiceControl/src/V1/Operation.php',
    'Google\\Cloud\\ServiceControl\\V1\\Operation\\Importance' => $vendorDir . '/google/cloud/ServiceControl/src/V1/Operation/Importance.php',
    'Google\\Cloud\\ServiceControl\\V1\\QuotaControllerClient' => $vendorDir . '/google/cloud/ServiceControl/src/V1/QuotaControllerClient.php',
    'Google\\Cloud\\ServiceControl\\V1\\QuotaError' => $vendorDir . '/google/cloud/ServiceControl/src/V1/QuotaError.php',
    'Google\\Cloud\\ServiceControl\\V1\\QuotaError\\Code' => $vendorDir . '/google/cloud/ServiceControl/src/V1/QuotaError/Code.php',
    'Google\\Cloud\\ServiceControl\\V1\\QuotaOperation' => $vendorDir . '/google/cloud/ServiceControl/src/V1/QuotaOperation.php',
    'Google\\Cloud\\ServiceControl\\V1\\QuotaOperation\\QuotaMode' => $vendorDir . '/google/cloud/ServiceControl/src/V1/QuotaOperation/QuotaMode.php',
    'Google\\Cloud\\ServiceControl\\V1\\ReportRequest' => $vendorDir . '/google/cloud/ServiceControl/src/V1/ReportRequest.php',
    'Google\\Cloud\\ServiceControl\\V1\\ReportResponse' => $vendorDir . '/google/cloud/ServiceControl/src/V1/ReportResponse.php',
    'Google\\Cloud\\ServiceControl\\V1\\ReportResponse\\ReportError' => $vendorDir . '/google/cloud/ServiceControl/src/V1/ReportResponse/ReportError.php',
    'Google\\Cloud\\ServiceControl\\V1\\ServiceControllerClient' => $vendorDir . '/google/cloud/ServiceControl/src/V1/ServiceControllerClient.php',
    'Google\\Cloud\\ServiceDirectory\\V1\\CreateEndpointRequest' => $vendorDir . '/google/cloud/ServiceDirectory/src/V1/CreateEndpointRequest.php',
    'Google\\Cloud\\ServiceDirectory\\V1\\CreateNamespaceRequest' => $vendorDir . '/google/cloud/ServiceDirectory/src/V1/CreateNamespaceRequest.php',
    'Google\\Cloud\\ServiceDirectory\\V1\\CreateServiceRequest' => $vendorDir . '/google/cloud/ServiceDirectory/src/V1/CreateServiceRequest.php',
    'Google\\Cloud\\ServiceDirectory\\V1\\DeleteEndpointRequest' => $vendorDir . '/google/cloud/ServiceDirectory/src/V1/DeleteEndpointRequest.php',
    'Google\\Cloud\\ServiceDirectory\\V1\\DeleteNamespaceRequest' => $vendorDir . '/google/cloud/ServiceDirectory/src/V1/DeleteNamespaceRequest.php',
    'Google\\Cloud\\ServiceDirectory\\V1\\DeleteServiceRequest' => $vendorDir . '/google/cloud/ServiceDirectory/src/V1/DeleteServiceRequest.php',
    'Google\\Cloud\\ServiceDirectory\\V1\\Endpoint' => $vendorDir . '/google/cloud/ServiceDirectory/src/V1/Endpoint.php',
    'Google\\Cloud\\ServiceDirectory\\V1\\Gapic\\LookupServiceGapicClient' => $vendorDir . '/google/cloud/ServiceDirectory/src/V1/Gapic/LookupServiceGapicClient.php',
    'Google\\Cloud\\ServiceDirectory\\V1\\Gapic\\RegistrationServiceGapicClient' => $vendorDir . '/google/cloud/ServiceDirectory/src/V1/Gapic/RegistrationServiceGapicClient.php',
    'Google\\Cloud\\ServiceDirectory\\V1\\GetEndpointRequest' => $vendorDir . '/google/cloud/ServiceDirectory/src/V1/GetEndpointRequest.php',
    'Google\\Cloud\\ServiceDirectory\\V1\\GetNamespaceRequest' => $vendorDir . '/google/cloud/ServiceDirectory/src/V1/GetNamespaceRequest.php',
    'Google\\Cloud\\ServiceDirectory\\V1\\GetServiceRequest' => $vendorDir . '/google/cloud/ServiceDirectory/src/V1/GetServiceRequest.php',
    'Google\\Cloud\\ServiceDirectory\\V1\\ListEndpointsRequest' => $vendorDir . '/google/cloud/ServiceDirectory/src/V1/ListEndpointsRequest.php',
    'Google\\Cloud\\ServiceDirectory\\V1\\ListEndpointsResponse' => $vendorDir . '/google/cloud/ServiceDirectory/src/V1/ListEndpointsResponse.php',
    'Google\\Cloud\\ServiceDirectory\\V1\\ListNamespacesRequest' => $vendorDir . '/google/cloud/ServiceDirectory/src/V1/ListNamespacesRequest.php',
    'Google\\Cloud\\ServiceDirectory\\V1\\ListNamespacesResponse' => $vendorDir . '/google/cloud/ServiceDirectory/src/V1/ListNamespacesResponse.php',
    'Google\\Cloud\\ServiceDirectory\\V1\\ListServicesRequest' => $vendorDir . '/google/cloud/ServiceDirectory/src/V1/ListServicesRequest.php',
    'Google\\Cloud\\ServiceDirectory\\V1\\ListServicesResponse' => $vendorDir . '/google/cloud/ServiceDirectory/src/V1/ListServicesResponse.php',
    'Google\\Cloud\\ServiceDirectory\\V1\\LookupServiceClient' => $vendorDir . '/google/cloud/ServiceDirectory/src/V1/LookupServiceClient.php',
    'Google\\Cloud\\ServiceDirectory\\V1\\PBNamespace' => $vendorDir . '/google/cloud/ServiceDirectory/src/V1/PBNamespace.php',
    'Google\\Cloud\\ServiceDirectory\\V1\\RegistrationServiceClient' => $vendorDir . '/google/cloud/ServiceDirectory/src/V1/RegistrationServiceClient.php',
    'Google\\Cloud\\ServiceDirectory\\V1\\ResolveServiceRequest' => $vendorDir . '/google/cloud/ServiceDirectory/src/V1/ResolveServiceRequest.php',
    'Google\\Cloud\\ServiceDirectory\\V1\\ResolveServiceResponse' => $vendorDir . '/google/cloud/ServiceDirectory/src/V1/ResolveServiceResponse.php',
    'Google\\Cloud\\ServiceDirectory\\V1\\Service' => $vendorDir . '/google/cloud/ServiceDirectory/src/V1/Service.php',
    'Google\\Cloud\\ServiceDirectory\\V1\\UpdateEndpointRequest' => $vendorDir . '/google/cloud/ServiceDirectory/src/V1/UpdateEndpointRequest.php',
    'Google\\Cloud\\ServiceDirectory\\V1\\UpdateNamespaceRequest' => $vendorDir . '/google/cloud/ServiceDirectory/src/V1/UpdateNamespaceRequest.php',
    'Google\\Cloud\\ServiceDirectory\\V1\\UpdateServiceRequest' => $vendorDir . '/google/cloud/ServiceDirectory/src/V1/UpdateServiceRequest.php',
    'Google\\Cloud\\ServiceDirectory\\V1beta1\\CreateEndpointRequest' => $vendorDir . '/google/cloud/ServiceDirectory/src/V1beta1/CreateEndpointRequest.php',
    'Google\\Cloud\\ServiceDirectory\\V1beta1\\CreateNamespaceRequest' => $vendorDir . '/google/cloud/ServiceDirectory/src/V1beta1/CreateNamespaceRequest.php',
    'Google\\Cloud\\ServiceDirectory\\V1beta1\\CreateServiceRequest' => $vendorDir . '/google/cloud/ServiceDirectory/src/V1beta1/CreateServiceRequest.php',
    'Google\\Cloud\\ServiceDirectory\\V1beta1\\DeleteEndpointRequest' => $vendorDir . '/google/cloud/ServiceDirectory/src/V1beta1/DeleteEndpointRequest.php',
    'Google\\Cloud\\ServiceDirectory\\V1beta1\\DeleteNamespaceRequest' => $vendorDir . '/google/cloud/ServiceDirectory/src/V1beta1/DeleteNamespaceRequest.php',
    'Google\\Cloud\\ServiceDirectory\\V1beta1\\DeleteServiceRequest' => $vendorDir . '/google/cloud/ServiceDirectory/src/V1beta1/DeleteServiceRequest.php',
    'Google\\Cloud\\ServiceDirectory\\V1beta1\\Endpoint' => $vendorDir . '/google/cloud/ServiceDirectory/src/V1beta1/Endpoint.php',
    'Google\\Cloud\\ServiceDirectory\\V1beta1\\Gapic\\LookupServiceGapicClient' => $vendorDir . '/google/cloud/ServiceDirectory/src/V1beta1/Gapic/LookupServiceGapicClient.php',
    'Google\\Cloud\\ServiceDirectory\\V1beta1\\Gapic\\RegistrationServiceGapicClient' => $vendorDir . '/google/cloud/ServiceDirectory/src/V1beta1/Gapic/RegistrationServiceGapicClient.php',
    'Google\\Cloud\\ServiceDirectory\\V1beta1\\GetEndpointRequest' => $vendorDir . '/google/cloud/ServiceDirectory/src/V1beta1/GetEndpointRequest.php',
    'Google\\Cloud\\ServiceDirectory\\V1beta1\\GetNamespaceRequest' => $vendorDir . '/google/cloud/ServiceDirectory/src/V1beta1/GetNamespaceRequest.php',
    'Google\\Cloud\\ServiceDirectory\\V1beta1\\GetServiceRequest' => $vendorDir . '/google/cloud/ServiceDirectory/src/V1beta1/GetServiceRequest.php',
    'Google\\Cloud\\ServiceDirectory\\V1beta1\\ListEndpointsRequest' => $vendorDir . '/google/cloud/ServiceDirectory/src/V1beta1/ListEndpointsRequest.php',
    'Google\\Cloud\\ServiceDirectory\\V1beta1\\ListEndpointsResponse' => $vendorDir . '/google/cloud/ServiceDirectory/src/V1beta1/ListEndpointsResponse.php',
    'Google\\Cloud\\ServiceDirectory\\V1beta1\\ListNamespacesRequest' => $vendorDir . '/google/cloud/ServiceDirectory/src/V1beta1/ListNamespacesRequest.php',
    'Google\\Cloud\\ServiceDirectory\\V1beta1\\ListNamespacesResponse' => $vendorDir . '/google/cloud/ServiceDirectory/src/V1beta1/ListNamespacesResponse.php',
    'Google\\Cloud\\ServiceDirectory\\V1beta1\\ListServicesRequest' => $vendorDir . '/google/cloud/ServiceDirectory/src/V1beta1/ListServicesRequest.php',
    'Google\\Cloud\\ServiceDirectory\\V1beta1\\ListServicesResponse' => $vendorDir . '/google/cloud/ServiceDirectory/src/V1beta1/ListServicesResponse.php',
    'Google\\Cloud\\ServiceDirectory\\V1beta1\\LookupServiceClient' => $vendorDir . '/google/cloud/ServiceDirectory/src/V1beta1/LookupServiceClient.php',
    'Google\\Cloud\\ServiceDirectory\\V1beta1\\PBNamespace' => $vendorDir . '/google/cloud/ServiceDirectory/src/V1beta1/PBNamespace.php',
    'Google\\Cloud\\ServiceDirectory\\V1beta1\\RegistrationServiceClient' => $vendorDir . '/google/cloud/ServiceDirectory/src/V1beta1/RegistrationServiceClient.php',
    'Google\\Cloud\\ServiceDirectory\\V1beta1\\ResolveServiceRequest' => $vendorDir . '/google/cloud/ServiceDirectory/src/V1beta1/ResolveServiceRequest.php',
    'Google\\Cloud\\ServiceDirectory\\V1beta1\\ResolveServiceResponse' => $vendorDir . '/google/cloud/ServiceDirectory/src/V1beta1/ResolveServiceResponse.php',
    'Google\\Cloud\\ServiceDirectory\\V1beta1\\Service' => $vendorDir . '/google/cloud/ServiceDirectory/src/V1beta1/Service.php',
    'Google\\Cloud\\ServiceDirectory\\V1beta1\\UpdateEndpointRequest' => $vendorDir . '/google/cloud/ServiceDirectory/src/V1beta1/UpdateEndpointRequest.php',
    'Google\\Cloud\\ServiceDirectory\\V1beta1\\UpdateNamespaceRequest' => $vendorDir . '/google/cloud/ServiceDirectory/src/V1beta1/UpdateNamespaceRequest.php',
    'Google\\Cloud\\ServiceDirectory\\V1beta1\\UpdateServiceRequest' => $vendorDir . '/google/cloud/ServiceDirectory/src/V1beta1/UpdateServiceRequest.php',
    'Google\\Cloud\\ServiceManagement\\V1\\ChangeReport' => $vendorDir . '/google/cloud/ServiceManagement/src/V1/ChangeReport.php',
    'Google\\Cloud\\ServiceManagement\\V1\\ConfigFile' => $vendorDir . '/google/cloud/ServiceManagement/src/V1/ConfigFile.php',
    'Google\\Cloud\\ServiceManagement\\V1\\ConfigFile\\FileType' => $vendorDir . '/google/cloud/ServiceManagement/src/V1/ConfigFile/FileType.php',
    'Google\\Cloud\\ServiceManagement\\V1\\ConfigRef' => $vendorDir . '/google/cloud/ServiceManagement/src/V1/ConfigRef.php',
    'Google\\Cloud\\ServiceManagement\\V1\\ConfigSource' => $vendorDir . '/google/cloud/ServiceManagement/src/V1/ConfigSource.php',
    'Google\\Cloud\\ServiceManagement\\V1\\CreateServiceConfigRequest' => $vendorDir . '/google/cloud/ServiceManagement/src/V1/CreateServiceConfigRequest.php',
    'Google\\Cloud\\ServiceManagement\\V1\\CreateServiceRequest' => $vendorDir . '/google/cloud/ServiceManagement/src/V1/CreateServiceRequest.php',
    'Google\\Cloud\\ServiceManagement\\V1\\CreateServiceRolloutRequest' => $vendorDir . '/google/cloud/ServiceManagement/src/V1/CreateServiceRolloutRequest.php',
    'Google\\Cloud\\ServiceManagement\\V1\\DeleteServiceRequest' => $vendorDir . '/google/cloud/ServiceManagement/src/V1/DeleteServiceRequest.php',
    'Google\\Cloud\\ServiceManagement\\V1\\Diagnostic' => $vendorDir . '/google/cloud/ServiceManagement/src/V1/Diagnostic.php',
    'Google\\Cloud\\ServiceManagement\\V1\\Diagnostic\\Kind' => $vendorDir . '/google/cloud/ServiceManagement/src/V1/Diagnostic/Kind.php',
    'Google\\Cloud\\ServiceManagement\\V1\\DisableServiceRequest' => $vendorDir . '/google/cloud/ServiceManagement/src/V1/DisableServiceRequest.php',
    'Google\\Cloud\\ServiceManagement\\V1\\DisableServiceResponse' => $vendorDir . '/google/cloud/ServiceManagement/src/V1/DisableServiceResponse.php',
    'Google\\Cloud\\ServiceManagement\\V1\\EnableServiceRequest' => $vendorDir . '/google/cloud/ServiceManagement/src/V1/EnableServiceRequest.php',
    'Google\\Cloud\\ServiceManagement\\V1\\EnableServiceResponse' => $vendorDir . '/google/cloud/ServiceManagement/src/V1/EnableServiceResponse.php',
    'Google\\Cloud\\ServiceManagement\\V1\\Gapic\\ServiceManagerGapicClient' => $vendorDir . '/google/cloud/ServiceManagement/src/V1/Gapic/ServiceManagerGapicClient.php',
    'Google\\Cloud\\ServiceManagement\\V1\\GenerateConfigReportRequest' => $vendorDir . '/google/cloud/ServiceManagement/src/V1/GenerateConfigReportRequest.php',
    'Google\\Cloud\\ServiceManagement\\V1\\GenerateConfigReportResponse' => $vendorDir . '/google/cloud/ServiceManagement/src/V1/GenerateConfigReportResponse.php',
    'Google\\Cloud\\ServiceManagement\\V1\\GetServiceConfigRequest' => $vendorDir . '/google/cloud/ServiceManagement/src/V1/GetServiceConfigRequest.php',
    'Google\\Cloud\\ServiceManagement\\V1\\GetServiceConfigRequest\\ConfigView' => $vendorDir . '/google/cloud/ServiceManagement/src/V1/GetServiceConfigRequest/ConfigView.php',
    'Google\\Cloud\\ServiceManagement\\V1\\GetServiceRequest' => $vendorDir . '/google/cloud/ServiceManagement/src/V1/GetServiceRequest.php',
    'Google\\Cloud\\ServiceManagement\\V1\\GetServiceRolloutRequest' => $vendorDir . '/google/cloud/ServiceManagement/src/V1/GetServiceRolloutRequest.php',
    'Google\\Cloud\\ServiceManagement\\V1\\ListServiceConfigsRequest' => $vendorDir . '/google/cloud/ServiceManagement/src/V1/ListServiceConfigsRequest.php',
    'Google\\Cloud\\ServiceManagement\\V1\\ListServiceConfigsResponse' => $vendorDir . '/google/cloud/ServiceManagement/src/V1/ListServiceConfigsResponse.php',
    'Google\\Cloud\\ServiceManagement\\V1\\ListServiceRolloutsRequest' => $vendorDir . '/google/cloud/ServiceManagement/src/V1/ListServiceRolloutsRequest.php',
    'Google\\Cloud\\ServiceManagement\\V1\\ListServiceRolloutsResponse' => $vendorDir . '/google/cloud/ServiceManagement/src/V1/ListServiceRolloutsResponse.php',
    'Google\\Cloud\\ServiceManagement\\V1\\ListServicesRequest' => $vendorDir . '/google/cloud/ServiceManagement/src/V1/ListServicesRequest.php',
    'Google\\Cloud\\ServiceManagement\\V1\\ListServicesResponse' => $vendorDir . '/google/cloud/ServiceManagement/src/V1/ListServicesResponse.php',
    'Google\\Cloud\\ServiceManagement\\V1\\ManagedService' => $vendorDir . '/google/cloud/ServiceManagement/src/V1/ManagedService.php',
    'Google\\Cloud\\ServiceManagement\\V1\\OperationMetadata' => $vendorDir . '/google/cloud/ServiceManagement/src/V1/OperationMetadata.php',
    'Google\\Cloud\\ServiceManagement\\V1\\OperationMetadata\\Status' => $vendorDir . '/google/cloud/ServiceManagement/src/V1/OperationMetadata/Status.php',
    'Google\\Cloud\\ServiceManagement\\V1\\OperationMetadata\\Step' => $vendorDir . '/google/cloud/ServiceManagement/src/V1/OperationMetadata/Step.php',
    'Google\\Cloud\\ServiceManagement\\V1\\Rollout' => $vendorDir . '/google/cloud/ServiceManagement/src/V1/Rollout.php',
    'Google\\Cloud\\ServiceManagement\\V1\\Rollout\\DeleteServiceStrategy' => $vendorDir . '/google/cloud/ServiceManagement/src/V1/Rollout/DeleteServiceStrategy.php',
    'Google\\Cloud\\ServiceManagement\\V1\\Rollout\\RolloutStatus' => $vendorDir . '/google/cloud/ServiceManagement/src/V1/Rollout/RolloutStatus.php',
    'Google\\Cloud\\ServiceManagement\\V1\\Rollout\\TrafficPercentStrategy' => $vendorDir . '/google/cloud/ServiceManagement/src/V1/Rollout/TrafficPercentStrategy.php',
    'Google\\Cloud\\ServiceManagement\\V1\\ServiceManagerClient' => $vendorDir . '/google/cloud/ServiceManagement/src/V1/ServiceManagerClient.php',
    'Google\\Cloud\\ServiceManagement\\V1\\SubmitConfigSourceRequest' => $vendorDir . '/google/cloud/ServiceManagement/src/V1/SubmitConfigSourceRequest.php',
    'Google\\Cloud\\ServiceManagement\\V1\\SubmitConfigSourceResponse' => $vendorDir . '/google/cloud/ServiceManagement/src/V1/SubmitConfigSourceResponse.php',
    'Google\\Cloud\\ServiceManagement\\V1\\UndeleteServiceRequest' => $vendorDir . '/google/cloud/ServiceManagement/src/V1/UndeleteServiceRequest.php',
    'Google\\Cloud\\ServiceManagement\\V1\\UndeleteServiceResponse' => $vendorDir . '/google/cloud/ServiceManagement/src/V1/UndeleteServiceResponse.php',
    'Google\\Cloud\\ServiceUsage\\V1\\BatchEnableServicesRequest' => $vendorDir . '/google/cloud/ServiceUsage/src/V1/BatchEnableServicesRequest.php',
    'Google\\Cloud\\ServiceUsage\\V1\\BatchEnableServicesResponse' => $vendorDir . '/google/cloud/ServiceUsage/src/V1/BatchEnableServicesResponse.php',
    'Google\\Cloud\\ServiceUsage\\V1\\BatchEnableServicesResponse\\EnableFailure' => $vendorDir . '/google/cloud/ServiceUsage/src/V1/BatchEnableServicesResponse/EnableFailure.php',
    'Google\\Cloud\\ServiceUsage\\V1\\BatchGetServicesRequest' => $vendorDir . '/google/cloud/ServiceUsage/src/V1/BatchGetServicesRequest.php',
    'Google\\Cloud\\ServiceUsage\\V1\\BatchGetServicesResponse' => $vendorDir . '/google/cloud/ServiceUsage/src/V1/BatchGetServicesResponse.php',
    'Google\\Cloud\\ServiceUsage\\V1\\DisableServiceRequest' => $vendorDir . '/google/cloud/ServiceUsage/src/V1/DisableServiceRequest.php',
    'Google\\Cloud\\ServiceUsage\\V1\\DisableServiceRequest\\CheckIfServiceHasUsage' => $vendorDir . '/google/cloud/ServiceUsage/src/V1/DisableServiceRequest/CheckIfServiceHasUsage.php',
    'Google\\Cloud\\ServiceUsage\\V1\\DisableServiceResponse' => $vendorDir . '/google/cloud/ServiceUsage/src/V1/DisableServiceResponse.php',
    'Google\\Cloud\\ServiceUsage\\V1\\EnableServiceRequest' => $vendorDir . '/google/cloud/ServiceUsage/src/V1/EnableServiceRequest.php',
    'Google\\Cloud\\ServiceUsage\\V1\\EnableServiceResponse' => $vendorDir . '/google/cloud/ServiceUsage/src/V1/EnableServiceResponse.php',
    'Google\\Cloud\\ServiceUsage\\V1\\Gapic\\ServiceUsageGapicClient' => $vendorDir . '/google/cloud/ServiceUsage/src/V1/Gapic/ServiceUsageGapicClient.php',
    'Google\\Cloud\\ServiceUsage\\V1\\GetServiceRequest' => $vendorDir . '/google/cloud/ServiceUsage/src/V1/GetServiceRequest.php',
    'Google\\Cloud\\ServiceUsage\\V1\\ListServicesRequest' => $vendorDir . '/google/cloud/ServiceUsage/src/V1/ListServicesRequest.php',
    'Google\\Cloud\\ServiceUsage\\V1\\ListServicesResponse' => $vendorDir . '/google/cloud/ServiceUsage/src/V1/ListServicesResponse.php',
    'Google\\Cloud\\ServiceUsage\\V1\\OperationMetadata' => $vendorDir . '/google/cloud/ServiceUsage/src/V1/OperationMetadata.php',
    'Google\\Cloud\\ServiceUsage\\V1\\Service' => $vendorDir . '/google/cloud/ServiceUsage/src/V1/Service.php',
    'Google\\Cloud\\ServiceUsage\\V1\\ServiceConfig' => $vendorDir . '/google/cloud/ServiceUsage/src/V1/ServiceConfig.php',
    'Google\\Cloud\\ServiceUsage\\V1\\ServiceUsageClient' => $vendorDir . '/google/cloud/ServiceUsage/src/V1/ServiceUsageClient.php',
    'Google\\Cloud\\ServiceUsage\\V1\\State' => $vendorDir . '/google/cloud/ServiceUsage/src/V1/State.php',
    'Google\\Cloud\\Shell\\V1\\AddPublicKeyMetadata' => $vendorDir . '/google/cloud/Shell/src/V1/AddPublicKeyMetadata.php',
    'Google\\Cloud\\Shell\\V1\\AddPublicKeyRequest' => $vendorDir . '/google/cloud/Shell/src/V1/AddPublicKeyRequest.php',
    'Google\\Cloud\\Shell\\V1\\AddPublicKeyResponse' => $vendorDir . '/google/cloud/Shell/src/V1/AddPublicKeyResponse.php',
    'Google\\Cloud\\Shell\\V1\\AuthorizeEnvironmentMetadata' => $vendorDir . '/google/cloud/Shell/src/V1/AuthorizeEnvironmentMetadata.php',
    'Google\\Cloud\\Shell\\V1\\AuthorizeEnvironmentRequest' => $vendorDir . '/google/cloud/Shell/src/V1/AuthorizeEnvironmentRequest.php',
    'Google\\Cloud\\Shell\\V1\\AuthorizeEnvironmentResponse' => $vendorDir . '/google/cloud/Shell/src/V1/AuthorizeEnvironmentResponse.php',
    'Google\\Cloud\\Shell\\V1\\CloudShellErrorDetails' => $vendorDir . '/google/cloud/Shell/src/V1/CloudShellErrorDetails.php',
    'Google\\Cloud\\Shell\\V1\\CloudShellErrorDetails\\CloudShellErrorCode' => $vendorDir . '/google/cloud/Shell/src/V1/CloudShellErrorDetails/CloudShellErrorCode.php',
    'Google\\Cloud\\Shell\\V1\\CloudShellServiceClient' => $vendorDir . '/google/cloud/Shell/src/V1/CloudShellServiceClient.php',
    'Google\\Cloud\\Shell\\V1\\CreateEnvironmentMetadata' => $vendorDir . '/google/cloud/Shell/src/V1/CreateEnvironmentMetadata.php',
    'Google\\Cloud\\Shell\\V1\\DeleteEnvironmentMetadata' => $vendorDir . '/google/cloud/Shell/src/V1/DeleteEnvironmentMetadata.php',
    'Google\\Cloud\\Shell\\V1\\Environment' => $vendorDir . '/google/cloud/Shell/src/V1/Environment.php',
    'Google\\Cloud\\Shell\\V1\\Environment\\State' => $vendorDir . '/google/cloud/Shell/src/V1/Environment/State.php',
    'Google\\Cloud\\Shell\\V1\\Gapic\\CloudShellServiceGapicClient' => $vendorDir . '/google/cloud/Shell/src/V1/Gapic/CloudShellServiceGapicClient.php',
    'Google\\Cloud\\Shell\\V1\\GetEnvironmentRequest' => $vendorDir . '/google/cloud/Shell/src/V1/GetEnvironmentRequest.php',
    'Google\\Cloud\\Shell\\V1\\RemovePublicKeyMetadata' => $vendorDir . '/google/cloud/Shell/src/V1/RemovePublicKeyMetadata.php',
    'Google\\Cloud\\Shell\\V1\\RemovePublicKeyRequest' => $vendorDir . '/google/cloud/Shell/src/V1/RemovePublicKeyRequest.php',
    'Google\\Cloud\\Shell\\V1\\RemovePublicKeyResponse' => $vendorDir . '/google/cloud/Shell/src/V1/RemovePublicKeyResponse.php',
    'Google\\Cloud\\Shell\\V1\\StartEnvironmentMetadata' => $vendorDir . '/google/cloud/Shell/src/V1/StartEnvironmentMetadata.php',
    'Google\\Cloud\\Shell\\V1\\StartEnvironmentMetadata\\State' => $vendorDir . '/google/cloud/Shell/src/V1/StartEnvironmentMetadata/State.php',
    'Google\\Cloud\\Shell\\V1\\StartEnvironmentRequest' => $vendorDir . '/google/cloud/Shell/src/V1/StartEnvironmentRequest.php',
    'Google\\Cloud\\Shell\\V1\\StartEnvironmentResponse' => $vendorDir . '/google/cloud/Shell/src/V1/StartEnvironmentResponse.php',
    'Google\\Cloud\\Spanner\\Admin\\Database\\V1\\Backup' => $vendorDir . '/google/cloud/Spanner/src/Admin/Database/V1/Backup.php',
    'Google\\Cloud\\Spanner\\Admin\\Database\\V1\\BackupInfo' => $vendorDir . '/google/cloud/Spanner/src/Admin/Database/V1/BackupInfo.php',
    'Google\\Cloud\\Spanner\\Admin\\Database\\V1\\Backup\\State' => $vendorDir . '/google/cloud/Spanner/src/Admin/Database/V1/Backup/State.php',
    'Google\\Cloud\\Spanner\\Admin\\Database\\V1\\Backup_State' => $vendorDir . '/google/cloud/Spanner/src/Admin/Database/V1/Backup_State.php',
    'Google\\Cloud\\Spanner\\Admin\\Database\\V1\\CopyBackupEncryptionConfig' => $vendorDir . '/google/cloud/Spanner/src/Admin/Database/V1/CopyBackupEncryptionConfig.php',
    'Google\\Cloud\\Spanner\\Admin\\Database\\V1\\CopyBackupEncryptionConfig\\EncryptionType' => $vendorDir . '/google/cloud/Spanner/src/Admin/Database/V1/CopyBackupEncryptionConfig/EncryptionType.php',
    'Google\\Cloud\\Spanner\\Admin\\Database\\V1\\CopyBackupEncryptionConfig_EncryptionType' => $vendorDir . '/google/cloud/Spanner/src/Admin/Database/V1/CopyBackupEncryptionConfig_EncryptionType.php',
    'Google\\Cloud\\Spanner\\Admin\\Database\\V1\\CopyBackupMetadata' => $vendorDir . '/google/cloud/Spanner/src/Admin/Database/V1/CopyBackupMetadata.php',
    'Google\\Cloud\\Spanner\\Admin\\Database\\V1\\CopyBackupRequest' => $vendorDir . '/google/cloud/Spanner/src/Admin/Database/V1/CopyBackupRequest.php',
    'Google\\Cloud\\Spanner\\Admin\\Database\\V1\\CreateBackupEncryptionConfig' => $vendorDir . '/google/cloud/Spanner/src/Admin/Database/V1/CreateBackupEncryptionConfig.php',
    'Google\\Cloud\\Spanner\\Admin\\Database\\V1\\CreateBackupEncryptionConfig\\EncryptionType' => $vendorDir . '/google/cloud/Spanner/src/Admin/Database/V1/CreateBackupEncryptionConfig/EncryptionType.php',
    'Google\\Cloud\\Spanner\\Admin\\Database\\V1\\CreateBackupEncryptionConfig_EncryptionType' => $vendorDir . '/google/cloud/Spanner/src/Admin/Database/V1/CreateBackupEncryptionConfig_EncryptionType.php',
    'Google\\Cloud\\Spanner\\Admin\\Database\\V1\\CreateBackupMetadata' => $vendorDir . '/google/cloud/Spanner/src/Admin/Database/V1/CreateBackupMetadata.php',
    'Google\\Cloud\\Spanner\\Admin\\Database\\V1\\CreateBackupRequest' => $vendorDir . '/google/cloud/Spanner/src/Admin/Database/V1/CreateBackupRequest.php',
    'Google\\Cloud\\Spanner\\Admin\\Database\\V1\\CreateDatabaseMetadata' => $vendorDir . '/google/cloud/Spanner/src/Admin/Database/V1/CreateDatabaseMetadata.php',
    'Google\\Cloud\\Spanner\\Admin\\Database\\V1\\CreateDatabaseRequest' => $vendorDir . '/google/cloud/Spanner/src/Admin/Database/V1/CreateDatabaseRequest.php',
    'Google\\Cloud\\Spanner\\Admin\\Database\\V1\\Database' => $vendorDir . '/google/cloud/Spanner/src/Admin/Database/V1/Database.php',
    'Google\\Cloud\\Spanner\\Admin\\Database\\V1\\DatabaseAdminClient' => $vendorDir . '/google/cloud/Spanner/src/Admin/Database/V1/DatabaseAdminClient.php',
    'Google\\Cloud\\Spanner\\Admin\\Database\\V1\\DatabaseAdminGrpcClient' => $vendorDir . '/google/cloud/Spanner/src/Admin/Database/V1/DatabaseAdminGrpcClient.php',
    'Google\\Cloud\\Spanner\\Admin\\Database\\V1\\DatabaseDialect' => $vendorDir . '/google/cloud/Spanner/src/Admin/Database/V1/DatabaseDialect.php',
    'Google\\Cloud\\Spanner\\Admin\\Database\\V1\\DatabaseRole' => $vendorDir . '/google/cloud/Spanner/src/Admin/Database/V1/DatabaseRole.php',
    'Google\\Cloud\\Spanner\\Admin\\Database\\V1\\Database\\State' => $vendorDir . '/google/cloud/Spanner/src/Admin/Database/V1/Database/State.php',
    'Google\\Cloud\\Spanner\\Admin\\Database\\V1\\Database_State' => $vendorDir . '/google/cloud/Spanner/src/Admin/Database/V1/Database_State.php',
    'Google\\Cloud\\Spanner\\Admin\\Database\\V1\\DeleteBackupRequest' => $vendorDir . '/google/cloud/Spanner/src/Admin/Database/V1/DeleteBackupRequest.php',
    'Google\\Cloud\\Spanner\\Admin\\Database\\V1\\DropDatabaseRequest' => $vendorDir . '/google/cloud/Spanner/src/Admin/Database/V1/DropDatabaseRequest.php',
    'Google\\Cloud\\Spanner\\Admin\\Database\\V1\\EncryptionConfig' => $vendorDir . '/google/cloud/Spanner/src/Admin/Database/V1/EncryptionConfig.php',
    'Google\\Cloud\\Spanner\\Admin\\Database\\V1\\EncryptionInfo' => $vendorDir . '/google/cloud/Spanner/src/Admin/Database/V1/EncryptionInfo.php',
    'Google\\Cloud\\Spanner\\Admin\\Database\\V1\\EncryptionInfo\\Type' => $vendorDir . '/google/cloud/Spanner/src/Admin/Database/V1/EncryptionInfo/Type.php',
    'Google\\Cloud\\Spanner\\Admin\\Database\\V1\\EncryptionInfo_Type' => $vendorDir . '/google/cloud/Spanner/src/Admin/Database/V1/EncryptionInfo_Type.php',
    'Google\\Cloud\\Spanner\\Admin\\Database\\V1\\Gapic\\DatabaseAdminGapicClient' => $vendorDir . '/google/cloud/Spanner/src/Admin/Database/V1/Gapic/DatabaseAdminGapicClient.php',
    'Google\\Cloud\\Spanner\\Admin\\Database\\V1\\GetBackupRequest' => $vendorDir . '/google/cloud/Spanner/src/Admin/Database/V1/GetBackupRequest.php',
    'Google\\Cloud\\Spanner\\Admin\\Database\\V1\\GetDatabaseDdlRequest' => $vendorDir . '/google/cloud/Spanner/src/Admin/Database/V1/GetDatabaseDdlRequest.php',
    'Google\\Cloud\\Spanner\\Admin\\Database\\V1\\GetDatabaseDdlResponse' => $vendorDir . '/google/cloud/Spanner/src/Admin/Database/V1/GetDatabaseDdlResponse.php',
    'Google\\Cloud\\Spanner\\Admin\\Database\\V1\\GetDatabaseRequest' => $vendorDir . '/google/cloud/Spanner/src/Admin/Database/V1/GetDatabaseRequest.php',
    'Google\\Cloud\\Spanner\\Admin\\Database\\V1\\ListBackupOperationsRequest' => $vendorDir . '/google/cloud/Spanner/src/Admin/Database/V1/ListBackupOperationsRequest.php',
    'Google\\Cloud\\Spanner\\Admin\\Database\\V1\\ListBackupOperationsResponse' => $vendorDir . '/google/cloud/Spanner/src/Admin/Database/V1/ListBackupOperationsResponse.php',
    'Google\\Cloud\\Spanner\\Admin\\Database\\V1\\ListBackupsRequest' => $vendorDir . '/google/cloud/Spanner/src/Admin/Database/V1/ListBackupsRequest.php',
    'Google\\Cloud\\Spanner\\Admin\\Database\\V1\\ListBackupsResponse' => $vendorDir . '/google/cloud/Spanner/src/Admin/Database/V1/ListBackupsResponse.php',
    'Google\\Cloud\\Spanner\\Admin\\Database\\V1\\ListDatabaseOperationsRequest' => $vendorDir . '/google/cloud/Spanner/src/Admin/Database/V1/ListDatabaseOperationsRequest.php',
    'Google\\Cloud\\Spanner\\Admin\\Database\\V1\\ListDatabaseOperationsResponse' => $vendorDir . '/google/cloud/Spanner/src/Admin/Database/V1/ListDatabaseOperationsResponse.php',
    'Google\\Cloud\\Spanner\\Admin\\Database\\V1\\ListDatabaseRolesRequest' => $vendorDir . '/google/cloud/Spanner/src/Admin/Database/V1/ListDatabaseRolesRequest.php',
    'Google\\Cloud\\Spanner\\Admin\\Database\\V1\\ListDatabaseRolesResponse' => $vendorDir . '/google/cloud/Spanner/src/Admin/Database/V1/ListDatabaseRolesResponse.php',
    'Google\\Cloud\\Spanner\\Admin\\Database\\V1\\ListDatabasesRequest' => $vendorDir . '/google/cloud/Spanner/src/Admin/Database/V1/ListDatabasesRequest.php',
    'Google\\Cloud\\Spanner\\Admin\\Database\\V1\\ListDatabasesResponse' => $vendorDir . '/google/cloud/Spanner/src/Admin/Database/V1/ListDatabasesResponse.php',
    'Google\\Cloud\\Spanner\\Admin\\Database\\V1\\OperationProgress' => $vendorDir . '/google/cloud/Spanner/src/Admin/Database/V1/OperationProgress.php',
    'Google\\Cloud\\Spanner\\Admin\\Database\\V1\\OptimizeRestoredDatabaseMetadata' => $vendorDir . '/google/cloud/Spanner/src/Admin/Database/V1/OptimizeRestoredDatabaseMetadata.php',
    'Google\\Cloud\\Spanner\\Admin\\Database\\V1\\RestoreDatabaseEncryptionConfig' => $vendorDir . '/google/cloud/Spanner/src/Admin/Database/V1/RestoreDatabaseEncryptionConfig.php',
    'Google\\Cloud\\Spanner\\Admin\\Database\\V1\\RestoreDatabaseEncryptionConfig\\EncryptionType' => $vendorDir . '/google/cloud/Spanner/src/Admin/Database/V1/RestoreDatabaseEncryptionConfig/EncryptionType.php',
    'Google\\Cloud\\Spanner\\Admin\\Database\\V1\\RestoreDatabaseEncryptionConfig_EncryptionType' => $vendorDir . '/google/cloud/Spanner/src/Admin/Database/V1/RestoreDatabaseEncryptionConfig_EncryptionType.php',
    'Google\\Cloud\\Spanner\\Admin\\Database\\V1\\RestoreDatabaseMetadata' => $vendorDir . '/google/cloud/Spanner/src/Admin/Database/V1/RestoreDatabaseMetadata.php',
    'Google\\Cloud\\Spanner\\Admin\\Database\\V1\\RestoreDatabaseRequest' => $vendorDir . '/google/cloud/Spanner/src/Admin/Database/V1/RestoreDatabaseRequest.php',
    'Google\\Cloud\\Spanner\\Admin\\Database\\V1\\RestoreInfo' => $vendorDir . '/google/cloud/Spanner/src/Admin/Database/V1/RestoreInfo.php',
    'Google\\Cloud\\Spanner\\Admin\\Database\\V1\\RestoreSourceType' => $vendorDir . '/google/cloud/Spanner/src/Admin/Database/V1/RestoreSourceType.php',
    'Google\\Cloud\\Spanner\\Admin\\Database\\V1\\UpdateBackupRequest' => $vendorDir . '/google/cloud/Spanner/src/Admin/Database/V1/UpdateBackupRequest.php',
    'Google\\Cloud\\Spanner\\Admin\\Database\\V1\\UpdateDatabaseDdlMetadata' => $vendorDir . '/google/cloud/Spanner/src/Admin/Database/V1/UpdateDatabaseDdlMetadata.php',
    'Google\\Cloud\\Spanner\\Admin\\Database\\V1\\UpdateDatabaseDdlRequest' => $vendorDir . '/google/cloud/Spanner/src/Admin/Database/V1/UpdateDatabaseDdlRequest.php',
    'Google\\Cloud\\Spanner\\Admin\\Instance\\V1\\CreateInstanceConfigMetadata' => $vendorDir . '/google/cloud/Spanner/src/Admin/Instance/V1/CreateInstanceConfigMetadata.php',
    'Google\\Cloud\\Spanner\\Admin\\Instance\\V1\\CreateInstanceConfigRequest' => $vendorDir . '/google/cloud/Spanner/src/Admin/Instance/V1/CreateInstanceConfigRequest.php',
    'Google\\Cloud\\Spanner\\Admin\\Instance\\V1\\CreateInstanceMetadata' => $vendorDir . '/google/cloud/Spanner/src/Admin/Instance/V1/CreateInstanceMetadata.php',
    'Google\\Cloud\\Spanner\\Admin\\Instance\\V1\\CreateInstanceRequest' => $vendorDir . '/google/cloud/Spanner/src/Admin/Instance/V1/CreateInstanceRequest.php',
    'Google\\Cloud\\Spanner\\Admin\\Instance\\V1\\DeleteInstanceConfigRequest' => $vendorDir . '/google/cloud/Spanner/src/Admin/Instance/V1/DeleteInstanceConfigRequest.php',
    'Google\\Cloud\\Spanner\\Admin\\Instance\\V1\\DeleteInstanceRequest' => $vendorDir . '/google/cloud/Spanner/src/Admin/Instance/V1/DeleteInstanceRequest.php',
    'Google\\Cloud\\Spanner\\Admin\\Instance\\V1\\Gapic\\InstanceAdminGapicClient' => $vendorDir . '/google/cloud/Spanner/src/Admin/Instance/V1/Gapic/InstanceAdminGapicClient.php',
    'Google\\Cloud\\Spanner\\Admin\\Instance\\V1\\GetInstanceConfigRequest' => $vendorDir . '/google/cloud/Spanner/src/Admin/Instance/V1/GetInstanceConfigRequest.php',
    'Google\\Cloud\\Spanner\\Admin\\Instance\\V1\\GetInstanceRequest' => $vendorDir . '/google/cloud/Spanner/src/Admin/Instance/V1/GetInstanceRequest.php',
    'Google\\Cloud\\Spanner\\Admin\\Instance\\V1\\Instance' => $vendorDir . '/google/cloud/Spanner/src/Admin/Instance/V1/Instance.php',
    'Google\\Cloud\\Spanner\\Admin\\Instance\\V1\\InstanceAdminClient' => $vendorDir . '/google/cloud/Spanner/src/Admin/Instance/V1/InstanceAdminClient.php',
    'Google\\Cloud\\Spanner\\Admin\\Instance\\V1\\InstanceAdminGrpcClient' => $vendorDir . '/google/cloud/Spanner/src/Admin/Instance/V1/InstanceAdminGrpcClient.php',
    'Google\\Cloud\\Spanner\\Admin\\Instance\\V1\\InstanceConfig' => $vendorDir . '/google/cloud/Spanner/src/Admin/Instance/V1/InstanceConfig.php',
    'Google\\Cloud\\Spanner\\Admin\\Instance\\V1\\InstanceConfig\\State' => $vendorDir . '/google/cloud/Spanner/src/Admin/Instance/V1/InstanceConfig/State.php',
    'Google\\Cloud\\Spanner\\Admin\\Instance\\V1\\InstanceConfig\\Type' => $vendorDir . '/google/cloud/Spanner/src/Admin/Instance/V1/InstanceConfig/Type.php',
    'Google\\Cloud\\Spanner\\Admin\\Instance\\V1\\InstanceConfig_State' => $vendorDir . '/google/cloud/Spanner/src/Admin/Instance/V1/InstanceConfig_State.php',
    'Google\\Cloud\\Spanner\\Admin\\Instance\\V1\\InstanceConfig_Type' => $vendorDir . '/google/cloud/Spanner/src/Admin/Instance/V1/InstanceConfig_Type.php',
    'Google\\Cloud\\Spanner\\Admin\\Instance\\V1\\Instance\\State' => $vendorDir . '/google/cloud/Spanner/src/Admin/Instance/V1/Instance/State.php',
    'Google\\Cloud\\Spanner\\Admin\\Instance\\V1\\Instance_State' => $vendorDir . '/google/cloud/Spanner/src/Admin/Instance/V1/Instance_State.php',
    'Google\\Cloud\\Spanner\\Admin\\Instance\\V1\\ListInstanceConfigOperationsRequest' => $vendorDir . '/google/cloud/Spanner/src/Admin/Instance/V1/ListInstanceConfigOperationsRequest.php',
    'Google\\Cloud\\Spanner\\Admin\\Instance\\V1\\ListInstanceConfigOperationsResponse' => $vendorDir . '/google/cloud/Spanner/src/Admin/Instance/V1/ListInstanceConfigOperationsResponse.php',
    'Google\\Cloud\\Spanner\\Admin\\Instance\\V1\\ListInstanceConfigsRequest' => $vendorDir . '/google/cloud/Spanner/src/Admin/Instance/V1/ListInstanceConfigsRequest.php',
    'Google\\Cloud\\Spanner\\Admin\\Instance\\V1\\ListInstanceConfigsResponse' => $vendorDir . '/google/cloud/Spanner/src/Admin/Instance/V1/ListInstanceConfigsResponse.php',
    'Google\\Cloud\\Spanner\\Admin\\Instance\\V1\\ListInstancesRequest' => $vendorDir . '/google/cloud/Spanner/src/Admin/Instance/V1/ListInstancesRequest.php',
    'Google\\Cloud\\Spanner\\Admin\\Instance\\V1\\ListInstancesResponse' => $vendorDir . '/google/cloud/Spanner/src/Admin/Instance/V1/ListInstancesResponse.php',
    'Google\\Cloud\\Spanner\\Admin\\Instance\\V1\\OperationProgress' => $vendorDir . '/google/cloud/Spanner/src/Admin/Instance/V1/OperationProgress.php',
    'Google\\Cloud\\Spanner\\Admin\\Instance\\V1\\ReplicaInfo' => $vendorDir . '/google/cloud/Spanner/src/Admin/Instance/V1/ReplicaInfo.php',
    'Google\\Cloud\\Spanner\\Admin\\Instance\\V1\\ReplicaInfo\\ReplicaType' => $vendorDir . '/google/cloud/Spanner/src/Admin/Instance/V1/ReplicaInfo/ReplicaType.php',
    'Google\\Cloud\\Spanner\\Admin\\Instance\\V1\\ReplicaInfo_ReplicaType' => $vendorDir . '/google/cloud/Spanner/src/Admin/Instance/V1/ReplicaInfo_ReplicaType.php',
    'Google\\Cloud\\Spanner\\Admin\\Instance\\V1\\UpdateInstanceConfigMetadata' => $vendorDir . '/google/cloud/Spanner/src/Admin/Instance/V1/UpdateInstanceConfigMetadata.php',
    'Google\\Cloud\\Spanner\\Admin\\Instance\\V1\\UpdateInstanceConfigRequest' => $vendorDir . '/google/cloud/Spanner/src/Admin/Instance/V1/UpdateInstanceConfigRequest.php',
    'Google\\Cloud\\Spanner\\Admin\\Instance\\V1\\UpdateInstanceMetadata' => $vendorDir . '/google/cloud/Spanner/src/Admin/Instance/V1/UpdateInstanceMetadata.php',
    'Google\\Cloud\\Spanner\\Admin\\Instance\\V1\\UpdateInstanceRequest' => $vendorDir . '/google/cloud/Spanner/src/Admin/Instance/V1/UpdateInstanceRequest.php',
    'Google\\Cloud\\Spanner\\ArrayType' => $vendorDir . '/google/cloud/Spanner/src/ArrayType.php',
    'Google\\Cloud\\Spanner\\Backup' => $vendorDir . '/google/cloud/Spanner/src/Backup.php',
    'Google\\Cloud\\Spanner\\BatchDmlResult' => $vendorDir . '/google/cloud/Spanner/src/BatchDmlResult.php',
    'Google\\Cloud\\Spanner\\Batch\\BatchClient' => $vendorDir . '/google/cloud/Spanner/src/Batch/BatchClient.php',
    'Google\\Cloud\\Spanner\\Batch\\BatchSnapshot' => $vendorDir . '/google/cloud/Spanner/src/Batch/BatchSnapshot.php',
    'Google\\Cloud\\Spanner\\Batch\\PartitionInterface' => $vendorDir . '/google/cloud/Spanner/src/Batch/PartitionInterface.php',
    'Google\\Cloud\\Spanner\\Batch\\PartitionTrait' => $vendorDir . '/google/cloud/Spanner/src/Batch/PartitionTrait.php',
    'Google\\Cloud\\Spanner\\Batch\\QueryPartition' => $vendorDir . '/google/cloud/Spanner/src/Batch/QueryPartition.php',
    'Google\\Cloud\\Spanner\\Batch\\ReadPartition' => $vendorDir . '/google/cloud/Spanner/src/Batch/ReadPartition.php',
    'Google\\Cloud\\Spanner\\Bytes' => $vendorDir . '/google/cloud/Spanner/src/Bytes.php',
    'Google\\Cloud\\Spanner\\CommitTimestamp' => $vendorDir . '/google/cloud/Spanner/src/CommitTimestamp.php',
    'Google\\Cloud\\Spanner\\Connection\\ConnectionInterface' => $vendorDir . '/google/cloud/Spanner/src/Connection/ConnectionInterface.php',
    'Google\\Cloud\\Spanner\\Connection\\Grpc' => $vendorDir . '/google/cloud/Spanner/src/Connection/Grpc.php',
    'Google\\Cloud\\Spanner\\Connection\\IamDatabase' => $vendorDir . '/google/cloud/Spanner/src/Connection/IamDatabase.php',
    'Google\\Cloud\\Spanner\\Connection\\IamInstance' => $vendorDir . '/google/cloud/Spanner/src/Connection/IamInstance.php',
    'Google\\Cloud\\Spanner\\Connection\\LongRunningConnection' => $vendorDir . '/google/cloud/Spanner/src/Connection/LongRunningConnection.php',
    'Google\\Cloud\\Spanner\\Database' => $vendorDir . '/google/cloud/Spanner/src/Database.php',
    'Google\\Cloud\\Spanner\\Date' => $vendorDir . '/google/cloud/Spanner/src/Date.php',
    'Google\\Cloud\\Spanner\\Duration' => $vendorDir . '/google/cloud/Spanner/src/Duration.php',
    'Google\\Cloud\\Spanner\\Instance' => $vendorDir . '/google/cloud/Spanner/src/Instance.php',
    'Google\\Cloud\\Spanner\\InstanceConfiguration' => $vendorDir . '/google/cloud/Spanner/src/InstanceConfiguration.php',
    'Google\\Cloud\\Spanner\\KeyRange' => $vendorDir . '/google/cloud/Spanner/src/KeyRange.php',
    'Google\\Cloud\\Spanner\\KeySet' => $vendorDir . '/google/cloud/Spanner/src/KeySet.php',
    'Google\\Cloud\\Spanner\\Numeric' => $vendorDir . '/google/cloud/Spanner/src/Numeric.php',
    'Google\\Cloud\\Spanner\\Operation' => $vendorDir . '/google/cloud/Spanner/src/Operation.php',
    'Google\\Cloud\\Spanner\\PgJsonb' => $vendorDir . '/google/cloud/Spanner/src/PgJsonb.php',
    'Google\\Cloud\\Spanner\\PgNumeric' => $vendorDir . '/google/cloud/Spanner/src/PgNumeric.php',
    'Google\\Cloud\\Spanner\\Result' => $vendorDir . '/google/cloud/Spanner/src/Result.php',
    'Google\\Cloud\\Spanner\\Session\\CacheSessionPool' => $vendorDir . '/google/cloud/Spanner/src/Session/CacheSessionPool.php',
    'Google\\Cloud\\Spanner\\Session\\Session' => $vendorDir . '/google/cloud/Spanner/src/Session/Session.php',
    'Google\\Cloud\\Spanner\\Session\\SessionPoolInterface' => $vendorDir . '/google/cloud/Spanner/src/Session/SessionPoolInterface.php',
    'Google\\Cloud\\Spanner\\Snapshot' => $vendorDir . '/google/cloud/Spanner/src/Snapshot.php',
    'Google\\Cloud\\Spanner\\SnapshotTrait' => $vendorDir . '/google/cloud/Spanner/src/SnapshotTrait.php',
    'Google\\Cloud\\Spanner\\SpannerClient' => $vendorDir . '/google/cloud/Spanner/src/SpannerClient.php',
    'Google\\Cloud\\Spanner\\StructType' => $vendorDir . '/google/cloud/Spanner/src/StructType.php',
    'Google\\Cloud\\Spanner\\StructValue' => $vendorDir . '/google/cloud/Spanner/src/StructValue.php',
    'Google\\Cloud\\Spanner\\Timestamp' => $vendorDir . '/google/cloud/Spanner/src/Timestamp.php',
    'Google\\Cloud\\Spanner\\Transaction' => $vendorDir . '/google/cloud/Spanner/src/Transaction.php',
    'Google\\Cloud\\Spanner\\TransactionConfigurationTrait' => $vendorDir . '/google/cloud/Spanner/src/TransactionConfigurationTrait.php',
    'Google\\Cloud\\Spanner\\TransactionalReadInterface' => $vendorDir . '/google/cloud/Spanner/src/TransactionalReadInterface.php',
    'Google\\Cloud\\Spanner\\TransactionalReadTrait' => $vendorDir . '/google/cloud/Spanner/src/TransactionalReadTrait.php',
    'Google\\Cloud\\Spanner\\TypeAnnotationInterface' => $vendorDir . '/google/cloud/Spanner/src/TypeAnnotationInterface.php',
    'Google\\Cloud\\Spanner\\V1\\BatchCreateSessionsRequest' => $vendorDir . '/google/cloud/Spanner/src/V1/BatchCreateSessionsRequest.php',
    'Google\\Cloud\\Spanner\\V1\\BatchCreateSessionsResponse' => $vendorDir . '/google/cloud/Spanner/src/V1/BatchCreateSessionsResponse.php',
    'Google\\Cloud\\Spanner\\V1\\BeginTransactionRequest' => $vendorDir . '/google/cloud/Spanner/src/V1/BeginTransactionRequest.php',
    'Google\\Cloud\\Spanner\\V1\\CommitRequest' => $vendorDir . '/google/cloud/Spanner/src/V1/CommitRequest.php',
    'Google\\Cloud\\Spanner\\V1\\CommitResponse' => $vendorDir . '/google/cloud/Spanner/src/V1/CommitResponse.php',
    'Google\\Cloud\\Spanner\\V1\\CommitResponse\\CommitStats' => $vendorDir . '/google/cloud/Spanner/src/V1/CommitResponse/CommitStats.php',
    'Google\\Cloud\\Spanner\\V1\\CommitResponse_CommitStats' => $vendorDir . '/google/cloud/Spanner/src/V1/CommitResponse_CommitStats.php',
    'Google\\Cloud\\Spanner\\V1\\CreateSessionRequest' => $vendorDir . '/google/cloud/Spanner/src/V1/CreateSessionRequest.php',
    'Google\\Cloud\\Spanner\\V1\\DeleteSessionRequest' => $vendorDir . '/google/cloud/Spanner/src/V1/DeleteSessionRequest.php',
    'Google\\Cloud\\Spanner\\V1\\ExecuteBatchDmlRequest' => $vendorDir . '/google/cloud/Spanner/src/V1/ExecuteBatchDmlRequest.php',
    'Google\\Cloud\\Spanner\\V1\\ExecuteBatchDmlRequest\\Statement' => $vendorDir . '/google/cloud/Spanner/src/V1/ExecuteBatchDmlRequest/Statement.php',
    'Google\\Cloud\\Spanner\\V1\\ExecuteBatchDmlRequest_Statement' => $vendorDir . '/google/cloud/Spanner/src/V1/ExecuteBatchDmlRequest_Statement.php',
    'Google\\Cloud\\Spanner\\V1\\ExecuteBatchDmlResponse' => $vendorDir . '/google/cloud/Spanner/src/V1/ExecuteBatchDmlResponse.php',
    'Google\\Cloud\\Spanner\\V1\\ExecuteSqlRequest' => $vendorDir . '/google/cloud/Spanner/src/V1/ExecuteSqlRequest.php',
    'Google\\Cloud\\Spanner\\V1\\ExecuteSqlRequest\\QueryMode' => $vendorDir . '/google/cloud/Spanner/src/V1/ExecuteSqlRequest/QueryMode.php',
    'Google\\Cloud\\Spanner\\V1\\ExecuteSqlRequest\\QueryOptions' => $vendorDir . '/google/cloud/Spanner/src/V1/ExecuteSqlRequest/QueryOptions.php',
    'Google\\Cloud\\Spanner\\V1\\ExecuteSqlRequest_QueryMode' => $vendorDir . '/google/cloud/Spanner/src/V1/ExecuteSqlRequest_QueryMode.php',
    'Google\\Cloud\\Spanner\\V1\\ExecuteSqlRequest_QueryOptions' => $vendorDir . '/google/cloud/Spanner/src/V1/ExecuteSqlRequest_QueryOptions.php',
    'Google\\Cloud\\Spanner\\V1\\Gapic\\SpannerGapicClient' => $vendorDir . '/google/cloud/Spanner/src/V1/Gapic/SpannerGapicClient.php',
    'Google\\Cloud\\Spanner\\V1\\GetSessionRequest' => $vendorDir . '/google/cloud/Spanner/src/V1/GetSessionRequest.php',
    'Google\\Cloud\\Spanner\\V1\\KeyRange' => $vendorDir . '/google/cloud/Spanner/src/V1/KeyRange.php',
    'Google\\Cloud\\Spanner\\V1\\KeySet' => $vendorDir . '/google/cloud/Spanner/src/V1/KeySet.php',
    'Google\\Cloud\\Spanner\\V1\\ListSessionsRequest' => $vendorDir . '/google/cloud/Spanner/src/V1/ListSessionsRequest.php',
    'Google\\Cloud\\Spanner\\V1\\ListSessionsResponse' => $vendorDir . '/google/cloud/Spanner/src/V1/ListSessionsResponse.php',
    'Google\\Cloud\\Spanner\\V1\\Mutation' => $vendorDir . '/google/cloud/Spanner/src/V1/Mutation.php',
    'Google\\Cloud\\Spanner\\V1\\Mutation\\Delete' => $vendorDir . '/google/cloud/Spanner/src/V1/Mutation/Delete.php',
    'Google\\Cloud\\Spanner\\V1\\Mutation\\Write' => $vendorDir . '/google/cloud/Spanner/src/V1/Mutation/Write.php',
    'Google\\Cloud\\Spanner\\V1\\Mutation_Delete' => $vendorDir . '/google/cloud/Spanner/src/V1/Mutation_Delete.php',
    'Google\\Cloud\\Spanner\\V1\\Mutation_Write' => $vendorDir . '/google/cloud/Spanner/src/V1/Mutation_Write.php',
    'Google\\Cloud\\Spanner\\V1\\PartialResultSet' => $vendorDir . '/google/cloud/Spanner/src/V1/PartialResultSet.php',
    'Google\\Cloud\\Spanner\\V1\\Partition' => $vendorDir . '/google/cloud/Spanner/src/V1/Partition.php',
    'Google\\Cloud\\Spanner\\V1\\PartitionOptions' => $vendorDir . '/google/cloud/Spanner/src/V1/PartitionOptions.php',
    'Google\\Cloud\\Spanner\\V1\\PartitionQueryRequest' => $vendorDir . '/google/cloud/Spanner/src/V1/PartitionQueryRequest.php',
    'Google\\Cloud\\Spanner\\V1\\PartitionReadRequest' => $vendorDir . '/google/cloud/Spanner/src/V1/PartitionReadRequest.php',
    'Google\\Cloud\\Spanner\\V1\\PartitionResponse' => $vendorDir . '/google/cloud/Spanner/src/V1/PartitionResponse.php',
    'Google\\Cloud\\Spanner\\V1\\PlanNode' => $vendorDir . '/google/cloud/Spanner/src/V1/PlanNode.php',
    'Google\\Cloud\\Spanner\\V1\\PlanNode\\ChildLink' => $vendorDir . '/google/cloud/Spanner/src/V1/PlanNode/ChildLink.php',
    'Google\\Cloud\\Spanner\\V1\\PlanNode\\Kind' => $vendorDir . '/google/cloud/Spanner/src/V1/PlanNode/Kind.php',
    'Google\\Cloud\\Spanner\\V1\\PlanNode\\ShortRepresentation' => $vendorDir . '/google/cloud/Spanner/src/V1/PlanNode/ShortRepresentation.php',
    'Google\\Cloud\\Spanner\\V1\\PlanNode_ChildLink' => $vendorDir . '/google/cloud/Spanner/src/V1/PlanNode_ChildLink.php',
    'Google\\Cloud\\Spanner\\V1\\PlanNode_Kind' => $vendorDir . '/google/cloud/Spanner/src/V1/PlanNode_Kind.php',
    'Google\\Cloud\\Spanner\\V1\\PlanNode_ShortRepresentation' => $vendorDir . '/google/cloud/Spanner/src/V1/PlanNode_ShortRepresentation.php',
    'Google\\Cloud\\Spanner\\V1\\QueryPlan' => $vendorDir . '/google/cloud/Spanner/src/V1/QueryPlan.php',
    'Google\\Cloud\\Spanner\\V1\\ReadRequest' => $vendorDir . '/google/cloud/Spanner/src/V1/ReadRequest.php',
    'Google\\Cloud\\Spanner\\V1\\RequestOptions' => $vendorDir . '/google/cloud/Spanner/src/V1/RequestOptions.php',
    'Google\\Cloud\\Spanner\\V1\\RequestOptions\\Priority' => $vendorDir . '/google/cloud/Spanner/src/V1/RequestOptions/Priority.php',
    'Google\\Cloud\\Spanner\\V1\\RequestOptions_Priority' => $vendorDir . '/google/cloud/Spanner/src/V1/RequestOptions_Priority.php',
    'Google\\Cloud\\Spanner\\V1\\ResultSet' => $vendorDir . '/google/cloud/Spanner/src/V1/ResultSet.php',
    'Google\\Cloud\\Spanner\\V1\\ResultSetMetadata' => $vendorDir . '/google/cloud/Spanner/src/V1/ResultSetMetadata.php',
    'Google\\Cloud\\Spanner\\V1\\ResultSetStats' => $vendorDir . '/google/cloud/Spanner/src/V1/ResultSetStats.php',
    'Google\\Cloud\\Spanner\\V1\\RollbackRequest' => $vendorDir . '/google/cloud/Spanner/src/V1/RollbackRequest.php',
    'Google\\Cloud\\Spanner\\V1\\Session' => $vendorDir . '/google/cloud/Spanner/src/V1/Session.php',
    'Google\\Cloud\\Spanner\\V1\\SpannerClient' => $vendorDir . '/google/cloud/Spanner/src/V1/SpannerClient.php',
    'Google\\Cloud\\Spanner\\V1\\SpannerGrpcClient' => $vendorDir . '/google/cloud/Spanner/src/V1/SpannerGrpcClient.php',
    'Google\\Cloud\\Spanner\\V1\\StructType' => $vendorDir . '/google/cloud/Spanner/src/V1/StructType.php',
    'Google\\Cloud\\Spanner\\V1\\StructType\\Field' => $vendorDir . '/google/cloud/Spanner/src/V1/StructType/Field.php',
    'Google\\Cloud\\Spanner\\V1\\StructType_Field' => $vendorDir . '/google/cloud/Spanner/src/V1/StructType_Field.php',
    'Google\\Cloud\\Spanner\\V1\\Transaction' => $vendorDir . '/google/cloud/Spanner/src/V1/Transaction.php',
    'Google\\Cloud\\Spanner\\V1\\TransactionOptions' => $vendorDir . '/google/cloud/Spanner/src/V1/TransactionOptions.php',
    'Google\\Cloud\\Spanner\\V1\\TransactionOptions\\PBReadOnly' => $vendorDir . '/google/cloud/Spanner/src/V1/TransactionOptions/PBReadOnly.php',
    'Google\\Cloud\\Spanner\\V1\\TransactionOptions\\PartitionedDml' => $vendorDir . '/google/cloud/Spanner/src/V1/TransactionOptions/PartitionedDml.php',
    'Google\\Cloud\\Spanner\\V1\\TransactionOptions\\ReadWrite' => $vendorDir . '/google/cloud/Spanner/src/V1/TransactionOptions/ReadWrite.php',
    'Google\\Cloud\\Spanner\\V1\\TransactionOptions\\ReadWrite\\ReadLockMode' => $vendorDir . '/google/cloud/Spanner/src/V1/TransactionOptions/ReadWrite/ReadLockMode.php',
    'Google\\Cloud\\Spanner\\V1\\TransactionOptions_PartitionedDml' => $vendorDir . '/google/cloud/Spanner/src/V1/TransactionOptions_PartitionedDml.php',
    'Google\\Cloud\\Spanner\\V1\\TransactionOptions_ReadOnly' => $vendorDir . '/google/cloud/Spanner/src/V1/TransactionOptions_ReadOnly.php',
    'Google\\Cloud\\Spanner\\V1\\TransactionOptions_ReadWrite' => $vendorDir . '/google/cloud/Spanner/src/V1/TransactionOptions_ReadWrite.php',
    'Google\\Cloud\\Spanner\\V1\\TransactionOptions_ReadWrite_ReadLockMode' => $vendorDir . '/google/cloud/Spanner/src/V1/TransactionOptions_ReadWrite_ReadLockMode.php',
    'Google\\Cloud\\Spanner\\V1\\TransactionSelector' => $vendorDir . '/google/cloud/Spanner/src/V1/TransactionSelector.php',
    'Google\\Cloud\\Spanner\\V1\\Type' => $vendorDir . '/google/cloud/Spanner/src/V1/Type.php',
    'Google\\Cloud\\Spanner\\V1\\TypeAnnotationCode' => $vendorDir . '/google/cloud/Spanner/src/V1/TypeAnnotationCode.php',
    'Google\\Cloud\\Spanner\\V1\\TypeCode' => $vendorDir . '/google/cloud/Spanner/src/V1/TypeCode.php',
    'Google\\Cloud\\Spanner\\ValueInterface' => $vendorDir . '/google/cloud/Spanner/src/ValueInterface.php',
    'Google\\Cloud\\Spanner\\ValueMapper' => $vendorDir . '/google/cloud/Spanner/src/ValueMapper.php',
    'Google\\Cloud\\Speech\\Connection\\ConnectionInterface' => $vendorDir . '/google/cloud/Speech/src/Connection/ConnectionInterface.php',
    'Google\\Cloud\\Speech\\Connection\\Rest' => $vendorDir . '/google/cloud/Speech/src/Connection/Rest.php',
    'Google\\Cloud\\Speech\\Operation' => $vendorDir . '/google/cloud/Speech/src/Operation.php',
    'Google\\Cloud\\Speech\\Result' => $vendorDir . '/google/cloud/Speech/src/Result.php',
    'Google\\Cloud\\Speech\\SpeechClient' => $vendorDir . '/google/cloud/Speech/src/SpeechClient.php',
    'Google\\Cloud\\Speech\\SpeechHelpersTrait' => $vendorDir . '/google/cloud/Speech/src/SpeechHelpersTrait.php',
    'Google\\Cloud\\Speech\\V1\\AdaptationClient' => $vendorDir . '/google/cloud/Speech/src/V1/AdaptationClient.php',
    'Google\\Cloud\\Speech\\V1\\AdaptationGrpcClient' => $vendorDir . '/google/cloud/Speech/src/V1/AdaptationGrpcClient.php',
    'Google\\Cloud\\Speech\\V1\\CreateCustomClassRequest' => $vendorDir . '/google/cloud/Speech/src/V1/CreateCustomClassRequest.php',
    'Google\\Cloud\\Speech\\V1\\CreatePhraseSetRequest' => $vendorDir . '/google/cloud/Speech/src/V1/CreatePhraseSetRequest.php',
    'Google\\Cloud\\Speech\\V1\\CustomClass' => $vendorDir . '/google/cloud/Speech/src/V1/CustomClass.php',
    'Google\\Cloud\\Speech\\V1\\CustomClass\\ClassItem' => $vendorDir . '/google/cloud/Speech/src/V1/CustomClass/ClassItem.php',
    'Google\\Cloud\\Speech\\V1\\CustomClass_ClassItem' => $vendorDir . '/google/cloud/Speech/src/V1/CustomClass_ClassItem.php',
    'Google\\Cloud\\Speech\\V1\\DeleteCustomClassRequest' => $vendorDir . '/google/cloud/Speech/src/V1/DeleteCustomClassRequest.php',
    'Google\\Cloud\\Speech\\V1\\DeletePhraseSetRequest' => $vendorDir . '/google/cloud/Speech/src/V1/DeletePhraseSetRequest.php',
    'Google\\Cloud\\Speech\\V1\\Gapic\\AdaptationGapicClient' => $vendorDir . '/google/cloud/Speech/src/V1/Gapic/AdaptationGapicClient.php',
    'Google\\Cloud\\Speech\\V1\\Gapic\\SpeechGapicClient' => $vendorDir . '/google/cloud/Speech/src/V1/Gapic/SpeechGapicClient.php',
    'Google\\Cloud\\Speech\\V1\\GetCustomClassRequest' => $vendorDir . '/google/cloud/Speech/src/V1/GetCustomClassRequest.php',
    'Google\\Cloud\\Speech\\V1\\GetPhraseSetRequest' => $vendorDir . '/google/cloud/Speech/src/V1/GetPhraseSetRequest.php',
    'Google\\Cloud\\Speech\\V1\\ListCustomClassesRequest' => $vendorDir . '/google/cloud/Speech/src/V1/ListCustomClassesRequest.php',
    'Google\\Cloud\\Speech\\V1\\ListCustomClassesResponse' => $vendorDir . '/google/cloud/Speech/src/V1/ListCustomClassesResponse.php',
    'Google\\Cloud\\Speech\\V1\\ListPhraseSetRequest' => $vendorDir . '/google/cloud/Speech/src/V1/ListPhraseSetRequest.php',
    'Google\\Cloud\\Speech\\V1\\ListPhraseSetResponse' => $vendorDir . '/google/cloud/Speech/src/V1/ListPhraseSetResponse.php',
    'Google\\Cloud\\Speech\\V1\\LongRunningRecognizeMetadata' => $vendorDir . '/google/cloud/Speech/src/V1/LongRunningRecognizeMetadata.php',
    'Google\\Cloud\\Speech\\V1\\LongRunningRecognizeRequest' => $vendorDir . '/google/cloud/Speech/src/V1/LongRunningRecognizeRequest.php',
    'Google\\Cloud\\Speech\\V1\\LongRunningRecognizeResponse' => $vendorDir . '/google/cloud/Speech/src/V1/LongRunningRecognizeResponse.php',
    'Google\\Cloud\\Speech\\V1\\PhraseSet' => $vendorDir . '/google/cloud/Speech/src/V1/PhraseSet.php',
    'Google\\Cloud\\Speech\\V1\\PhraseSet\\Phrase' => $vendorDir . '/google/cloud/Speech/src/V1/PhraseSet/Phrase.php',
    'Google\\Cloud\\Speech\\V1\\PhraseSet_Phrase' => $vendorDir . '/google/cloud/Speech/src/V1/PhraseSet_Phrase.php',
    'Google\\Cloud\\Speech\\V1\\RecognitionAudio' => $vendorDir . '/google/cloud/Speech/src/V1/RecognitionAudio.php',
    'Google\\Cloud\\Speech\\V1\\RecognitionConfig' => $vendorDir . '/google/cloud/Speech/src/V1/RecognitionConfig.php',
    'Google\\Cloud\\Speech\\V1\\RecognitionConfig\\AudioEncoding' => $vendorDir . '/google/cloud/Speech/src/V1/RecognitionConfig/AudioEncoding.php',
    'Google\\Cloud\\Speech\\V1\\RecognitionConfig_AudioEncoding' => $vendorDir . '/google/cloud/Speech/src/V1/RecognitionConfig_AudioEncoding.php',
    'Google\\Cloud\\Speech\\V1\\RecognitionMetadata' => $vendorDir . '/google/cloud/Speech/src/V1/RecognitionMetadata.php',
    'Google\\Cloud\\Speech\\V1\\RecognitionMetadata\\InteractionType' => $vendorDir . '/google/cloud/Speech/src/V1/RecognitionMetadata/InteractionType.php',
    'Google\\Cloud\\Speech\\V1\\RecognitionMetadata\\MicrophoneDistance' => $vendorDir . '/google/cloud/Speech/src/V1/RecognitionMetadata/MicrophoneDistance.php',
    'Google\\Cloud\\Speech\\V1\\RecognitionMetadata\\OriginalMediaType' => $vendorDir . '/google/cloud/Speech/src/V1/RecognitionMetadata/OriginalMediaType.php',
    'Google\\Cloud\\Speech\\V1\\RecognitionMetadata\\RecordingDeviceType' => $vendorDir . '/google/cloud/Speech/src/V1/RecognitionMetadata/RecordingDeviceType.php',
    'Google\\Cloud\\Speech\\V1\\RecognitionMetadata_InteractionType' => $vendorDir . '/google/cloud/Speech/src/V1/RecognitionMetadata_InteractionType.php',
    'Google\\Cloud\\Speech\\V1\\RecognitionMetadata_MicrophoneDistance' => $vendorDir . '/google/cloud/Speech/src/V1/RecognitionMetadata_MicrophoneDistance.php',
    'Google\\Cloud\\Speech\\V1\\RecognitionMetadata_OriginalMediaType' => $vendorDir . '/google/cloud/Speech/src/V1/RecognitionMetadata_OriginalMediaType.php',
    'Google\\Cloud\\Speech\\V1\\RecognitionMetadata_RecordingDeviceType' => $vendorDir . '/google/cloud/Speech/src/V1/RecognitionMetadata_RecordingDeviceType.php',
    'Google\\Cloud\\Speech\\V1\\RecognizeRequest' => $vendorDir . '/google/cloud/Speech/src/V1/RecognizeRequest.php',
    'Google\\Cloud\\Speech\\V1\\RecognizeResponse' => $vendorDir . '/google/cloud/Speech/src/V1/RecognizeResponse.php',
    'Google\\Cloud\\Speech\\V1\\SpeakerDiarizationConfig' => $vendorDir . '/google/cloud/Speech/src/V1/SpeakerDiarizationConfig.php',
    'Google\\Cloud\\Speech\\V1\\SpeechAdaptation' => $vendorDir . '/google/cloud/Speech/src/V1/SpeechAdaptation.php',
    'Google\\Cloud\\Speech\\V1\\SpeechAdaptationInfo' => $vendorDir . '/google/cloud/Speech/src/V1/SpeechAdaptationInfo.php',
    'Google\\Cloud\\Speech\\V1\\SpeechAdaptation\\ABNFGrammar' => $vendorDir . '/google/cloud/Speech/src/V1/SpeechAdaptation/ABNFGrammar.php',
    'Google\\Cloud\\Speech\\V1\\SpeechAdaptation_ABNFGrammar' => $vendorDir . '/google/cloud/Speech/src/V1/SpeechAdaptation_ABNFGrammar.php',
    'Google\\Cloud\\Speech\\V1\\SpeechClient' => $vendorDir . '/google/cloud/Speech/src/V1/SpeechClient.php',
    'Google\\Cloud\\Speech\\V1\\SpeechContext' => $vendorDir . '/google/cloud/Speech/src/V1/SpeechContext.php',
    'Google\\Cloud\\Speech\\V1\\SpeechGrpcClient' => $vendorDir . '/google/cloud/Speech/src/V1/SpeechGrpcClient.php',
    'Google\\Cloud\\Speech\\V1\\SpeechRecognitionAlternative' => $vendorDir . '/google/cloud/Speech/src/V1/SpeechRecognitionAlternative.php',
    'Google\\Cloud\\Speech\\V1\\SpeechRecognitionResult' => $vendorDir . '/google/cloud/Speech/src/V1/SpeechRecognitionResult.php',
    'Google\\Cloud\\Speech\\V1\\StreamingRecognitionConfig' => $vendorDir . '/google/cloud/Speech/src/V1/StreamingRecognitionConfig.php',
    'Google\\Cloud\\Speech\\V1\\StreamingRecognitionResult' => $vendorDir . '/google/cloud/Speech/src/V1/StreamingRecognitionResult.php',
    'Google\\Cloud\\Speech\\V1\\StreamingRecognizeRequest' => $vendorDir . '/google/cloud/Speech/src/V1/StreamingRecognizeRequest.php',
    'Google\\Cloud\\Speech\\V1\\StreamingRecognizeResponse' => $vendorDir . '/google/cloud/Speech/src/V1/StreamingRecognizeResponse.php',
    'Google\\Cloud\\Speech\\V1\\StreamingRecognizeResponse\\SpeechEventType' => $vendorDir . '/google/cloud/Speech/src/V1/StreamingRecognizeResponse/SpeechEventType.php',
    'Google\\Cloud\\Speech\\V1\\StreamingRecognizeResponse_SpeechEventType' => $vendorDir . '/google/cloud/Speech/src/V1/StreamingRecognizeResponse_SpeechEventType.php',
    'Google\\Cloud\\Speech\\V1\\TranscriptOutputConfig' => $vendorDir . '/google/cloud/Speech/src/V1/TranscriptOutputConfig.php',
    'Google\\Cloud\\Speech\\V1\\UpdateCustomClassRequest' => $vendorDir . '/google/cloud/Speech/src/V1/UpdateCustomClassRequest.php',
    'Google\\Cloud\\Speech\\V1\\UpdatePhraseSetRequest' => $vendorDir . '/google/cloud/Speech/src/V1/UpdatePhraseSetRequest.php',
    'Google\\Cloud\\Speech\\V1\\WordInfo' => $vendorDir . '/google/cloud/Speech/src/V1/WordInfo.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\AdaptationClient' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/AdaptationClient.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\AdaptationGrpcClient' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/AdaptationGrpcClient.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\CreateCustomClassRequest' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/CreateCustomClassRequest.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\CreatePhraseSetRequest' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/CreatePhraseSetRequest.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\CustomClass' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/CustomClass.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\CustomClass\\ClassItem' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/CustomClass/ClassItem.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\CustomClass_ClassItem' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/CustomClass_ClassItem.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\DeleteCustomClassRequest' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/DeleteCustomClassRequest.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\DeletePhraseSetRequest' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/DeletePhraseSetRequest.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\Gapic\\AdaptationGapicClient' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/Gapic/AdaptationGapicClient.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\Gapic\\SpeechGapicClient' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/Gapic/SpeechGapicClient.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\GetCustomClassRequest' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/GetCustomClassRequest.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\GetPhraseSetRequest' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/GetPhraseSetRequest.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\ListCustomClassesRequest' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/ListCustomClassesRequest.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\ListCustomClassesResponse' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/ListCustomClassesResponse.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\ListPhraseSetRequest' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/ListPhraseSetRequest.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\ListPhraseSetResponse' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/ListPhraseSetResponse.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\LongRunningRecognizeMetadata' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/LongRunningRecognizeMetadata.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\LongRunningRecognizeRequest' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/LongRunningRecognizeRequest.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\LongRunningRecognizeResponse' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/LongRunningRecognizeResponse.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\PhraseSet' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/PhraseSet.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\PhraseSet\\Phrase' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/PhraseSet/Phrase.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\PhraseSet_Phrase' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/PhraseSet_Phrase.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\RecognitionAudio' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/RecognitionAudio.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\RecognitionConfig' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/RecognitionConfig.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\RecognitionConfig\\AudioEncoding' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/RecognitionConfig/AudioEncoding.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\RecognitionConfig_AudioEncoding' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/RecognitionConfig_AudioEncoding.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\RecognitionMetadata' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/RecognitionMetadata.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\RecognitionMetadata\\InteractionType' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/RecognitionMetadata/InteractionType.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\RecognitionMetadata\\MicrophoneDistance' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/RecognitionMetadata/MicrophoneDistance.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\RecognitionMetadata\\OriginalMediaType' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/RecognitionMetadata/OriginalMediaType.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\RecognitionMetadata\\RecordingDeviceType' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/RecognitionMetadata/RecordingDeviceType.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\RecognitionMetadata_InteractionType' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/RecognitionMetadata_InteractionType.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\RecognitionMetadata_MicrophoneDistance' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/RecognitionMetadata_MicrophoneDistance.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\RecognitionMetadata_OriginalMediaType' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/RecognitionMetadata_OriginalMediaType.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\RecognitionMetadata_RecordingDeviceType' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/RecognitionMetadata_RecordingDeviceType.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\RecognizeRequest' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/RecognizeRequest.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\RecognizeResponse' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/RecognizeResponse.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\SpeakerDiarizationConfig' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/SpeakerDiarizationConfig.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\SpeechAdaptation' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/SpeechAdaptation.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\SpeechAdaptationInfo' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/SpeechAdaptationInfo.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\SpeechAdaptation\\ABNFGrammar' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/SpeechAdaptation/ABNFGrammar.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\SpeechAdaptation_ABNFGrammar' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/SpeechAdaptation_ABNFGrammar.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\SpeechClient' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/SpeechClient.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\SpeechContext' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/SpeechContext.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\SpeechGrpcClient' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/SpeechGrpcClient.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\SpeechRecognitionAlternative' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/SpeechRecognitionAlternative.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\SpeechRecognitionResult' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/SpeechRecognitionResult.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\StreamingRecognitionConfig' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/StreamingRecognitionConfig.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\StreamingRecognitionResult' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/StreamingRecognitionResult.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\StreamingRecognizeRequest' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/StreamingRecognizeRequest.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\StreamingRecognizeResponse' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/StreamingRecognizeResponse.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\StreamingRecognizeResponse\\SpeechEventType' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/StreamingRecognizeResponse/SpeechEventType.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\StreamingRecognizeResponse_SpeechEventType' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/StreamingRecognizeResponse_SpeechEventType.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\TranscriptNormalization' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/TranscriptNormalization.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\TranscriptNormalization\\Entry' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/TranscriptNormalization/Entry.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\TranscriptNormalization_Entry' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/TranscriptNormalization_Entry.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\TranscriptOutputConfig' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/TranscriptOutputConfig.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\UpdateCustomClassRequest' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/UpdateCustomClassRequest.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\UpdatePhraseSetRequest' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/UpdatePhraseSetRequest.php',
    'Google\\Cloud\\Speech\\V1p1beta1\\WordInfo' => $vendorDir . '/google/cloud/Speech/src/V1p1beta1/WordInfo.php',
    'Google\\Cloud\\Speech\\V2\\AutoDetectDecodingConfig' => $vendorDir . '/google/cloud/Speech/src/V2/AutoDetectDecodingConfig.php',
    'Google\\Cloud\\Speech\\V2\\BatchRecognizeFileMetadata' => $vendorDir . '/google/cloud/Speech/src/V2/BatchRecognizeFileMetadata.php',
    'Google\\Cloud\\Speech\\V2\\BatchRecognizeFileResult' => $vendorDir . '/google/cloud/Speech/src/V2/BatchRecognizeFileResult.php',
    'Google\\Cloud\\Speech\\V2\\BatchRecognizeMetadata' => $vendorDir . '/google/cloud/Speech/src/V2/BatchRecognizeMetadata.php',
    'Google\\Cloud\\Speech\\V2\\BatchRecognizeRequest' => $vendorDir . '/google/cloud/Speech/src/V2/BatchRecognizeRequest.php',
    'Google\\Cloud\\Speech\\V2\\BatchRecognizeResponse' => $vendorDir . '/google/cloud/Speech/src/V2/BatchRecognizeResponse.php',
    'Google\\Cloud\\Speech\\V2\\BatchRecognizeTranscriptionMetadata' => $vendorDir . '/google/cloud/Speech/src/V2/BatchRecognizeTranscriptionMetadata.php',
    'Google\\Cloud\\Speech\\V2\\Config' => $vendorDir . '/google/cloud/Speech/src/V2/Config.php',
    'Google\\Cloud\\Speech\\V2\\CreateCustomClassRequest' => $vendorDir . '/google/cloud/Speech/src/V2/CreateCustomClassRequest.php',
    'Google\\Cloud\\Speech\\V2\\CreatePhraseSetRequest' => $vendorDir . '/google/cloud/Speech/src/V2/CreatePhraseSetRequest.php',
    'Google\\Cloud\\Speech\\V2\\CreateRecognizerRequest' => $vendorDir . '/google/cloud/Speech/src/V2/CreateRecognizerRequest.php',
    'Google\\Cloud\\Speech\\V2\\CustomClass' => $vendorDir . '/google/cloud/Speech/src/V2/CustomClass.php',
    'Google\\Cloud\\Speech\\V2\\CustomClass\\ClassItem' => $vendorDir . '/google/cloud/Speech/src/V2/CustomClass/ClassItem.php',
    'Google\\Cloud\\Speech\\V2\\CustomClass\\State' => $vendorDir . '/google/cloud/Speech/src/V2/CustomClass/State.php',
    'Google\\Cloud\\Speech\\V2\\DeleteCustomClassRequest' => $vendorDir . '/google/cloud/Speech/src/V2/DeleteCustomClassRequest.php',
    'Google\\Cloud\\Speech\\V2\\DeletePhraseSetRequest' => $vendorDir . '/google/cloud/Speech/src/V2/DeletePhraseSetRequest.php',
    'Google\\Cloud\\Speech\\V2\\DeleteRecognizerRequest' => $vendorDir . '/google/cloud/Speech/src/V2/DeleteRecognizerRequest.php',
    'Google\\Cloud\\Speech\\V2\\ExplicitDecodingConfig' => $vendorDir . '/google/cloud/Speech/src/V2/ExplicitDecodingConfig.php',
    'Google\\Cloud\\Speech\\V2\\ExplicitDecodingConfig\\AudioEncoding' => $vendorDir . '/google/cloud/Speech/src/V2/ExplicitDecodingConfig/AudioEncoding.php',
    'Google\\Cloud\\Speech\\V2\\Gapic\\SpeechGapicClient' => $vendorDir . '/google/cloud/Speech/src/V2/Gapic/SpeechGapicClient.php',
    'Google\\Cloud\\Speech\\V2\\GetConfigRequest' => $vendorDir . '/google/cloud/Speech/src/V2/GetConfigRequest.php',
    'Google\\Cloud\\Speech\\V2\\GetCustomClassRequest' => $vendorDir . '/google/cloud/Speech/src/V2/GetCustomClassRequest.php',
    'Google\\Cloud\\Speech\\V2\\GetPhraseSetRequest' => $vendorDir . '/google/cloud/Speech/src/V2/GetPhraseSetRequest.php',
    'Google\\Cloud\\Speech\\V2\\GetRecognizerRequest' => $vendorDir . '/google/cloud/Speech/src/V2/GetRecognizerRequest.php',
    'Google\\Cloud\\Speech\\V2\\ListCustomClassesRequest' => $vendorDir . '/google/cloud/Speech/src/V2/ListCustomClassesRequest.php',
    'Google\\Cloud\\Speech\\V2\\ListCustomClassesResponse' => $vendorDir . '/google/cloud/Speech/src/V2/ListCustomClassesResponse.php',
    'Google\\Cloud\\Speech\\V2\\ListPhraseSetsRequest' => $vendorDir . '/google/cloud/Speech/src/V2/ListPhraseSetsRequest.php',
    'Google\\Cloud\\Speech\\V2\\ListPhraseSetsResponse' => $vendorDir . '/google/cloud/Speech/src/V2/ListPhraseSetsResponse.php',
    'Google\\Cloud\\Speech\\V2\\ListRecognizersRequest' => $vendorDir . '/google/cloud/Speech/src/V2/ListRecognizersRequest.php',
    'Google\\Cloud\\Speech\\V2\\ListRecognizersResponse' => $vendorDir . '/google/cloud/Speech/src/V2/ListRecognizersResponse.php',
    'Google\\Cloud\\Speech\\V2\\OperationMetadata' => $vendorDir . '/google/cloud/Speech/src/V2/OperationMetadata.php',
    'Google\\Cloud\\Speech\\V2\\PhraseSet' => $vendorDir . '/google/cloud/Speech/src/V2/PhraseSet.php',
    'Google\\Cloud\\Speech\\V2\\PhraseSet\\Phrase' => $vendorDir . '/google/cloud/Speech/src/V2/PhraseSet/Phrase.php',
    'Google\\Cloud\\Speech\\V2\\PhraseSet\\State' => $vendorDir . '/google/cloud/Speech/src/V2/PhraseSet/State.php',
    'Google\\Cloud\\Speech\\V2\\RecognitionConfig' => $vendorDir . '/google/cloud/Speech/src/V2/RecognitionConfig.php',
    'Google\\Cloud\\Speech\\V2\\RecognitionFeatures' => $vendorDir . '/google/cloud/Speech/src/V2/RecognitionFeatures.php',
    'Google\\Cloud\\Speech\\V2\\RecognitionFeatures\\MultiChannelMode' => $vendorDir . '/google/cloud/Speech/src/V2/RecognitionFeatures/MultiChannelMode.php',
    'Google\\Cloud\\Speech\\V2\\RecognitionResponseMetadata' => $vendorDir . '/google/cloud/Speech/src/V2/RecognitionResponseMetadata.php',
    'Google\\Cloud\\Speech\\V2\\RecognizeRequest' => $vendorDir . '/google/cloud/Speech/src/V2/RecognizeRequest.php',
    'Google\\Cloud\\Speech\\V2\\RecognizeResponse' => $vendorDir . '/google/cloud/Speech/src/V2/RecognizeResponse.php',
    'Google\\Cloud\\Speech\\V2\\Recognizer' => $vendorDir . '/google/cloud/Speech/src/V2/Recognizer.php',
    'Google\\Cloud\\Speech\\V2\\Recognizer\\State' => $vendorDir . '/google/cloud/Speech/src/V2/Recognizer/State.php',
    'Google\\Cloud\\Speech\\V2\\SpeakerDiarizationConfig' => $vendorDir . '/google/cloud/Speech/src/V2/SpeakerDiarizationConfig.php',
    'Google\\Cloud\\Speech\\V2\\SpeechAdaptation' => $vendorDir . '/google/cloud/Speech/src/V2/SpeechAdaptation.php',
    'Google\\Cloud\\Speech\\V2\\SpeechAdaptation\\AdaptationPhraseSet' => $vendorDir . '/google/cloud/Speech/src/V2/SpeechAdaptation/AdaptationPhraseSet.php',
    'Google\\Cloud\\Speech\\V2\\SpeechClient' => $vendorDir . '/google/cloud/Speech/src/V2/SpeechClient.php',
    'Google\\Cloud\\Speech\\V2\\SpeechRecognitionAlternative' => $vendorDir . '/google/cloud/Speech/src/V2/SpeechRecognitionAlternative.php',
    'Google\\Cloud\\Speech\\V2\\SpeechRecognitionResult' => $vendorDir . '/google/cloud/Speech/src/V2/SpeechRecognitionResult.php',
    'Google\\Cloud\\Speech\\V2\\StreamingRecognitionConfig' => $vendorDir . '/google/cloud/Speech/src/V2/StreamingRecognitionConfig.php',
    'Google\\Cloud\\Speech\\V2\\StreamingRecognitionFeatures' => $vendorDir . '/google/cloud/Speech/src/V2/StreamingRecognitionFeatures.php',
    'Google\\Cloud\\Speech\\V2\\StreamingRecognitionFeatures\\VoiceActivityTimeout' => $vendorDir . '/google/cloud/Speech/src/V2/StreamingRecognitionFeatures/VoiceActivityTimeout.php',
    'Google\\Cloud\\Speech\\V2\\StreamingRecognitionResult' => $vendorDir . '/google/cloud/Speech/src/V2/StreamingRecognitionResult.php',
    'Google\\Cloud\\Speech\\V2\\StreamingRecognizeRequest' => $vendorDir . '/google/cloud/Speech/src/V2/StreamingRecognizeRequest.php',
    'Google\\Cloud\\Speech\\V2\\StreamingRecognizeResponse' => $vendorDir . '/google/cloud/Speech/src/V2/StreamingRecognizeResponse.php',
    'Google\\Cloud\\Speech\\V2\\StreamingRecognizeResponse\\SpeechEventType' => $vendorDir . '/google/cloud/Speech/src/V2/StreamingRecognizeResponse/SpeechEventType.php',
    'Google\\Cloud\\Speech\\V2\\UndeleteCustomClassRequest' => $vendorDir . '/google/cloud/Speech/src/V2/UndeleteCustomClassRequest.php',
    'Google\\Cloud\\Speech\\V2\\UndeletePhraseSetRequest' => $vendorDir . '/google/cloud/Speech/src/V2/UndeletePhraseSetRequest.php',
    'Google\\Cloud\\Speech\\V2\\UndeleteRecognizerRequest' => $vendorDir . '/google/cloud/Speech/src/V2/UndeleteRecognizerRequest.php',
    'Google\\Cloud\\Speech\\V2\\UpdateConfigRequest' => $vendorDir . '/google/cloud/Speech/src/V2/UpdateConfigRequest.php',
    'Google\\Cloud\\Speech\\V2\\UpdateCustomClassRequest' => $vendorDir . '/google/cloud/Speech/src/V2/UpdateCustomClassRequest.php',
    'Google\\Cloud\\Speech\\V2\\UpdatePhraseSetRequest' => $vendorDir . '/google/cloud/Speech/src/V2/UpdatePhraseSetRequest.php',
    'Google\\Cloud\\Speech\\V2\\UpdateRecognizerRequest' => $vendorDir . '/google/cloud/Speech/src/V2/UpdateRecognizerRequest.php',
    'Google\\Cloud\\Speech\\V2\\WordInfo' => $vendorDir . '/google/cloud/Speech/src/V2/WordInfo.php',
    'Google\\Cloud\\Sql\\V1beta4\\AclEntry' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/AclEntry.php',
    'Google\\Cloud\\Sql\\V1beta4\\ApiWarning' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/ApiWarning.php',
    'Google\\Cloud\\Sql\\V1beta4\\ApiWarning\\SqlApiWarningCode' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/ApiWarning/SqlApiWarningCode.php',
    'Google\\Cloud\\Sql\\V1beta4\\BackupConfiguration' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/BackupConfiguration.php',
    'Google\\Cloud\\Sql\\V1beta4\\BackupContext' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/BackupContext.php',
    'Google\\Cloud\\Sql\\V1beta4\\BackupRetentionSettings' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/BackupRetentionSettings.php',
    'Google\\Cloud\\Sql\\V1beta4\\BackupRetentionSettings\\RetentionUnit' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/BackupRetentionSettings/RetentionUnit.php',
    'Google\\Cloud\\Sql\\V1beta4\\BackupRun' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/BackupRun.php',
    'Google\\Cloud\\Sql\\V1beta4\\BackupRunsListResponse' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/BackupRunsListResponse.php',
    'Google\\Cloud\\Sql\\V1beta4\\BinLogCoordinates' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/BinLogCoordinates.php',
    'Google\\Cloud\\Sql\\V1beta4\\CloneContext' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/CloneContext.php',
    'Google\\Cloud\\Sql\\V1beta4\\ConnectSettings' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/ConnectSettings.php',
    'Google\\Cloud\\Sql\\V1beta4\\Database' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/Database.php',
    'Google\\Cloud\\Sql\\V1beta4\\DatabaseFlags' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/DatabaseFlags.php',
    'Google\\Cloud\\Sql\\V1beta4\\DatabaseInstance' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/DatabaseInstance.php',
    'Google\\Cloud\\Sql\\V1beta4\\DatabaseInstance\\SqlFailoverReplica' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/DatabaseInstance/SqlFailoverReplica.php',
    'Google\\Cloud\\Sql\\V1beta4\\DatabaseInstance\\SqlInstanceState' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/DatabaseInstance/SqlInstanceState.php',
    'Google\\Cloud\\Sql\\V1beta4\\DatabaseInstance\\SqlOutOfDiskReport' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/DatabaseInstance/SqlOutOfDiskReport.php',
    'Google\\Cloud\\Sql\\V1beta4\\DatabaseInstance\\SqlOutOfDiskReport\\SqlOutOfDiskState' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/DatabaseInstance/SqlOutOfDiskReport/SqlOutOfDiskState.php',
    'Google\\Cloud\\Sql\\V1beta4\\DatabaseInstance\\SqlScheduledMaintenance' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/DatabaseInstance/SqlScheduledMaintenance.php',
    'Google\\Cloud\\Sql\\V1beta4\\DatabasesListResponse' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/DatabasesListResponse.php',
    'Google\\Cloud\\Sql\\V1beta4\\DemoteMasterConfiguration' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/DemoteMasterConfiguration.php',
    'Google\\Cloud\\Sql\\V1beta4\\DemoteMasterContext' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/DemoteMasterContext.php',
    'Google\\Cloud\\Sql\\V1beta4\\DemoteMasterMySqlReplicaConfiguration' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/DemoteMasterMySqlReplicaConfiguration.php',
    'Google\\Cloud\\Sql\\V1beta4\\DenyMaintenancePeriod' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/DenyMaintenancePeriod.php',
    'Google\\Cloud\\Sql\\V1beta4\\DiskEncryptionConfiguration' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/DiskEncryptionConfiguration.php',
    'Google\\Cloud\\Sql\\V1beta4\\DiskEncryptionStatus' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/DiskEncryptionStatus.php',
    'Google\\Cloud\\Sql\\V1beta4\\ExportContext' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/ExportContext.php',
    'Google\\Cloud\\Sql\\V1beta4\\ExportContext\\SqlCsvExportOptions' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/ExportContext/SqlCsvExportOptions.php',
    'Google\\Cloud\\Sql\\V1beta4\\ExportContext\\SqlExportOptions' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/ExportContext/SqlExportOptions.php',
    'Google\\Cloud\\Sql\\V1beta4\\ExportContext\\SqlExportOptions\\MysqlExportOptions' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/ExportContext/SqlExportOptions/MysqlExportOptions.php',
    'Google\\Cloud\\Sql\\V1beta4\\FailoverContext' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/FailoverContext.php',
    'Google\\Cloud\\Sql\\V1beta4\\Flag' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/Flag.php',
    'Google\\Cloud\\Sql\\V1beta4\\FlagsListResponse' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/FlagsListResponse.php',
    'Google\\Cloud\\Sql\\V1beta4\\Gapic\\SqlBackupRunsServiceGapicClient' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/Gapic/SqlBackupRunsServiceGapicClient.php',
    'Google\\Cloud\\Sql\\V1beta4\\Gapic\\SqlConnectServiceGapicClient' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/Gapic/SqlConnectServiceGapicClient.php',
    'Google\\Cloud\\Sql\\V1beta4\\Gapic\\SqlDatabasesServiceGapicClient' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/Gapic/SqlDatabasesServiceGapicClient.php',
    'Google\\Cloud\\Sql\\V1beta4\\Gapic\\SqlFlagsServiceGapicClient' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/Gapic/SqlFlagsServiceGapicClient.php',
    'Google\\Cloud\\Sql\\V1beta4\\Gapic\\SqlInstancesServiceGapicClient' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/Gapic/SqlInstancesServiceGapicClient.php',
    'Google\\Cloud\\Sql\\V1beta4\\Gapic\\SqlOperationsServiceGapicClient' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/Gapic/SqlOperationsServiceGapicClient.php',
    'Google\\Cloud\\Sql\\V1beta4\\Gapic\\SqlSslCertsServiceGapicClient' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/Gapic/SqlSslCertsServiceGapicClient.php',
    'Google\\Cloud\\Sql\\V1beta4\\Gapic\\SqlTiersServiceGapicClient' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/Gapic/SqlTiersServiceGapicClient.php',
    'Google\\Cloud\\Sql\\V1beta4\\Gapic\\SqlUsersServiceGapicClient' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/Gapic/SqlUsersServiceGapicClient.php',
    'Google\\Cloud\\Sql\\V1beta4\\GenerateEphemeralCertRequest' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/GenerateEphemeralCertRequest.php',
    'Google\\Cloud\\Sql\\V1beta4\\GenerateEphemeralCertResponse' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/GenerateEphemeralCertResponse.php',
    'Google\\Cloud\\Sql\\V1beta4\\GetConnectSettingsRequest' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/GetConnectSettingsRequest.php',
    'Google\\Cloud\\Sql\\V1beta4\\ImportContext' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/ImportContext.php',
    'Google\\Cloud\\Sql\\V1beta4\\ImportContext\\SqlBakImportOptions' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/ImportContext/SqlBakImportOptions.php',
    'Google\\Cloud\\Sql\\V1beta4\\ImportContext\\SqlBakImportOptions\\EncryptionOptions' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/ImportContext/SqlBakImportOptions/EncryptionOptions.php',
    'Google\\Cloud\\Sql\\V1beta4\\ImportContext\\SqlCsvImportOptions' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/ImportContext/SqlCsvImportOptions.php',
    'Google\\Cloud\\Sql\\V1beta4\\InsightsConfig' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/InsightsConfig.php',
    'Google\\Cloud\\Sql\\V1beta4\\InstanceReference' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/InstanceReference.php',
    'Google\\Cloud\\Sql\\V1beta4\\InstancesCloneRequest' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/InstancesCloneRequest.php',
    'Google\\Cloud\\Sql\\V1beta4\\InstancesDemoteMasterRequest' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/InstancesDemoteMasterRequest.php',
    'Google\\Cloud\\Sql\\V1beta4\\InstancesExportRequest' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/InstancesExportRequest.php',
    'Google\\Cloud\\Sql\\V1beta4\\InstancesFailoverRequest' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/InstancesFailoverRequest.php',
    'Google\\Cloud\\Sql\\V1beta4\\InstancesImportRequest' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/InstancesImportRequest.php',
    'Google\\Cloud\\Sql\\V1beta4\\InstancesListResponse' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/InstancesListResponse.php',
    'Google\\Cloud\\Sql\\V1beta4\\InstancesListServerCasResponse' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/InstancesListServerCasResponse.php',
    'Google\\Cloud\\Sql\\V1beta4\\InstancesRestoreBackupRequest' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/InstancesRestoreBackupRequest.php',
    'Google\\Cloud\\Sql\\V1beta4\\InstancesRotateServerCaRequest' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/InstancesRotateServerCaRequest.php',
    'Google\\Cloud\\Sql\\V1beta4\\InstancesTruncateLogRequest' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/InstancesTruncateLogRequest.php',
    'Google\\Cloud\\Sql\\V1beta4\\IpConfiguration' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/IpConfiguration.php',
    'Google\\Cloud\\Sql\\V1beta4\\IpMapping' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/IpMapping.php',
    'Google\\Cloud\\Sql\\V1beta4\\LocationPreference' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/LocationPreference.php',
    'Google\\Cloud\\Sql\\V1beta4\\MaintenanceWindow' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/MaintenanceWindow.php',
    'Google\\Cloud\\Sql\\V1beta4\\MySqlReplicaConfiguration' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/MySqlReplicaConfiguration.php',
    'Google\\Cloud\\Sql\\V1beta4\\MySqlSyncConfig' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/MySqlSyncConfig.php',
    'Google\\Cloud\\Sql\\V1beta4\\OnPremisesConfiguration' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/OnPremisesConfiguration.php',
    'Google\\Cloud\\Sql\\V1beta4\\Operation' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/Operation.php',
    'Google\\Cloud\\Sql\\V1beta4\\OperationError' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/OperationError.php',
    'Google\\Cloud\\Sql\\V1beta4\\OperationErrors' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/OperationErrors.php',
    'Google\\Cloud\\Sql\\V1beta4\\Operation\\SqlOperationStatus' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/Operation/SqlOperationStatus.php',
    'Google\\Cloud\\Sql\\V1beta4\\Operation\\SqlOperationType' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/Operation/SqlOperationType.php',
    'Google\\Cloud\\Sql\\V1beta4\\OperationsListResponse' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/OperationsListResponse.php',
    'Google\\Cloud\\Sql\\V1beta4\\PasswordStatus' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/PasswordStatus.php',
    'Google\\Cloud\\Sql\\V1beta4\\PasswordValidationPolicy' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/PasswordValidationPolicy.php',
    'Google\\Cloud\\Sql\\V1beta4\\PasswordValidationPolicy\\Complexity' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/PasswordValidationPolicy/Complexity.php',
    'Google\\Cloud\\Sql\\V1beta4\\ReplicaConfiguration' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/ReplicaConfiguration.php',
    'Google\\Cloud\\Sql\\V1beta4\\RestoreBackupContext' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/RestoreBackupContext.php',
    'Google\\Cloud\\Sql\\V1beta4\\RotateServerCaContext' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/RotateServerCaContext.php',
    'Google\\Cloud\\Sql\\V1beta4\\Settings' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/Settings.php',
    'Google\\Cloud\\Sql\\V1beta4\\Settings\\SqlActivationPolicy' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/Settings/SqlActivationPolicy.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlActiveDirectoryConfig' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlActiveDirectoryConfig.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlAvailabilityType' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlAvailabilityType.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlBackendType' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlBackendType.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlBackupKind' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlBackupKind.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlBackupRunStatus' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlBackupRunStatus.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlBackupRunType' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlBackupRunType.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlBackupRunsDeleteRequest' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlBackupRunsDeleteRequest.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlBackupRunsGetRequest' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlBackupRunsGetRequest.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlBackupRunsInsertRequest' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlBackupRunsInsertRequest.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlBackupRunsListRequest' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlBackupRunsListRequest.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlBackupRunsServiceClient' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlBackupRunsServiceClient.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlBackupRunsServiceGrpcClient' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlBackupRunsServiceGrpcClient.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlConnectServiceClient' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlConnectServiceClient.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlConnectServiceGrpcClient' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlConnectServiceGrpcClient.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlDataDiskType' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlDataDiskType.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlDatabaseVersion' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlDatabaseVersion.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlDatabasesDeleteRequest' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlDatabasesDeleteRequest.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlDatabasesGetRequest' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlDatabasesGetRequest.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlDatabasesInsertRequest' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlDatabasesInsertRequest.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlDatabasesListRequest' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlDatabasesListRequest.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlDatabasesServiceClient' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlDatabasesServiceClient.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlDatabasesServiceGrpcClient' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlDatabasesServiceGrpcClient.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlDatabasesUpdateRequest' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlDatabasesUpdateRequest.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlExternalSyncSettingError' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlExternalSyncSettingError.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlExternalSyncSettingError\\SqlExternalSyncSettingErrorType' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlExternalSyncSettingError/SqlExternalSyncSettingErrorType.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlFileType' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlFileType.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlFlagType' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlFlagType.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlFlagsListRequest' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlFlagsListRequest.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlFlagsServiceClient' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlFlagsServiceClient.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlFlagsServiceGrpcClient' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlFlagsServiceGrpcClient.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlInstanceType' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlInstanceType.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlInstancesAddServerCaRequest' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlInstancesAddServerCaRequest.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlInstancesCloneRequest' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlInstancesCloneRequest.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlInstancesCreateEphemeralCertRequest' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlInstancesCreateEphemeralCertRequest.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlInstancesDeleteRequest' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlInstancesDeleteRequest.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlInstancesDemoteMasterRequest' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlInstancesDemoteMasterRequest.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlInstancesExportRequest' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlInstancesExportRequest.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlInstancesFailoverRequest' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlInstancesFailoverRequest.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlInstancesGetRequest' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlInstancesGetRequest.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlInstancesImportRequest' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlInstancesImportRequest.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlInstancesInsertRequest' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlInstancesInsertRequest.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlInstancesListRequest' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlInstancesListRequest.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlInstancesListServerCasRequest' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlInstancesListServerCasRequest.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlInstancesPatchRequest' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlInstancesPatchRequest.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlInstancesPromoteReplicaRequest' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlInstancesPromoteReplicaRequest.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlInstancesRescheduleMaintenanceRequest' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlInstancesRescheduleMaintenanceRequest.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlInstancesRescheduleMaintenanceRequestBody' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlInstancesRescheduleMaintenanceRequestBody.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlInstancesRescheduleMaintenanceRequestBody\\Reschedule' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlInstancesRescheduleMaintenanceRequestBody/Reschedule.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlInstancesRescheduleMaintenanceRequestBody\\RescheduleType' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlInstancesRescheduleMaintenanceRequestBody/RescheduleType.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlInstancesResetSslConfigRequest' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlInstancesResetSslConfigRequest.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlInstancesRestartRequest' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlInstancesRestartRequest.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlInstancesRestoreBackupRequest' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlInstancesRestoreBackupRequest.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlInstancesRotateServerCaRequest' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlInstancesRotateServerCaRequest.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlInstancesServiceClient' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlInstancesServiceClient.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlInstancesServiceGrpcClient' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlInstancesServiceGrpcClient.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlInstancesStartExternalSyncRequest' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlInstancesStartExternalSyncRequest.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlInstancesStartReplicaRequest' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlInstancesStartReplicaRequest.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlInstancesStopReplicaRequest' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlInstancesStopReplicaRequest.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlInstancesTruncateLogRequest' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlInstancesTruncateLogRequest.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlInstancesUpdateRequest' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlInstancesUpdateRequest.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlInstancesVerifyExternalSyncSettingsRequest' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlInstancesVerifyExternalSyncSettingsRequest.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlInstancesVerifyExternalSyncSettingsRequest\\ExternalSyncMode' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlInstancesVerifyExternalSyncSettingsRequest/ExternalSyncMode.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlInstancesVerifyExternalSyncSettingsResponse' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlInstancesVerifyExternalSyncSettingsResponse.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlIpAddressType' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlIpAddressType.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlOperationsGetRequest' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlOperationsGetRequest.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlOperationsListRequest' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlOperationsListRequest.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlOperationsServiceClient' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlOperationsServiceClient.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlOperationsServiceGrpcClient' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlOperationsServiceGrpcClient.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlPricingPlan' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlPricingPlan.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlReplicationType' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlReplicationType.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlServerAuditConfig' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlServerAuditConfig.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlServerDatabaseDetails' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlServerDatabaseDetails.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlServerUserDetails' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlServerUserDetails.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlSslCertsDeleteRequest' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlSslCertsDeleteRequest.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlSslCertsGetRequest' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlSslCertsGetRequest.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlSslCertsInsertRequest' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlSslCertsInsertRequest.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlSslCertsListRequest' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlSslCertsListRequest.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlSslCertsServiceClient' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlSslCertsServiceClient.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlSslCertsServiceGrpcClient' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlSslCertsServiceGrpcClient.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlSuspensionReason' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlSuspensionReason.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlTiersListRequest' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlTiersListRequest.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlTiersServiceClient' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlTiersServiceClient.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlTiersServiceGrpcClient' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlTiersServiceGrpcClient.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlUpdateTrack' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlUpdateTrack.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlUsersDeleteRequest' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlUsersDeleteRequest.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlUsersInsertRequest' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlUsersInsertRequest.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlUsersListRequest' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlUsersListRequest.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlUsersServiceClient' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlUsersServiceClient.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlUsersServiceGrpcClient' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlUsersServiceGrpcClient.php',
    'Google\\Cloud\\Sql\\V1beta4\\SqlUsersUpdateRequest' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SqlUsersUpdateRequest.php',
    'Google\\Cloud\\Sql\\V1beta4\\SslCert' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SslCert.php',
    'Google\\Cloud\\Sql\\V1beta4\\SslCertDetail' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SslCertDetail.php',
    'Google\\Cloud\\Sql\\V1beta4\\SslCertsCreateEphemeralRequest' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SslCertsCreateEphemeralRequest.php',
    'Google\\Cloud\\Sql\\V1beta4\\SslCertsInsertRequest' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SslCertsInsertRequest.php',
    'Google\\Cloud\\Sql\\V1beta4\\SslCertsInsertResponse' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SslCertsInsertResponse.php',
    'Google\\Cloud\\Sql\\V1beta4\\SslCertsListResponse' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SslCertsListResponse.php',
    'Google\\Cloud\\Sql\\V1beta4\\SyncFlags' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/SyncFlags.php',
    'Google\\Cloud\\Sql\\V1beta4\\Tier' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/Tier.php',
    'Google\\Cloud\\Sql\\V1beta4\\TiersListResponse' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/TiersListResponse.php',
    'Google\\Cloud\\Sql\\V1beta4\\TruncateLogContext' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/TruncateLogContext.php',
    'Google\\Cloud\\Sql\\V1beta4\\User' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/User.php',
    'Google\\Cloud\\Sql\\V1beta4\\UserPasswordValidationPolicy' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/UserPasswordValidationPolicy.php',
    'Google\\Cloud\\Sql\\V1beta4\\User\\SqlUserType' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/User/SqlUserType.php',
    'Google\\Cloud\\Sql\\V1beta4\\UsersListResponse' => $vendorDir . '/google/cloud/SqlAdmin/src/V1beta4/UsersListResponse.php',
    'Google\\Cloud\\StorageTransfer\\V1\\AgentPool' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/AgentPool.php',
    'Google\\Cloud\\StorageTransfer\\V1\\AgentPool\\BandwidthLimit' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/AgentPool/BandwidthLimit.php',
    'Google\\Cloud\\StorageTransfer\\V1\\AgentPool\\State' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/AgentPool/State.php',
    'Google\\Cloud\\StorageTransfer\\V1\\AwsAccessKey' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/AwsAccessKey.php',
    'Google\\Cloud\\StorageTransfer\\V1\\AwsS3CompatibleData' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/AwsS3CompatibleData.php',
    'Google\\Cloud\\StorageTransfer\\V1\\AwsS3Data' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/AwsS3Data.php',
    'Google\\Cloud\\StorageTransfer\\V1\\AzureBlobStorageData' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/AzureBlobStorageData.php',
    'Google\\Cloud\\StorageTransfer\\V1\\AzureCredentials' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/AzureCredentials.php',
    'Google\\Cloud\\StorageTransfer\\V1\\CreateAgentPoolRequest' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/CreateAgentPoolRequest.php',
    'Google\\Cloud\\StorageTransfer\\V1\\CreateTransferJobRequest' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/CreateTransferJobRequest.php',
    'Google\\Cloud\\StorageTransfer\\V1\\DeleteAgentPoolRequest' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/DeleteAgentPoolRequest.php',
    'Google\\Cloud\\StorageTransfer\\V1\\DeleteTransferJobRequest' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/DeleteTransferJobRequest.php',
    'Google\\Cloud\\StorageTransfer\\V1\\ErrorLogEntry' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/ErrorLogEntry.php',
    'Google\\Cloud\\StorageTransfer\\V1\\ErrorSummary' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/ErrorSummary.php',
    'Google\\Cloud\\StorageTransfer\\V1\\Gapic\\StorageTransferServiceGapicClient' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/Gapic/StorageTransferServiceGapicClient.php',
    'Google\\Cloud\\StorageTransfer\\V1\\GcsData' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/GcsData.php',
    'Google\\Cloud\\StorageTransfer\\V1\\GetAgentPoolRequest' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/GetAgentPoolRequest.php',
    'Google\\Cloud\\StorageTransfer\\V1\\GetGoogleServiceAccountRequest' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/GetGoogleServiceAccountRequest.php',
    'Google\\Cloud\\StorageTransfer\\V1\\GetTransferJobRequest' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/GetTransferJobRequest.php',
    'Google\\Cloud\\StorageTransfer\\V1\\GoogleServiceAccount' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/GoogleServiceAccount.php',
    'Google\\Cloud\\StorageTransfer\\V1\\HttpData' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/HttpData.php',
    'Google\\Cloud\\StorageTransfer\\V1\\ListAgentPoolsRequest' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/ListAgentPoolsRequest.php',
    'Google\\Cloud\\StorageTransfer\\V1\\ListAgentPoolsResponse' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/ListAgentPoolsResponse.php',
    'Google\\Cloud\\StorageTransfer\\V1\\ListTransferJobsRequest' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/ListTransferJobsRequest.php',
    'Google\\Cloud\\StorageTransfer\\V1\\ListTransferJobsResponse' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/ListTransferJobsResponse.php',
    'Google\\Cloud\\StorageTransfer\\V1\\LoggingConfig' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/LoggingConfig.php',
    'Google\\Cloud\\StorageTransfer\\V1\\LoggingConfig\\LoggableAction' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/LoggingConfig/LoggableAction.php',
    'Google\\Cloud\\StorageTransfer\\V1\\LoggingConfig\\LoggableActionState' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/LoggingConfig/LoggableActionState.php',
    'Google\\Cloud\\StorageTransfer\\V1\\MetadataOptions' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/MetadataOptions.php',
    'Google\\Cloud\\StorageTransfer\\V1\\MetadataOptions\\Acl' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/MetadataOptions/Acl.php',
    'Google\\Cloud\\StorageTransfer\\V1\\MetadataOptions\\GID' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/MetadataOptions/GID.php',
    'Google\\Cloud\\StorageTransfer\\V1\\MetadataOptions\\KmsKey' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/MetadataOptions/KmsKey.php',
    'Google\\Cloud\\StorageTransfer\\V1\\MetadataOptions\\Mode' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/MetadataOptions/Mode.php',
    'Google\\Cloud\\StorageTransfer\\V1\\MetadataOptions\\StorageClass' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/MetadataOptions/StorageClass.php',
    'Google\\Cloud\\StorageTransfer\\V1\\MetadataOptions\\Symlink' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/MetadataOptions/Symlink.php',
    'Google\\Cloud\\StorageTransfer\\V1\\MetadataOptions\\TemporaryHold' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/MetadataOptions/TemporaryHold.php',
    'Google\\Cloud\\StorageTransfer\\V1\\MetadataOptions\\TimeCreated' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/MetadataOptions/TimeCreated.php',
    'Google\\Cloud\\StorageTransfer\\V1\\MetadataOptions\\UID' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/MetadataOptions/UID.php',
    'Google\\Cloud\\StorageTransfer\\V1\\NotificationConfig' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/NotificationConfig.php',
    'Google\\Cloud\\StorageTransfer\\V1\\NotificationConfig\\EventType' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/NotificationConfig/EventType.php',
    'Google\\Cloud\\StorageTransfer\\V1\\NotificationConfig\\PayloadFormat' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/NotificationConfig/PayloadFormat.php',
    'Google\\Cloud\\StorageTransfer\\V1\\ObjectConditions' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/ObjectConditions.php',
    'Google\\Cloud\\StorageTransfer\\V1\\PauseTransferOperationRequest' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/PauseTransferOperationRequest.php',
    'Google\\Cloud\\StorageTransfer\\V1\\PosixFilesystem' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/PosixFilesystem.php',
    'Google\\Cloud\\StorageTransfer\\V1\\ResumeTransferOperationRequest' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/ResumeTransferOperationRequest.php',
    'Google\\Cloud\\StorageTransfer\\V1\\RunTransferJobRequest' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/RunTransferJobRequest.php',
    'Google\\Cloud\\StorageTransfer\\V1\\S3CompatibleMetadata' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/S3CompatibleMetadata.php',
    'Google\\Cloud\\StorageTransfer\\V1\\S3CompatibleMetadata\\AuthMethod' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/S3CompatibleMetadata/AuthMethod.php',
    'Google\\Cloud\\StorageTransfer\\V1\\S3CompatibleMetadata\\ListApi' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/S3CompatibleMetadata/ListApi.php',
    'Google\\Cloud\\StorageTransfer\\V1\\S3CompatibleMetadata\\NetworkProtocol' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/S3CompatibleMetadata/NetworkProtocol.php',
    'Google\\Cloud\\StorageTransfer\\V1\\S3CompatibleMetadata\\RequestModel' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/S3CompatibleMetadata/RequestModel.php',
    'Google\\Cloud\\StorageTransfer\\V1\\Schedule' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/Schedule.php',
    'Google\\Cloud\\StorageTransfer\\V1\\StorageTransferServiceClient' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/StorageTransferServiceClient.php',
    'Google\\Cloud\\StorageTransfer\\V1\\TransferCounters' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/TransferCounters.php',
    'Google\\Cloud\\StorageTransfer\\V1\\TransferJob' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/TransferJob.php',
    'Google\\Cloud\\StorageTransfer\\V1\\TransferJob\\Status' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/TransferJob/Status.php',
    'Google\\Cloud\\StorageTransfer\\V1\\TransferManifest' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/TransferManifest.php',
    'Google\\Cloud\\StorageTransfer\\V1\\TransferOperation' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/TransferOperation.php',
    'Google\\Cloud\\StorageTransfer\\V1\\TransferOperation\\Status' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/TransferOperation/Status.php',
    'Google\\Cloud\\StorageTransfer\\V1\\TransferOptions' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/TransferOptions.php',
    'Google\\Cloud\\StorageTransfer\\V1\\TransferOptions\\OverwriteWhen' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/TransferOptions/OverwriteWhen.php',
    'Google\\Cloud\\StorageTransfer\\V1\\TransferSpec' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/TransferSpec.php',
    'Google\\Cloud\\StorageTransfer\\V1\\UpdateAgentPoolRequest' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/UpdateAgentPoolRequest.php',
    'Google\\Cloud\\StorageTransfer\\V1\\UpdateTransferJobRequest' => $vendorDir . '/google/cloud/StorageTransfer/src/V1/UpdateTransferJobRequest.php',
    'Google\\Cloud\\Storage\\Acl' => $vendorDir . '/google/cloud/Storage/src/Acl.php',
    'Google\\Cloud\\Storage\\Bucket' => $vendorDir . '/google/cloud/Storage/src/Bucket.php',
    'Google\\Cloud\\Storage\\Connection\\ConnectionInterface' => $vendorDir . '/google/cloud/Storage/src/Connection/ConnectionInterface.php',
    'Google\\Cloud\\Storage\\Connection\\IamBucket' => $vendorDir . '/google/cloud/Storage/src/Connection/IamBucket.php',
    'Google\\Cloud\\Storage\\Connection\\Rest' => $vendorDir . '/google/cloud/Storage/src/Connection/Rest.php',
    'Google\\Cloud\\Storage\\CreatedHmacKey' => $vendorDir . '/google/cloud/Storage/src/CreatedHmacKey.php',
    'Google\\Cloud\\Storage\\EncryptionTrait' => $vendorDir . '/google/cloud/Storage/src/EncryptionTrait.php',
    'Google\\Cloud\\Storage\\HmacKey' => $vendorDir . '/google/cloud/Storage/src/HmacKey.php',
    'Google\\Cloud\\Storage\\Lifecycle' => $vendorDir . '/google/cloud/Storage/src/Lifecycle.php',
    'Google\\Cloud\\Storage\\Notification' => $vendorDir . '/google/cloud/Storage/src/Notification.php',
    'Google\\Cloud\\Storage\\ObjectIterator' => $vendorDir . '/google/cloud/Storage/src/ObjectIterator.php',
    'Google\\Cloud\\Storage\\ObjectPageIterator' => $vendorDir . '/google/cloud/Storage/src/ObjectPageIterator.php',
    'Google\\Cloud\\Storage\\ReadStream' => $vendorDir . '/google/cloud/Storage/src/ReadStream.php',
    'Google\\Cloud\\Storage\\SigningHelper' => $vendorDir . '/google/cloud/Storage/src/SigningHelper.php',
    'Google\\Cloud\\Storage\\StorageClient' => $vendorDir . '/google/cloud/Storage/src/StorageClient.php',
    'Google\\Cloud\\Storage\\StorageObject' => $vendorDir . '/google/cloud/Storage/src/StorageObject.php',
    'Google\\Cloud\\Storage\\StreamWrapper' => $vendorDir . '/google/cloud/Storage/src/StreamWrapper.php',
    'Google\\Cloud\\Storage\\WriteStream' => $vendorDir . '/google/cloud/Storage/src/WriteStream.php',
    'Google\\Cloud\\Talent\\V4\\BatchCreateJobsRequest' => $vendorDir . '/google/cloud/Talent/src/V4/BatchCreateJobsRequest.php',
    'Google\\Cloud\\Talent\\V4\\BatchCreateJobsResponse' => $vendorDir . '/google/cloud/Talent/src/V4/BatchCreateJobsResponse.php',
    'Google\\Cloud\\Talent\\V4\\BatchDeleteJobsRequest' => $vendorDir . '/google/cloud/Talent/src/V4/BatchDeleteJobsRequest.php',
    'Google\\Cloud\\Talent\\V4\\BatchDeleteJobsResponse' => $vendorDir . '/google/cloud/Talent/src/V4/BatchDeleteJobsResponse.php',
    'Google\\Cloud\\Talent\\V4\\BatchOperationMetadata' => $vendorDir . '/google/cloud/Talent/src/V4/BatchOperationMetadata.php',
    'Google\\Cloud\\Talent\\V4\\BatchOperationMetadata\\State' => $vendorDir . '/google/cloud/Talent/src/V4/BatchOperationMetadata/State.php',
    'Google\\Cloud\\Talent\\V4\\BatchUpdateJobsRequest' => $vendorDir . '/google/cloud/Talent/src/V4/BatchUpdateJobsRequest.php',
    'Google\\Cloud\\Talent\\V4\\BatchUpdateJobsResponse' => $vendorDir . '/google/cloud/Talent/src/V4/BatchUpdateJobsResponse.php',
    'Google\\Cloud\\Talent\\V4\\ClientEvent' => $vendorDir . '/google/cloud/Talent/src/V4/ClientEvent.php',
    'Google\\Cloud\\Talent\\V4\\CommuteFilter' => $vendorDir . '/google/cloud/Talent/src/V4/CommuteFilter.php',
    'Google\\Cloud\\Talent\\V4\\CommuteFilter\\RoadTraffic' => $vendorDir . '/google/cloud/Talent/src/V4/CommuteFilter/RoadTraffic.php',
    'Google\\Cloud\\Talent\\V4\\CommuteMethod' => $vendorDir . '/google/cloud/Talent/src/V4/CommuteMethod.php',
    'Google\\Cloud\\Talent\\V4\\Company' => $vendorDir . '/google/cloud/Talent/src/V4/Company.php',
    'Google\\Cloud\\Talent\\V4\\CompanyServiceClient' => $vendorDir . '/google/cloud/Talent/src/V4/CompanyServiceClient.php',
    'Google\\Cloud\\Talent\\V4\\CompanySize' => $vendorDir . '/google/cloud/Talent/src/V4/CompanySize.php',
    'Google\\Cloud\\Talent\\V4\\Company\\DerivedInfo' => $vendorDir . '/google/cloud/Talent/src/V4/Company/DerivedInfo.php',
    'Google\\Cloud\\Talent\\V4\\CompensationFilter' => $vendorDir . '/google/cloud/Talent/src/V4/CompensationFilter.php',
    'Google\\Cloud\\Talent\\V4\\CompensationFilter\\FilterType' => $vendorDir . '/google/cloud/Talent/src/V4/CompensationFilter/FilterType.php',
    'Google\\Cloud\\Talent\\V4\\CompensationInfo' => $vendorDir . '/google/cloud/Talent/src/V4/CompensationInfo.php',
    'Google\\Cloud\\Talent\\V4\\CompensationInfo\\CompensationEntry' => $vendorDir . '/google/cloud/Talent/src/V4/CompensationInfo/CompensationEntry.php',
    'Google\\Cloud\\Talent\\V4\\CompensationInfo\\CompensationRange' => $vendorDir . '/google/cloud/Talent/src/V4/CompensationInfo/CompensationRange.php',
    'Google\\Cloud\\Talent\\V4\\CompensationInfo\\CompensationType' => $vendorDir . '/google/cloud/Talent/src/V4/CompensationInfo/CompensationType.php',
    'Google\\Cloud\\Talent\\V4\\CompensationInfo\\CompensationUnit' => $vendorDir . '/google/cloud/Talent/src/V4/CompensationInfo/CompensationUnit.php',
    'Google\\Cloud\\Talent\\V4\\CompleteQueryRequest' => $vendorDir . '/google/cloud/Talent/src/V4/CompleteQueryRequest.php',
    'Google\\Cloud\\Talent\\V4\\CompleteQueryRequest\\CompletionScope' => $vendorDir . '/google/cloud/Talent/src/V4/CompleteQueryRequest/CompletionScope.php',
    'Google\\Cloud\\Talent\\V4\\CompleteQueryRequest\\CompletionType' => $vendorDir . '/google/cloud/Talent/src/V4/CompleteQueryRequest/CompletionType.php',
    'Google\\Cloud\\Talent\\V4\\CompleteQueryResponse' => $vendorDir . '/google/cloud/Talent/src/V4/CompleteQueryResponse.php',
    'Google\\Cloud\\Talent\\V4\\CompleteQueryResponse\\CompletionResult' => $vendorDir . '/google/cloud/Talent/src/V4/CompleteQueryResponse/CompletionResult.php',
    'Google\\Cloud\\Talent\\V4\\CompletionClient' => $vendorDir . '/google/cloud/Talent/src/V4/CompletionClient.php',
    'Google\\Cloud\\Talent\\V4\\CreateClientEventRequest' => $vendorDir . '/google/cloud/Talent/src/V4/CreateClientEventRequest.php',
    'Google\\Cloud\\Talent\\V4\\CreateCompanyRequest' => $vendorDir . '/google/cloud/Talent/src/V4/CreateCompanyRequest.php',
    'Google\\Cloud\\Talent\\V4\\CreateJobRequest' => $vendorDir . '/google/cloud/Talent/src/V4/CreateJobRequest.php',
    'Google\\Cloud\\Talent\\V4\\CreateTenantRequest' => $vendorDir . '/google/cloud/Talent/src/V4/CreateTenantRequest.php',
    'Google\\Cloud\\Talent\\V4\\CustomAttribute' => $vendorDir . '/google/cloud/Talent/src/V4/CustomAttribute.php',
    'Google\\Cloud\\Talent\\V4\\DebugInfo' => $vendorDir . '/google/cloud/Talent/src/V4/DebugInfo.php',
    'Google\\Cloud\\Talent\\V4\\DebugOptions' => $vendorDir . '/google/cloud/Talent/src/V4/DebugOptions.php',
    'Google\\Cloud\\Talent\\V4\\DegreeType' => $vendorDir . '/google/cloud/Talent/src/V4/DegreeType.php',
    'Google\\Cloud\\Talent\\V4\\DelegatedUserInfo' => $vendorDir . '/google/cloud/Talent/src/V4/DelegatedUserInfo.php',
    'Google\\Cloud\\Talent\\V4\\DeleteCompanyRequest' => $vendorDir . '/google/cloud/Talent/src/V4/DeleteCompanyRequest.php',
    'Google\\Cloud\\Talent\\V4\\DeleteJobRequest' => $vendorDir . '/google/cloud/Talent/src/V4/DeleteJobRequest.php',
    'Google\\Cloud\\Talent\\V4\\DeleteTenantRequest' => $vendorDir . '/google/cloud/Talent/src/V4/DeleteTenantRequest.php',
    'Google\\Cloud\\Talent\\V4\\DeviceInfo' => $vendorDir . '/google/cloud/Talent/src/V4/DeviceInfo.php',
    'Google\\Cloud\\Talent\\V4\\DeviceInfo\\DeviceType' => $vendorDir . '/google/cloud/Talent/src/V4/DeviceInfo/DeviceType.php',
    'Google\\Cloud\\Talent\\V4\\EmploymentType' => $vendorDir . '/google/cloud/Talent/src/V4/EmploymentType.php',
    'Google\\Cloud\\Talent\\V4\\EventServiceClient' => $vendorDir . '/google/cloud/Talent/src/V4/EventServiceClient.php',
    'Google\\Cloud\\Talent\\V4\\Gapic\\CompanyServiceGapicClient' => $vendorDir . '/google/cloud/Talent/src/V4/Gapic/CompanyServiceGapicClient.php',
    'Google\\Cloud\\Talent\\V4\\Gapic\\CompletionGapicClient' => $vendorDir . '/google/cloud/Talent/src/V4/Gapic/CompletionGapicClient.php',
    'Google\\Cloud\\Talent\\V4\\Gapic\\EventServiceGapicClient' => $vendorDir . '/google/cloud/Talent/src/V4/Gapic/EventServiceGapicClient.php',
    'Google\\Cloud\\Talent\\V4\\Gapic\\JobServiceGapicClient' => $vendorDir . '/google/cloud/Talent/src/V4/Gapic/JobServiceGapicClient.php',
    'Google\\Cloud\\Talent\\V4\\Gapic\\TenantServiceGapicClient' => $vendorDir . '/google/cloud/Talent/src/V4/Gapic/TenantServiceGapicClient.php',
    'Google\\Cloud\\Talent\\V4\\GetCompanyRequest' => $vendorDir . '/google/cloud/Talent/src/V4/GetCompanyRequest.php',
    'Google\\Cloud\\Talent\\V4\\GetJobRequest' => $vendorDir . '/google/cloud/Talent/src/V4/GetJobRequest.php',
    'Google\\Cloud\\Talent\\V4\\GetTenantRequest' => $vendorDir . '/google/cloud/Talent/src/V4/GetTenantRequest.php',
    'Google\\Cloud\\Talent\\V4\\HistogramQuery' => $vendorDir . '/google/cloud/Talent/src/V4/HistogramQuery.php',
    'Google\\Cloud\\Talent\\V4\\HistogramQueryResult' => $vendorDir . '/google/cloud/Talent/src/V4/HistogramQueryResult.php',
    'Google\\Cloud\\Talent\\V4\\HtmlSanitization' => $vendorDir . '/google/cloud/Talent/src/V4/HtmlSanitization.php',
    'Google\\Cloud\\Talent\\V4\\Job' => $vendorDir . '/google/cloud/Talent/src/V4/Job.php',
    'Google\\Cloud\\Talent\\V4\\JobBenefit' => $vendorDir . '/google/cloud/Talent/src/V4/JobBenefit.php',
    'Google\\Cloud\\Talent\\V4\\JobCategory' => $vendorDir . '/google/cloud/Talent/src/V4/JobCategory.php',
    'Google\\Cloud\\Talent\\V4\\JobEvent' => $vendorDir . '/google/cloud/Talent/src/V4/JobEvent.php',
    'Google\\Cloud\\Talent\\V4\\JobEvent\\JobEventType' => $vendorDir . '/google/cloud/Talent/src/V4/JobEvent/JobEventType.php',
    'Google\\Cloud\\Talent\\V4\\JobLevel' => $vendorDir . '/google/cloud/Talent/src/V4/JobLevel.php',
    'Google\\Cloud\\Talent\\V4\\JobQuery' => $vendorDir . '/google/cloud/Talent/src/V4/JobQuery.php',
    'Google\\Cloud\\Talent\\V4\\JobResult' => $vendorDir . '/google/cloud/Talent/src/V4/JobResult.php',
    'Google\\Cloud\\Talent\\V4\\JobServiceClient' => $vendorDir . '/google/cloud/Talent/src/V4/JobServiceClient.php',
    'Google\\Cloud\\Talent\\V4\\JobView' => $vendorDir . '/google/cloud/Talent/src/V4/JobView.php',
    'Google\\Cloud\\Talent\\V4\\Job\\ApplicationInfo' => $vendorDir . '/google/cloud/Talent/src/V4/Job/ApplicationInfo.php',
    'Google\\Cloud\\Talent\\V4\\Job\\DerivedInfo' => $vendorDir . '/google/cloud/Talent/src/V4/Job/DerivedInfo.php',
    'Google\\Cloud\\Talent\\V4\\Job\\JobDebugInfo' => $vendorDir . '/google/cloud/Talent/src/V4/Job/JobDebugInfo.php',
    'Google\\Cloud\\Talent\\V4\\Job\\JobDebugInfo\\JobStatus' => $vendorDir . '/google/cloud/Talent/src/V4/Job/JobDebugInfo/JobStatus.php',
    'Google\\Cloud\\Talent\\V4\\Job\\JobDebugInfo\\SocBelief' => $vendorDir . '/google/cloud/Talent/src/V4/Job/JobDebugInfo/SocBelief.php',
    'Google\\Cloud\\Talent\\V4\\Job\\ProcessingOptions' => $vendorDir . '/google/cloud/Talent/src/V4/Job/ProcessingOptions.php',
    'Google\\Cloud\\Talent\\V4\\ListCompaniesRequest' => $vendorDir . '/google/cloud/Talent/src/V4/ListCompaniesRequest.php',
    'Google\\Cloud\\Talent\\V4\\ListCompaniesResponse' => $vendorDir . '/google/cloud/Talent/src/V4/ListCompaniesResponse.php',
    'Google\\Cloud\\Talent\\V4\\ListJobsRequest' => $vendorDir . '/google/cloud/Talent/src/V4/ListJobsRequest.php',
    'Google\\Cloud\\Talent\\V4\\ListJobsResponse' => $vendorDir . '/google/cloud/Talent/src/V4/ListJobsResponse.php',
    'Google\\Cloud\\Talent\\V4\\ListTenantsRequest' => $vendorDir . '/google/cloud/Talent/src/V4/ListTenantsRequest.php',
    'Google\\Cloud\\Talent\\V4\\ListTenantsResponse' => $vendorDir . '/google/cloud/Talent/src/V4/ListTenantsResponse.php',
    'Google\\Cloud\\Talent\\V4\\Location' => $vendorDir . '/google/cloud/Talent/src/V4/Location.php',
    'Google\\Cloud\\Talent\\V4\\LocationFilter' => $vendorDir . '/google/cloud/Talent/src/V4/LocationFilter.php',
    'Google\\Cloud\\Talent\\V4\\LocationFilter\\TelecommutePreference' => $vendorDir . '/google/cloud/Talent/src/V4/LocationFilter/TelecommutePreference.php',
    'Google\\Cloud\\Talent\\V4\\Location\\LocationType' => $vendorDir . '/google/cloud/Talent/src/V4/Location/LocationType.php',
    'Google\\Cloud\\Talent\\V4\\PostingRegion' => $vendorDir . '/google/cloud/Talent/src/V4/PostingRegion.php',
    'Google\\Cloud\\Talent\\V4\\PurgeJobsRequest' => $vendorDir . '/google/cloud/Talent/src/V4/PurgeJobsRequest.php',
    'Google\\Cloud\\Talent\\V4\\PurgeJobsResponse' => $vendorDir . '/google/cloud/Talent/src/V4/PurgeJobsResponse.php',
    'Google\\Cloud\\Talent\\V4\\RequestMetadata' => $vendorDir . '/google/cloud/Talent/src/V4/RequestMetadata.php',
    'Google\\Cloud\\Talent\\V4\\ResponseMetadata' => $vendorDir . '/google/cloud/Talent/src/V4/ResponseMetadata.php',
    'Google\\Cloud\\Talent\\V4\\SearchJobsRequest' => $vendorDir . '/google/cloud/Talent/src/V4/SearchJobsRequest.php',
    'Google\\Cloud\\Talent\\V4\\SearchJobsRequest\\CustomRankingInfo' => $vendorDir . '/google/cloud/Talent/src/V4/SearchJobsRequest/CustomRankingInfo.php',
    'Google\\Cloud\\Talent\\V4\\SearchJobsRequest\\CustomRankingInfo\\ImportanceLevel' => $vendorDir . '/google/cloud/Talent/src/V4/SearchJobsRequest/CustomRankingInfo/ImportanceLevel.php',
    'Google\\Cloud\\Talent\\V4\\SearchJobsRequest\\DiversificationLevel' => $vendorDir . '/google/cloud/Talent/src/V4/SearchJobsRequest/DiversificationLevel.php',
    'Google\\Cloud\\Talent\\V4\\SearchJobsRequest\\KeywordMatchMode' => $vendorDir . '/google/cloud/Talent/src/V4/SearchJobsRequest/KeywordMatchMode.php',
    'Google\\Cloud\\Talent\\V4\\SearchJobsRequest\\SearchMode' => $vendorDir . '/google/cloud/Talent/src/V4/SearchJobsRequest/SearchMode.php',
    'Google\\Cloud\\Talent\\V4\\SearchJobsResponse' => $vendorDir . '/google/cloud/Talent/src/V4/SearchJobsResponse.php',
    'Google\\Cloud\\Talent\\V4\\SearchJobsResponse\\CommuteInfo' => $vendorDir . '/google/cloud/Talent/src/V4/SearchJobsResponse/CommuteInfo.php',
    'Google\\Cloud\\Talent\\V4\\SearchJobsResponse\\MatchingJob' => $vendorDir . '/google/cloud/Talent/src/V4/SearchJobsResponse/MatchingJob.php',
    'Google\\Cloud\\Talent\\V4\\SpellingCorrection' => $vendorDir . '/google/cloud/Talent/src/V4/SpellingCorrection.php',
    'Google\\Cloud\\Talent\\V4\\Tenant' => $vendorDir . '/google/cloud/Talent/src/V4/Tenant.php',
    'Google\\Cloud\\Talent\\V4\\TenantServiceClient' => $vendorDir . '/google/cloud/Talent/src/V4/TenantServiceClient.php',
    'Google\\Cloud\\Talent\\V4\\TimestampRange' => $vendorDir . '/google/cloud/Talent/src/V4/TimestampRange.php',
    'Google\\Cloud\\Talent\\V4\\UpdateCompanyRequest' => $vendorDir . '/google/cloud/Talent/src/V4/UpdateCompanyRequest.php',
    'Google\\Cloud\\Talent\\V4\\UpdateJobRequest' => $vendorDir . '/google/cloud/Talent/src/V4/UpdateJobRequest.php',
    'Google\\Cloud\\Talent\\V4\\UpdateTenantRequest' => $vendorDir . '/google/cloud/Talent/src/V4/UpdateTenantRequest.php',
    'Google\\Cloud\\Talent\\V4\\Visibility' => $vendorDir . '/google/cloud/Talent/src/V4/Visibility.php',
    'Google\\Cloud\\Talent\\V4beta1\\BatchCreateJobsRequest' => $vendorDir . '/google/cloud/Talent/src/V4beta1/BatchCreateJobsRequest.php',
    'Google\\Cloud\\Talent\\V4beta1\\BatchDeleteJobsRequest' => $vendorDir . '/google/cloud/Talent/src/V4beta1/BatchDeleteJobsRequest.php',
    'Google\\Cloud\\Talent\\V4beta1\\BatchOperationMetadata' => $vendorDir . '/google/cloud/Talent/src/V4beta1/BatchOperationMetadata.php',
    'Google\\Cloud\\Talent\\V4beta1\\BatchOperationMetadata\\State' => $vendorDir . '/google/cloud/Talent/src/V4beta1/BatchOperationMetadata/State.php',
    'Google\\Cloud\\Talent\\V4beta1\\BatchUpdateJobsRequest' => $vendorDir . '/google/cloud/Talent/src/V4beta1/BatchUpdateJobsRequest.php',
    'Google\\Cloud\\Talent\\V4beta1\\ClientEvent' => $vendorDir . '/google/cloud/Talent/src/V4beta1/ClientEvent.php',
    'Google\\Cloud\\Talent\\V4beta1\\CommuteFilter' => $vendorDir . '/google/cloud/Talent/src/V4beta1/CommuteFilter.php',
    'Google\\Cloud\\Talent\\V4beta1\\CommuteFilter\\RoadTraffic' => $vendorDir . '/google/cloud/Talent/src/V4beta1/CommuteFilter/RoadTraffic.php',
    'Google\\Cloud\\Talent\\V4beta1\\CommuteMethod' => $vendorDir . '/google/cloud/Talent/src/V4beta1/CommuteMethod.php',
    'Google\\Cloud\\Talent\\V4beta1\\Company' => $vendorDir . '/google/cloud/Talent/src/V4beta1/Company.php',
    'Google\\Cloud\\Talent\\V4beta1\\CompanyServiceClient' => $vendorDir . '/google/cloud/Talent/src/V4beta1/CompanyServiceClient.php',
    'Google\\Cloud\\Talent\\V4beta1\\CompanySize' => $vendorDir . '/google/cloud/Talent/src/V4beta1/CompanySize.php',
    'Google\\Cloud\\Talent\\V4beta1\\Company\\DerivedInfo' => $vendorDir . '/google/cloud/Talent/src/V4beta1/Company/DerivedInfo.php',
    'Google\\Cloud\\Talent\\V4beta1\\CompensationFilter' => $vendorDir . '/google/cloud/Talent/src/V4beta1/CompensationFilter.php',
    'Google\\Cloud\\Talent\\V4beta1\\CompensationFilter\\FilterType' => $vendorDir . '/google/cloud/Talent/src/V4beta1/CompensationFilter/FilterType.php',
    'Google\\Cloud\\Talent\\V4beta1\\CompensationInfo' => $vendorDir . '/google/cloud/Talent/src/V4beta1/CompensationInfo.php',
    'Google\\Cloud\\Talent\\V4beta1\\CompensationInfo\\CompensationEntry' => $vendorDir . '/google/cloud/Talent/src/V4beta1/CompensationInfo/CompensationEntry.php',
    'Google\\Cloud\\Talent\\V4beta1\\CompensationInfo\\CompensationRange' => $vendorDir . '/google/cloud/Talent/src/V4beta1/CompensationInfo/CompensationRange.php',
    'Google\\Cloud\\Talent\\V4beta1\\CompensationInfo\\CompensationType' => $vendorDir . '/google/cloud/Talent/src/V4beta1/CompensationInfo/CompensationType.php',
    'Google\\Cloud\\Talent\\V4beta1\\CompensationInfo\\CompensationUnit' => $vendorDir . '/google/cloud/Talent/src/V4beta1/CompensationInfo/CompensationUnit.php',
    'Google\\Cloud\\Talent\\V4beta1\\CompleteQueryRequest' => $vendorDir . '/google/cloud/Talent/src/V4beta1/CompleteQueryRequest.php',
    'Google\\Cloud\\Talent\\V4beta1\\CompleteQueryRequest\\CompletionScope' => $vendorDir . '/google/cloud/Talent/src/V4beta1/CompleteQueryRequest/CompletionScope.php',
    'Google\\Cloud\\Talent\\V4beta1\\CompleteQueryRequest\\CompletionType' => $vendorDir . '/google/cloud/Talent/src/V4beta1/CompleteQueryRequest/CompletionType.php',
    'Google\\Cloud\\Talent\\V4beta1\\CompleteQueryResponse' => $vendorDir . '/google/cloud/Talent/src/V4beta1/CompleteQueryResponse.php',
    'Google\\Cloud\\Talent\\V4beta1\\CompleteQueryResponse\\CompletionResult' => $vendorDir . '/google/cloud/Talent/src/V4beta1/CompleteQueryResponse/CompletionResult.php',
    'Google\\Cloud\\Talent\\V4beta1\\CompletionClient' => $vendorDir . '/google/cloud/Talent/src/V4beta1/CompletionClient.php',
    'Google\\Cloud\\Talent\\V4beta1\\CreateClientEventRequest' => $vendorDir . '/google/cloud/Talent/src/V4beta1/CreateClientEventRequest.php',
    'Google\\Cloud\\Talent\\V4beta1\\CreateCompanyRequest' => $vendorDir . '/google/cloud/Talent/src/V4beta1/CreateCompanyRequest.php',
    'Google\\Cloud\\Talent\\V4beta1\\CreateJobRequest' => $vendorDir . '/google/cloud/Talent/src/V4beta1/CreateJobRequest.php',
    'Google\\Cloud\\Talent\\V4beta1\\CreateTenantRequest' => $vendorDir . '/google/cloud/Talent/src/V4beta1/CreateTenantRequest.php',
    'Google\\Cloud\\Talent\\V4beta1\\CustomAttribute' => $vendorDir . '/google/cloud/Talent/src/V4beta1/CustomAttribute.php',
    'Google\\Cloud\\Talent\\V4beta1\\DegreeType' => $vendorDir . '/google/cloud/Talent/src/V4beta1/DegreeType.php',
    'Google\\Cloud\\Talent\\V4beta1\\DeleteCompanyRequest' => $vendorDir . '/google/cloud/Talent/src/V4beta1/DeleteCompanyRequest.php',
    'Google\\Cloud\\Talent\\V4beta1\\DeleteJobRequest' => $vendorDir . '/google/cloud/Talent/src/V4beta1/DeleteJobRequest.php',
    'Google\\Cloud\\Talent\\V4beta1\\DeleteTenantRequest' => $vendorDir . '/google/cloud/Talent/src/V4beta1/DeleteTenantRequest.php',
    'Google\\Cloud\\Talent\\V4beta1\\DeviceInfo' => $vendorDir . '/google/cloud/Talent/src/V4beta1/DeviceInfo.php',
    'Google\\Cloud\\Talent\\V4beta1\\DeviceInfo\\DeviceType' => $vendorDir . '/google/cloud/Talent/src/V4beta1/DeviceInfo/DeviceType.php',
    'Google\\Cloud\\Talent\\V4beta1\\EmploymentType' => $vendorDir . '/google/cloud/Talent/src/V4beta1/EmploymentType.php',
    'Google\\Cloud\\Talent\\V4beta1\\EventServiceClient' => $vendorDir . '/google/cloud/Talent/src/V4beta1/EventServiceClient.php',
    'Google\\Cloud\\Talent\\V4beta1\\Gapic\\CompanyServiceGapicClient' => $vendorDir . '/google/cloud/Talent/src/V4beta1/Gapic/CompanyServiceGapicClient.php',
    'Google\\Cloud\\Talent\\V4beta1\\Gapic\\CompletionGapicClient' => $vendorDir . '/google/cloud/Talent/src/V4beta1/Gapic/CompletionGapicClient.php',
    'Google\\Cloud\\Talent\\V4beta1\\Gapic\\EventServiceGapicClient' => $vendorDir . '/google/cloud/Talent/src/V4beta1/Gapic/EventServiceGapicClient.php',
    'Google\\Cloud\\Talent\\V4beta1\\Gapic\\JobServiceGapicClient' => $vendorDir . '/google/cloud/Talent/src/V4beta1/Gapic/JobServiceGapicClient.php',
    'Google\\Cloud\\Talent\\V4beta1\\Gapic\\TenantServiceGapicClient' => $vendorDir . '/google/cloud/Talent/src/V4beta1/Gapic/TenantServiceGapicClient.php',
    'Google\\Cloud\\Talent\\V4beta1\\GetCompanyRequest' => $vendorDir . '/google/cloud/Talent/src/V4beta1/GetCompanyRequest.php',
    'Google\\Cloud\\Talent\\V4beta1\\GetJobRequest' => $vendorDir . '/google/cloud/Talent/src/V4beta1/GetJobRequest.php',
    'Google\\Cloud\\Talent\\V4beta1\\GetTenantRequest' => $vendorDir . '/google/cloud/Talent/src/V4beta1/GetTenantRequest.php',
    'Google\\Cloud\\Talent\\V4beta1\\HistogramQuery' => $vendorDir . '/google/cloud/Talent/src/V4beta1/HistogramQuery.php',
    'Google\\Cloud\\Talent\\V4beta1\\HistogramQueryResult' => $vendorDir . '/google/cloud/Talent/src/V4beta1/HistogramQueryResult.php',
    'Google\\Cloud\\Talent\\V4beta1\\HtmlSanitization' => $vendorDir . '/google/cloud/Talent/src/V4beta1/HtmlSanitization.php',
    'Google\\Cloud\\Talent\\V4beta1\\Job' => $vendorDir . '/google/cloud/Talent/src/V4beta1/Job.php',
    'Google\\Cloud\\Talent\\V4beta1\\JobBenefit' => $vendorDir . '/google/cloud/Talent/src/V4beta1/JobBenefit.php',
    'Google\\Cloud\\Talent\\V4beta1\\JobCategory' => $vendorDir . '/google/cloud/Talent/src/V4beta1/JobCategory.php',
    'Google\\Cloud\\Talent\\V4beta1\\JobEvent' => $vendorDir . '/google/cloud/Talent/src/V4beta1/JobEvent.php',
    'Google\\Cloud\\Talent\\V4beta1\\JobEvent\\JobEventType' => $vendorDir . '/google/cloud/Talent/src/V4beta1/JobEvent/JobEventType.php',
    'Google\\Cloud\\Talent\\V4beta1\\JobLevel' => $vendorDir . '/google/cloud/Talent/src/V4beta1/JobLevel.php',
    'Google\\Cloud\\Talent\\V4beta1\\JobOperationResult' => $vendorDir . '/google/cloud/Talent/src/V4beta1/JobOperationResult.php',
    'Google\\Cloud\\Talent\\V4beta1\\JobOperationResult\\JobResult' => $vendorDir . '/google/cloud/Talent/src/V4beta1/JobOperationResult/JobResult.php',
    'Google\\Cloud\\Talent\\V4beta1\\JobQuery' => $vendorDir . '/google/cloud/Talent/src/V4beta1/JobQuery.php',
    'Google\\Cloud\\Talent\\V4beta1\\JobServiceClient' => $vendorDir . '/google/cloud/Talent/src/V4beta1/JobServiceClient.php',
    'Google\\Cloud\\Talent\\V4beta1\\JobView' => $vendorDir . '/google/cloud/Talent/src/V4beta1/JobView.php',
    'Google\\Cloud\\Talent\\V4beta1\\Job\\ApplicationInfo' => $vendorDir . '/google/cloud/Talent/src/V4beta1/Job/ApplicationInfo.php',
    'Google\\Cloud\\Talent\\V4beta1\\Job\\DerivedInfo' => $vendorDir . '/google/cloud/Talent/src/V4beta1/Job/DerivedInfo.php',
    'Google\\Cloud\\Talent\\V4beta1\\Job\\ProcessingOptions' => $vendorDir . '/google/cloud/Talent/src/V4beta1/Job/ProcessingOptions.php',
    'Google\\Cloud\\Talent\\V4beta1\\ListCompaniesRequest' => $vendorDir . '/google/cloud/Talent/src/V4beta1/ListCompaniesRequest.php',
    'Google\\Cloud\\Talent\\V4beta1\\ListCompaniesResponse' => $vendorDir . '/google/cloud/Talent/src/V4beta1/ListCompaniesResponse.php',
    'Google\\Cloud\\Talent\\V4beta1\\ListJobsRequest' => $vendorDir . '/google/cloud/Talent/src/V4beta1/ListJobsRequest.php',
    'Google\\Cloud\\Talent\\V4beta1\\ListJobsResponse' => $vendorDir . '/google/cloud/Talent/src/V4beta1/ListJobsResponse.php',
    'Google\\Cloud\\Talent\\V4beta1\\ListTenantsRequest' => $vendorDir . '/google/cloud/Talent/src/V4beta1/ListTenantsRequest.php',
    'Google\\Cloud\\Talent\\V4beta1\\ListTenantsResponse' => $vendorDir . '/google/cloud/Talent/src/V4beta1/ListTenantsResponse.php',
    'Google\\Cloud\\Talent\\V4beta1\\Location' => $vendorDir . '/google/cloud/Talent/src/V4beta1/Location.php',
    'Google\\Cloud\\Talent\\V4beta1\\LocationFilter' => $vendorDir . '/google/cloud/Talent/src/V4beta1/LocationFilter.php',
    'Google\\Cloud\\Talent\\V4beta1\\LocationFilter\\TelecommutePreference' => $vendorDir . '/google/cloud/Talent/src/V4beta1/LocationFilter/TelecommutePreference.php',
    'Google\\Cloud\\Talent\\V4beta1\\Location\\LocationType' => $vendorDir . '/google/cloud/Talent/src/V4beta1/Location/LocationType.php',
    'Google\\Cloud\\Talent\\V4beta1\\PostingRegion' => $vendorDir . '/google/cloud/Talent/src/V4beta1/PostingRegion.php',
    'Google\\Cloud\\Talent\\V4beta1\\RequestMetadata' => $vendorDir . '/google/cloud/Talent/src/V4beta1/RequestMetadata.php',
    'Google\\Cloud\\Talent\\V4beta1\\ResponseMetadata' => $vendorDir . '/google/cloud/Talent/src/V4beta1/ResponseMetadata.php',
    'Google\\Cloud\\Talent\\V4beta1\\SearchJobsRequest' => $vendorDir . '/google/cloud/Talent/src/V4beta1/SearchJobsRequest.php',
    'Google\\Cloud\\Talent\\V4beta1\\SearchJobsRequest\\CustomRankingInfo' => $vendorDir . '/google/cloud/Talent/src/V4beta1/SearchJobsRequest/CustomRankingInfo.php',
    'Google\\Cloud\\Talent\\V4beta1\\SearchJobsRequest\\CustomRankingInfo\\ImportanceLevel' => $vendorDir . '/google/cloud/Talent/src/V4beta1/SearchJobsRequest/CustomRankingInfo/ImportanceLevel.php',
    'Google\\Cloud\\Talent\\V4beta1\\SearchJobsRequest\\DiversificationLevel' => $vendorDir . '/google/cloud/Talent/src/V4beta1/SearchJobsRequest/DiversificationLevel.php',
    'Google\\Cloud\\Talent\\V4beta1\\SearchJobsRequest\\KeywordMatchMode' => $vendorDir . '/google/cloud/Talent/src/V4beta1/SearchJobsRequest/KeywordMatchMode.php',
    'Google\\Cloud\\Talent\\V4beta1\\SearchJobsRequest\\SearchMode' => $vendorDir . '/google/cloud/Talent/src/V4beta1/SearchJobsRequest/SearchMode.php',
    'Google\\Cloud\\Talent\\V4beta1\\SearchJobsResponse' => $vendorDir . '/google/cloud/Talent/src/V4beta1/SearchJobsResponse.php',
    'Google\\Cloud\\Talent\\V4beta1\\SearchJobsResponse\\CommuteInfo' => $vendorDir . '/google/cloud/Talent/src/V4beta1/SearchJobsResponse/CommuteInfo.php',
    'Google\\Cloud\\Talent\\V4beta1\\SearchJobsResponse\\MatchingJob' => $vendorDir . '/google/cloud/Talent/src/V4beta1/SearchJobsResponse/MatchingJob.php',
    'Google\\Cloud\\Talent\\V4beta1\\SpellingCorrection' => $vendorDir . '/google/cloud/Talent/src/V4beta1/SpellingCorrection.php',
    'Google\\Cloud\\Talent\\V4beta1\\Tenant' => $vendorDir . '/google/cloud/Talent/src/V4beta1/Tenant.php',
    'Google\\Cloud\\Talent\\V4beta1\\TenantServiceClient' => $vendorDir . '/google/cloud/Talent/src/V4beta1/TenantServiceClient.php',
    'Google\\Cloud\\Talent\\V4beta1\\Tenant\\DataUsageType' => $vendorDir . '/google/cloud/Talent/src/V4beta1/Tenant/DataUsageType.php',
    'Google\\Cloud\\Talent\\V4beta1\\TimestampRange' => $vendorDir . '/google/cloud/Talent/src/V4beta1/TimestampRange.php',
    'Google\\Cloud\\Talent\\V4beta1\\UpdateCompanyRequest' => $vendorDir . '/google/cloud/Talent/src/V4beta1/UpdateCompanyRequest.php',
    'Google\\Cloud\\Talent\\V4beta1\\UpdateJobRequest' => $vendorDir . '/google/cloud/Talent/src/V4beta1/UpdateJobRequest.php',
    'Google\\Cloud\\Talent\\V4beta1\\UpdateTenantRequest' => $vendorDir . '/google/cloud/Talent/src/V4beta1/UpdateTenantRequest.php',
    'Google\\Cloud\\Talent\\V4beta1\\Visibility' => $vendorDir . '/google/cloud/Talent/src/V4beta1/Visibility.php',
    'Google\\Cloud\\Tasks\\V2\\AppEngineHttpRequest' => $vendorDir . '/google/cloud/Tasks/src/V2/AppEngineHttpRequest.php',
    'Google\\Cloud\\Tasks\\V2\\AppEngineRouting' => $vendorDir . '/google/cloud/Tasks/src/V2/AppEngineRouting.php',
    'Google\\Cloud\\Tasks\\V2\\Attempt' => $vendorDir . '/google/cloud/Tasks/src/V2/Attempt.php',
    'Google\\Cloud\\Tasks\\V2\\CloudTasksClient' => $vendorDir . '/google/cloud/Tasks/src/V2/CloudTasksClient.php',
    'Google\\Cloud\\Tasks\\V2\\CloudTasksGrpcClient' => $vendorDir . '/google/cloud/Tasks/src/V2/CloudTasksGrpcClient.php',
    'Google\\Cloud\\Tasks\\V2\\CreateQueueRequest' => $vendorDir . '/google/cloud/Tasks/src/V2/CreateQueueRequest.php',
    'Google\\Cloud\\Tasks\\V2\\CreateTaskRequest' => $vendorDir . '/google/cloud/Tasks/src/V2/CreateTaskRequest.php',
    'Google\\Cloud\\Tasks\\V2\\DeleteQueueRequest' => $vendorDir . '/google/cloud/Tasks/src/V2/DeleteQueueRequest.php',
    'Google\\Cloud\\Tasks\\V2\\DeleteTaskRequest' => $vendorDir . '/google/cloud/Tasks/src/V2/DeleteTaskRequest.php',
    'Google\\Cloud\\Tasks\\V2\\Gapic\\CloudTasksGapicClient' => $vendorDir . '/google/cloud/Tasks/src/V2/Gapic/CloudTasksGapicClient.php',
    'Google\\Cloud\\Tasks\\V2\\GetQueueRequest' => $vendorDir . '/google/cloud/Tasks/src/V2/GetQueueRequest.php',
    'Google\\Cloud\\Tasks\\V2\\GetTaskRequest' => $vendorDir . '/google/cloud/Tasks/src/V2/GetTaskRequest.php',
    'Google\\Cloud\\Tasks\\V2\\HttpMethod' => $vendorDir . '/google/cloud/Tasks/src/V2/HttpMethod.php',
    'Google\\Cloud\\Tasks\\V2\\HttpRequest' => $vendorDir . '/google/cloud/Tasks/src/V2/HttpRequest.php',
    'Google\\Cloud\\Tasks\\V2\\ListQueuesRequest' => $vendorDir . '/google/cloud/Tasks/src/V2/ListQueuesRequest.php',
    'Google\\Cloud\\Tasks\\V2\\ListQueuesResponse' => $vendorDir . '/google/cloud/Tasks/src/V2/ListQueuesResponse.php',
    'Google\\Cloud\\Tasks\\V2\\ListTasksRequest' => $vendorDir . '/google/cloud/Tasks/src/V2/ListTasksRequest.php',
    'Google\\Cloud\\Tasks\\V2\\ListTasksResponse' => $vendorDir . '/google/cloud/Tasks/src/V2/ListTasksResponse.php',
    'Google\\Cloud\\Tasks\\V2\\OAuthToken' => $vendorDir . '/google/cloud/Tasks/src/V2/OAuthToken.php',
    'Google\\Cloud\\Tasks\\V2\\OidcToken' => $vendorDir . '/google/cloud/Tasks/src/V2/OidcToken.php',
    'Google\\Cloud\\Tasks\\V2\\PauseQueueRequest' => $vendorDir . '/google/cloud/Tasks/src/V2/PauseQueueRequest.php',
    'Google\\Cloud\\Tasks\\V2\\PurgeQueueRequest' => $vendorDir . '/google/cloud/Tasks/src/V2/PurgeQueueRequest.php',
    'Google\\Cloud\\Tasks\\V2\\Queue' => $vendorDir . '/google/cloud/Tasks/src/V2/Queue.php',
    'Google\\Cloud\\Tasks\\V2\\Queue\\State' => $vendorDir . '/google/cloud/Tasks/src/V2/Queue/State.php',
    'Google\\Cloud\\Tasks\\V2\\Queue_State' => $vendorDir . '/google/cloud/Tasks/src/V2/Queue_State.php',
    'Google\\Cloud\\Tasks\\V2\\RateLimits' => $vendorDir . '/google/cloud/Tasks/src/V2/RateLimits.php',
    'Google\\Cloud\\Tasks\\V2\\ResumeQueueRequest' => $vendorDir . '/google/cloud/Tasks/src/V2/ResumeQueueRequest.php',
    'Google\\Cloud\\Tasks\\V2\\RetryConfig' => $vendorDir . '/google/cloud/Tasks/src/V2/RetryConfig.php',
    'Google\\Cloud\\Tasks\\V2\\RunTaskRequest' => $vendorDir . '/google/cloud/Tasks/src/V2/RunTaskRequest.php',
    'Google\\Cloud\\Tasks\\V2\\StackdriverLoggingConfig' => $vendorDir . '/google/cloud/Tasks/src/V2/StackdriverLoggingConfig.php',
    'Google\\Cloud\\Tasks\\V2\\Task' => $vendorDir . '/google/cloud/Tasks/src/V2/Task.php',
    'Google\\Cloud\\Tasks\\V2\\Task\\View' => $vendorDir . '/google/cloud/Tasks/src/V2/Task/View.php',
    'Google\\Cloud\\Tasks\\V2\\Task_View' => $vendorDir . '/google/cloud/Tasks/src/V2/Task_View.php',
    'Google\\Cloud\\Tasks\\V2\\UpdateQueueRequest' => $vendorDir . '/google/cloud/Tasks/src/V2/UpdateQueueRequest.php',
    'Google\\Cloud\\Tasks\\V2beta2\\AcknowledgeTaskRequest' => $vendorDir . '/google/cloud/Tasks/src/V2beta2/AcknowledgeTaskRequest.php',
    'Google\\Cloud\\Tasks\\V2beta2\\AppEngineHttpRequest' => $vendorDir . '/google/cloud/Tasks/src/V2beta2/AppEngineHttpRequest.php',
    'Google\\Cloud\\Tasks\\V2beta2\\AppEngineHttpTarget' => $vendorDir . '/google/cloud/Tasks/src/V2beta2/AppEngineHttpTarget.php',
    'Google\\Cloud\\Tasks\\V2beta2\\AppEngineRouting' => $vendorDir . '/google/cloud/Tasks/src/V2beta2/AppEngineRouting.php',
    'Google\\Cloud\\Tasks\\V2beta2\\AttemptStatus' => $vendorDir . '/google/cloud/Tasks/src/V2beta2/AttemptStatus.php',
    'Google\\Cloud\\Tasks\\V2beta2\\CancelLeaseRequest' => $vendorDir . '/google/cloud/Tasks/src/V2beta2/CancelLeaseRequest.php',
    'Google\\Cloud\\Tasks\\V2beta2\\CloudTasksClient' => $vendorDir . '/google/cloud/Tasks/src/V2beta2/CloudTasksClient.php',
    'Google\\Cloud\\Tasks\\V2beta2\\CloudTasksGrpcClient' => $vendorDir . '/google/cloud/Tasks/src/V2beta2/CloudTasksGrpcClient.php',
    'Google\\Cloud\\Tasks\\V2beta2\\CreateQueueRequest' => $vendorDir . '/google/cloud/Tasks/src/V2beta2/CreateQueueRequest.php',
    'Google\\Cloud\\Tasks\\V2beta2\\CreateTaskRequest' => $vendorDir . '/google/cloud/Tasks/src/V2beta2/CreateTaskRequest.php',
    'Google\\Cloud\\Tasks\\V2beta2\\DeleteQueueRequest' => $vendorDir . '/google/cloud/Tasks/src/V2beta2/DeleteQueueRequest.php',
    'Google\\Cloud\\Tasks\\V2beta2\\DeleteTaskRequest' => $vendorDir . '/google/cloud/Tasks/src/V2beta2/DeleteTaskRequest.php',
    'Google\\Cloud\\Tasks\\V2beta2\\Gapic\\CloudTasksGapicClient' => $vendorDir . '/google/cloud/Tasks/src/V2beta2/Gapic/CloudTasksGapicClient.php',
    'Google\\Cloud\\Tasks\\V2beta2\\GetQueueRequest' => $vendorDir . '/google/cloud/Tasks/src/V2beta2/GetQueueRequest.php',
    'Google\\Cloud\\Tasks\\V2beta2\\GetTaskRequest' => $vendorDir . '/google/cloud/Tasks/src/V2beta2/GetTaskRequest.php',
    'Google\\Cloud\\Tasks\\V2beta2\\HttpMethod' => $vendorDir . '/google/cloud/Tasks/src/V2beta2/HttpMethod.php',
    'Google\\Cloud\\Tasks\\V2beta2\\LeaseTasksRequest' => $vendorDir . '/google/cloud/Tasks/src/V2beta2/LeaseTasksRequest.php',
    'Google\\Cloud\\Tasks\\V2beta2\\LeaseTasksResponse' => $vendorDir . '/google/cloud/Tasks/src/V2beta2/LeaseTasksResponse.php',
    'Google\\Cloud\\Tasks\\V2beta2\\ListQueuesRequest' => $vendorDir . '/google/cloud/Tasks/src/V2beta2/ListQueuesRequest.php',
    'Google\\Cloud\\Tasks\\V2beta2\\ListQueuesResponse' => $vendorDir . '/google/cloud/Tasks/src/V2beta2/ListQueuesResponse.php',
    'Google\\Cloud\\Tasks\\V2beta2\\ListTasksRequest' => $vendorDir . '/google/cloud/Tasks/src/V2beta2/ListTasksRequest.php',
    'Google\\Cloud\\Tasks\\V2beta2\\ListTasksResponse' => $vendorDir . '/google/cloud/Tasks/src/V2beta2/ListTasksResponse.php',
    'Google\\Cloud\\Tasks\\V2beta2\\PauseQueueRequest' => $vendorDir . '/google/cloud/Tasks/src/V2beta2/PauseQueueRequest.php',
    'Google\\Cloud\\Tasks\\V2beta2\\PullMessage' => $vendorDir . '/google/cloud/Tasks/src/V2beta2/PullMessage.php',
    'Google\\Cloud\\Tasks\\V2beta2\\PullTarget' => $vendorDir . '/google/cloud/Tasks/src/V2beta2/PullTarget.php',
    'Google\\Cloud\\Tasks\\V2beta2\\PurgeQueueRequest' => $vendorDir . '/google/cloud/Tasks/src/V2beta2/PurgeQueueRequest.php',
    'Google\\Cloud\\Tasks\\V2beta2\\Queue' => $vendorDir . '/google/cloud/Tasks/src/V2beta2/Queue.php',
    'Google\\Cloud\\Tasks\\V2beta2\\QueueStats' => $vendorDir . '/google/cloud/Tasks/src/V2beta2/QueueStats.php',
    'Google\\Cloud\\Tasks\\V2beta2\\Queue\\State' => $vendorDir . '/google/cloud/Tasks/src/V2beta2/Queue/State.php',
    'Google\\Cloud\\Tasks\\V2beta2\\Queue_State' => $vendorDir . '/google/cloud/Tasks/src/V2beta2/Queue_State.php',
    'Google\\Cloud\\Tasks\\V2beta2\\RateLimits' => $vendorDir . '/google/cloud/Tasks/src/V2beta2/RateLimits.php',
    'Google\\Cloud\\Tasks\\V2beta2\\RenewLeaseRequest' => $vendorDir . '/google/cloud/Tasks/src/V2beta2/RenewLeaseRequest.php',
    'Google\\Cloud\\Tasks\\V2beta2\\ResumeQueueRequest' => $vendorDir . '/google/cloud/Tasks/src/V2beta2/ResumeQueueRequest.php',
    'Google\\Cloud\\Tasks\\V2beta2\\RetryConfig' => $vendorDir . '/google/cloud/Tasks/src/V2beta2/RetryConfig.php',
    'Google\\Cloud\\Tasks\\V2beta2\\RunTaskRequest' => $vendorDir . '/google/cloud/Tasks/src/V2beta2/RunTaskRequest.php',
    'Google\\Cloud\\Tasks\\V2beta2\\Task' => $vendorDir . '/google/cloud/Tasks/src/V2beta2/Task.php',
    'Google\\Cloud\\Tasks\\V2beta2\\TaskStatus' => $vendorDir . '/google/cloud/Tasks/src/V2beta2/TaskStatus.php',
    'Google\\Cloud\\Tasks\\V2beta2\\Task\\View' => $vendorDir . '/google/cloud/Tasks/src/V2beta2/Task/View.php',
    'Google\\Cloud\\Tasks\\V2beta2\\Task_View' => $vendorDir . '/google/cloud/Tasks/src/V2beta2/Task_View.php',
    'Google\\Cloud\\Tasks\\V2beta2\\UpdateQueueRequest' => $vendorDir . '/google/cloud/Tasks/src/V2beta2/UpdateQueueRequest.php',
    'Google\\Cloud\\Tasks\\V2beta3\\AppEngineHttpQueue' => $vendorDir . '/google/cloud/Tasks/src/V2beta3/AppEngineHttpQueue.php',
    'Google\\Cloud\\Tasks\\V2beta3\\AppEngineHttpRequest' => $vendorDir . '/google/cloud/Tasks/src/V2beta3/AppEngineHttpRequest.php',
    'Google\\Cloud\\Tasks\\V2beta3\\AppEngineRouting' => $vendorDir . '/google/cloud/Tasks/src/V2beta3/AppEngineRouting.php',
    'Google\\Cloud\\Tasks\\V2beta3\\Attempt' => $vendorDir . '/google/cloud/Tasks/src/V2beta3/Attempt.php',
    'Google\\Cloud\\Tasks\\V2beta3\\CloudTasksClient' => $vendorDir . '/google/cloud/Tasks/src/V2beta3/CloudTasksClient.php',
    'Google\\Cloud\\Tasks\\V2beta3\\CloudTasksGrpcClient' => $vendorDir . '/google/cloud/Tasks/src/V2beta3/CloudTasksGrpcClient.php',
    'Google\\Cloud\\Tasks\\V2beta3\\CreateQueueRequest' => $vendorDir . '/google/cloud/Tasks/src/V2beta3/CreateQueueRequest.php',
    'Google\\Cloud\\Tasks\\V2beta3\\CreateTaskRequest' => $vendorDir . '/google/cloud/Tasks/src/V2beta3/CreateTaskRequest.php',
    'Google\\Cloud\\Tasks\\V2beta3\\DeleteQueueRequest' => $vendorDir . '/google/cloud/Tasks/src/V2beta3/DeleteQueueRequest.php',
    'Google\\Cloud\\Tasks\\V2beta3\\DeleteTaskRequest' => $vendorDir . '/google/cloud/Tasks/src/V2beta3/DeleteTaskRequest.php',
    'Google\\Cloud\\Tasks\\V2beta3\\Gapic\\CloudTasksGapicClient' => $vendorDir . '/google/cloud/Tasks/src/V2beta3/Gapic/CloudTasksGapicClient.php',
    'Google\\Cloud\\Tasks\\V2beta3\\GetQueueRequest' => $vendorDir . '/google/cloud/Tasks/src/V2beta3/GetQueueRequest.php',
    'Google\\Cloud\\Tasks\\V2beta3\\GetTaskRequest' => $vendorDir . '/google/cloud/Tasks/src/V2beta3/GetTaskRequest.php',
    'Google\\Cloud\\Tasks\\V2beta3\\HttpMethod' => $vendorDir . '/google/cloud/Tasks/src/V2beta3/HttpMethod.php',
    'Google\\Cloud\\Tasks\\V2beta3\\HttpRequest' => $vendorDir . '/google/cloud/Tasks/src/V2beta3/HttpRequest.php',
    'Google\\Cloud\\Tasks\\V2beta3\\ListQueuesRequest' => $vendorDir . '/google/cloud/Tasks/src/V2beta3/ListQueuesRequest.php',
    'Google\\Cloud\\Tasks\\V2beta3\\ListQueuesResponse' => $vendorDir . '/google/cloud/Tasks/src/V2beta3/ListQueuesResponse.php',
    'Google\\Cloud\\Tasks\\V2beta3\\ListTasksRequest' => $vendorDir . '/google/cloud/Tasks/src/V2beta3/ListTasksRequest.php',
    'Google\\Cloud\\Tasks\\V2beta3\\ListTasksResponse' => $vendorDir . '/google/cloud/Tasks/src/V2beta3/ListTasksResponse.php',
    'Google\\Cloud\\Tasks\\V2beta3\\OAuthToken' => $vendorDir . '/google/cloud/Tasks/src/V2beta3/OAuthToken.php',
    'Google\\Cloud\\Tasks\\V2beta3\\OidcToken' => $vendorDir . '/google/cloud/Tasks/src/V2beta3/OidcToken.php',
    'Google\\Cloud\\Tasks\\V2beta3\\PauseQueueRequest' => $vendorDir . '/google/cloud/Tasks/src/V2beta3/PauseQueueRequest.php',
    'Google\\Cloud\\Tasks\\V2beta3\\PullMessage' => $vendorDir . '/google/cloud/Tasks/src/V2beta3/PullMessage.php',
    'Google\\Cloud\\Tasks\\V2beta3\\PurgeQueueRequest' => $vendorDir . '/google/cloud/Tasks/src/V2beta3/PurgeQueueRequest.php',
    'Google\\Cloud\\Tasks\\V2beta3\\Queue' => $vendorDir . '/google/cloud/Tasks/src/V2beta3/Queue.php',
    'Google\\Cloud\\Tasks\\V2beta3\\QueueStats' => $vendorDir . '/google/cloud/Tasks/src/V2beta3/QueueStats.php',
    'Google\\Cloud\\Tasks\\V2beta3\\Queue\\State' => $vendorDir . '/google/cloud/Tasks/src/V2beta3/Queue/State.php',
    'Google\\Cloud\\Tasks\\V2beta3\\Queue\\Type' => $vendorDir . '/google/cloud/Tasks/src/V2beta3/Queue/Type.php',
    'Google\\Cloud\\Tasks\\V2beta3\\Queue_State' => $vendorDir . '/google/cloud/Tasks/src/V2beta3/Queue_State.php',
    'Google\\Cloud\\Tasks\\V2beta3\\Queue_Type' => $vendorDir . '/google/cloud/Tasks/src/V2beta3/Queue_Type.php',
    'Google\\Cloud\\Tasks\\V2beta3\\RateLimits' => $vendorDir . '/google/cloud/Tasks/src/V2beta3/RateLimits.php',
    'Google\\Cloud\\Tasks\\V2beta3\\ResumeQueueRequest' => $vendorDir . '/google/cloud/Tasks/src/V2beta3/ResumeQueueRequest.php',
    'Google\\Cloud\\Tasks\\V2beta3\\RetryConfig' => $vendorDir . '/google/cloud/Tasks/src/V2beta3/RetryConfig.php',
    'Google\\Cloud\\Tasks\\V2beta3\\RunTaskRequest' => $vendorDir . '/google/cloud/Tasks/src/V2beta3/RunTaskRequest.php',
    'Google\\Cloud\\Tasks\\V2beta3\\StackdriverLoggingConfig' => $vendorDir . '/google/cloud/Tasks/src/V2beta3/StackdriverLoggingConfig.php',
    'Google\\Cloud\\Tasks\\V2beta3\\Task' => $vendorDir . '/google/cloud/Tasks/src/V2beta3/Task.php',
    'Google\\Cloud\\Tasks\\V2beta3\\Task\\View' => $vendorDir . '/google/cloud/Tasks/src/V2beta3/Task/View.php',
    'Google\\Cloud\\Tasks\\V2beta3\\Task_View' => $vendorDir . '/google/cloud/Tasks/src/V2beta3/Task_View.php',
    'Google\\Cloud\\Tasks\\V2beta3\\UpdateQueueRequest' => $vendorDir . '/google/cloud/Tasks/src/V2beta3/UpdateQueueRequest.php',
    'Google\\Cloud\\TextToSpeech\\V1\\AudioConfig' => $vendorDir . '/google/cloud/TextToSpeech/src/V1/AudioConfig.php',
    'Google\\Cloud\\TextToSpeech\\V1\\AudioEncoding' => $vendorDir . '/google/cloud/TextToSpeech/src/V1/AudioEncoding.php',
    'Google\\Cloud\\TextToSpeech\\V1\\CustomVoiceParams' => $vendorDir . '/google/cloud/TextToSpeech/src/V1/CustomVoiceParams.php',
    'Google\\Cloud\\TextToSpeech\\V1\\CustomVoiceParams\\ReportedUsage' => $vendorDir . '/google/cloud/TextToSpeech/src/V1/CustomVoiceParams/ReportedUsage.php',
    'Google\\Cloud\\TextToSpeech\\V1\\CustomVoiceParams_ReportedUsage' => $vendorDir . '/google/cloud/TextToSpeech/src/V1/CustomVoiceParams_ReportedUsage.php',
    'Google\\Cloud\\TextToSpeech\\V1\\Gapic\\TextToSpeechGapicClient' => $vendorDir . '/google/cloud/TextToSpeech/src/V1/Gapic/TextToSpeechGapicClient.php',
    'Google\\Cloud\\TextToSpeech\\V1\\Gapic\\TextToSpeechLongAudioSynthesizeGapicClient' => $vendorDir . '/google/cloud/TextToSpeech/src/V1/Gapic/TextToSpeechLongAudioSynthesizeGapicClient.php',
    'Google\\Cloud\\TextToSpeech\\V1\\ListVoicesRequest' => $vendorDir . '/google/cloud/TextToSpeech/src/V1/ListVoicesRequest.php',
    'Google\\Cloud\\TextToSpeech\\V1\\ListVoicesResponse' => $vendorDir . '/google/cloud/TextToSpeech/src/V1/ListVoicesResponse.php',
    'Google\\Cloud\\TextToSpeech\\V1\\SsmlVoiceGender' => $vendorDir . '/google/cloud/TextToSpeech/src/V1/SsmlVoiceGender.php',
    'Google\\Cloud\\TextToSpeech\\V1\\SynthesisInput' => $vendorDir . '/google/cloud/TextToSpeech/src/V1/SynthesisInput.php',
    'Google\\Cloud\\TextToSpeech\\V1\\SynthesizeLongAudioMetadata' => $vendorDir . '/google/cloud/TextToSpeech/src/V1/SynthesizeLongAudioMetadata.php',
    'Google\\Cloud\\TextToSpeech\\V1\\SynthesizeLongAudioRequest' => $vendorDir . '/google/cloud/TextToSpeech/src/V1/SynthesizeLongAudioRequest.php',
    'Google\\Cloud\\TextToSpeech\\V1\\SynthesizeLongAudioResponse' => $vendorDir . '/google/cloud/TextToSpeech/src/V1/SynthesizeLongAudioResponse.php',
    'Google\\Cloud\\TextToSpeech\\V1\\SynthesizeSpeechRequest' => $vendorDir . '/google/cloud/TextToSpeech/src/V1/SynthesizeSpeechRequest.php',
    'Google\\Cloud\\TextToSpeech\\V1\\SynthesizeSpeechResponse' => $vendorDir . '/google/cloud/TextToSpeech/src/V1/SynthesizeSpeechResponse.php',
    'Google\\Cloud\\TextToSpeech\\V1\\TextToSpeechClient' => $vendorDir . '/google/cloud/TextToSpeech/src/V1/TextToSpeechClient.php',
    'Google\\Cloud\\TextToSpeech\\V1\\TextToSpeechGrpcClient' => $vendorDir . '/google/cloud/TextToSpeech/src/V1/TextToSpeechGrpcClient.php',
    'Google\\Cloud\\TextToSpeech\\V1\\TextToSpeechLongAudioSynthesizeClient' => $vendorDir . '/google/cloud/TextToSpeech/src/V1/TextToSpeechLongAudioSynthesizeClient.php',
    'Google\\Cloud\\TextToSpeech\\V1\\TextToSpeechLongAudioSynthesizeGrpcClient' => $vendorDir . '/google/cloud/TextToSpeech/src/V1/TextToSpeechLongAudioSynthesizeGrpcClient.php',
    'Google\\Cloud\\TextToSpeech\\V1\\Voice' => $vendorDir . '/google/cloud/TextToSpeech/src/V1/Voice.php',
    'Google\\Cloud\\TextToSpeech\\V1\\VoiceSelectionParams' => $vendorDir . '/google/cloud/TextToSpeech/src/V1/VoiceSelectionParams.php',
    'Google\\Cloud\\Tpu\\V1\\AcceleratorType' => $vendorDir . '/google/cloud/Tpu/src/V1/AcceleratorType.php',
    'Google\\Cloud\\Tpu\\V1\\CreateNodeRequest' => $vendorDir . '/google/cloud/Tpu/src/V1/CreateNodeRequest.php',
    'Google\\Cloud\\Tpu\\V1\\DeleteNodeRequest' => $vendorDir . '/google/cloud/Tpu/src/V1/DeleteNodeRequest.php',
    'Google\\Cloud\\Tpu\\V1\\Gapic\\TpuGapicClient' => $vendorDir . '/google/cloud/Tpu/src/V1/Gapic/TpuGapicClient.php',
    'Google\\Cloud\\Tpu\\V1\\GetAcceleratorTypeRequest' => $vendorDir . '/google/cloud/Tpu/src/V1/GetAcceleratorTypeRequest.php',
    'Google\\Cloud\\Tpu\\V1\\GetNodeRequest' => $vendorDir . '/google/cloud/Tpu/src/V1/GetNodeRequest.php',
    'Google\\Cloud\\Tpu\\V1\\GetTensorFlowVersionRequest' => $vendorDir . '/google/cloud/Tpu/src/V1/GetTensorFlowVersionRequest.php',
    'Google\\Cloud\\Tpu\\V1\\ListAcceleratorTypesRequest' => $vendorDir . '/google/cloud/Tpu/src/V1/ListAcceleratorTypesRequest.php',
    'Google\\Cloud\\Tpu\\V1\\ListAcceleratorTypesResponse' => $vendorDir . '/google/cloud/Tpu/src/V1/ListAcceleratorTypesResponse.php',
    'Google\\Cloud\\Tpu\\V1\\ListNodesRequest' => $vendorDir . '/google/cloud/Tpu/src/V1/ListNodesRequest.php',
    'Google\\Cloud\\Tpu\\V1\\ListNodesResponse' => $vendorDir . '/google/cloud/Tpu/src/V1/ListNodesResponse.php',
    'Google\\Cloud\\Tpu\\V1\\ListTensorFlowVersionsRequest' => $vendorDir . '/google/cloud/Tpu/src/V1/ListTensorFlowVersionsRequest.php',
    'Google\\Cloud\\Tpu\\V1\\ListTensorFlowVersionsResponse' => $vendorDir . '/google/cloud/Tpu/src/V1/ListTensorFlowVersionsResponse.php',
    'Google\\Cloud\\Tpu\\V1\\NetworkEndpoint' => $vendorDir . '/google/cloud/Tpu/src/V1/NetworkEndpoint.php',
    'Google\\Cloud\\Tpu\\V1\\Node' => $vendorDir . '/google/cloud/Tpu/src/V1/Node.php',
    'Google\\Cloud\\Tpu\\V1\\Node\\ApiVersion' => $vendorDir . '/google/cloud/Tpu/src/V1/Node/ApiVersion.php',
    'Google\\Cloud\\Tpu\\V1\\Node\\Health' => $vendorDir . '/google/cloud/Tpu/src/V1/Node/Health.php',
    'Google\\Cloud\\Tpu\\V1\\Node\\State' => $vendorDir . '/google/cloud/Tpu/src/V1/Node/State.php',
    'Google\\Cloud\\Tpu\\V1\\OperationMetadata' => $vendorDir . '/google/cloud/Tpu/src/V1/OperationMetadata.php',
    'Google\\Cloud\\Tpu\\V1\\ReimageNodeRequest' => $vendorDir . '/google/cloud/Tpu/src/V1/ReimageNodeRequest.php',
    'Google\\Cloud\\Tpu\\V1\\SchedulingConfig' => $vendorDir . '/google/cloud/Tpu/src/V1/SchedulingConfig.php',
    'Google\\Cloud\\Tpu\\V1\\StartNodeRequest' => $vendorDir . '/google/cloud/Tpu/src/V1/StartNodeRequest.php',
    'Google\\Cloud\\Tpu\\V1\\StopNodeRequest' => $vendorDir . '/google/cloud/Tpu/src/V1/StopNodeRequest.php',
    'Google\\Cloud\\Tpu\\V1\\Symptom' => $vendorDir . '/google/cloud/Tpu/src/V1/Symptom.php',
    'Google\\Cloud\\Tpu\\V1\\Symptom\\SymptomType' => $vendorDir . '/google/cloud/Tpu/src/V1/Symptom/SymptomType.php',
    'Google\\Cloud\\Tpu\\V1\\TensorFlowVersion' => $vendorDir . '/google/cloud/Tpu/src/V1/TensorFlowVersion.php',
    'Google\\Cloud\\Tpu\\V1\\TpuClient' => $vendorDir . '/google/cloud/Tpu/src/V1/TpuClient.php',
    'Google\\Cloud\\Trace\\Annotation' => $vendorDir . '/google/cloud/Trace/src/Annotation.php',
    'Google\\Cloud\\Trace\\AttributeTrait' => $vendorDir . '/google/cloud/Trace/src/AttributeTrait.php',
    'Google\\Cloud\\Trace\\Attributes' => $vendorDir . '/google/cloud/Trace/src/Attributes.php',
    'Google\\Cloud\\Trace\\Connection\\ConnectionInterface' => $vendorDir . '/google/cloud/Trace/src/Connection/ConnectionInterface.php',
    'Google\\Cloud\\Trace\\Connection\\Grpc' => $vendorDir . '/google/cloud/Trace/src/Connection/Grpc.php',
    'Google\\Cloud\\Trace\\Connection\\Rest' => $vendorDir . '/google/cloud/Trace/src/Connection/Rest.php',
    'Google\\Cloud\\Trace\\Link' => $vendorDir . '/google/cloud/Trace/src/Link.php',
    'Google\\Cloud\\Trace\\MessageEvent' => $vendorDir . '/google/cloud/Trace/src/MessageEvent.php',
    'Google\\Cloud\\Trace\\Span' => $vendorDir . '/google/cloud/Trace/src/Span.php',
    'Google\\Cloud\\Trace\\StackTrace' => $vendorDir . '/google/cloud/Trace/src/StackTrace.php',
    'Google\\Cloud\\Trace\\Status' => $vendorDir . '/google/cloud/Trace/src/Status.php',
    'Google\\Cloud\\Trace\\TimeEvent' => $vendorDir . '/google/cloud/Trace/src/TimeEvent.php',
    'Google\\Cloud\\Trace\\TimestampTrait' => $vendorDir . '/google/cloud/Trace/src/TimestampTrait.php',
    'Google\\Cloud\\Trace\\Trace' => $vendorDir . '/google/cloud/Trace/src/Trace.php',
    'Google\\Cloud\\Trace\\TraceClient' => $vendorDir . '/google/cloud/Trace/src/TraceClient.php',
    'Google\\Cloud\\Trace\\V2\\AttributeValue' => $vendorDir . '/google/cloud/Trace/src/V2/AttributeValue.php',
    'Google\\Cloud\\Trace\\V2\\BatchWriteSpansRequest' => $vendorDir . '/google/cloud/Trace/src/V2/BatchWriteSpansRequest.php',
    'Google\\Cloud\\Trace\\V2\\Gapic\\TraceServiceGapicClient' => $vendorDir . '/google/cloud/Trace/src/V2/Gapic/TraceServiceGapicClient.php',
    'Google\\Cloud\\Trace\\V2\\Module' => $vendorDir . '/google/cloud/Trace/src/V2/Module.php',
    'Google\\Cloud\\Trace\\V2\\Span' => $vendorDir . '/google/cloud/Trace/src/V2/Span.php',
    'Google\\Cloud\\Trace\\V2\\Span\\Attributes' => $vendorDir . '/google/cloud/Trace/src/V2/Span/Attributes.php',
    'Google\\Cloud\\Trace\\V2\\Span\\Link' => $vendorDir . '/google/cloud/Trace/src/V2/Span/Link.php',
    'Google\\Cloud\\Trace\\V2\\Span\\Link\\Type' => $vendorDir . '/google/cloud/Trace/src/V2/Span/Link/Type.php',
    'Google\\Cloud\\Trace\\V2\\Span\\Links' => $vendorDir . '/google/cloud/Trace/src/V2/Span/Links.php',
    'Google\\Cloud\\Trace\\V2\\Span\\SpanKind' => $vendorDir . '/google/cloud/Trace/src/V2/Span/SpanKind.php',
    'Google\\Cloud\\Trace\\V2\\Span\\TimeEvent' => $vendorDir . '/google/cloud/Trace/src/V2/Span/TimeEvent.php',
    'Google\\Cloud\\Trace\\V2\\Span\\TimeEvent\\Annotation' => $vendorDir . '/google/cloud/Trace/src/V2/Span/TimeEvent/Annotation.php',
    'Google\\Cloud\\Trace\\V2\\Span\\TimeEvent\\MessageEvent' => $vendorDir . '/google/cloud/Trace/src/V2/Span/TimeEvent/MessageEvent.php',
    'Google\\Cloud\\Trace\\V2\\Span\\TimeEvent\\MessageEvent\\Type' => $vendorDir . '/google/cloud/Trace/src/V2/Span/TimeEvent/MessageEvent/Type.php',
    'Google\\Cloud\\Trace\\V2\\Span\\TimeEvents' => $vendorDir . '/google/cloud/Trace/src/V2/Span/TimeEvents.php',
    'Google\\Cloud\\Trace\\V2\\Span_Attributes' => $vendorDir . '/google/cloud/Trace/src/V2/Span_Attributes.php',
    'Google\\Cloud\\Trace\\V2\\Span_Link' => $vendorDir . '/google/cloud/Trace/src/V2/Span_Link.php',
    'Google\\Cloud\\Trace\\V2\\Span_Link_Type' => $vendorDir . '/google/cloud/Trace/src/V2/Span_Link_Type.php',
    'Google\\Cloud\\Trace\\V2\\Span_Links' => $vendorDir . '/google/cloud/Trace/src/V2/Span_Links.php',
    'Google\\Cloud\\Trace\\V2\\Span_SpanKind' => $vendorDir . '/google/cloud/Trace/src/V2/Span_SpanKind.php',
    'Google\\Cloud\\Trace\\V2\\Span_TimeEvent' => $vendorDir . '/google/cloud/Trace/src/V2/Span_TimeEvent.php',
    'Google\\Cloud\\Trace\\V2\\Span_TimeEvent_Annotation' => $vendorDir . '/google/cloud/Trace/src/V2/Span_TimeEvent_Annotation.php',
    'Google\\Cloud\\Trace\\V2\\Span_TimeEvent_MessageEvent' => $vendorDir . '/google/cloud/Trace/src/V2/Span_TimeEvent_MessageEvent.php',
    'Google\\Cloud\\Trace\\V2\\Span_TimeEvent_MessageEvent_Type' => $vendorDir . '/google/cloud/Trace/src/V2/Span_TimeEvent_MessageEvent_Type.php',
    'Google\\Cloud\\Trace\\V2\\Span_TimeEvents' => $vendorDir . '/google/cloud/Trace/src/V2/Span_TimeEvents.php',
    'Google\\Cloud\\Trace\\V2\\StackTrace' => $vendorDir . '/google/cloud/Trace/src/V2/StackTrace.php',
    'Google\\Cloud\\Trace\\V2\\StackTrace\\StackFrame' => $vendorDir . '/google/cloud/Trace/src/V2/StackTrace/StackFrame.php',
    'Google\\Cloud\\Trace\\V2\\StackTrace\\StackFrames' => $vendorDir . '/google/cloud/Trace/src/V2/StackTrace/StackFrames.php',
    'Google\\Cloud\\Trace\\V2\\StackTrace_StackFrame' => $vendorDir . '/google/cloud/Trace/src/V2/StackTrace_StackFrame.php',
    'Google\\Cloud\\Trace\\V2\\StackTrace_StackFrames' => $vendorDir . '/google/cloud/Trace/src/V2/StackTrace_StackFrames.php',
    'Google\\Cloud\\Trace\\V2\\TraceServiceClient' => $vendorDir . '/google/cloud/Trace/src/V2/TraceServiceClient.php',
    'Google\\Cloud\\Trace\\V2\\TraceServiceGrpcClient' => $vendorDir . '/google/cloud/Trace/src/V2/TraceServiceGrpcClient.php',
    'Google\\Cloud\\Trace\\V2\\TruncatableString' => $vendorDir . '/google/cloud/Trace/src/V2/TruncatableString.php',
    'Google\\Cloud\\Translate\\Connection\\ConnectionInterface' => $vendorDir . '/google/cloud/Translate/src/Connection/ConnectionInterface.php',
    'Google\\Cloud\\Translate\\Connection\\Rest' => $vendorDir . '/google/cloud/Translate/src/Connection/Rest.php',
    'Google\\Cloud\\Translate\\TranslateClient' => $vendorDir . '/google/cloud/Translate/src/TranslateClient.php',
    'Google\\Cloud\\Translate\\V2\\Connection\\ConnectionInterface' => $vendorDir . '/google/cloud/Translate/src/V2/Connection/ConnectionInterface.php',
    'Google\\Cloud\\Translate\\V2\\Connection\\Rest' => $vendorDir . '/google/cloud/Translate/src/V2/Connection/Rest.php',
    'Google\\Cloud\\Translate\\V2\\TranslateClient' => $vendorDir . '/google/cloud/Translate/src/V2/TranslateClient.php',
    'Google\\Cloud\\Translate\\V3\\BatchDocumentInputConfig' => $vendorDir . '/google/cloud/Translate/src/V3/BatchDocumentInputConfig.php',
    'Google\\Cloud\\Translate\\V3\\BatchDocumentOutputConfig' => $vendorDir . '/google/cloud/Translate/src/V3/BatchDocumentOutputConfig.php',
    'Google\\Cloud\\Translate\\V3\\BatchTranslateDocumentMetadata' => $vendorDir . '/google/cloud/Translate/src/V3/BatchTranslateDocumentMetadata.php',
    'Google\\Cloud\\Translate\\V3\\BatchTranslateDocumentMetadata\\State' => $vendorDir . '/google/cloud/Translate/src/V3/BatchTranslateDocumentMetadata/State.php',
    'Google\\Cloud\\Translate\\V3\\BatchTranslateDocumentMetadata_State' => $vendorDir . '/google/cloud/Translate/src/V3/BatchTranslateDocumentMetadata_State.php',
    'Google\\Cloud\\Translate\\V3\\BatchTranslateDocumentRequest' => $vendorDir . '/google/cloud/Translate/src/V3/BatchTranslateDocumentRequest.php',
    'Google\\Cloud\\Translate\\V3\\BatchTranslateDocumentResponse' => $vendorDir . '/google/cloud/Translate/src/V3/BatchTranslateDocumentResponse.php',
    'Google\\Cloud\\Translate\\V3\\BatchTranslateMetadata' => $vendorDir . '/google/cloud/Translate/src/V3/BatchTranslateMetadata.php',
    'Google\\Cloud\\Translate\\V3\\BatchTranslateMetadata\\State' => $vendorDir . '/google/cloud/Translate/src/V3/BatchTranslateMetadata/State.php',
    'Google\\Cloud\\Translate\\V3\\BatchTranslateMetadata_State' => $vendorDir . '/google/cloud/Translate/src/V3/BatchTranslateMetadata_State.php',
    'Google\\Cloud\\Translate\\V3\\BatchTranslateResponse' => $vendorDir . '/google/cloud/Translate/src/V3/BatchTranslateResponse.php',
    'Google\\Cloud\\Translate\\V3\\BatchTranslateTextRequest' => $vendorDir . '/google/cloud/Translate/src/V3/BatchTranslateTextRequest.php',
    'Google\\Cloud\\Translate\\V3\\CreateGlossaryMetadata' => $vendorDir . '/google/cloud/Translate/src/V3/CreateGlossaryMetadata.php',
    'Google\\Cloud\\Translate\\V3\\CreateGlossaryMetadata\\State' => $vendorDir . '/google/cloud/Translate/src/V3/CreateGlossaryMetadata/State.php',
    'Google\\Cloud\\Translate\\V3\\CreateGlossaryMetadata_State' => $vendorDir . '/google/cloud/Translate/src/V3/CreateGlossaryMetadata_State.php',
    'Google\\Cloud\\Translate\\V3\\CreateGlossaryRequest' => $vendorDir . '/google/cloud/Translate/src/V3/CreateGlossaryRequest.php',
    'Google\\Cloud\\Translate\\V3\\DeleteGlossaryMetadata' => $vendorDir . '/google/cloud/Translate/src/V3/DeleteGlossaryMetadata.php',
    'Google\\Cloud\\Translate\\V3\\DeleteGlossaryMetadata\\State' => $vendorDir . '/google/cloud/Translate/src/V3/DeleteGlossaryMetadata/State.php',
    'Google\\Cloud\\Translate\\V3\\DeleteGlossaryMetadata_State' => $vendorDir . '/google/cloud/Translate/src/V3/DeleteGlossaryMetadata_State.php',
    'Google\\Cloud\\Translate\\V3\\DeleteGlossaryRequest' => $vendorDir . '/google/cloud/Translate/src/V3/DeleteGlossaryRequest.php',
    'Google\\Cloud\\Translate\\V3\\DeleteGlossaryResponse' => $vendorDir . '/google/cloud/Translate/src/V3/DeleteGlossaryResponse.php',
    'Google\\Cloud\\Translate\\V3\\DetectLanguageRequest' => $vendorDir . '/google/cloud/Translate/src/V3/DetectLanguageRequest.php',
    'Google\\Cloud\\Translate\\V3\\DetectLanguageResponse' => $vendorDir . '/google/cloud/Translate/src/V3/DetectLanguageResponse.php',
    'Google\\Cloud\\Translate\\V3\\DetectedLanguage' => $vendorDir . '/google/cloud/Translate/src/V3/DetectedLanguage.php',
    'Google\\Cloud\\Translate\\V3\\DocumentInputConfig' => $vendorDir . '/google/cloud/Translate/src/V3/DocumentInputConfig.php',
    'Google\\Cloud\\Translate\\V3\\DocumentOutputConfig' => $vendorDir . '/google/cloud/Translate/src/V3/DocumentOutputConfig.php',
    'Google\\Cloud\\Translate\\V3\\DocumentTranslation' => $vendorDir . '/google/cloud/Translate/src/V3/DocumentTranslation.php',
    'Google\\Cloud\\Translate\\V3\\Gapic\\TranslationServiceGapicClient' => $vendorDir . '/google/cloud/Translate/src/V3/Gapic/TranslationServiceGapicClient.php',
    'Google\\Cloud\\Translate\\V3\\GcsDestination' => $vendorDir . '/google/cloud/Translate/src/V3/GcsDestination.php',
    'Google\\Cloud\\Translate\\V3\\GcsSource' => $vendorDir . '/google/cloud/Translate/src/V3/GcsSource.php',
    'Google\\Cloud\\Translate\\V3\\GetGlossaryRequest' => $vendorDir . '/google/cloud/Translate/src/V3/GetGlossaryRequest.php',
    'Google\\Cloud\\Translate\\V3\\GetSupportedLanguagesRequest' => $vendorDir . '/google/cloud/Translate/src/V3/GetSupportedLanguagesRequest.php',
    'Google\\Cloud\\Translate\\V3\\Glossary' => $vendorDir . '/google/cloud/Translate/src/V3/Glossary.php',
    'Google\\Cloud\\Translate\\V3\\GlossaryInputConfig' => $vendorDir . '/google/cloud/Translate/src/V3/GlossaryInputConfig.php',
    'Google\\Cloud\\Translate\\V3\\Glossary\\LanguageCodePair' => $vendorDir . '/google/cloud/Translate/src/V3/Glossary/LanguageCodePair.php',
    'Google\\Cloud\\Translate\\V3\\Glossary\\LanguageCodesSet' => $vendorDir . '/google/cloud/Translate/src/V3/Glossary/LanguageCodesSet.php',
    'Google\\Cloud\\Translate\\V3\\Glossary_LanguageCodePair' => $vendorDir . '/google/cloud/Translate/src/V3/Glossary_LanguageCodePair.php',
    'Google\\Cloud\\Translate\\V3\\Glossary_LanguageCodesSet' => $vendorDir . '/google/cloud/Translate/src/V3/Glossary_LanguageCodesSet.php',
    'Google\\Cloud\\Translate\\V3\\InputConfig' => $vendorDir . '/google/cloud/Translate/src/V3/InputConfig.php',
    'Google\\Cloud\\Translate\\V3\\ListGlossariesRequest' => $vendorDir . '/google/cloud/Translate/src/V3/ListGlossariesRequest.php',
    'Google\\Cloud\\Translate\\V3\\ListGlossariesResponse' => $vendorDir . '/google/cloud/Translate/src/V3/ListGlossariesResponse.php',
    'Google\\Cloud\\Translate\\V3\\OutputConfig' => $vendorDir . '/google/cloud/Translate/src/V3/OutputConfig.php',
    'Google\\Cloud\\Translate\\V3\\SupportedLanguage' => $vendorDir . '/google/cloud/Translate/src/V3/SupportedLanguage.php',
    'Google\\Cloud\\Translate\\V3\\SupportedLanguages' => $vendorDir . '/google/cloud/Translate/src/V3/SupportedLanguages.php',
    'Google\\Cloud\\Translate\\V3\\TranslateDocumentRequest' => $vendorDir . '/google/cloud/Translate/src/V3/TranslateDocumentRequest.php',
    'Google\\Cloud\\Translate\\V3\\TranslateDocumentResponse' => $vendorDir . '/google/cloud/Translate/src/V3/TranslateDocumentResponse.php',
    'Google\\Cloud\\Translate\\V3\\TranslateTextGlossaryConfig' => $vendorDir . '/google/cloud/Translate/src/V3/TranslateTextGlossaryConfig.php',
    'Google\\Cloud\\Translate\\V3\\TranslateTextRequest' => $vendorDir . '/google/cloud/Translate/src/V3/TranslateTextRequest.php',
    'Google\\Cloud\\Translate\\V3\\TranslateTextResponse' => $vendorDir . '/google/cloud/Translate/src/V3/TranslateTextResponse.php',
    'Google\\Cloud\\Translate\\V3\\Translation' => $vendorDir . '/google/cloud/Translate/src/V3/Translation.php',
    'Google\\Cloud\\Translate\\V3\\TranslationServiceClient' => $vendorDir . '/google/cloud/Translate/src/V3/TranslationServiceClient.php',
    'Google\\Cloud\\Translate\\V3\\TranslationServiceGrpcClient' => $vendorDir . '/google/cloud/Translate/src/V3/TranslationServiceGrpcClient.php',
    'Google\\Cloud\\VMMigration\\V1\\AdaptingOSStep' => $vendorDir . '/google/cloud/VmMigration/src/V1/AdaptingOSStep.php',
    'Google\\Cloud\\VMMigration\\V1\\AddGroupMigrationRequest' => $vendorDir . '/google/cloud/VmMigration/src/V1/AddGroupMigrationRequest.php',
    'Google\\Cloud\\VMMigration\\V1\\AddGroupMigrationResponse' => $vendorDir . '/google/cloud/VmMigration/src/V1/AddGroupMigrationResponse.php',
    'Google\\Cloud\\VMMigration\\V1\\ApplianceVersion' => $vendorDir . '/google/cloud/VmMigration/src/V1/ApplianceVersion.php',
    'Google\\Cloud\\VMMigration\\V1\\AppliedLicense' => $vendorDir . '/google/cloud/VmMigration/src/V1/AppliedLicense.php',
    'Google\\Cloud\\VMMigration\\V1\\AppliedLicense\\Type' => $vendorDir . '/google/cloud/VmMigration/src/V1/AppliedLicense/Type.php',
    'Google\\Cloud\\VMMigration\\V1\\AvailableUpdates' => $vendorDir . '/google/cloud/VmMigration/src/V1/AvailableUpdates.php',
    'Google\\Cloud\\VMMigration\\V1\\AwsSecurityGroup' => $vendorDir . '/google/cloud/VmMigration/src/V1/AwsSecurityGroup.php',
    'Google\\Cloud\\VMMigration\\V1\\AwsSourceDetails' => $vendorDir . '/google/cloud/VmMigration/src/V1/AwsSourceDetails.php',
    'Google\\Cloud\\VMMigration\\V1\\AwsSourceDetails\\AccessKeyCredentials' => $vendorDir . '/google/cloud/VmMigration/src/V1/AwsSourceDetails/AccessKeyCredentials.php',
    'Google\\Cloud\\VMMigration\\V1\\AwsSourceDetails\\State' => $vendorDir . '/google/cloud/VmMigration/src/V1/AwsSourceDetails/State.php',
    'Google\\Cloud\\VMMigration\\V1\\AwsSourceDetails\\Tag' => $vendorDir . '/google/cloud/VmMigration/src/V1/AwsSourceDetails/Tag.php',
    'Google\\Cloud\\VMMigration\\V1\\AwsSourceVmDetails' => $vendorDir . '/google/cloud/VmMigration/src/V1/AwsSourceVmDetails.php',
    'Google\\Cloud\\VMMigration\\V1\\AwsSourceVmDetails\\Firmware' => $vendorDir . '/google/cloud/VmMigration/src/V1/AwsSourceVmDetails/Firmware.php',
    'Google\\Cloud\\VMMigration\\V1\\AwsVmDetails' => $vendorDir . '/google/cloud/VmMigration/src/V1/AwsVmDetails.php',
    'Google\\Cloud\\VMMigration\\V1\\AwsVmDetails\\BootOption' => $vendorDir . '/google/cloud/VmMigration/src/V1/AwsVmDetails/BootOption.php',
    'Google\\Cloud\\VMMigration\\V1\\AwsVmDetails\\PowerState' => $vendorDir . '/google/cloud/VmMigration/src/V1/AwsVmDetails/PowerState.php',
    'Google\\Cloud\\VMMigration\\V1\\AwsVmDetails\\VmArchitecture' => $vendorDir . '/google/cloud/VmMigration/src/V1/AwsVmDetails/VmArchitecture.php',
    'Google\\Cloud\\VMMigration\\V1\\AwsVmDetails\\VmVirtualizationType' => $vendorDir . '/google/cloud/VmMigration/src/V1/AwsVmDetails/VmVirtualizationType.php',
    'Google\\Cloud\\VMMigration\\V1\\AwsVmsDetails' => $vendorDir . '/google/cloud/VmMigration/src/V1/AwsVmsDetails.php',
    'Google\\Cloud\\VMMigration\\V1\\CancelCloneJobRequest' => $vendorDir . '/google/cloud/VmMigration/src/V1/CancelCloneJobRequest.php',
    'Google\\Cloud\\VMMigration\\V1\\CancelCloneJobResponse' => $vendorDir . '/google/cloud/VmMigration/src/V1/CancelCloneJobResponse.php',
    'Google\\Cloud\\VMMigration\\V1\\CancelCutoverJobRequest' => $vendorDir . '/google/cloud/VmMigration/src/V1/CancelCutoverJobRequest.php',
    'Google\\Cloud\\VMMigration\\V1\\CancelCutoverJobResponse' => $vendorDir . '/google/cloud/VmMigration/src/V1/CancelCutoverJobResponse.php',
    'Google\\Cloud\\VMMigration\\V1\\CloneJob' => $vendorDir . '/google/cloud/VmMigration/src/V1/CloneJob.php',
    'Google\\Cloud\\VMMigration\\V1\\CloneJob\\State' => $vendorDir . '/google/cloud/VmMigration/src/V1/CloneJob/State.php',
    'Google\\Cloud\\VMMigration\\V1\\CloneStep' => $vendorDir . '/google/cloud/VmMigration/src/V1/CloneStep.php',
    'Google\\Cloud\\VMMigration\\V1\\ComputeEngineBootOption' => $vendorDir . '/google/cloud/VmMigration/src/V1/ComputeEngineBootOption.php',
    'Google\\Cloud\\VMMigration\\V1\\ComputeEngineDiskType' => $vendorDir . '/google/cloud/VmMigration/src/V1/ComputeEngineDiskType.php',
    'Google\\Cloud\\VMMigration\\V1\\ComputeEngineLicenseType' => $vendorDir . '/google/cloud/VmMigration/src/V1/ComputeEngineLicenseType.php',
    'Google\\Cloud\\VMMigration\\V1\\ComputeEngineTargetDefaults' => $vendorDir . '/google/cloud/VmMigration/src/V1/ComputeEngineTargetDefaults.php',
    'Google\\Cloud\\VMMigration\\V1\\ComputeEngineTargetDetails' => $vendorDir . '/google/cloud/VmMigration/src/V1/ComputeEngineTargetDetails.php',
    'Google\\Cloud\\VMMigration\\V1\\ComputeScheduling' => $vendorDir . '/google/cloud/VmMigration/src/V1/ComputeScheduling.php',
    'Google\\Cloud\\VMMigration\\V1\\ComputeScheduling\\OnHostMaintenance' => $vendorDir . '/google/cloud/VmMigration/src/V1/ComputeScheduling/OnHostMaintenance.php',
    'Google\\Cloud\\VMMigration\\V1\\ComputeScheduling\\RestartType' => $vendorDir . '/google/cloud/VmMigration/src/V1/ComputeScheduling/RestartType.php',
    'Google\\Cloud\\VMMigration\\V1\\CreateCloneJobRequest' => $vendorDir . '/google/cloud/VmMigration/src/V1/CreateCloneJobRequest.php',
    'Google\\Cloud\\VMMigration\\V1\\CreateCutoverJobRequest' => $vendorDir . '/google/cloud/VmMigration/src/V1/CreateCutoverJobRequest.php',
    'Google\\Cloud\\VMMigration\\V1\\CreateDatacenterConnectorRequest' => $vendorDir . '/google/cloud/VmMigration/src/V1/CreateDatacenterConnectorRequest.php',
    'Google\\Cloud\\VMMigration\\V1\\CreateGroupRequest' => $vendorDir . '/google/cloud/VmMigration/src/V1/CreateGroupRequest.php',
    'Google\\Cloud\\VMMigration\\V1\\CreateMigratingVmRequest' => $vendorDir . '/google/cloud/VmMigration/src/V1/CreateMigratingVmRequest.php',
    'Google\\Cloud\\VMMigration\\V1\\CreateSourceRequest' => $vendorDir . '/google/cloud/VmMigration/src/V1/CreateSourceRequest.php',
    'Google\\Cloud\\VMMigration\\V1\\CreateTargetProjectRequest' => $vendorDir . '/google/cloud/VmMigration/src/V1/CreateTargetProjectRequest.php',
    'Google\\Cloud\\VMMigration\\V1\\CreateUtilizationReportRequest' => $vendorDir . '/google/cloud/VmMigration/src/V1/CreateUtilizationReportRequest.php',
    'Google\\Cloud\\VMMigration\\V1\\CutoverJob' => $vendorDir . '/google/cloud/VmMigration/src/V1/CutoverJob.php',
    'Google\\Cloud\\VMMigration\\V1\\CutoverJob\\State' => $vendorDir . '/google/cloud/VmMigration/src/V1/CutoverJob/State.php',
    'Google\\Cloud\\VMMigration\\V1\\CutoverStep' => $vendorDir . '/google/cloud/VmMigration/src/V1/CutoverStep.php',
    'Google\\Cloud\\VMMigration\\V1\\CycleStep' => $vendorDir . '/google/cloud/VmMigration/src/V1/CycleStep.php',
    'Google\\Cloud\\VMMigration\\V1\\DatacenterConnector' => $vendorDir . '/google/cloud/VmMigration/src/V1/DatacenterConnector.php',
    'Google\\Cloud\\VMMigration\\V1\\DatacenterConnector\\State' => $vendorDir . '/google/cloud/VmMigration/src/V1/DatacenterConnector/State.php',
    'Google\\Cloud\\VMMigration\\V1\\DeleteDatacenterConnectorRequest' => $vendorDir . '/google/cloud/VmMigration/src/V1/DeleteDatacenterConnectorRequest.php',
    'Google\\Cloud\\VMMigration\\V1\\DeleteGroupRequest' => $vendorDir . '/google/cloud/VmMigration/src/V1/DeleteGroupRequest.php',
    'Google\\Cloud\\VMMigration\\V1\\DeleteMigratingVmRequest' => $vendorDir . '/google/cloud/VmMigration/src/V1/DeleteMigratingVmRequest.php',
    'Google\\Cloud\\VMMigration\\V1\\DeleteSourceRequest' => $vendorDir . '/google/cloud/VmMigration/src/V1/DeleteSourceRequest.php',
    'Google\\Cloud\\VMMigration\\V1\\DeleteTargetProjectRequest' => $vendorDir . '/google/cloud/VmMigration/src/V1/DeleteTargetProjectRequest.php',
    'Google\\Cloud\\VMMigration\\V1\\DeleteUtilizationReportRequest' => $vendorDir . '/google/cloud/VmMigration/src/V1/DeleteUtilizationReportRequest.php',
    'Google\\Cloud\\VMMigration\\V1\\FetchInventoryRequest' => $vendorDir . '/google/cloud/VmMigration/src/V1/FetchInventoryRequest.php',
    'Google\\Cloud\\VMMigration\\V1\\FetchInventoryResponse' => $vendorDir . '/google/cloud/VmMigration/src/V1/FetchInventoryResponse.php',
    'Google\\Cloud\\VMMigration\\V1\\FinalizeMigrationRequest' => $vendorDir . '/google/cloud/VmMigration/src/V1/FinalizeMigrationRequest.php',
    'Google\\Cloud\\VMMigration\\V1\\FinalizeMigrationResponse' => $vendorDir . '/google/cloud/VmMigration/src/V1/FinalizeMigrationResponse.php',
    'Google\\Cloud\\VMMigration\\V1\\Gapic\\VmMigrationGapicClient' => $vendorDir . '/google/cloud/VmMigration/src/V1/Gapic/VmMigrationGapicClient.php',
    'Google\\Cloud\\VMMigration\\V1\\GetCloneJobRequest' => $vendorDir . '/google/cloud/VmMigration/src/V1/GetCloneJobRequest.php',
    'Google\\Cloud\\VMMigration\\V1\\GetCutoverJobRequest' => $vendorDir . '/google/cloud/VmMigration/src/V1/GetCutoverJobRequest.php',
    'Google\\Cloud\\VMMigration\\V1\\GetDatacenterConnectorRequest' => $vendorDir . '/google/cloud/VmMigration/src/V1/GetDatacenterConnectorRequest.php',
    'Google\\Cloud\\VMMigration\\V1\\GetGroupRequest' => $vendorDir . '/google/cloud/VmMigration/src/V1/GetGroupRequest.php',
    'Google\\Cloud\\VMMigration\\V1\\GetMigratingVmRequest' => $vendorDir . '/google/cloud/VmMigration/src/V1/GetMigratingVmRequest.php',
    'Google\\Cloud\\VMMigration\\V1\\GetReplicationCycleRequest' => $vendorDir . '/google/cloud/VmMigration/src/V1/GetReplicationCycleRequest.php',
    'Google\\Cloud\\VMMigration\\V1\\GetSourceRequest' => $vendorDir . '/google/cloud/VmMigration/src/V1/GetSourceRequest.php',
    'Google\\Cloud\\VMMigration\\V1\\GetTargetProjectRequest' => $vendorDir . '/google/cloud/VmMigration/src/V1/GetTargetProjectRequest.php',
    'Google\\Cloud\\VMMigration\\V1\\GetUtilizationReportRequest' => $vendorDir . '/google/cloud/VmMigration/src/V1/GetUtilizationReportRequest.php',
    'Google\\Cloud\\VMMigration\\V1\\Group' => $vendorDir . '/google/cloud/VmMigration/src/V1/Group.php',
    'Google\\Cloud\\VMMigration\\V1\\InitializingReplicationStep' => $vendorDir . '/google/cloud/VmMigration/src/V1/InitializingReplicationStep.php',
    'Google\\Cloud\\VMMigration\\V1\\InstantiatingMigratedVMStep' => $vendorDir . '/google/cloud/VmMigration/src/V1/InstantiatingMigratedVMStep.php',
    'Google\\Cloud\\VMMigration\\V1\\ListCloneJobsRequest' => $vendorDir . '/google/cloud/VmMigration/src/V1/ListCloneJobsRequest.php',
    'Google\\Cloud\\VMMigration\\V1\\ListCloneJobsResponse' => $vendorDir . '/google/cloud/VmMigration/src/V1/ListCloneJobsResponse.php',
    'Google\\Cloud\\VMMigration\\V1\\ListCutoverJobsRequest' => $vendorDir . '/google/cloud/VmMigration/src/V1/ListCutoverJobsRequest.php',
    'Google\\Cloud\\VMMigration\\V1\\ListCutoverJobsResponse' => $vendorDir . '/google/cloud/VmMigration/src/V1/ListCutoverJobsResponse.php',
    'Google\\Cloud\\VMMigration\\V1\\ListDatacenterConnectorsRequest' => $vendorDir . '/google/cloud/VmMigration/src/V1/ListDatacenterConnectorsRequest.php',
    'Google\\Cloud\\VMMigration\\V1\\ListDatacenterConnectorsResponse' => $vendorDir . '/google/cloud/VmMigration/src/V1/ListDatacenterConnectorsResponse.php',
    'Google\\Cloud\\VMMigration\\V1\\ListGroupsRequest' => $vendorDir . '/google/cloud/VmMigration/src/V1/ListGroupsRequest.php',
    'Google\\Cloud\\VMMigration\\V1\\ListGroupsResponse' => $vendorDir . '/google/cloud/VmMigration/src/V1/ListGroupsResponse.php',
    'Google\\Cloud\\VMMigration\\V1\\ListMigratingVmsRequest' => $vendorDir . '/google/cloud/VmMigration/src/V1/ListMigratingVmsRequest.php',
    'Google\\Cloud\\VMMigration\\V1\\ListMigratingVmsResponse' => $vendorDir . '/google/cloud/VmMigration/src/V1/ListMigratingVmsResponse.php',
    'Google\\Cloud\\VMMigration\\V1\\ListReplicationCyclesRequest' => $vendorDir . '/google/cloud/VmMigration/src/V1/ListReplicationCyclesRequest.php',
    'Google\\Cloud\\VMMigration\\V1\\ListReplicationCyclesResponse' => $vendorDir . '/google/cloud/VmMigration/src/V1/ListReplicationCyclesResponse.php',
    'Google\\Cloud\\VMMigration\\V1\\ListSourcesRequest' => $vendorDir . '/google/cloud/VmMigration/src/V1/ListSourcesRequest.php',
    'Google\\Cloud\\VMMigration\\V1\\ListSourcesResponse' => $vendorDir . '/google/cloud/VmMigration/src/V1/ListSourcesResponse.php',
    'Google\\Cloud\\VMMigration\\V1\\ListTargetProjectsRequest' => $vendorDir . '/google/cloud/VmMigration/src/V1/ListTargetProjectsRequest.php',
    'Google\\Cloud\\VMMigration\\V1\\ListTargetProjectsResponse' => $vendorDir . '/google/cloud/VmMigration/src/V1/ListTargetProjectsResponse.php',
    'Google\\Cloud\\VMMigration\\V1\\ListUtilizationReportsRequest' => $vendorDir . '/google/cloud/VmMigration/src/V1/ListUtilizationReportsRequest.php',
    'Google\\Cloud\\VMMigration\\V1\\ListUtilizationReportsResponse' => $vendorDir . '/google/cloud/VmMigration/src/V1/ListUtilizationReportsResponse.php',
    'Google\\Cloud\\VMMigration\\V1\\MigratingVm' => $vendorDir . '/google/cloud/VmMigration/src/V1/MigratingVm.php',
    'Google\\Cloud\\VMMigration\\V1\\MigratingVmView' => $vendorDir . '/google/cloud/VmMigration/src/V1/MigratingVmView.php',
    'Google\\Cloud\\VMMigration\\V1\\MigratingVm\\State' => $vendorDir . '/google/cloud/VmMigration/src/V1/MigratingVm/State.php',
    'Google\\Cloud\\VMMigration\\V1\\MigrationError' => $vendorDir . '/google/cloud/VmMigration/src/V1/MigrationError.php',
    'Google\\Cloud\\VMMigration\\V1\\MigrationError\\ErrorCode' => $vendorDir . '/google/cloud/VmMigration/src/V1/MigrationError/ErrorCode.php',
    'Google\\Cloud\\VMMigration\\V1\\NetworkInterface' => $vendorDir . '/google/cloud/VmMigration/src/V1/NetworkInterface.php',
    'Google\\Cloud\\VMMigration\\V1\\OperationMetadata' => $vendorDir . '/google/cloud/VmMigration/src/V1/OperationMetadata.php',
    'Google\\Cloud\\VMMigration\\V1\\PauseMigrationRequest' => $vendorDir . '/google/cloud/VmMigration/src/V1/PauseMigrationRequest.php',
    'Google\\Cloud\\VMMigration\\V1\\PauseMigrationResponse' => $vendorDir . '/google/cloud/VmMigration/src/V1/PauseMigrationResponse.php',
    'Google\\Cloud\\VMMigration\\V1\\PostProcessingStep' => $vendorDir . '/google/cloud/VmMigration/src/V1/PostProcessingStep.php',
    'Google\\Cloud\\VMMigration\\V1\\PreparingVMDisksStep' => $vendorDir . '/google/cloud/VmMigration/src/V1/PreparingVMDisksStep.php',
    'Google\\Cloud\\VMMigration\\V1\\RemoveGroupMigrationRequest' => $vendorDir . '/google/cloud/VmMigration/src/V1/RemoveGroupMigrationRequest.php',
    'Google\\Cloud\\VMMigration\\V1\\RemoveGroupMigrationResponse' => $vendorDir . '/google/cloud/VmMigration/src/V1/RemoveGroupMigrationResponse.php',
    'Google\\Cloud\\VMMigration\\V1\\ReplicatingStep' => $vendorDir . '/google/cloud/VmMigration/src/V1/ReplicatingStep.php',
    'Google\\Cloud\\VMMigration\\V1\\ReplicationCycle' => $vendorDir . '/google/cloud/VmMigration/src/V1/ReplicationCycle.php',
    'Google\\Cloud\\VMMigration\\V1\\ReplicationCycle\\State' => $vendorDir . '/google/cloud/VmMigration/src/V1/ReplicationCycle/State.php',
    'Google\\Cloud\\VMMigration\\V1\\ReplicationSync' => $vendorDir . '/google/cloud/VmMigration/src/V1/ReplicationSync.php',
    'Google\\Cloud\\VMMigration\\V1\\ResumeMigrationRequest' => $vendorDir . '/google/cloud/VmMigration/src/V1/ResumeMigrationRequest.php',
    'Google\\Cloud\\VMMigration\\V1\\ResumeMigrationResponse' => $vendorDir . '/google/cloud/VmMigration/src/V1/ResumeMigrationResponse.php',
    'Google\\Cloud\\VMMigration\\V1\\SchedulePolicy' => $vendorDir . '/google/cloud/VmMigration/src/V1/SchedulePolicy.php',
    'Google\\Cloud\\VMMigration\\V1\\SchedulingNodeAffinity' => $vendorDir . '/google/cloud/VmMigration/src/V1/SchedulingNodeAffinity.php',
    'Google\\Cloud\\VMMigration\\V1\\SchedulingNodeAffinity\\Operator' => $vendorDir . '/google/cloud/VmMigration/src/V1/SchedulingNodeAffinity/Operator.php',
    'Google\\Cloud\\VMMigration\\V1\\ShuttingDownSourceVMStep' => $vendorDir . '/google/cloud/VmMigration/src/V1/ShuttingDownSourceVMStep.php',
    'Google\\Cloud\\VMMigration\\V1\\Source' => $vendorDir . '/google/cloud/VmMigration/src/V1/Source.php',
    'Google\\Cloud\\VMMigration\\V1\\StartMigrationRequest' => $vendorDir . '/google/cloud/VmMigration/src/V1/StartMigrationRequest.php',
    'Google\\Cloud\\VMMigration\\V1\\StartMigrationResponse' => $vendorDir . '/google/cloud/VmMigration/src/V1/StartMigrationResponse.php',
    'Google\\Cloud\\VMMigration\\V1\\TargetProject' => $vendorDir . '/google/cloud/VmMigration/src/V1/TargetProject.php',
    'Google\\Cloud\\VMMigration\\V1\\UpdateGroupRequest' => $vendorDir . '/google/cloud/VmMigration/src/V1/UpdateGroupRequest.php',
    'Google\\Cloud\\VMMigration\\V1\\UpdateMigratingVmRequest' => $vendorDir . '/google/cloud/VmMigration/src/V1/UpdateMigratingVmRequest.php',
    'Google\\Cloud\\VMMigration\\V1\\UpdateSourceRequest' => $vendorDir . '/google/cloud/VmMigration/src/V1/UpdateSourceRequest.php',
    'Google\\Cloud\\VMMigration\\V1\\UpdateTargetProjectRequest' => $vendorDir . '/google/cloud/VmMigration/src/V1/UpdateTargetProjectRequest.php',
    'Google\\Cloud\\VMMigration\\V1\\UpgradeApplianceRequest' => $vendorDir . '/google/cloud/VmMigration/src/V1/UpgradeApplianceRequest.php',
    'Google\\Cloud\\VMMigration\\V1\\UpgradeApplianceResponse' => $vendorDir . '/google/cloud/VmMigration/src/V1/UpgradeApplianceResponse.php',
    'Google\\Cloud\\VMMigration\\V1\\UpgradeStatus' => $vendorDir . '/google/cloud/VmMigration/src/V1/UpgradeStatus.php',
    'Google\\Cloud\\VMMigration\\V1\\UpgradeStatus\\State' => $vendorDir . '/google/cloud/VmMigration/src/V1/UpgradeStatus/State.php',
    'Google\\Cloud\\VMMigration\\V1\\UtilizationReport' => $vendorDir . '/google/cloud/VmMigration/src/V1/UtilizationReport.php',
    'Google\\Cloud\\VMMigration\\V1\\UtilizationReportView' => $vendorDir . '/google/cloud/VmMigration/src/V1/UtilizationReportView.php',
    'Google\\Cloud\\VMMigration\\V1\\UtilizationReport\\State' => $vendorDir . '/google/cloud/VmMigration/src/V1/UtilizationReport/State.php',
    'Google\\Cloud\\VMMigration\\V1\\UtilizationReport\\TimeFrame' => $vendorDir . '/google/cloud/VmMigration/src/V1/UtilizationReport/TimeFrame.php',
    'Google\\Cloud\\VMMigration\\V1\\VmMigrationClient' => $vendorDir . '/google/cloud/VmMigration/src/V1/VmMigrationClient.php',
    'Google\\Cloud\\VMMigration\\V1\\VmMigrationGrpcClient' => $vendorDir . '/google/cloud/VmMigration/src/V1/VmMigrationGrpcClient.php',
    'Google\\Cloud\\VMMigration\\V1\\VmUtilizationInfo' => $vendorDir . '/google/cloud/VmMigration/src/V1/VmUtilizationInfo.php',
    'Google\\Cloud\\VMMigration\\V1\\VmUtilizationMetrics' => $vendorDir . '/google/cloud/VmMigration/src/V1/VmUtilizationMetrics.php',
    'Google\\Cloud\\VMMigration\\V1\\VmwareSourceDetails' => $vendorDir . '/google/cloud/VmMigration/src/V1/VmwareSourceDetails.php',
    'Google\\Cloud\\VMMigration\\V1\\VmwareVmDetails' => $vendorDir . '/google/cloud/VmMigration/src/V1/VmwareVmDetails.php',
    'Google\\Cloud\\VMMigration\\V1\\VmwareVmDetails\\BootOption' => $vendorDir . '/google/cloud/VmMigration/src/V1/VmwareVmDetails/BootOption.php',
    'Google\\Cloud\\VMMigration\\V1\\VmwareVmDetails\\PowerState' => $vendorDir . '/google/cloud/VmMigration/src/V1/VmwareVmDetails/PowerState.php',
    'Google\\Cloud\\VMMigration\\V1\\VmwareVmsDetails' => $vendorDir . '/google/cloud/VmMigration/src/V1/VmwareVmsDetails.php',
    'Google\\Cloud\\Version' => $vendorDir . '/google/cloud/src/Version.php',
    'Google\\Cloud\\VideoIntelligence\\V1\\AnnotateVideoProgress' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1/AnnotateVideoProgress.php',
    'Google\\Cloud\\VideoIntelligence\\V1\\AnnotateVideoRequest' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1/AnnotateVideoRequest.php',
    'Google\\Cloud\\VideoIntelligence\\V1\\AnnotateVideoResponse' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1/AnnotateVideoResponse.php',
    'Google\\Cloud\\VideoIntelligence\\V1\\DetectedAttribute' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1/DetectedAttribute.php',
    'Google\\Cloud\\VideoIntelligence\\V1\\DetectedLandmark' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1/DetectedLandmark.php',
    'Google\\Cloud\\VideoIntelligence\\V1\\Entity' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1/Entity.php',
    'Google\\Cloud\\VideoIntelligence\\V1\\ExplicitContentAnnotation' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1/ExplicitContentAnnotation.php',
    'Google\\Cloud\\VideoIntelligence\\V1\\ExplicitContentDetectionConfig' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1/ExplicitContentDetectionConfig.php',
    'Google\\Cloud\\VideoIntelligence\\V1\\ExplicitContentFrame' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1/ExplicitContentFrame.php',
    'Google\\Cloud\\VideoIntelligence\\V1\\FaceAnnotation' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1/FaceAnnotation.php',
    'Google\\Cloud\\VideoIntelligence\\V1\\FaceDetectionAnnotation' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1/FaceDetectionAnnotation.php',
    'Google\\Cloud\\VideoIntelligence\\V1\\FaceDetectionConfig' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1/FaceDetectionConfig.php',
    'Google\\Cloud\\VideoIntelligence\\V1\\FaceFrame' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1/FaceFrame.php',
    'Google\\Cloud\\VideoIntelligence\\V1\\FaceSegment' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1/FaceSegment.php',
    'Google\\Cloud\\VideoIntelligence\\V1\\Feature' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1/Feature.php',
    'Google\\Cloud\\VideoIntelligence\\V1\\Gapic\\VideoIntelligenceServiceGapicClient' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1/Gapic/VideoIntelligenceServiceGapicClient.php',
    'Google\\Cloud\\VideoIntelligence\\V1\\LabelAnnotation' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1/LabelAnnotation.php',
    'Google\\Cloud\\VideoIntelligence\\V1\\LabelDetectionConfig' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1/LabelDetectionConfig.php',
    'Google\\Cloud\\VideoIntelligence\\V1\\LabelDetectionMode' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1/LabelDetectionMode.php',
    'Google\\Cloud\\VideoIntelligence\\V1\\LabelFrame' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1/LabelFrame.php',
    'Google\\Cloud\\VideoIntelligence\\V1\\LabelSegment' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1/LabelSegment.php',
    'Google\\Cloud\\VideoIntelligence\\V1\\Likelihood' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1/Likelihood.php',
    'Google\\Cloud\\VideoIntelligence\\V1\\LogoRecognitionAnnotation' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1/LogoRecognitionAnnotation.php',
    'Google\\Cloud\\VideoIntelligence\\V1\\NormalizedBoundingBox' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1/NormalizedBoundingBox.php',
    'Google\\Cloud\\VideoIntelligence\\V1\\NormalizedBoundingPoly' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1/NormalizedBoundingPoly.php',
    'Google\\Cloud\\VideoIntelligence\\V1\\NormalizedVertex' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1/NormalizedVertex.php',
    'Google\\Cloud\\VideoIntelligence\\V1\\ObjectTrackingAnnotation' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1/ObjectTrackingAnnotation.php',
    'Google\\Cloud\\VideoIntelligence\\V1\\ObjectTrackingConfig' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1/ObjectTrackingConfig.php',
    'Google\\Cloud\\VideoIntelligence\\V1\\ObjectTrackingFrame' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1/ObjectTrackingFrame.php',
    'Google\\Cloud\\VideoIntelligence\\V1\\PersonDetectionAnnotation' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1/PersonDetectionAnnotation.php',
    'Google\\Cloud\\VideoIntelligence\\V1\\PersonDetectionConfig' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1/PersonDetectionConfig.php',
    'Google\\Cloud\\VideoIntelligence\\V1\\ShotChangeDetectionConfig' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1/ShotChangeDetectionConfig.php',
    'Google\\Cloud\\VideoIntelligence\\V1\\SpeechContext' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1/SpeechContext.php',
    'Google\\Cloud\\VideoIntelligence\\V1\\SpeechRecognitionAlternative' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1/SpeechRecognitionAlternative.php',
    'Google\\Cloud\\VideoIntelligence\\V1\\SpeechTranscription' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1/SpeechTranscription.php',
    'Google\\Cloud\\VideoIntelligence\\V1\\SpeechTranscriptionConfig' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1/SpeechTranscriptionConfig.php',
    'Google\\Cloud\\VideoIntelligence\\V1\\TextAnnotation' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1/TextAnnotation.php',
    'Google\\Cloud\\VideoIntelligence\\V1\\TextDetectionConfig' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1/TextDetectionConfig.php',
    'Google\\Cloud\\VideoIntelligence\\V1\\TextFrame' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1/TextFrame.php',
    'Google\\Cloud\\VideoIntelligence\\V1\\TextSegment' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1/TextSegment.php',
    'Google\\Cloud\\VideoIntelligence\\V1\\TimestampedObject' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1/TimestampedObject.php',
    'Google\\Cloud\\VideoIntelligence\\V1\\Track' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1/Track.php',
    'Google\\Cloud\\VideoIntelligence\\V1\\VideoAnnotationProgress' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1/VideoAnnotationProgress.php',
    'Google\\Cloud\\VideoIntelligence\\V1\\VideoAnnotationResults' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1/VideoAnnotationResults.php',
    'Google\\Cloud\\VideoIntelligence\\V1\\VideoContext' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1/VideoContext.php',
    'Google\\Cloud\\VideoIntelligence\\V1\\VideoIntelligenceServiceClient' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1/VideoIntelligenceServiceClient.php',
    'Google\\Cloud\\VideoIntelligence\\V1\\VideoIntelligenceServiceGrpcClient' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1/VideoIntelligenceServiceGrpcClient.php',
    'Google\\Cloud\\VideoIntelligence\\V1\\VideoSegment' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1/VideoSegment.php',
    'Google\\Cloud\\VideoIntelligence\\V1\\WordInfo' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1/WordInfo.php',
    'Google\\Cloud\\VideoIntelligence\\V1beta2\\AnnotateVideoProgress' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1beta2/AnnotateVideoProgress.php',
    'Google\\Cloud\\VideoIntelligence\\V1beta2\\AnnotateVideoRequest' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1beta2/AnnotateVideoRequest.php',
    'Google\\Cloud\\VideoIntelligence\\V1beta2\\AnnotateVideoResponse' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1beta2/AnnotateVideoResponse.php',
    'Google\\Cloud\\VideoIntelligence\\V1beta2\\Entity' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1beta2/Entity.php',
    'Google\\Cloud\\VideoIntelligence\\V1beta2\\ExplicitContentAnnotation' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1beta2/ExplicitContentAnnotation.php',
    'Google\\Cloud\\VideoIntelligence\\V1beta2\\ExplicitContentDetectionConfig' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1beta2/ExplicitContentDetectionConfig.php',
    'Google\\Cloud\\VideoIntelligence\\V1beta2\\ExplicitContentFrame' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1beta2/ExplicitContentFrame.php',
    'Google\\Cloud\\VideoIntelligence\\V1beta2\\FaceAnnotation' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1beta2/FaceAnnotation.php',
    'Google\\Cloud\\VideoIntelligence\\V1beta2\\FaceDetectionConfig' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1beta2/FaceDetectionConfig.php',
    'Google\\Cloud\\VideoIntelligence\\V1beta2\\FaceFrame' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1beta2/FaceFrame.php',
    'Google\\Cloud\\VideoIntelligence\\V1beta2\\FaceSegment' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1beta2/FaceSegment.php',
    'Google\\Cloud\\VideoIntelligence\\V1beta2\\Feature' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1beta2/Feature.php',
    'Google\\Cloud\\VideoIntelligence\\V1beta2\\Gapic\\VideoIntelligenceServiceGapicClient' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1beta2/Gapic/VideoIntelligenceServiceGapicClient.php',
    'Google\\Cloud\\VideoIntelligence\\V1beta2\\LabelAnnotation' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1beta2/LabelAnnotation.php',
    'Google\\Cloud\\VideoIntelligence\\V1beta2\\LabelDetectionConfig' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1beta2/LabelDetectionConfig.php',
    'Google\\Cloud\\VideoIntelligence\\V1beta2\\LabelDetectionMode' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1beta2/LabelDetectionMode.php',
    'Google\\Cloud\\VideoIntelligence\\V1beta2\\LabelFrame' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1beta2/LabelFrame.php',
    'Google\\Cloud\\VideoIntelligence\\V1beta2\\LabelSegment' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1beta2/LabelSegment.php',
    'Google\\Cloud\\VideoIntelligence\\V1beta2\\Likelihood' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1beta2/Likelihood.php',
    'Google\\Cloud\\VideoIntelligence\\V1beta2\\NormalizedBoundingBox' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1beta2/NormalizedBoundingBox.php',
    'Google\\Cloud\\VideoIntelligence\\V1beta2\\ShotChangeDetectionConfig' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1beta2/ShotChangeDetectionConfig.php',
    'Google\\Cloud\\VideoIntelligence\\V1beta2\\VideoAnnotationProgress' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1beta2/VideoAnnotationProgress.php',
    'Google\\Cloud\\VideoIntelligence\\V1beta2\\VideoAnnotationResults' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1beta2/VideoAnnotationResults.php',
    'Google\\Cloud\\VideoIntelligence\\V1beta2\\VideoContext' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1beta2/VideoContext.php',
    'Google\\Cloud\\VideoIntelligence\\V1beta2\\VideoIntelligenceServiceClient' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1beta2/VideoIntelligenceServiceClient.php',
    'Google\\Cloud\\VideoIntelligence\\V1beta2\\VideoIntelligenceServiceGrpcClient' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1beta2/VideoIntelligenceServiceGrpcClient.php',
    'Google\\Cloud\\VideoIntelligence\\V1beta2\\VideoSegment' => $vendorDir . '/google/cloud/VideoIntelligence/src/V1beta2/VideoSegment.php',
    'Google\\Cloud\\Video\\LiveStream\\V1\\AudioFormat' => $vendorDir . '/google/cloud/VideoLiveStream/src/V1/AudioFormat.php',
    'Google\\Cloud\\Video\\LiveStream\\V1\\AudioStream' => $vendorDir . '/google/cloud/VideoLiveStream/src/V1/AudioStream.php',
    'Google\\Cloud\\Video\\LiveStream\\V1\\AudioStreamProperty' => $vendorDir . '/google/cloud/VideoLiveStream/src/V1/AudioStreamProperty.php',
    'Google\\Cloud\\Video\\LiveStream\\V1\\AudioStream\\AudioMapping' => $vendorDir . '/google/cloud/VideoLiveStream/src/V1/AudioStream/AudioMapping.php',
    'Google\\Cloud\\Video\\LiveStream\\V1\\Channel' => $vendorDir . '/google/cloud/VideoLiveStream/src/V1/Channel.php',
    'Google\\Cloud\\Video\\LiveStream\\V1\\ChannelOperationResponse' => $vendorDir . '/google/cloud/VideoLiveStream/src/V1/ChannelOperationResponse.php',
    'Google\\Cloud\\Video\\LiveStream\\V1\\Channel\\Output' => $vendorDir . '/google/cloud/VideoLiveStream/src/V1/Channel/Output.php',
    'Google\\Cloud\\Video\\LiveStream\\V1\\Channel\\StreamingState' => $vendorDir . '/google/cloud/VideoLiveStream/src/V1/Channel/StreamingState.php',
    'Google\\Cloud\\Video\\LiveStream\\V1\\CreateChannelRequest' => $vendorDir . '/google/cloud/VideoLiveStream/src/V1/CreateChannelRequest.php',
    'Google\\Cloud\\Video\\LiveStream\\V1\\CreateEventRequest' => $vendorDir . '/google/cloud/VideoLiveStream/src/V1/CreateEventRequest.php',
    'Google\\Cloud\\Video\\LiveStream\\V1\\CreateInputRequest' => $vendorDir . '/google/cloud/VideoLiveStream/src/V1/CreateInputRequest.php',
    'Google\\Cloud\\Video\\LiveStream\\V1\\DeleteChannelRequest' => $vendorDir . '/google/cloud/VideoLiveStream/src/V1/DeleteChannelRequest.php',
    'Google\\Cloud\\Video\\LiveStream\\V1\\DeleteEventRequest' => $vendorDir . '/google/cloud/VideoLiveStream/src/V1/DeleteEventRequest.php',
    'Google\\Cloud\\Video\\LiveStream\\V1\\DeleteInputRequest' => $vendorDir . '/google/cloud/VideoLiveStream/src/V1/DeleteInputRequest.php',
    'Google\\Cloud\\Video\\LiveStream\\V1\\ElementaryStream' => $vendorDir . '/google/cloud/VideoLiveStream/src/V1/ElementaryStream.php',
    'Google\\Cloud\\Video\\LiveStream\\V1\\Event' => $vendorDir . '/google/cloud/VideoLiveStream/src/V1/Event.php',
    'Google\\Cloud\\Video\\LiveStream\\V1\\Event\\AdBreakTask' => $vendorDir . '/google/cloud/VideoLiveStream/src/V1/Event/AdBreakTask.php',
    'Google\\Cloud\\Video\\LiveStream\\V1\\Event\\State' => $vendorDir . '/google/cloud/VideoLiveStream/src/V1/Event/State.php',
    'Google\\Cloud\\Video\\LiveStream\\V1\\Gapic\\LivestreamServiceGapicClient' => $vendorDir . '/google/cloud/VideoLiveStream/src/V1/Gapic/LivestreamServiceGapicClient.php',
    'Google\\Cloud\\Video\\LiveStream\\V1\\GetChannelRequest' => $vendorDir . '/google/cloud/VideoLiveStream/src/V1/GetChannelRequest.php',
    'Google\\Cloud\\Video\\LiveStream\\V1\\GetEventRequest' => $vendorDir . '/google/cloud/VideoLiveStream/src/V1/GetEventRequest.php',
    'Google\\Cloud\\Video\\LiveStream\\V1\\GetInputRequest' => $vendorDir . '/google/cloud/VideoLiveStream/src/V1/GetInputRequest.php',
    'Google\\Cloud\\Video\\LiveStream\\V1\\Input' => $vendorDir . '/google/cloud/VideoLiveStream/src/V1/Input.php',
    'Google\\Cloud\\Video\\LiveStream\\V1\\InputAttachment' => $vendorDir . '/google/cloud/VideoLiveStream/src/V1/InputAttachment.php',
    'Google\\Cloud\\Video\\LiveStream\\V1\\InputAttachment\\AutomaticFailover' => $vendorDir . '/google/cloud/VideoLiveStream/src/V1/InputAttachment/AutomaticFailover.php',
    'Google\\Cloud\\Video\\LiveStream\\V1\\InputStreamProperty' => $vendorDir . '/google/cloud/VideoLiveStream/src/V1/InputStreamProperty.php',
    'Google\\Cloud\\Video\\LiveStream\\V1\\Input\\SecurityRule' => $vendorDir . '/google/cloud/VideoLiveStream/src/V1/Input/SecurityRule.php',
    'Google\\Cloud\\Video\\LiveStream\\V1\\Input\\Tier' => $vendorDir . '/google/cloud/VideoLiveStream/src/V1/Input/Tier.php',
    'Google\\Cloud\\Video\\LiveStream\\V1\\Input\\Type' => $vendorDir . '/google/cloud/VideoLiveStream/src/V1/Input/Type.php',
    'Google\\Cloud\\Video\\LiveStream\\V1\\ListChannelsRequest' => $vendorDir . '/google/cloud/VideoLiveStream/src/V1/ListChannelsRequest.php',
    'Google\\Cloud\\Video\\LiveStream\\V1\\ListChannelsResponse' => $vendorDir . '/google/cloud/VideoLiveStream/src/V1/ListChannelsResponse.php',
    'Google\\Cloud\\Video\\LiveStream\\V1\\ListEventsRequest' => $vendorDir . '/google/cloud/VideoLiveStream/src/V1/ListEventsRequest.php',
    'Google\\Cloud\\Video\\LiveStream\\V1\\ListEventsResponse' => $vendorDir . '/google/cloud/VideoLiveStream/src/V1/ListEventsResponse.php',
    'Google\\Cloud\\Video\\LiveStream\\V1\\ListInputsRequest' => $vendorDir . '/google/cloud/VideoLiveStream/src/V1/ListInputsRequest.php',
    'Google\\Cloud\\Video\\LiveStream\\V1\\ListInputsResponse' => $vendorDir . '/google/cloud/VideoLiveStream/src/V1/ListInputsResponse.php',
    'Google\\Cloud\\Video\\LiveStream\\V1\\LivestreamServiceClient' => $vendorDir . '/google/cloud/VideoLiveStream/src/V1/LivestreamServiceClient.php',
    'Google\\Cloud\\Video\\LiveStream\\V1\\LivestreamServiceGrpcClient' => $vendorDir . '/google/cloud/VideoLiveStream/src/V1/LivestreamServiceGrpcClient.php',
    'Google\\Cloud\\Video\\LiveStream\\V1\\LogConfig' => $vendorDir . '/google/cloud/VideoLiveStream/src/V1/LogConfig.php',
    'Google\\Cloud\\Video\\LiveStream\\V1\\LogConfig\\LogSeverity' => $vendorDir . '/google/cloud/VideoLiveStream/src/V1/LogConfig/LogSeverity.php',
    'Google\\Cloud\\Video\\LiveStream\\V1\\Manifest' => $vendorDir . '/google/cloud/VideoLiveStream/src/V1/Manifest.php',
    'Google\\Cloud\\Video\\LiveStream\\V1\\Manifest\\ManifestType' => $vendorDir . '/google/cloud/VideoLiveStream/src/V1/Manifest/ManifestType.php',
    'Google\\Cloud\\Video\\LiveStream\\V1\\MuxStream' => $vendorDir . '/google/cloud/VideoLiveStream/src/V1/MuxStream.php',
    'Google\\Cloud\\Video\\LiveStream\\V1\\OperationMetadata' => $vendorDir . '/google/cloud/VideoLiveStream/src/V1/OperationMetadata.php',
    'Google\\Cloud\\Video\\LiveStream\\V1\\PreprocessingConfig' => $vendorDir . '/google/cloud/VideoLiveStream/src/V1/PreprocessingConfig.php',
    'Google\\Cloud\\Video\\LiveStream\\V1\\PreprocessingConfig\\Crop' => $vendorDir . '/google/cloud/VideoLiveStream/src/V1/PreprocessingConfig/Crop.php',
    'Google\\Cloud\\Video\\LiveStream\\V1\\PreprocessingConfig\\Pad' => $vendorDir . '/google/cloud/VideoLiveStream/src/V1/PreprocessingConfig/Pad.php',
    'Google\\Cloud\\Video\\LiveStream\\V1\\SegmentSettings' => $vendorDir . '/google/cloud/VideoLiveStream/src/V1/SegmentSettings.php',
    'Google\\Cloud\\Video\\LiveStream\\V1\\SpriteSheet' => $vendorDir . '/google/cloud/VideoLiveStream/src/V1/SpriteSheet.php',
    'Google\\Cloud\\Video\\LiveStream\\V1\\StartChannelRequest' => $vendorDir . '/google/cloud/VideoLiveStream/src/V1/StartChannelRequest.php',
    'Google\\Cloud\\Video\\LiveStream\\V1\\StopChannelRequest' => $vendorDir . '/google/cloud/VideoLiveStream/src/V1/StopChannelRequest.php',
    'Google\\Cloud\\Video\\LiveStream\\V1\\TextStream' => $vendorDir . '/google/cloud/VideoLiveStream/src/V1/TextStream.php',
    'Google\\Cloud\\Video\\LiveStream\\V1\\UpdateChannelRequest' => $vendorDir . '/google/cloud/VideoLiveStream/src/V1/UpdateChannelRequest.php',
    'Google\\Cloud\\Video\\LiveStream\\V1\\UpdateInputRequest' => $vendorDir . '/google/cloud/VideoLiveStream/src/V1/UpdateInputRequest.php',
    'Google\\Cloud\\Video\\LiveStream\\V1\\VideoFormat' => $vendorDir . '/google/cloud/VideoLiveStream/src/V1/VideoFormat.php',
    'Google\\Cloud\\Video\\LiveStream\\V1\\VideoStream' => $vendorDir . '/google/cloud/VideoLiveStream/src/V1/VideoStream.php',
    'Google\\Cloud\\Video\\LiveStream\\V1\\VideoStreamProperty' => $vendorDir . '/google/cloud/VideoLiveStream/src/V1/VideoStreamProperty.php',
    'Google\\Cloud\\Video\\LiveStream\\V1\\VideoStream\\H264CodecSettings' => $vendorDir . '/google/cloud/VideoLiveStream/src/V1/VideoStream/H264CodecSettings.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\AdRequest' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/AdRequest.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\AdStitchDetail' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/AdStitchDetail.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\AdTag' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/AdTag.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\AkamaiCdnKey' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/AkamaiCdnKey.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\CdnKey' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/CdnKey.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\Companion' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/Companion.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\CompanionAds' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/CompanionAds.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\CompanionAds\\DisplayRequirement' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/CompanionAds/DisplayRequirement.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\CreateCdnKeyRequest' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/CreateCdnKeyRequest.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\CreateLiveSessionRequest' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/CreateLiveSessionRequest.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\CreateSlateRequest' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/CreateSlateRequest.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\CreateVodSessionRequest' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/CreateVodSessionRequest.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\DeleteCdnKeyRequest' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/DeleteCdnKeyRequest.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\DeleteSlateRequest' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/DeleteSlateRequest.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\Event' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/Event.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\Event\\EventType' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/Event/EventType.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\Gapic\\VideoStitcherServiceGapicClient' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/Gapic/VideoStitcherServiceGapicClient.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\GetCdnKeyRequest' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/GetCdnKeyRequest.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\GetLiveAdTagDetailRequest' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/GetLiveAdTagDetailRequest.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\GetLiveSessionRequest' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/GetLiveSessionRequest.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\GetSlateRequest' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/GetSlateRequest.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\GetVodAdTagDetailRequest' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/GetVodAdTagDetailRequest.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\GetVodSessionRequest' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/GetVodSessionRequest.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\GetVodStitchDetailRequest' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/GetVodStitchDetailRequest.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\GoogleCdnKey' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/GoogleCdnKey.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\HtmlAdResource' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/HtmlAdResource.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\IframeAdResource' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/IframeAdResource.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\Interstitials' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/Interstitials.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\ListCdnKeysRequest' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/ListCdnKeysRequest.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\ListCdnKeysResponse' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/ListCdnKeysResponse.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\ListLiveAdTagDetailsRequest' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/ListLiveAdTagDetailsRequest.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\ListLiveAdTagDetailsResponse' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/ListLiveAdTagDetailsResponse.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\ListSlatesRequest' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/ListSlatesRequest.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\ListSlatesResponse' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/ListSlatesResponse.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\ListVodAdTagDetailsRequest' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/ListVodAdTagDetailsRequest.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\ListVodAdTagDetailsResponse' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/ListVodAdTagDetailsResponse.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\ListVodStitchDetailsRequest' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/ListVodStitchDetailsRequest.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\ListVodStitchDetailsResponse' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/ListVodStitchDetailsResponse.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\LiveAdTagDetail' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/LiveAdTagDetail.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\LiveSession' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/LiveSession.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\LiveSession\\StitchingPolicy' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/LiveSession/StitchingPolicy.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\ManifestOptions' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/ManifestOptions.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\ManifestOptions\\OrderPolicy' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/ManifestOptions/OrderPolicy.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\MediaCdnKey' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/MediaCdnKey.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\ProgressEvent' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/ProgressEvent.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\RenditionFilter' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/RenditionFilter.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\RequestMetadata' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/RequestMetadata.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\ResponseMetadata' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/ResponseMetadata.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\Slate' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/Slate.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\StaticAdResource' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/StaticAdResource.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\UpdateCdnKeyRequest' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/UpdateCdnKeyRequest.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\UpdateSlateRequest' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/UpdateSlateRequest.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\VideoStitcherServiceClient' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/VideoStitcherServiceClient.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\VideoStitcherServiceGrpcClient' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/VideoStitcherServiceGrpcClient.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\VodAdTagDetail' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/VodAdTagDetail.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\VodSession' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/VodSession.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\VodSessionAd' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/VodSessionAd.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\VodSessionAdBreak' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/VodSessionAdBreak.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\VodSessionContent' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/VodSessionContent.php',
    'Google\\Cloud\\Video\\Stitcher\\V1\\VodStitchDetail' => $vendorDir . '/google/cloud/VideoStitcher/src/V1/VodStitchDetail.php',
    'Google\\Cloud\\Video\\Transcoder\\V1\\AdBreak' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1/AdBreak.php',
    'Google\\Cloud\\Video\\Transcoder\\V1\\AudioStream' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1/AudioStream.php',
    'Google\\Cloud\\Video\\Transcoder\\V1\\AudioStream\\AudioMapping' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1/AudioStream/AudioMapping.php',
    'Google\\Cloud\\Video\\Transcoder\\V1\\CreateJobRequest' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1/CreateJobRequest.php',
    'Google\\Cloud\\Video\\Transcoder\\V1\\CreateJobTemplateRequest' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1/CreateJobTemplateRequest.php',
    'Google\\Cloud\\Video\\Transcoder\\V1\\DeleteJobRequest' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1/DeleteJobRequest.php',
    'Google\\Cloud\\Video\\Transcoder\\V1\\DeleteJobTemplateRequest' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1/DeleteJobTemplateRequest.php',
    'Google\\Cloud\\Video\\Transcoder\\V1\\EditAtom' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1/EditAtom.php',
    'Google\\Cloud\\Video\\Transcoder\\V1\\ElementaryStream' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1/ElementaryStream.php',
    'Google\\Cloud\\Video\\Transcoder\\V1\\Encryption' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1/Encryption.php',
    'Google\\Cloud\\Video\\Transcoder\\V1\\Encryption\\Aes128Encryption' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1/Encryption/Aes128Encryption.php',
    'Google\\Cloud\\Video\\Transcoder\\V1\\Encryption\\MpegCommonEncryption' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1/Encryption/MpegCommonEncryption.php',
    'Google\\Cloud\\Video\\Transcoder\\V1\\Encryption\\SampleAesEncryption' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1/Encryption/SampleAesEncryption.php',
    'Google\\Cloud\\Video\\Transcoder\\V1\\Gapic\\TranscoderServiceGapicClient' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1/Gapic/TranscoderServiceGapicClient.php',
    'Google\\Cloud\\Video\\Transcoder\\V1\\GetJobRequest' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1/GetJobRequest.php',
    'Google\\Cloud\\Video\\Transcoder\\V1\\GetJobTemplateRequest' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1/GetJobTemplateRequest.php',
    'Google\\Cloud\\Video\\Transcoder\\V1\\Input' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1/Input.php',
    'Google\\Cloud\\Video\\Transcoder\\V1\\Job' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1/Job.php',
    'Google\\Cloud\\Video\\Transcoder\\V1\\JobConfig' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1/JobConfig.php',
    'Google\\Cloud\\Video\\Transcoder\\V1\\JobTemplate' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1/JobTemplate.php',
    'Google\\Cloud\\Video\\Transcoder\\V1\\Job\\ProcessingState' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1/Job/ProcessingState.php',
    'Google\\Cloud\\Video\\Transcoder\\V1\\ListJobTemplatesRequest' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1/ListJobTemplatesRequest.php',
    'Google\\Cloud\\Video\\Transcoder\\V1\\ListJobTemplatesResponse' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1/ListJobTemplatesResponse.php',
    'Google\\Cloud\\Video\\Transcoder\\V1\\ListJobsRequest' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1/ListJobsRequest.php',
    'Google\\Cloud\\Video\\Transcoder\\V1\\ListJobsResponse' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1/ListJobsResponse.php',
    'Google\\Cloud\\Video\\Transcoder\\V1\\Manifest' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1/Manifest.php',
    'Google\\Cloud\\Video\\Transcoder\\V1\\Manifest\\ManifestType' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1/Manifest/ManifestType.php',
    'Google\\Cloud\\Video\\Transcoder\\V1\\MuxStream' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1/MuxStream.php',
    'Google\\Cloud\\Video\\Transcoder\\V1\\Output' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1/Output.php',
    'Google\\Cloud\\Video\\Transcoder\\V1\\Overlay' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1/Overlay.php',
    'Google\\Cloud\\Video\\Transcoder\\V1\\Overlay\\Animation' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1/Overlay/Animation.php',
    'Google\\Cloud\\Video\\Transcoder\\V1\\Overlay\\AnimationEnd' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1/Overlay/AnimationEnd.php',
    'Google\\Cloud\\Video\\Transcoder\\V1\\Overlay\\AnimationFade' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1/Overlay/AnimationFade.php',
    'Google\\Cloud\\Video\\Transcoder\\V1\\Overlay\\AnimationStatic' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1/Overlay/AnimationStatic.php',
    'Google\\Cloud\\Video\\Transcoder\\V1\\Overlay\\FadeType' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1/Overlay/FadeType.php',
    'Google\\Cloud\\Video\\Transcoder\\V1\\Overlay\\Image' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1/Overlay/Image.php',
    'Google\\Cloud\\Video\\Transcoder\\V1\\Overlay\\NormalizedCoordinate' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1/Overlay/NormalizedCoordinate.php',
    'Google\\Cloud\\Video\\Transcoder\\V1\\PreprocessingConfig' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1/PreprocessingConfig.php',
    'Google\\Cloud\\Video\\Transcoder\\V1\\PreprocessingConfig\\Audio' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1/PreprocessingConfig/Audio.php',
    'Google\\Cloud\\Video\\Transcoder\\V1\\PreprocessingConfig\\Color' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1/PreprocessingConfig/Color.php',
    'Google\\Cloud\\Video\\Transcoder\\V1\\PreprocessingConfig\\Crop' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1/PreprocessingConfig/Crop.php',
    'Google\\Cloud\\Video\\Transcoder\\V1\\PreprocessingConfig\\Deblock' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1/PreprocessingConfig/Deblock.php',
    'Google\\Cloud\\Video\\Transcoder\\V1\\PreprocessingConfig\\Deinterlace' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1/PreprocessingConfig/Deinterlace.php',
    'Google\\Cloud\\Video\\Transcoder\\V1\\PreprocessingConfig\\Deinterlace\\BwdifConfig' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1/PreprocessingConfig/Deinterlace/BwdifConfig.php',
    'Google\\Cloud\\Video\\Transcoder\\V1\\PreprocessingConfig\\Deinterlace\\YadifConfig' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1/PreprocessingConfig/Deinterlace/YadifConfig.php',
    'Google\\Cloud\\Video\\Transcoder\\V1\\PreprocessingConfig\\Denoise' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1/PreprocessingConfig/Denoise.php',
    'Google\\Cloud\\Video\\Transcoder\\V1\\PreprocessingConfig\\Pad' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1/PreprocessingConfig/Pad.php',
    'Google\\Cloud\\Video\\Transcoder\\V1\\PubsubDestination' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1/PubsubDestination.php',
    'Google\\Cloud\\Video\\Transcoder\\V1\\SegmentSettings' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1/SegmentSettings.php',
    'Google\\Cloud\\Video\\Transcoder\\V1\\SpriteSheet' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1/SpriteSheet.php',
    'Google\\Cloud\\Video\\Transcoder\\V1\\TextStream' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1/TextStream.php',
    'Google\\Cloud\\Video\\Transcoder\\V1\\TextStream\\TextMapping' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1/TextStream/TextMapping.php',
    'Google\\Cloud\\Video\\Transcoder\\V1\\TranscoderServiceClient' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1/TranscoderServiceClient.php',
    'Google\\Cloud\\Video\\Transcoder\\V1\\TranscoderServiceGrpcClient' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1/TranscoderServiceGrpcClient.php',
    'Google\\Cloud\\Video\\Transcoder\\V1\\VideoStream' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1/VideoStream.php',
    'Google\\Cloud\\Video\\Transcoder\\V1\\VideoStream\\H264CodecSettings' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1/VideoStream/H264CodecSettings.php',
    'Google\\Cloud\\Video\\Transcoder\\V1\\VideoStream\\H265CodecSettings' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1/VideoStream/H265CodecSettings.php',
    'Google\\Cloud\\Video\\Transcoder\\V1\\VideoStream\\Vp9CodecSettings' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1/VideoStream/Vp9CodecSettings.php',
    'Google\\Cloud\\Video\\Transcoder\\V1beta1\\AdBreak' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1beta1/AdBreak.php',
    'Google\\Cloud\\Video\\Transcoder\\V1beta1\\AudioStream' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1beta1/AudioStream.php',
    'Google\\Cloud\\Video\\Transcoder\\V1beta1\\AudioStream\\AudioAtom' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1beta1/AudioStream/AudioAtom.php',
    'Google\\Cloud\\Video\\Transcoder\\V1beta1\\AudioStream\\AudioAtom\\AudioChannel' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1beta1/AudioStream/AudioAtom/AudioChannel.php',
    'Google\\Cloud\\Video\\Transcoder\\V1beta1\\AudioStream\\AudioAtom\\AudioChannel\\AudioChannelInput' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1beta1/AudioStream/AudioAtom/AudioChannel/AudioChannelInput.php',
    'Google\\Cloud\\Video\\Transcoder\\V1beta1\\CreateJobRequest' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1beta1/CreateJobRequest.php',
    'Google\\Cloud\\Video\\Transcoder\\V1beta1\\CreateJobTemplateRequest' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1beta1/CreateJobTemplateRequest.php',
    'Google\\Cloud\\Video\\Transcoder\\V1beta1\\DeleteJobRequest' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1beta1/DeleteJobRequest.php',
    'Google\\Cloud\\Video\\Transcoder\\V1beta1\\DeleteJobTemplateRequest' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1beta1/DeleteJobTemplateRequest.php',
    'Google\\Cloud\\Video\\Transcoder\\V1beta1\\EditAtom' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1beta1/EditAtom.php',
    'Google\\Cloud\\Video\\Transcoder\\V1beta1\\ElementaryStream' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1beta1/ElementaryStream.php',
    'Google\\Cloud\\Video\\Transcoder\\V1beta1\\Encryption' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1beta1/Encryption.php',
    'Google\\Cloud\\Video\\Transcoder\\V1beta1\\Encryption\\Aes128Encryption' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1beta1/Encryption/Aes128Encryption.php',
    'Google\\Cloud\\Video\\Transcoder\\V1beta1\\Encryption\\MpegCommonEncryption' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1beta1/Encryption/MpegCommonEncryption.php',
    'Google\\Cloud\\Video\\Transcoder\\V1beta1\\Encryption\\SampleAesEncryption' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1beta1/Encryption/SampleAesEncryption.php',
    'Google\\Cloud\\Video\\Transcoder\\V1beta1\\FailureDetail' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1beta1/FailureDetail.php',
    'Google\\Cloud\\Video\\Transcoder\\V1beta1\\Gapic\\TranscoderServiceGapicClient' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1beta1/Gapic/TranscoderServiceGapicClient.php',
    'Google\\Cloud\\Video\\Transcoder\\V1beta1\\GetJobRequest' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1beta1/GetJobRequest.php',
    'Google\\Cloud\\Video\\Transcoder\\V1beta1\\GetJobTemplateRequest' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1beta1/GetJobTemplateRequest.php',
    'Google\\Cloud\\Video\\Transcoder\\V1beta1\\Input' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1beta1/Input.php',
    'Google\\Cloud\\Video\\Transcoder\\V1beta1\\Job' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1beta1/Job.php',
    'Google\\Cloud\\Video\\Transcoder\\V1beta1\\JobConfig' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1beta1/JobConfig.php',
    'Google\\Cloud\\Video\\Transcoder\\V1beta1\\JobTemplate' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1beta1/JobTemplate.php',
    'Google\\Cloud\\Video\\Transcoder\\V1beta1\\Job\\OriginUri' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1beta1/Job/OriginUri.php',
    'Google\\Cloud\\Video\\Transcoder\\V1beta1\\Job\\ProcessingState' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1beta1/Job/ProcessingState.php',
    'Google\\Cloud\\Video\\Transcoder\\V1beta1\\ListJobTemplatesRequest' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1beta1/ListJobTemplatesRequest.php',
    'Google\\Cloud\\Video\\Transcoder\\V1beta1\\ListJobTemplatesResponse' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1beta1/ListJobTemplatesResponse.php',
    'Google\\Cloud\\Video\\Transcoder\\V1beta1\\ListJobsRequest' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1beta1/ListJobsRequest.php',
    'Google\\Cloud\\Video\\Transcoder\\V1beta1\\ListJobsResponse' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1beta1/ListJobsResponse.php',
    'Google\\Cloud\\Video\\Transcoder\\V1beta1\\Manifest' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1beta1/Manifest.php',
    'Google\\Cloud\\Video\\Transcoder\\V1beta1\\Manifest\\ManifestType' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1beta1/Manifest/ManifestType.php',
    'Google\\Cloud\\Video\\Transcoder\\V1beta1\\MuxStream' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1beta1/MuxStream.php',
    'Google\\Cloud\\Video\\Transcoder\\V1beta1\\Output' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1beta1/Output.php',
    'Google\\Cloud\\Video\\Transcoder\\V1beta1\\Overlay' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1beta1/Overlay.php',
    'Google\\Cloud\\Video\\Transcoder\\V1beta1\\Overlay\\Animation' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1beta1/Overlay/Animation.php',
    'Google\\Cloud\\Video\\Transcoder\\V1beta1\\Overlay\\AnimationEnd' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1beta1/Overlay/AnimationEnd.php',
    'Google\\Cloud\\Video\\Transcoder\\V1beta1\\Overlay\\AnimationFade' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1beta1/Overlay/AnimationFade.php',
    'Google\\Cloud\\Video\\Transcoder\\V1beta1\\Overlay\\AnimationStatic' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1beta1/Overlay/AnimationStatic.php',
    'Google\\Cloud\\Video\\Transcoder\\V1beta1\\Overlay\\FadeType' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1beta1/Overlay/FadeType.php',
    'Google\\Cloud\\Video\\Transcoder\\V1beta1\\Overlay\\Image' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1beta1/Overlay/Image.php',
    'Google\\Cloud\\Video\\Transcoder\\V1beta1\\Overlay\\NormalizedCoordinate' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1beta1/Overlay/NormalizedCoordinate.php',
    'Google\\Cloud\\Video\\Transcoder\\V1beta1\\PreprocessingConfig' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1beta1/PreprocessingConfig.php',
    'Google\\Cloud\\Video\\Transcoder\\V1beta1\\PreprocessingConfig\\Audio' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1beta1/PreprocessingConfig/Audio.php',
    'Google\\Cloud\\Video\\Transcoder\\V1beta1\\PreprocessingConfig\\Color' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1beta1/PreprocessingConfig/Color.php',
    'Google\\Cloud\\Video\\Transcoder\\V1beta1\\PreprocessingConfig\\Crop' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1beta1/PreprocessingConfig/Crop.php',
    'Google\\Cloud\\Video\\Transcoder\\V1beta1\\PreprocessingConfig\\Deblock' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1beta1/PreprocessingConfig/Deblock.php',
    'Google\\Cloud\\Video\\Transcoder\\V1beta1\\PreprocessingConfig\\Denoise' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1beta1/PreprocessingConfig/Denoise.php',
    'Google\\Cloud\\Video\\Transcoder\\V1beta1\\PreprocessingConfig\\Pad' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1beta1/PreprocessingConfig/Pad.php',
    'Google\\Cloud\\Video\\Transcoder\\V1beta1\\Progress' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1beta1/Progress.php',
    'Google\\Cloud\\Video\\Transcoder\\V1beta1\\PubsubDestination' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1beta1/PubsubDestination.php',
    'Google\\Cloud\\Video\\Transcoder\\V1beta1\\SegmentSettings' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1beta1/SegmentSettings.php',
    'Google\\Cloud\\Video\\Transcoder\\V1beta1\\SpriteSheet' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1beta1/SpriteSheet.php',
    'Google\\Cloud\\Video\\Transcoder\\V1beta1\\TextStream' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1beta1/TextStream.php',
    'Google\\Cloud\\Video\\Transcoder\\V1beta1\\TextStream\\TextAtom' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1beta1/TextStream/TextAtom.php',
    'Google\\Cloud\\Video\\Transcoder\\V1beta1\\TextStream\\TextAtom\\TextInput' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1beta1/TextStream/TextAtom/TextInput.php',
    'Google\\Cloud\\Video\\Transcoder\\V1beta1\\TranscoderServiceClient' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1beta1/TranscoderServiceClient.php',
    'Google\\Cloud\\Video\\Transcoder\\V1beta1\\TranscoderServiceGrpcClient' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1beta1/TranscoderServiceGrpcClient.php',
    'Google\\Cloud\\Video\\Transcoder\\V1beta1\\VideoStream' => $vendorDir . '/google/cloud/VideoTranscoder/src/V1beta1/VideoStream.php',
    'Google\\Cloud\\Vision\\Annotation' => $vendorDir . '/google/cloud/Vision/src/Annotation.php',
    'Google\\Cloud\\Vision\\Annotation\\AbstractFeature' => $vendorDir . '/google/cloud/Vision/src/Annotation/AbstractFeature.php',
    'Google\\Cloud\\Vision\\Annotation\\CropHint' => $vendorDir . '/google/cloud/Vision/src/Annotation/CropHint.php',
    'Google\\Cloud\\Vision\\Annotation\\Document' => $vendorDir . '/google/cloud/Vision/src/Annotation/Document.php',
    'Google\\Cloud\\Vision\\Annotation\\Entity' => $vendorDir . '/google/cloud/Vision/src/Annotation/Entity.php',
    'Google\\Cloud\\Vision\\Annotation\\Face' => $vendorDir . '/google/cloud/Vision/src/Annotation/Face.php',
    'Google\\Cloud\\Vision\\Annotation\\Face\\Landmarks' => $vendorDir . '/google/cloud/Vision/src/Annotation/Face/Landmarks.php',
    'Google\\Cloud\\Vision\\Annotation\\FeatureInterface' => $vendorDir . '/google/cloud/Vision/src/Annotation/FeatureInterface.php',
    'Google\\Cloud\\Vision\\Annotation\\ImageProperties' => $vendorDir . '/google/cloud/Vision/src/Annotation/ImageProperties.php',
    'Google\\Cloud\\Vision\\Annotation\\LikelihoodTrait' => $vendorDir . '/google/cloud/Vision/src/Annotation/LikelihoodTrait.php',
    'Google\\Cloud\\Vision\\Annotation\\SafeSearch' => $vendorDir . '/google/cloud/Vision/src/Annotation/SafeSearch.php',
    'Google\\Cloud\\Vision\\Annotation\\Web' => $vendorDir . '/google/cloud/Vision/src/Annotation/Web.php',
    'Google\\Cloud\\Vision\\Annotation\\Web\\WebEntity' => $vendorDir . '/google/cloud/Vision/src/Annotation/Web/WebEntity.php',
    'Google\\Cloud\\Vision\\Annotation\\Web\\WebImage' => $vendorDir . '/google/cloud/Vision/src/Annotation/Web/WebImage.php',
    'Google\\Cloud\\Vision\\Annotation\\Web\\WebPage' => $vendorDir . '/google/cloud/Vision/src/Annotation/Web/WebPage.php',
    'Google\\Cloud\\Vision\\Connection\\ConnectionInterface' => $vendorDir . '/google/cloud/Vision/src/Connection/ConnectionInterface.php',
    'Google\\Cloud\\Vision\\Connection\\Rest' => $vendorDir . '/google/cloud/Vision/src/Connection/Rest.php',
    'Google\\Cloud\\Vision\\Image' => $vendorDir . '/google/cloud/Vision/src/Image.php',
    'Google\\Cloud\\Vision\\V1\\AddProductToProductSetRequest' => $vendorDir . '/google/cloud/Vision/src/V1/AddProductToProductSetRequest.php',
    'Google\\Cloud\\Vision\\V1\\AnnotateFileRequest' => $vendorDir . '/google/cloud/Vision/src/V1/AnnotateFileRequest.php',
    'Google\\Cloud\\Vision\\V1\\AnnotateFileResponse' => $vendorDir . '/google/cloud/Vision/src/V1/AnnotateFileResponse.php',
    'Google\\Cloud\\Vision\\V1\\AnnotateImageRequest' => $vendorDir . '/google/cloud/Vision/src/V1/AnnotateImageRequest.php',
    'Google\\Cloud\\Vision\\V1\\AnnotateImageResponse' => $vendorDir . '/google/cloud/Vision/src/V1/AnnotateImageResponse.php',
    'Google\\Cloud\\Vision\\V1\\AsyncAnnotateFileRequest' => $vendorDir . '/google/cloud/Vision/src/V1/AsyncAnnotateFileRequest.php',
    'Google\\Cloud\\Vision\\V1\\AsyncAnnotateFileResponse' => $vendorDir . '/google/cloud/Vision/src/V1/AsyncAnnotateFileResponse.php',
    'Google\\Cloud\\Vision\\V1\\AsyncBatchAnnotateFilesRequest' => $vendorDir . '/google/cloud/Vision/src/V1/AsyncBatchAnnotateFilesRequest.php',
    'Google\\Cloud\\Vision\\V1\\AsyncBatchAnnotateFilesResponse' => $vendorDir . '/google/cloud/Vision/src/V1/AsyncBatchAnnotateFilesResponse.php',
    'Google\\Cloud\\Vision\\V1\\AsyncBatchAnnotateImagesRequest' => $vendorDir . '/google/cloud/Vision/src/V1/AsyncBatchAnnotateImagesRequest.php',
    'Google\\Cloud\\Vision\\V1\\AsyncBatchAnnotateImagesResponse' => $vendorDir . '/google/cloud/Vision/src/V1/AsyncBatchAnnotateImagesResponse.php',
    'Google\\Cloud\\Vision\\V1\\BatchAnnotateFilesRequest' => $vendorDir . '/google/cloud/Vision/src/V1/BatchAnnotateFilesRequest.php',
    'Google\\Cloud\\Vision\\V1\\BatchAnnotateFilesResponse' => $vendorDir . '/google/cloud/Vision/src/V1/BatchAnnotateFilesResponse.php',
    'Google\\Cloud\\Vision\\V1\\BatchAnnotateImagesRequest' => $vendorDir . '/google/cloud/Vision/src/V1/BatchAnnotateImagesRequest.php',
    'Google\\Cloud\\Vision\\V1\\BatchAnnotateImagesResponse' => $vendorDir . '/google/cloud/Vision/src/V1/BatchAnnotateImagesResponse.php',
    'Google\\Cloud\\Vision\\V1\\BatchOperationMetadata' => $vendorDir . '/google/cloud/Vision/src/V1/BatchOperationMetadata.php',
    'Google\\Cloud\\Vision\\V1\\BatchOperationMetadata\\State' => $vendorDir . '/google/cloud/Vision/src/V1/BatchOperationMetadata/State.php',
    'Google\\Cloud\\Vision\\V1\\BatchOperationMetadata_State' => $vendorDir . '/google/cloud/Vision/src/V1/BatchOperationMetadata_State.php',
    'Google\\Cloud\\Vision\\V1\\Block' => $vendorDir . '/google/cloud/Vision/src/V1/Block.php',
    'Google\\Cloud\\Vision\\V1\\Block\\BlockType' => $vendorDir . '/google/cloud/Vision/src/V1/Block/BlockType.php',
    'Google\\Cloud\\Vision\\V1\\Block_BlockType' => $vendorDir . '/google/cloud/Vision/src/V1/Block_BlockType.php',
    'Google\\Cloud\\Vision\\V1\\BoundingPoly' => $vendorDir . '/google/cloud/Vision/src/V1/BoundingPoly.php',
    'Google\\Cloud\\Vision\\V1\\ColorInfo' => $vendorDir . '/google/cloud/Vision/src/V1/ColorInfo.php',
    'Google\\Cloud\\Vision\\V1\\CreateProductRequest' => $vendorDir . '/google/cloud/Vision/src/V1/CreateProductRequest.php',
    'Google\\Cloud\\Vision\\V1\\CreateProductSetRequest' => $vendorDir . '/google/cloud/Vision/src/V1/CreateProductSetRequest.php',
    'Google\\Cloud\\Vision\\V1\\CreateReferenceImageRequest' => $vendorDir . '/google/cloud/Vision/src/V1/CreateReferenceImageRequest.php',
    'Google\\Cloud\\Vision\\V1\\CropHint' => $vendorDir . '/google/cloud/Vision/src/V1/CropHint.php',
    'Google\\Cloud\\Vision\\V1\\CropHintsAnnotation' => $vendorDir . '/google/cloud/Vision/src/V1/CropHintsAnnotation.php',
    'Google\\Cloud\\Vision\\V1\\CropHintsParams' => $vendorDir . '/google/cloud/Vision/src/V1/CropHintsParams.php',
    'Google\\Cloud\\Vision\\V1\\DeleteProductRequest' => $vendorDir . '/google/cloud/Vision/src/V1/DeleteProductRequest.php',
    'Google\\Cloud\\Vision\\V1\\DeleteProductSetRequest' => $vendorDir . '/google/cloud/Vision/src/V1/DeleteProductSetRequest.php',
    'Google\\Cloud\\Vision\\V1\\DeleteReferenceImageRequest' => $vendorDir . '/google/cloud/Vision/src/V1/DeleteReferenceImageRequest.php',
    'Google\\Cloud\\Vision\\V1\\DominantColorsAnnotation' => $vendorDir . '/google/cloud/Vision/src/V1/DominantColorsAnnotation.php',
    'Google\\Cloud\\Vision\\V1\\EntityAnnotation' => $vendorDir . '/google/cloud/Vision/src/V1/EntityAnnotation.php',
    'Google\\Cloud\\Vision\\V1\\FaceAnnotation' => $vendorDir . '/google/cloud/Vision/src/V1/FaceAnnotation.php',
    'Google\\Cloud\\Vision\\V1\\FaceAnnotation\\Landmark' => $vendorDir . '/google/cloud/Vision/src/V1/FaceAnnotation/Landmark.php',
    'Google\\Cloud\\Vision\\V1\\FaceAnnotation\\Landmark\\Type' => $vendorDir . '/google/cloud/Vision/src/V1/FaceAnnotation/Landmark/Type.php',
    'Google\\Cloud\\Vision\\V1\\FaceAnnotation_Landmark' => $vendorDir . '/google/cloud/Vision/src/V1/FaceAnnotation_Landmark.php',
    'Google\\Cloud\\Vision\\V1\\FaceAnnotation_Landmark_Type' => $vendorDir . '/google/cloud/Vision/src/V1/FaceAnnotation_Landmark_Type.php',
    'Google\\Cloud\\Vision\\V1\\Feature' => $vendorDir . '/google/cloud/Vision/src/V1/Feature.php',
    'Google\\Cloud\\Vision\\V1\\Feature\\Type' => $vendorDir . '/google/cloud/Vision/src/V1/Feature/Type.php',
    'Google\\Cloud\\Vision\\V1\\Feature_Type' => $vendorDir . '/google/cloud/Vision/src/V1/Feature_Type.php',
    'Google\\Cloud\\Vision\\V1\\Gapic\\ImageAnnotatorGapicClient' => $vendorDir . '/google/cloud/Vision/src/V1/Gapic/ImageAnnotatorGapicClient.php',
    'Google\\Cloud\\Vision\\V1\\Gapic\\ProductSearchGapicClient' => $vendorDir . '/google/cloud/Vision/src/V1/Gapic/ProductSearchGapicClient.php',
    'Google\\Cloud\\Vision\\V1\\GcsDestination' => $vendorDir . '/google/cloud/Vision/src/V1/GcsDestination.php',
    'Google\\Cloud\\Vision\\V1\\GcsSource' => $vendorDir . '/google/cloud/Vision/src/V1/GcsSource.php',
    'Google\\Cloud\\Vision\\V1\\GetProductRequest' => $vendorDir . '/google/cloud/Vision/src/V1/GetProductRequest.php',
    'Google\\Cloud\\Vision\\V1\\GetProductSetRequest' => $vendorDir . '/google/cloud/Vision/src/V1/GetProductSetRequest.php',
    'Google\\Cloud\\Vision\\V1\\GetReferenceImageRequest' => $vendorDir . '/google/cloud/Vision/src/V1/GetReferenceImageRequest.php',
    'Google\\Cloud\\Vision\\V1\\Image' => $vendorDir . '/google/cloud/Vision/src/V1/Image.php',
    'Google\\Cloud\\Vision\\V1\\ImageAnnotationContext' => $vendorDir . '/google/cloud/Vision/src/V1/ImageAnnotationContext.php',
    'Google\\Cloud\\Vision\\V1\\ImageAnnotatorClient' => $vendorDir . '/google/cloud/Vision/src/V1/ImageAnnotatorClient.php',
    'Google\\Cloud\\Vision\\V1\\ImageAnnotatorGrpcClient' => $vendorDir . '/google/cloud/Vision/src/V1/ImageAnnotatorGrpcClient.php',
    'Google\\Cloud\\Vision\\V1\\ImageContext' => $vendorDir . '/google/cloud/Vision/src/V1/ImageContext.php',
    'Google\\Cloud\\Vision\\V1\\ImageProperties' => $vendorDir . '/google/cloud/Vision/src/V1/ImageProperties.php',
    'Google\\Cloud\\Vision\\V1\\ImageSource' => $vendorDir . '/google/cloud/Vision/src/V1/ImageSource.php',
    'Google\\Cloud\\Vision\\V1\\ImportProductSetsGcsSource' => $vendorDir . '/google/cloud/Vision/src/V1/ImportProductSetsGcsSource.php',
    'Google\\Cloud\\Vision\\V1\\ImportProductSetsInputConfig' => $vendorDir . '/google/cloud/Vision/src/V1/ImportProductSetsInputConfig.php',
    'Google\\Cloud\\Vision\\V1\\ImportProductSetsRequest' => $vendorDir . '/google/cloud/Vision/src/V1/ImportProductSetsRequest.php',
    'Google\\Cloud\\Vision\\V1\\ImportProductSetsResponse' => $vendorDir . '/google/cloud/Vision/src/V1/ImportProductSetsResponse.php',
    'Google\\Cloud\\Vision\\V1\\InputConfig' => $vendorDir . '/google/cloud/Vision/src/V1/InputConfig.php',
    'Google\\Cloud\\Vision\\V1\\LatLongRect' => $vendorDir . '/google/cloud/Vision/src/V1/LatLongRect.php',
    'Google\\Cloud\\Vision\\V1\\Likelihood' => $vendorDir . '/google/cloud/Vision/src/V1/Likelihood.php',
    'Google\\Cloud\\Vision\\V1\\ListProductSetsRequest' => $vendorDir . '/google/cloud/Vision/src/V1/ListProductSetsRequest.php',
    'Google\\Cloud\\Vision\\V1\\ListProductSetsResponse' => $vendorDir . '/google/cloud/Vision/src/V1/ListProductSetsResponse.php',
    'Google\\Cloud\\Vision\\V1\\ListProductsInProductSetRequest' => $vendorDir . '/google/cloud/Vision/src/V1/ListProductsInProductSetRequest.php',
    'Google\\Cloud\\Vision\\V1\\ListProductsInProductSetResponse' => $vendorDir . '/google/cloud/Vision/src/V1/ListProductsInProductSetResponse.php',
    'Google\\Cloud\\Vision\\V1\\ListProductsRequest' => $vendorDir . '/google/cloud/Vision/src/V1/ListProductsRequest.php',
    'Google\\Cloud\\Vision\\V1\\ListProductsResponse' => $vendorDir . '/google/cloud/Vision/src/V1/ListProductsResponse.php',
    'Google\\Cloud\\Vision\\V1\\ListReferenceImagesRequest' => $vendorDir . '/google/cloud/Vision/src/V1/ListReferenceImagesRequest.php',
    'Google\\Cloud\\Vision\\V1\\ListReferenceImagesResponse' => $vendorDir . '/google/cloud/Vision/src/V1/ListReferenceImagesResponse.php',
    'Google\\Cloud\\Vision\\V1\\LocalizedObjectAnnotation' => $vendorDir . '/google/cloud/Vision/src/V1/LocalizedObjectAnnotation.php',
    'Google\\Cloud\\Vision\\V1\\LocationInfo' => $vendorDir . '/google/cloud/Vision/src/V1/LocationInfo.php',
    'Google\\Cloud\\Vision\\V1\\NormalizedVertex' => $vendorDir . '/google/cloud/Vision/src/V1/NormalizedVertex.php',
    'Google\\Cloud\\Vision\\V1\\OperationMetadata' => $vendorDir . '/google/cloud/Vision/src/V1/OperationMetadata.php',
    'Google\\Cloud\\Vision\\V1\\OperationMetadata\\State' => $vendorDir . '/google/cloud/Vision/src/V1/OperationMetadata/State.php',
    'Google\\Cloud\\Vision\\V1\\OperationMetadata_State' => $vendorDir . '/google/cloud/Vision/src/V1/OperationMetadata_State.php',
    'Google\\Cloud\\Vision\\V1\\OutputConfig' => $vendorDir . '/google/cloud/Vision/src/V1/OutputConfig.php',
    'Google\\Cloud\\Vision\\V1\\Page' => $vendorDir . '/google/cloud/Vision/src/V1/Page.php',
    'Google\\Cloud\\Vision\\V1\\Paragraph' => $vendorDir . '/google/cloud/Vision/src/V1/Paragraph.php',
    'Google\\Cloud\\Vision\\V1\\Position' => $vendorDir . '/google/cloud/Vision/src/V1/Position.php',
    'Google\\Cloud\\Vision\\V1\\Product' => $vendorDir . '/google/cloud/Vision/src/V1/Product.php',
    'Google\\Cloud\\Vision\\V1\\ProductSearchClient' => $vendorDir . '/google/cloud/Vision/src/V1/ProductSearchClient.php',
    'Google\\Cloud\\Vision\\V1\\ProductSearchGrpcClient' => $vendorDir . '/google/cloud/Vision/src/V1/ProductSearchGrpcClient.php',
    'Google\\Cloud\\Vision\\V1\\ProductSearchParams' => $vendorDir . '/google/cloud/Vision/src/V1/ProductSearchParams.php',
    'Google\\Cloud\\Vision\\V1\\ProductSearchResults' => $vendorDir . '/google/cloud/Vision/src/V1/ProductSearchResults.php',
    'Google\\Cloud\\Vision\\V1\\ProductSearchResults\\GroupedResult' => $vendorDir . '/google/cloud/Vision/src/V1/ProductSearchResults/GroupedResult.php',
    'Google\\Cloud\\Vision\\V1\\ProductSearchResults\\ObjectAnnotation' => $vendorDir . '/google/cloud/Vision/src/V1/ProductSearchResults/ObjectAnnotation.php',
    'Google\\Cloud\\Vision\\V1\\ProductSearchResults\\Result' => $vendorDir . '/google/cloud/Vision/src/V1/ProductSearchResults/Result.php',
    'Google\\Cloud\\Vision\\V1\\ProductSearchResults_GroupedResult' => $vendorDir . '/google/cloud/Vision/src/V1/ProductSearchResults_GroupedResult.php',
    'Google\\Cloud\\Vision\\V1\\ProductSearchResults_ObjectAnnotation' => $vendorDir . '/google/cloud/Vision/src/V1/ProductSearchResults_ObjectAnnotation.php',
    'Google\\Cloud\\Vision\\V1\\ProductSearchResults_Result' => $vendorDir . '/google/cloud/Vision/src/V1/ProductSearchResults_Result.php',
    'Google\\Cloud\\Vision\\V1\\ProductSet' => $vendorDir . '/google/cloud/Vision/src/V1/ProductSet.php',
    'Google\\Cloud\\Vision\\V1\\ProductSetPurgeConfig' => $vendorDir . '/google/cloud/Vision/src/V1/ProductSetPurgeConfig.php',
    'Google\\Cloud\\Vision\\V1\\Product\\KeyValue' => $vendorDir . '/google/cloud/Vision/src/V1/Product/KeyValue.php',
    'Google\\Cloud\\Vision\\V1\\Product_KeyValue' => $vendorDir . '/google/cloud/Vision/src/V1/Product_KeyValue.php',
    'Google\\Cloud\\Vision\\V1\\Property' => $vendorDir . '/google/cloud/Vision/src/V1/Property.php',
    'Google\\Cloud\\Vision\\V1\\PurgeProductsRequest' => $vendorDir . '/google/cloud/Vision/src/V1/PurgeProductsRequest.php',
    'Google\\Cloud\\Vision\\V1\\ReferenceImage' => $vendorDir . '/google/cloud/Vision/src/V1/ReferenceImage.php',
    'Google\\Cloud\\Vision\\V1\\RemoveProductFromProductSetRequest' => $vendorDir . '/google/cloud/Vision/src/V1/RemoveProductFromProductSetRequest.php',
    'Google\\Cloud\\Vision\\V1\\SafeSearchAnnotation' => $vendorDir . '/google/cloud/Vision/src/V1/SafeSearchAnnotation.php',
    'Google\\Cloud\\Vision\\V1\\Symbol' => $vendorDir . '/google/cloud/Vision/src/V1/Symbol.php',
    'Google\\Cloud\\Vision\\V1\\TextAnnotation' => $vendorDir . '/google/cloud/Vision/src/V1/TextAnnotation.php',
    'Google\\Cloud\\Vision\\V1\\TextAnnotation\\DetectedBreak' => $vendorDir . '/google/cloud/Vision/src/V1/TextAnnotation/DetectedBreak.php',
    'Google\\Cloud\\Vision\\V1\\TextAnnotation\\DetectedBreak\\BreakType' => $vendorDir . '/google/cloud/Vision/src/V1/TextAnnotation/DetectedBreak/BreakType.php',
    'Google\\Cloud\\Vision\\V1\\TextAnnotation\\DetectedLanguage' => $vendorDir . '/google/cloud/Vision/src/V1/TextAnnotation/DetectedLanguage.php',
    'Google\\Cloud\\Vision\\V1\\TextAnnotation\\TextProperty' => $vendorDir . '/google/cloud/Vision/src/V1/TextAnnotation/TextProperty.php',
    'Google\\Cloud\\Vision\\V1\\TextAnnotation_DetectedBreak' => $vendorDir . '/google/cloud/Vision/src/V1/TextAnnotation_DetectedBreak.php',
    'Google\\Cloud\\Vision\\V1\\TextAnnotation_DetectedBreak_BreakType' => $vendorDir . '/google/cloud/Vision/src/V1/TextAnnotation_DetectedBreak_BreakType.php',
    'Google\\Cloud\\Vision\\V1\\TextAnnotation_DetectedLanguage' => $vendorDir . '/google/cloud/Vision/src/V1/TextAnnotation_DetectedLanguage.php',
    'Google\\Cloud\\Vision\\V1\\TextAnnotation_TextProperty' => $vendorDir . '/google/cloud/Vision/src/V1/TextAnnotation_TextProperty.php',
    'Google\\Cloud\\Vision\\V1\\TextDetectionParams' => $vendorDir . '/google/cloud/Vision/src/V1/TextDetectionParams.php',
    'Google\\Cloud\\Vision\\V1\\UpdateProductRequest' => $vendorDir . '/google/cloud/Vision/src/V1/UpdateProductRequest.php',
    'Google\\Cloud\\Vision\\V1\\UpdateProductSetRequest' => $vendorDir . '/google/cloud/Vision/src/V1/UpdateProductSetRequest.php',
    'Google\\Cloud\\Vision\\V1\\Vertex' => $vendorDir . '/google/cloud/Vision/src/V1/Vertex.php',
    'Google\\Cloud\\Vision\\V1\\WebDetection' => $vendorDir . '/google/cloud/Vision/src/V1/WebDetection.php',
    'Google\\Cloud\\Vision\\V1\\WebDetectionParams' => $vendorDir . '/google/cloud/Vision/src/V1/WebDetectionParams.php',
    'Google\\Cloud\\Vision\\V1\\WebDetection\\WebEntity' => $vendorDir . '/google/cloud/Vision/src/V1/WebDetection/WebEntity.php',
    'Google\\Cloud\\Vision\\V1\\WebDetection\\WebImage' => $vendorDir . '/google/cloud/Vision/src/V1/WebDetection/WebImage.php',
    'Google\\Cloud\\Vision\\V1\\WebDetection\\WebLabel' => $vendorDir . '/google/cloud/Vision/src/V1/WebDetection/WebLabel.php',
    'Google\\Cloud\\Vision\\V1\\WebDetection\\WebPage' => $vendorDir . '/google/cloud/Vision/src/V1/WebDetection/WebPage.php',
    'Google\\Cloud\\Vision\\V1\\WebDetection_WebEntity' => $vendorDir . '/google/cloud/Vision/src/V1/WebDetection_WebEntity.php',
    'Google\\Cloud\\Vision\\V1\\WebDetection_WebImage' => $vendorDir . '/google/cloud/Vision/src/V1/WebDetection_WebImage.php',
    'Google\\Cloud\\Vision\\V1\\WebDetection_WebLabel' => $vendorDir . '/google/cloud/Vision/src/V1/WebDetection_WebLabel.php',
    'Google\\Cloud\\Vision\\V1\\WebDetection_WebPage' => $vendorDir . '/google/cloud/Vision/src/V1/WebDetection_WebPage.php',
    'Google\\Cloud\\Vision\\V1\\Word' => $vendorDir . '/google/cloud/Vision/src/V1/Word.php',
    'Google\\Cloud\\Vision\\VisionClient' => $vendorDir . '/google/cloud/Vision/src/VisionClient.php',
    'Google\\Cloud\\Vision\\VisionHelpersTrait' => $vendorDir . '/google/cloud/Vision/src/VisionHelpersTrait.php',
    'Google\\Cloud\\VmwareEngine\\V1\\Cluster' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/Cluster.php',
    'Google\\Cloud\\VmwareEngine\\V1\\Cluster\\State' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/Cluster/State.php',
    'Google\\Cloud\\VmwareEngine\\V1\\CreateClusterRequest' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/CreateClusterRequest.php',
    'Google\\Cloud\\VmwareEngine\\V1\\CreateHcxActivationKeyRequest' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/CreateHcxActivationKeyRequest.php',
    'Google\\Cloud\\VmwareEngine\\V1\\CreateNetworkPolicyRequest' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/CreateNetworkPolicyRequest.php',
    'Google\\Cloud\\VmwareEngine\\V1\\CreatePrivateCloudRequest' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/CreatePrivateCloudRequest.php',
    'Google\\Cloud\\VmwareEngine\\V1\\CreateVmwareEngineNetworkRequest' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/CreateVmwareEngineNetworkRequest.php',
    'Google\\Cloud\\VmwareEngine\\V1\\Credentials' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/Credentials.php',
    'Google\\Cloud\\VmwareEngine\\V1\\DeleteClusterRequest' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/DeleteClusterRequest.php',
    'Google\\Cloud\\VmwareEngine\\V1\\DeleteNetworkPolicyRequest' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/DeleteNetworkPolicyRequest.php',
    'Google\\Cloud\\VmwareEngine\\V1\\DeletePrivateCloudRequest' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/DeletePrivateCloudRequest.php',
    'Google\\Cloud\\VmwareEngine\\V1\\DeleteVmwareEngineNetworkRequest' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/DeleteVmwareEngineNetworkRequest.php',
    'Google\\Cloud\\VmwareEngine\\V1\\Gapic\\VmwareEngineGapicClient' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/Gapic/VmwareEngineGapicClient.php',
    'Google\\Cloud\\VmwareEngine\\V1\\GetClusterRequest' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/GetClusterRequest.php',
    'Google\\Cloud\\VmwareEngine\\V1\\GetHcxActivationKeyRequest' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/GetHcxActivationKeyRequest.php',
    'Google\\Cloud\\VmwareEngine\\V1\\GetNetworkPolicyRequest' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/GetNetworkPolicyRequest.php',
    'Google\\Cloud\\VmwareEngine\\V1\\GetNodeTypeRequest' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/GetNodeTypeRequest.php',
    'Google\\Cloud\\VmwareEngine\\V1\\GetPrivateCloudRequest' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/GetPrivateCloudRequest.php',
    'Google\\Cloud\\VmwareEngine\\V1\\GetVmwareEngineNetworkRequest' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/GetVmwareEngineNetworkRequest.php',
    'Google\\Cloud\\VmwareEngine\\V1\\Hcx' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/Hcx.php',
    'Google\\Cloud\\VmwareEngine\\V1\\HcxActivationKey' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/HcxActivationKey.php',
    'Google\\Cloud\\VmwareEngine\\V1\\HcxActivationKey\\State' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/HcxActivationKey/State.php',
    'Google\\Cloud\\VmwareEngine\\V1\\Hcx\\State' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/Hcx/State.php',
    'Google\\Cloud\\VmwareEngine\\V1\\ListClustersRequest' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/ListClustersRequest.php',
    'Google\\Cloud\\VmwareEngine\\V1\\ListClustersResponse' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/ListClustersResponse.php',
    'Google\\Cloud\\VmwareEngine\\V1\\ListHcxActivationKeysRequest' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/ListHcxActivationKeysRequest.php',
    'Google\\Cloud\\VmwareEngine\\V1\\ListHcxActivationKeysResponse' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/ListHcxActivationKeysResponse.php',
    'Google\\Cloud\\VmwareEngine\\V1\\ListNetworkPoliciesRequest' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/ListNetworkPoliciesRequest.php',
    'Google\\Cloud\\VmwareEngine\\V1\\ListNetworkPoliciesResponse' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/ListNetworkPoliciesResponse.php',
    'Google\\Cloud\\VmwareEngine\\V1\\ListNodeTypesRequest' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/ListNodeTypesRequest.php',
    'Google\\Cloud\\VmwareEngine\\V1\\ListNodeTypesResponse' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/ListNodeTypesResponse.php',
    'Google\\Cloud\\VmwareEngine\\V1\\ListPrivateCloudsRequest' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/ListPrivateCloudsRequest.php',
    'Google\\Cloud\\VmwareEngine\\V1\\ListPrivateCloudsResponse' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/ListPrivateCloudsResponse.php',
    'Google\\Cloud\\VmwareEngine\\V1\\ListSubnetsRequest' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/ListSubnetsRequest.php',
    'Google\\Cloud\\VmwareEngine\\V1\\ListSubnetsResponse' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/ListSubnetsResponse.php',
    'Google\\Cloud\\VmwareEngine\\V1\\ListVmwareEngineNetworksRequest' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/ListVmwareEngineNetworksRequest.php',
    'Google\\Cloud\\VmwareEngine\\V1\\ListVmwareEngineNetworksResponse' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/ListVmwareEngineNetworksResponse.php',
    'Google\\Cloud\\VmwareEngine\\V1\\NetworkConfig' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/NetworkConfig.php',
    'Google\\Cloud\\VmwareEngine\\V1\\NetworkPolicy' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/NetworkPolicy.php',
    'Google\\Cloud\\VmwareEngine\\V1\\NetworkPolicy\\NetworkService' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/NetworkPolicy/NetworkService.php',
    'Google\\Cloud\\VmwareEngine\\V1\\NetworkPolicy\\NetworkService\\State' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/NetworkPolicy/NetworkService/State.php',
    'Google\\Cloud\\VmwareEngine\\V1\\NodeType' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/NodeType.php',
    'Google\\Cloud\\VmwareEngine\\V1\\NodeTypeConfig' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/NodeTypeConfig.php',
    'Google\\Cloud\\VmwareEngine\\V1\\Nsx' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/Nsx.php',
    'Google\\Cloud\\VmwareEngine\\V1\\Nsx\\State' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/Nsx/State.php',
    'Google\\Cloud\\VmwareEngine\\V1\\OperationMetadata' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/OperationMetadata.php',
    'Google\\Cloud\\VmwareEngine\\V1\\PrivateCloud' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/PrivateCloud.php',
    'Google\\Cloud\\VmwareEngine\\V1\\PrivateCloud\\ManagementCluster' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/PrivateCloud/ManagementCluster.php',
    'Google\\Cloud\\VmwareEngine\\V1\\PrivateCloud\\State' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/PrivateCloud/State.php',
    'Google\\Cloud\\VmwareEngine\\V1\\ResetNsxCredentialsRequest' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/ResetNsxCredentialsRequest.php',
    'Google\\Cloud\\VmwareEngine\\V1\\ResetVcenterCredentialsRequest' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/ResetVcenterCredentialsRequest.php',
    'Google\\Cloud\\VmwareEngine\\V1\\ShowNsxCredentialsRequest' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/ShowNsxCredentialsRequest.php',
    'Google\\Cloud\\VmwareEngine\\V1\\ShowVcenterCredentialsRequest' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/ShowVcenterCredentialsRequest.php',
    'Google\\Cloud\\VmwareEngine\\V1\\Subnet' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/Subnet.php',
    'Google\\Cloud\\VmwareEngine\\V1\\Subnet\\State' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/Subnet/State.php',
    'Google\\Cloud\\VmwareEngine\\V1\\UndeletePrivateCloudRequest' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/UndeletePrivateCloudRequest.php',
    'Google\\Cloud\\VmwareEngine\\V1\\UpdateClusterRequest' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/UpdateClusterRequest.php',
    'Google\\Cloud\\VmwareEngine\\V1\\UpdateNetworkPolicyRequest' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/UpdateNetworkPolicyRequest.php',
    'Google\\Cloud\\VmwareEngine\\V1\\UpdatePrivateCloudRequest' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/UpdatePrivateCloudRequest.php',
    'Google\\Cloud\\VmwareEngine\\V1\\UpdateVmwareEngineNetworkRequest' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/UpdateVmwareEngineNetworkRequest.php',
    'Google\\Cloud\\VmwareEngine\\V1\\Vcenter' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/Vcenter.php',
    'Google\\Cloud\\VmwareEngine\\V1\\Vcenter\\State' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/Vcenter/State.php',
    'Google\\Cloud\\VmwareEngine\\V1\\VmwareEngineClient' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/VmwareEngineClient.php',
    'Google\\Cloud\\VmwareEngine\\V1\\VmwareEngineNetwork' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/VmwareEngineNetwork.php',
    'Google\\Cloud\\VmwareEngine\\V1\\VmwareEngineNetwork\\State' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/VmwareEngineNetwork/State.php',
    'Google\\Cloud\\VmwareEngine\\V1\\VmwareEngineNetwork\\Type' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/VmwareEngineNetwork/Type.php',
    'Google\\Cloud\\VmwareEngine\\V1\\VmwareEngineNetwork\\VpcNetwork' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/VmwareEngineNetwork/VpcNetwork.php',
    'Google\\Cloud\\VmwareEngine\\V1\\VmwareEngineNetwork\\VpcNetwork\\Type' => $vendorDir . '/google/cloud/VmwareEngine/src/V1/VmwareEngineNetwork/VpcNetwork/Type.php',
    'Google\\Cloud\\VpcAccess\\V1\\Connector' => $vendorDir . '/google/cloud/VpcAccess/src/V1/Connector.php',
    'Google\\Cloud\\VpcAccess\\V1\\Connector\\State' => $vendorDir . '/google/cloud/VpcAccess/src/V1/Connector/State.php',
    'Google\\Cloud\\VpcAccess\\V1\\Connector\\Subnet' => $vendorDir . '/google/cloud/VpcAccess/src/V1/Connector/Subnet.php',
    'Google\\Cloud\\VpcAccess\\V1\\CreateConnectorRequest' => $vendorDir . '/google/cloud/VpcAccess/src/V1/CreateConnectorRequest.php',
    'Google\\Cloud\\VpcAccess\\V1\\DeleteConnectorRequest' => $vendorDir . '/google/cloud/VpcAccess/src/V1/DeleteConnectorRequest.php',
    'Google\\Cloud\\VpcAccess\\V1\\Gapic\\VpcAccessServiceGapicClient' => $vendorDir . '/google/cloud/VpcAccess/src/V1/Gapic/VpcAccessServiceGapicClient.php',
    'Google\\Cloud\\VpcAccess\\V1\\GetConnectorRequest' => $vendorDir . '/google/cloud/VpcAccess/src/V1/GetConnectorRequest.php',
    'Google\\Cloud\\VpcAccess\\V1\\ListConnectorsRequest' => $vendorDir . '/google/cloud/VpcAccess/src/V1/ListConnectorsRequest.php',
    'Google\\Cloud\\VpcAccess\\V1\\ListConnectorsResponse' => $vendorDir . '/google/cloud/VpcAccess/src/V1/ListConnectorsResponse.php',
    'Google\\Cloud\\VpcAccess\\V1\\OperationMetadata' => $vendorDir . '/google/cloud/VpcAccess/src/V1/OperationMetadata.php',
    'Google\\Cloud\\VpcAccess\\V1\\VpcAccessServiceClient' => $vendorDir . '/google/cloud/VpcAccess/src/V1/VpcAccessServiceClient.php',
    'Google\\Cloud\\WebRisk\\V1\\CompressionType' => $vendorDir . '/google/cloud/WebRisk/src/V1/CompressionType.php',
    'Google\\Cloud\\WebRisk\\V1\\ComputeThreatListDiffRequest' => $vendorDir . '/google/cloud/WebRisk/src/V1/ComputeThreatListDiffRequest.php',
    'Google\\Cloud\\WebRisk\\V1\\ComputeThreatListDiffRequest\\Constraints' => $vendorDir . '/google/cloud/WebRisk/src/V1/ComputeThreatListDiffRequest/Constraints.php',
    'Google\\Cloud\\WebRisk\\V1\\ComputeThreatListDiffRequest_Constraints' => $vendorDir . '/google/cloud/WebRisk/src/V1/ComputeThreatListDiffRequest_Constraints.php',
    'Google\\Cloud\\WebRisk\\V1\\ComputeThreatListDiffResponse' => $vendorDir . '/google/cloud/WebRisk/src/V1/ComputeThreatListDiffResponse.php',
    'Google\\Cloud\\WebRisk\\V1\\ComputeThreatListDiffResponse\\Checksum' => $vendorDir . '/google/cloud/WebRisk/src/V1/ComputeThreatListDiffResponse/Checksum.php',
    'Google\\Cloud\\WebRisk\\V1\\ComputeThreatListDiffResponse\\ResponseType' => $vendorDir . '/google/cloud/WebRisk/src/V1/ComputeThreatListDiffResponse/ResponseType.php',
    'Google\\Cloud\\WebRisk\\V1\\ComputeThreatListDiffResponse_Checksum' => $vendorDir . '/google/cloud/WebRisk/src/V1/ComputeThreatListDiffResponse_Checksum.php',
    'Google\\Cloud\\WebRisk\\V1\\ComputeThreatListDiffResponse_ResponseType' => $vendorDir . '/google/cloud/WebRisk/src/V1/ComputeThreatListDiffResponse_ResponseType.php',
    'Google\\Cloud\\WebRisk\\V1\\CreateSubmissionRequest' => $vendorDir . '/google/cloud/WebRisk/src/V1/CreateSubmissionRequest.php',
    'Google\\Cloud\\WebRisk\\V1\\Gapic\\WebRiskServiceGapicClient' => $vendorDir . '/google/cloud/WebRisk/src/V1/Gapic/WebRiskServiceGapicClient.php',
    'Google\\Cloud\\WebRisk\\V1\\RawHashes' => $vendorDir . '/google/cloud/WebRisk/src/V1/RawHashes.php',
    'Google\\Cloud\\WebRisk\\V1\\RawIndices' => $vendorDir . '/google/cloud/WebRisk/src/V1/RawIndices.php',
    'Google\\Cloud\\WebRisk\\V1\\RiceDeltaEncoding' => $vendorDir . '/google/cloud/WebRisk/src/V1/RiceDeltaEncoding.php',
    'Google\\Cloud\\WebRisk\\V1\\SearchHashesRequest' => $vendorDir . '/google/cloud/WebRisk/src/V1/SearchHashesRequest.php',
    'Google\\Cloud\\WebRisk\\V1\\SearchHashesResponse' => $vendorDir . '/google/cloud/WebRisk/src/V1/SearchHashesResponse.php',
    'Google\\Cloud\\WebRisk\\V1\\SearchHashesResponse\\ThreatHash' => $vendorDir . '/google/cloud/WebRisk/src/V1/SearchHashesResponse/ThreatHash.php',
    'Google\\Cloud\\WebRisk\\V1\\SearchHashesResponse_ThreatHash' => $vendorDir . '/google/cloud/WebRisk/src/V1/SearchHashesResponse_ThreatHash.php',
    'Google\\Cloud\\WebRisk\\V1\\SearchUrisRequest' => $vendorDir . '/google/cloud/WebRisk/src/V1/SearchUrisRequest.php',
    'Google\\Cloud\\WebRisk\\V1\\SearchUrisResponse' => $vendorDir . '/google/cloud/WebRisk/src/V1/SearchUrisResponse.php',
    'Google\\Cloud\\WebRisk\\V1\\SearchUrisResponse\\ThreatUri' => $vendorDir . '/google/cloud/WebRisk/src/V1/SearchUrisResponse/ThreatUri.php',
    'Google\\Cloud\\WebRisk\\V1\\SearchUrisResponse_ThreatUri' => $vendorDir . '/google/cloud/WebRisk/src/V1/SearchUrisResponse_ThreatUri.php',
    'Google\\Cloud\\WebRisk\\V1\\Submission' => $vendorDir . '/google/cloud/WebRisk/src/V1/Submission.php',
    'Google\\Cloud\\WebRisk\\V1\\ThreatEntryAdditions' => $vendorDir . '/google/cloud/WebRisk/src/V1/ThreatEntryAdditions.php',
    'Google\\Cloud\\WebRisk\\V1\\ThreatEntryRemovals' => $vendorDir . '/google/cloud/WebRisk/src/V1/ThreatEntryRemovals.php',
    'Google\\Cloud\\WebRisk\\V1\\ThreatType' => $vendorDir . '/google/cloud/WebRisk/src/V1/ThreatType.php',
    'Google\\Cloud\\WebRisk\\V1\\WebRiskServiceClient' => $vendorDir . '/google/cloud/WebRisk/src/V1/WebRiskServiceClient.php',
    'Google\\Cloud\\WebRisk\\V1\\WebRiskServiceGrpcClient' => $vendorDir . '/google/cloud/WebRisk/src/V1/WebRiskServiceGrpcClient.php',
    'Google\\Cloud\\WebRisk\\V1beta1\\CompressionType' => $vendorDir . '/google/cloud/WebRisk/src/V1beta1/CompressionType.php',
    'Google\\Cloud\\WebRisk\\V1beta1\\ComputeThreatListDiffRequest' => $vendorDir . '/google/cloud/WebRisk/src/V1beta1/ComputeThreatListDiffRequest.php',
    'Google\\Cloud\\WebRisk\\V1beta1\\ComputeThreatListDiffRequest\\Constraints' => $vendorDir . '/google/cloud/WebRisk/src/V1beta1/ComputeThreatListDiffRequest/Constraints.php',
    'Google\\Cloud\\WebRisk\\V1beta1\\ComputeThreatListDiffRequest_Constraints' => $vendorDir . '/google/cloud/WebRisk/src/V1beta1/ComputeThreatListDiffRequest_Constraints.php',
    'Google\\Cloud\\WebRisk\\V1beta1\\ComputeThreatListDiffResponse' => $vendorDir . '/google/cloud/WebRisk/src/V1beta1/ComputeThreatListDiffResponse.php',
    'Google\\Cloud\\WebRisk\\V1beta1\\ComputeThreatListDiffResponse\\Checksum' => $vendorDir . '/google/cloud/WebRisk/src/V1beta1/ComputeThreatListDiffResponse/Checksum.php',
    'Google\\Cloud\\WebRisk\\V1beta1\\ComputeThreatListDiffResponse\\ResponseType' => $vendorDir . '/google/cloud/WebRisk/src/V1beta1/ComputeThreatListDiffResponse/ResponseType.php',
    'Google\\Cloud\\WebRisk\\V1beta1\\ComputeThreatListDiffResponse_Checksum' => $vendorDir . '/google/cloud/WebRisk/src/V1beta1/ComputeThreatListDiffResponse_Checksum.php',
    'Google\\Cloud\\WebRisk\\V1beta1\\ComputeThreatListDiffResponse_ResponseType' => $vendorDir . '/google/cloud/WebRisk/src/V1beta1/ComputeThreatListDiffResponse_ResponseType.php',
    'Google\\Cloud\\WebRisk\\V1beta1\\Gapic\\WebRiskServiceV1Beta1GapicClient' => $vendorDir . '/google/cloud/WebRisk/src/V1beta1/Gapic/WebRiskServiceV1Beta1GapicClient.php',
    'Google\\Cloud\\WebRisk\\V1beta1\\RawHashes' => $vendorDir . '/google/cloud/WebRisk/src/V1beta1/RawHashes.php',
    'Google\\Cloud\\WebRisk\\V1beta1\\RawIndices' => $vendorDir . '/google/cloud/WebRisk/src/V1beta1/RawIndices.php',
    'Google\\Cloud\\WebRisk\\V1beta1\\RiceDeltaEncoding' => $vendorDir . '/google/cloud/WebRisk/src/V1beta1/RiceDeltaEncoding.php',
    'Google\\Cloud\\WebRisk\\V1beta1\\SearchHashesRequest' => $vendorDir . '/google/cloud/WebRisk/src/V1beta1/SearchHashesRequest.php',
    'Google\\Cloud\\WebRisk\\V1beta1\\SearchHashesResponse' => $vendorDir . '/google/cloud/WebRisk/src/V1beta1/SearchHashesResponse.php',
    'Google\\Cloud\\WebRisk\\V1beta1\\SearchHashesResponse\\ThreatHash' => $vendorDir . '/google/cloud/WebRisk/src/V1beta1/SearchHashesResponse/ThreatHash.php',
    'Google\\Cloud\\WebRisk\\V1beta1\\SearchHashesResponse_ThreatHash' => $vendorDir . '/google/cloud/WebRisk/src/V1beta1/SearchHashesResponse_ThreatHash.php',
    'Google\\Cloud\\WebRisk\\V1beta1\\SearchUrisRequest' => $vendorDir . '/google/cloud/WebRisk/src/V1beta1/SearchUrisRequest.php',
    'Google\\Cloud\\WebRisk\\V1beta1\\SearchUrisResponse' => $vendorDir . '/google/cloud/WebRisk/src/V1beta1/SearchUrisResponse.php',
    'Google\\Cloud\\WebRisk\\V1beta1\\SearchUrisResponse\\ThreatUri' => $vendorDir . '/google/cloud/WebRisk/src/V1beta1/SearchUrisResponse/ThreatUri.php',
    'Google\\Cloud\\WebRisk\\V1beta1\\SearchUrisResponse_ThreatUri' => $vendorDir . '/google/cloud/WebRisk/src/V1beta1/SearchUrisResponse_ThreatUri.php',
    'Google\\Cloud\\WebRisk\\V1beta1\\ThreatEntryAdditions' => $vendorDir . '/google/cloud/WebRisk/src/V1beta1/ThreatEntryAdditions.php',
    'Google\\Cloud\\WebRisk\\V1beta1\\ThreatEntryRemovals' => $vendorDir . '/google/cloud/WebRisk/src/V1beta1/ThreatEntryRemovals.php',
    'Google\\Cloud\\WebRisk\\V1beta1\\ThreatType' => $vendorDir . '/google/cloud/WebRisk/src/V1beta1/ThreatType.php',
    'Google\\Cloud\\WebRisk\\V1beta1\\WebRiskServiceV1Beta1Client' => $vendorDir . '/google/cloud/WebRisk/src/V1beta1/WebRiskServiceV1Beta1Client.php',
    'Google\\Cloud\\WebRisk\\V1beta1\\WebRiskServiceV1Beta1GrpcClient' => $vendorDir . '/google/cloud/WebRisk/src/V1beta1/WebRiskServiceV1Beta1GrpcClient.php',
    'Google\\Cloud\\WebSecurityScanner\\V1beta\\CrawledUrl' => $vendorDir . '/google/cloud/WebSecurityScanner/src/V1beta/CrawledUrl.php',
    'Google\\Cloud\\WebSecurityScanner\\V1beta\\CreateScanConfigRequest' => $vendorDir . '/google/cloud/WebSecurityScanner/src/V1beta/CreateScanConfigRequest.php',
    'Google\\Cloud\\WebSecurityScanner\\V1beta\\DeleteScanConfigRequest' => $vendorDir . '/google/cloud/WebSecurityScanner/src/V1beta/DeleteScanConfigRequest.php',
    'Google\\Cloud\\WebSecurityScanner\\V1beta\\Finding' => $vendorDir . '/google/cloud/WebSecurityScanner/src/V1beta/Finding.php',
    'Google\\Cloud\\WebSecurityScanner\\V1beta\\FindingTypeStats' => $vendorDir . '/google/cloud/WebSecurityScanner/src/V1beta/FindingTypeStats.php',
    'Google\\Cloud\\WebSecurityScanner\\V1beta\\Form' => $vendorDir . '/google/cloud/WebSecurityScanner/src/V1beta/Form.php',
    'Google\\Cloud\\WebSecurityScanner\\V1beta\\Gapic\\WebSecurityScannerGapicClient' => $vendorDir . '/google/cloud/WebSecurityScanner/src/V1beta/Gapic/WebSecurityScannerGapicClient.php',
    'Google\\Cloud\\WebSecurityScanner\\V1beta\\GetFindingRequest' => $vendorDir . '/google/cloud/WebSecurityScanner/src/V1beta/GetFindingRequest.php',
    'Google\\Cloud\\WebSecurityScanner\\V1beta\\GetScanConfigRequest' => $vendorDir . '/google/cloud/WebSecurityScanner/src/V1beta/GetScanConfigRequest.php',
    'Google\\Cloud\\WebSecurityScanner\\V1beta\\GetScanRunRequest' => $vendorDir . '/google/cloud/WebSecurityScanner/src/V1beta/GetScanRunRequest.php',
    'Google\\Cloud\\WebSecurityScanner\\V1beta\\ListCrawledUrlsRequest' => $vendorDir . '/google/cloud/WebSecurityScanner/src/V1beta/ListCrawledUrlsRequest.php',
    'Google\\Cloud\\WebSecurityScanner\\V1beta\\ListCrawledUrlsResponse' => $vendorDir . '/google/cloud/WebSecurityScanner/src/V1beta/ListCrawledUrlsResponse.php',
    'Google\\Cloud\\WebSecurityScanner\\V1beta\\ListFindingTypeStatsRequest' => $vendorDir . '/google/cloud/WebSecurityScanner/src/V1beta/ListFindingTypeStatsRequest.php',
    'Google\\Cloud\\WebSecurityScanner\\V1beta\\ListFindingTypeStatsResponse' => $vendorDir . '/google/cloud/WebSecurityScanner/src/V1beta/ListFindingTypeStatsResponse.php',
    'Google\\Cloud\\WebSecurityScanner\\V1beta\\ListFindingsRequest' => $vendorDir . '/google/cloud/WebSecurityScanner/src/V1beta/ListFindingsRequest.php',
    'Google\\Cloud\\WebSecurityScanner\\V1beta\\ListFindingsResponse' => $vendorDir . '/google/cloud/WebSecurityScanner/src/V1beta/ListFindingsResponse.php',
    'Google\\Cloud\\WebSecurityScanner\\V1beta\\ListScanConfigsRequest' => $vendorDir . '/google/cloud/WebSecurityScanner/src/V1beta/ListScanConfigsRequest.php',
    'Google\\Cloud\\WebSecurityScanner\\V1beta\\ListScanConfigsResponse' => $vendorDir . '/google/cloud/WebSecurityScanner/src/V1beta/ListScanConfigsResponse.php',
    'Google\\Cloud\\WebSecurityScanner\\V1beta\\ListScanRunsRequest' => $vendorDir . '/google/cloud/WebSecurityScanner/src/V1beta/ListScanRunsRequest.php',
    'Google\\Cloud\\WebSecurityScanner\\V1beta\\ListScanRunsResponse' => $vendorDir . '/google/cloud/WebSecurityScanner/src/V1beta/ListScanRunsResponse.php',
    'Google\\Cloud\\WebSecurityScanner\\V1beta\\OutdatedLibrary' => $vendorDir . '/google/cloud/WebSecurityScanner/src/V1beta/OutdatedLibrary.php',
    'Google\\Cloud\\WebSecurityScanner\\V1beta\\ScanConfig' => $vendorDir . '/google/cloud/WebSecurityScanner/src/V1beta/ScanConfig.php',
    'Google\\Cloud\\WebSecurityScanner\\V1beta\\ScanConfigError' => $vendorDir . '/google/cloud/WebSecurityScanner/src/V1beta/ScanConfigError.php',
    'Google\\Cloud\\WebSecurityScanner\\V1beta\\ScanConfigError\\Code' => $vendorDir . '/google/cloud/WebSecurityScanner/src/V1beta/ScanConfigError/Code.php',
    'Google\\Cloud\\WebSecurityScanner\\V1beta\\ScanConfig\\Authentication' => $vendorDir . '/google/cloud/WebSecurityScanner/src/V1beta/ScanConfig/Authentication.php',
    'Google\\Cloud\\WebSecurityScanner\\V1beta\\ScanConfig\\Authentication\\CustomAccount' => $vendorDir . '/google/cloud/WebSecurityScanner/src/V1beta/ScanConfig/Authentication/CustomAccount.php',
    'Google\\Cloud\\WebSecurityScanner\\V1beta\\ScanConfig\\Authentication\\GoogleAccount' => $vendorDir . '/google/cloud/WebSecurityScanner/src/V1beta/ScanConfig/Authentication/GoogleAccount.php',
    'Google\\Cloud\\WebSecurityScanner\\V1beta\\ScanConfig\\ExportToSecurityCommandCenter' => $vendorDir . '/google/cloud/WebSecurityScanner/src/V1beta/ScanConfig/ExportToSecurityCommandCenter.php',
    'Google\\Cloud\\WebSecurityScanner\\V1beta\\ScanConfig\\RiskLevel' => $vendorDir . '/google/cloud/WebSecurityScanner/src/V1beta/ScanConfig/RiskLevel.php',
    'Google\\Cloud\\WebSecurityScanner\\V1beta\\ScanConfig\\Schedule' => $vendorDir . '/google/cloud/WebSecurityScanner/src/V1beta/ScanConfig/Schedule.php',
    'Google\\Cloud\\WebSecurityScanner\\V1beta\\ScanConfig\\TargetPlatform' => $vendorDir . '/google/cloud/WebSecurityScanner/src/V1beta/ScanConfig/TargetPlatform.php',
    'Google\\Cloud\\WebSecurityScanner\\V1beta\\ScanConfig\\UserAgent' => $vendorDir . '/google/cloud/WebSecurityScanner/src/V1beta/ScanConfig/UserAgent.php',
    'Google\\Cloud\\WebSecurityScanner\\V1beta\\ScanRun' => $vendorDir . '/google/cloud/WebSecurityScanner/src/V1beta/ScanRun.php',
    'Google\\Cloud\\WebSecurityScanner\\V1beta\\ScanRunErrorTrace' => $vendorDir . '/google/cloud/WebSecurityScanner/src/V1beta/ScanRunErrorTrace.php',
    'Google\\Cloud\\WebSecurityScanner\\V1beta\\ScanRunErrorTrace\\Code' => $vendorDir . '/google/cloud/WebSecurityScanner/src/V1beta/ScanRunErrorTrace/Code.php',
    'Google\\Cloud\\WebSecurityScanner\\V1beta\\ScanRunWarningTrace' => $vendorDir . '/google/cloud/WebSecurityScanner/src/V1beta/ScanRunWarningTrace.php',
    'Google\\Cloud\\WebSecurityScanner\\V1beta\\ScanRunWarningTrace\\Code' => $vendorDir . '/google/cloud/WebSecurityScanner/src/V1beta/ScanRunWarningTrace/Code.php',
    'Google\\Cloud\\WebSecurityScanner\\V1beta\\ScanRun\\ExecutionState' => $vendorDir . '/google/cloud/WebSecurityScanner/src/V1beta/ScanRun/ExecutionState.php',
    'Google\\Cloud\\WebSecurityScanner\\V1beta\\ScanRun\\ResultState' => $vendorDir . '/google/cloud/WebSecurityScanner/src/V1beta/ScanRun/ResultState.php',
    'Google\\Cloud\\WebSecurityScanner\\V1beta\\StartScanRunRequest' => $vendorDir . '/google/cloud/WebSecurityScanner/src/V1beta/StartScanRunRequest.php',
    'Google\\Cloud\\WebSecurityScanner\\V1beta\\StopScanRunRequest' => $vendorDir . '/google/cloud/WebSecurityScanner/src/V1beta/StopScanRunRequest.php',
    'Google\\Cloud\\WebSecurityScanner\\V1beta\\UpdateScanConfigRequest' => $vendorDir . '/google/cloud/WebSecurityScanner/src/V1beta/UpdateScanConfigRequest.php',
    'Google\\Cloud\\WebSecurityScanner\\V1beta\\ViolatingResource' => $vendorDir . '/google/cloud/WebSecurityScanner/src/V1beta/ViolatingResource.php',
    'Google\\Cloud\\WebSecurityScanner\\V1beta\\VulnerableHeaders' => $vendorDir . '/google/cloud/WebSecurityScanner/src/V1beta/VulnerableHeaders.php',
    'Google\\Cloud\\WebSecurityScanner\\V1beta\\VulnerableHeaders\\Header' => $vendorDir . '/google/cloud/WebSecurityScanner/src/V1beta/VulnerableHeaders/Header.php',
    'Google\\Cloud\\WebSecurityScanner\\V1beta\\VulnerableParameters' => $vendorDir . '/google/cloud/WebSecurityScanner/src/V1beta/VulnerableParameters.php',
    'Google\\Cloud\\WebSecurityScanner\\V1beta\\WebSecurityScannerClient' => $vendorDir . '/google/cloud/WebSecurityScanner/src/V1beta/WebSecurityScannerClient.php',
    'Google\\Cloud\\WebSecurityScanner\\V1beta\\WebSecurityScannerGrpcClient' => $vendorDir . '/google/cloud/WebSecurityScanner/src/V1beta/WebSecurityScannerGrpcClient.php',
    'Google\\Cloud\\WebSecurityScanner\\V1beta\\Xss' => $vendorDir . '/google/cloud/WebSecurityScanner/src/V1beta/Xss.php',
    'Google\\Cloud\\Workflows\\Executions\\V1beta\\CancelExecutionRequest' => $vendorDir . '/google/cloud/Workflows/src/Executions/V1beta/CancelExecutionRequest.php',
    'Google\\Cloud\\Workflows\\Executions\\V1beta\\CreateExecutionRequest' => $vendorDir . '/google/cloud/Workflows/src/Executions/V1beta/CreateExecutionRequest.php',
    'Google\\Cloud\\Workflows\\Executions\\V1beta\\Execution' => $vendorDir . '/google/cloud/Workflows/src/Executions/V1beta/Execution.php',
    'Google\\Cloud\\Workflows\\Executions\\V1beta\\ExecutionView' => $vendorDir . '/google/cloud/Workflows/src/Executions/V1beta/ExecutionView.php',
    'Google\\Cloud\\Workflows\\Executions\\V1beta\\Execution\\Error' => $vendorDir . '/google/cloud/Workflows/src/Executions/V1beta/Execution/Error.php',
    'Google\\Cloud\\Workflows\\Executions\\V1beta\\Execution\\State' => $vendorDir . '/google/cloud/Workflows/src/Executions/V1beta/Execution/State.php',
    'Google\\Cloud\\Workflows\\Executions\\V1beta\\ExecutionsClient' => $vendorDir . '/google/cloud/Workflows/src/Executions/V1beta/ExecutionsClient.php',
    'Google\\Cloud\\Workflows\\Executions\\V1beta\\ExecutionsGrpcClient' => $vendorDir . '/google/cloud/Workflows/src/Executions/V1beta/ExecutionsGrpcClient.php',
    'Google\\Cloud\\Workflows\\Executions\\V1beta\\Gapic\\ExecutionsGapicClient' => $vendorDir . '/google/cloud/Workflows/src/Executions/V1beta/Gapic/ExecutionsGapicClient.php',
    'Google\\Cloud\\Workflows\\Executions\\V1beta\\GetExecutionRequest' => $vendorDir . '/google/cloud/Workflows/src/Executions/V1beta/GetExecutionRequest.php',
    'Google\\Cloud\\Workflows\\Executions\\V1beta\\ListExecutionsRequest' => $vendorDir . '/google/cloud/Workflows/src/Executions/V1beta/ListExecutionsRequest.php',
    'Google\\Cloud\\Workflows\\Executions\\V1beta\\ListExecutionsResponse' => $vendorDir . '/google/cloud/Workflows/src/Executions/V1beta/ListExecutionsResponse.php',
    'Google\\Cloud\\Workflows\\V1beta\\CreateWorkflowRequest' => $vendorDir . '/google/cloud/Workflows/src/V1beta/CreateWorkflowRequest.php',
    'Google\\Cloud\\Workflows\\V1beta\\DeleteWorkflowRequest' => $vendorDir . '/google/cloud/Workflows/src/V1beta/DeleteWorkflowRequest.php',
    'Google\\Cloud\\Workflows\\V1beta\\Gapic\\WorkflowsGapicClient' => $vendorDir . '/google/cloud/Workflows/src/V1beta/Gapic/WorkflowsGapicClient.php',
    'Google\\Cloud\\Workflows\\V1beta\\GetWorkflowRequest' => $vendorDir . '/google/cloud/Workflows/src/V1beta/GetWorkflowRequest.php',
    'Google\\Cloud\\Workflows\\V1beta\\ListWorkflowsRequest' => $vendorDir . '/google/cloud/Workflows/src/V1beta/ListWorkflowsRequest.php',
    'Google\\Cloud\\Workflows\\V1beta\\ListWorkflowsResponse' => $vendorDir . '/google/cloud/Workflows/src/V1beta/ListWorkflowsResponse.php',
    'Google\\Cloud\\Workflows\\V1beta\\OperationMetadata' => $vendorDir . '/google/cloud/Workflows/src/V1beta/OperationMetadata.php',
    'Google\\Cloud\\Workflows\\V1beta\\UpdateWorkflowRequest' => $vendorDir . '/google/cloud/Workflows/src/V1beta/UpdateWorkflowRequest.php',
    'Google\\Cloud\\Workflows\\V1beta\\Workflow' => $vendorDir . '/google/cloud/Workflows/src/V1beta/Workflow.php',
    'Google\\Cloud\\Workflows\\V1beta\\Workflow\\State' => $vendorDir . '/google/cloud/Workflows/src/V1beta/Workflow/State.php',
    'Google\\Cloud\\Workflows\\V1beta\\WorkflowsClient' => $vendorDir . '/google/cloud/Workflows/src/V1beta/WorkflowsClient.php',
    'Google\\Cloud\\Workflows\\V1beta\\WorkflowsGrpcClient' => $vendorDir . '/google/cloud/Workflows/src/V1beta/WorkflowsGrpcClient.php',
    'Google\\Iam\\V1\\Logging\\AuditData' => $vendorDir . '/google/common-protos/src/Iam/V1/Logging/AuditData.php',
    'Google\\Identity\\AccessContextManager\\Type\\DeviceEncryptionStatus' => $vendorDir . '/google/cloud/AccessContextManager/src/Type/DeviceEncryptionStatus.php',
    'Google\\Identity\\AccessContextManager\\Type\\DeviceManagementLevel' => $vendorDir . '/google/cloud/AccessContextManager/src/Type/DeviceManagementLevel.php',
    'Google\\Identity\\AccessContextManager\\Type\\OsType' => $vendorDir . '/google/cloud/AccessContextManager/src/Type/OsType.php',
    'Google\\Identity\\AccessContextManager\\V1\\AccessContextManagerClient' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/AccessContextManagerClient.php',
    'Google\\Identity\\AccessContextManager\\V1\\AccessContextManagerGrpcClient' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/AccessContextManagerGrpcClient.php',
    'Google\\Identity\\AccessContextManager\\V1\\AccessContextManagerOperationMetadata' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/AccessContextManagerOperationMetadata.php',
    'Google\\Identity\\AccessContextManager\\V1\\AccessLevel' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/AccessLevel.php',
    'Google\\Identity\\AccessContextManager\\V1\\AccessPolicy' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/AccessPolicy.php',
    'Google\\Identity\\AccessContextManager\\V1\\BasicLevel' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/BasicLevel.php',
    'Google\\Identity\\AccessContextManager\\V1\\BasicLevel\\ConditionCombiningFunction' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/BasicLevel/ConditionCombiningFunction.php',
    'Google\\Identity\\AccessContextManager\\V1\\BasicLevel_ConditionCombiningFunction' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/BasicLevel_ConditionCombiningFunction.php',
    'Google\\Identity\\AccessContextManager\\V1\\CommitServicePerimetersRequest' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/CommitServicePerimetersRequest.php',
    'Google\\Identity\\AccessContextManager\\V1\\CommitServicePerimetersResponse' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/CommitServicePerimetersResponse.php',
    'Google\\Identity\\AccessContextManager\\V1\\Condition' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/Condition.php',
    'Google\\Identity\\AccessContextManager\\V1\\CreateAccessLevelRequest' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/CreateAccessLevelRequest.php',
    'Google\\Identity\\AccessContextManager\\V1\\CreateGcpUserAccessBindingRequest' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/CreateGcpUserAccessBindingRequest.php',
    'Google\\Identity\\AccessContextManager\\V1\\CreateServicePerimeterRequest' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/CreateServicePerimeterRequest.php',
    'Google\\Identity\\AccessContextManager\\V1\\CustomLevel' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/CustomLevel.php',
    'Google\\Identity\\AccessContextManager\\V1\\DeleteAccessLevelRequest' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/DeleteAccessLevelRequest.php',
    'Google\\Identity\\AccessContextManager\\V1\\DeleteAccessPolicyRequest' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/DeleteAccessPolicyRequest.php',
    'Google\\Identity\\AccessContextManager\\V1\\DeleteGcpUserAccessBindingRequest' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/DeleteGcpUserAccessBindingRequest.php',
    'Google\\Identity\\AccessContextManager\\V1\\DeleteServicePerimeterRequest' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/DeleteServicePerimeterRequest.php',
    'Google\\Identity\\AccessContextManager\\V1\\DevicePolicy' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/DevicePolicy.php',
    'Google\\Identity\\AccessContextManager\\V1\\Gapic\\AccessContextManagerGapicClient' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/Gapic/AccessContextManagerGapicClient.php',
    'Google\\Identity\\AccessContextManager\\V1\\GcpUserAccessBinding' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/GcpUserAccessBinding.php',
    'Google\\Identity\\AccessContextManager\\V1\\GcpUserAccessBindingOperationMetadata' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/GcpUserAccessBindingOperationMetadata.php',
    'Google\\Identity\\AccessContextManager\\V1\\GetAccessLevelRequest' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/GetAccessLevelRequest.php',
    'Google\\Identity\\AccessContextManager\\V1\\GetAccessPolicyRequest' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/GetAccessPolicyRequest.php',
    'Google\\Identity\\AccessContextManager\\V1\\GetGcpUserAccessBindingRequest' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/GetGcpUserAccessBindingRequest.php',
    'Google\\Identity\\AccessContextManager\\V1\\GetServicePerimeterRequest' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/GetServicePerimeterRequest.php',
    'Google\\Identity\\AccessContextManager\\V1\\LevelFormat' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/LevelFormat.php',
    'Google\\Identity\\AccessContextManager\\V1\\ListAccessLevelsRequest' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/ListAccessLevelsRequest.php',
    'Google\\Identity\\AccessContextManager\\V1\\ListAccessLevelsResponse' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/ListAccessLevelsResponse.php',
    'Google\\Identity\\AccessContextManager\\V1\\ListAccessPoliciesRequest' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/ListAccessPoliciesRequest.php',
    'Google\\Identity\\AccessContextManager\\V1\\ListAccessPoliciesResponse' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/ListAccessPoliciesResponse.php',
    'Google\\Identity\\AccessContextManager\\V1\\ListGcpUserAccessBindingsRequest' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/ListGcpUserAccessBindingsRequest.php',
    'Google\\Identity\\AccessContextManager\\V1\\ListGcpUserAccessBindingsResponse' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/ListGcpUserAccessBindingsResponse.php',
    'Google\\Identity\\AccessContextManager\\V1\\ListServicePerimetersRequest' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/ListServicePerimetersRequest.php',
    'Google\\Identity\\AccessContextManager\\V1\\ListServicePerimetersResponse' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/ListServicePerimetersResponse.php',
    'Google\\Identity\\AccessContextManager\\V1\\OsConstraint' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/OsConstraint.php',
    'Google\\Identity\\AccessContextManager\\V1\\ReplaceAccessLevelsRequest' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/ReplaceAccessLevelsRequest.php',
    'Google\\Identity\\AccessContextManager\\V1\\ReplaceAccessLevelsResponse' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/ReplaceAccessLevelsResponse.php',
    'Google\\Identity\\AccessContextManager\\V1\\ReplaceServicePerimetersRequest' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/ReplaceServicePerimetersRequest.php',
    'Google\\Identity\\AccessContextManager\\V1\\ReplaceServicePerimetersResponse' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/ReplaceServicePerimetersResponse.php',
    'Google\\Identity\\AccessContextManager\\V1\\ServicePerimeter' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/ServicePerimeter.php',
    'Google\\Identity\\AccessContextManager\\V1\\ServicePerimeterConfig' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/ServicePerimeterConfig.php',
    'Google\\Identity\\AccessContextManager\\V1\\ServicePerimeterConfig\\ApiOperation' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/ServicePerimeterConfig/ApiOperation.php',
    'Google\\Identity\\AccessContextManager\\V1\\ServicePerimeterConfig\\EgressFrom' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/ServicePerimeterConfig/EgressFrom.php',
    'Google\\Identity\\AccessContextManager\\V1\\ServicePerimeterConfig\\EgressPolicy' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/ServicePerimeterConfig/EgressPolicy.php',
    'Google\\Identity\\AccessContextManager\\V1\\ServicePerimeterConfig\\EgressTo' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/ServicePerimeterConfig/EgressTo.php',
    'Google\\Identity\\AccessContextManager\\V1\\ServicePerimeterConfig\\IdentityType' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/ServicePerimeterConfig/IdentityType.php',
    'Google\\Identity\\AccessContextManager\\V1\\ServicePerimeterConfig\\IngressFrom' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/ServicePerimeterConfig/IngressFrom.php',
    'Google\\Identity\\AccessContextManager\\V1\\ServicePerimeterConfig\\IngressPolicy' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/ServicePerimeterConfig/IngressPolicy.php',
    'Google\\Identity\\AccessContextManager\\V1\\ServicePerimeterConfig\\IngressSource' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/ServicePerimeterConfig/IngressSource.php',
    'Google\\Identity\\AccessContextManager\\V1\\ServicePerimeterConfig\\IngressTo' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/ServicePerimeterConfig/IngressTo.php',
    'Google\\Identity\\AccessContextManager\\V1\\ServicePerimeterConfig\\MethodSelector' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/ServicePerimeterConfig/MethodSelector.php',
    'Google\\Identity\\AccessContextManager\\V1\\ServicePerimeterConfig\\VpcAccessibleServices' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/ServicePerimeterConfig/VpcAccessibleServices.php',
    'Google\\Identity\\AccessContextManager\\V1\\ServicePerimeterConfig_ApiOperation' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/ServicePerimeterConfig_ApiOperation.php',
    'Google\\Identity\\AccessContextManager\\V1\\ServicePerimeterConfig_EgressFrom' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/ServicePerimeterConfig_EgressFrom.php',
    'Google\\Identity\\AccessContextManager\\V1\\ServicePerimeterConfig_EgressPolicy' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/ServicePerimeterConfig_EgressPolicy.php',
    'Google\\Identity\\AccessContextManager\\V1\\ServicePerimeterConfig_EgressTo' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/ServicePerimeterConfig_EgressTo.php',
    'Google\\Identity\\AccessContextManager\\V1\\ServicePerimeterConfig_IdentityType' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/ServicePerimeterConfig_IdentityType.php',
    'Google\\Identity\\AccessContextManager\\V1\\ServicePerimeterConfig_IngressFrom' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/ServicePerimeterConfig_IngressFrom.php',
    'Google\\Identity\\AccessContextManager\\V1\\ServicePerimeterConfig_IngressPolicy' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/ServicePerimeterConfig_IngressPolicy.php',
    'Google\\Identity\\AccessContextManager\\V1\\ServicePerimeterConfig_IngressSource' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/ServicePerimeterConfig_IngressSource.php',
    'Google\\Identity\\AccessContextManager\\V1\\ServicePerimeterConfig_IngressTo' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/ServicePerimeterConfig_IngressTo.php',
    'Google\\Identity\\AccessContextManager\\V1\\ServicePerimeterConfig_MethodSelector' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/ServicePerimeterConfig_MethodSelector.php',
    'Google\\Identity\\AccessContextManager\\V1\\ServicePerimeterConfig_VpcAccessibleServices' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/ServicePerimeterConfig_VpcAccessibleServices.php',
    'Google\\Identity\\AccessContextManager\\V1\\ServicePerimeter\\PerimeterType' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/ServicePerimeter/PerimeterType.php',
    'Google\\Identity\\AccessContextManager\\V1\\ServicePerimeter_PerimeterType' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/ServicePerimeter_PerimeterType.php',
    'Google\\Identity\\AccessContextManager\\V1\\UpdateAccessLevelRequest' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/UpdateAccessLevelRequest.php',
    'Google\\Identity\\AccessContextManager\\V1\\UpdateAccessPolicyRequest' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/UpdateAccessPolicyRequest.php',
    'Google\\Identity\\AccessContextManager\\V1\\UpdateGcpUserAccessBindingRequest' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/UpdateGcpUserAccessBindingRequest.php',
    'Google\\Identity\\AccessContextManager\\V1\\UpdateServicePerimeterRequest' => $vendorDir . '/google/cloud/AccessContextManager/src/V1/UpdateServicePerimeterRequest.php',
    'Google\\LongRunning\\CancelOperationRequest' => $vendorDir . '/google/cloud/LongRunning/src/LongRunning/CancelOperationRequest.php',
    'Google\\LongRunning\\DeleteOperationRequest' => $vendorDir . '/google/cloud/LongRunning/src/LongRunning/DeleteOperationRequest.php',
    'Google\\LongRunning\\GetOperationRequest' => $vendorDir . '/google/cloud/LongRunning/src/LongRunning/GetOperationRequest.php',
    'Google\\LongRunning\\ListOperationsRequest' => $vendorDir . '/google/cloud/LongRunning/src/LongRunning/ListOperationsRequest.php',
    'Google\\LongRunning\\ListOperationsResponse' => $vendorDir . '/google/cloud/LongRunning/src/LongRunning/ListOperationsResponse.php',
    'Google\\LongRunning\\Operation' => $vendorDir . '/google/cloud/LongRunning/src/LongRunning/Operation.php',
    'Google\\LongRunning\\OperationInfo' => $vendorDir . '/google/cloud/LongRunning/src/LongRunning/OperationInfo.php',
    'Google\\LongRunning\\OperationsGrpcClient' => $vendorDir . '/google/cloud/LongRunning/src/LongRunning/OperationsGrpcClient.php',
    'Google\\LongRunning\\WaitOperationRequest' => $vendorDir . '/google/cloud/LongRunning/src/LongRunning/WaitOperationRequest.php',
    'Google\\Protobuf\\Any' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Any.php',
    'Google\\Protobuf\\Api' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Api.php',
    'Google\\Protobuf\\BoolValue' => $vendorDir . '/google/protobuf/src/Google/Protobuf/BoolValue.php',
    'Google\\Protobuf\\BytesValue' => $vendorDir . '/google/protobuf/src/Google/Protobuf/BytesValue.php',
    'Google\\Protobuf\\Descriptor' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Descriptor.php',
    'Google\\Protobuf\\DescriptorPool' => $vendorDir . '/google/protobuf/src/Google/Protobuf/DescriptorPool.php',
    'Google\\Protobuf\\DoubleValue' => $vendorDir . '/google/protobuf/src/Google/Protobuf/DoubleValue.php',
    'Google\\Protobuf\\Duration' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Duration.php',
    'Google\\Protobuf\\Enum' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Enum.php',
    'Google\\Protobuf\\EnumDescriptor' => $vendorDir . '/google/protobuf/src/Google/Protobuf/EnumDescriptor.php',
    'Google\\Protobuf\\EnumValue' => $vendorDir . '/google/protobuf/src/Google/Protobuf/EnumValue.php',
    'Google\\Protobuf\\EnumValueDescriptor' => $vendorDir . '/google/protobuf/src/Google/Protobuf/EnumValueDescriptor.php',
    'Google\\Protobuf\\Field' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Field.php',
    'Google\\Protobuf\\FieldDescriptor' => $vendorDir . '/google/protobuf/src/Google/Protobuf/FieldDescriptor.php',
    'Google\\Protobuf\\FieldMask' => $vendorDir . '/google/protobuf/src/Google/Protobuf/FieldMask.php',
    'Google\\Protobuf\\Field\\Cardinality' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Field/Cardinality.php',
    'Google\\Protobuf\\Field\\Kind' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Field/Kind.php',
    'Google\\Protobuf\\Field_Cardinality' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Field_Cardinality.php',
    'Google\\Protobuf\\Field_Kind' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Field_Kind.php',
    'Google\\Protobuf\\FloatValue' => $vendorDir . '/google/protobuf/src/Google/Protobuf/FloatValue.php',
    'Google\\Protobuf\\GPBEmpty' => $vendorDir . '/google/protobuf/src/Google/Protobuf/GPBEmpty.php',
    'Google\\Protobuf\\Int32Value' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Int32Value.php',
    'Google\\Protobuf\\Int64Value' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Int64Value.php',
    'Google\\Protobuf\\Internal\\AnyBase' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/AnyBase.php',
    'Google\\Protobuf\\Internal\\CodedInputStream' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/CodedInputStream.php',
    'Google\\Protobuf\\Internal\\CodedOutputStream' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/CodedOutputStream.php',
    'Google\\Protobuf\\Internal\\Descriptor' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/Descriptor.php',
    'Google\\Protobuf\\Internal\\DescriptorPool' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/DescriptorPool.php',
    'Google\\Protobuf\\Internal\\DescriptorProto' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto.php',
    'Google\\Protobuf\\Internal\\DescriptorProto\\ExtensionRange' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto/ExtensionRange.php',
    'Google\\Protobuf\\Internal\\DescriptorProto\\ReservedRange' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto/ReservedRange.php',
    'Google\\Protobuf\\Internal\\DescriptorProto_ExtensionRange' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto_ExtensionRange.php',
    'Google\\Protobuf\\Internal\\DescriptorProto_ReservedRange' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto_ReservedRange.php',
    'Google\\Protobuf\\Internal\\EnumBuilderContext' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/EnumBuilderContext.php',
    'Google\\Protobuf\\Internal\\EnumDescriptor' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/EnumDescriptor.php',
    'Google\\Protobuf\\Internal\\EnumDescriptorProto' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/EnumDescriptorProto.php',
    'Google\\Protobuf\\Internal\\EnumDescriptorProto\\EnumReservedRange' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/EnumDescriptorProto/EnumReservedRange.php',
    'Google\\Protobuf\\Internal\\EnumDescriptorProto_EnumReservedRange' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/EnumDescriptorProto_EnumReservedRange.php',
    'Google\\Protobuf\\Internal\\EnumOptions' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/EnumOptions.php',
    'Google\\Protobuf\\Internal\\EnumValueDescriptorProto' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/EnumValueDescriptorProto.php',
    'Google\\Protobuf\\Internal\\EnumValueOptions' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/EnumValueOptions.php',
    'Google\\Protobuf\\Internal\\ExtensionRangeOptions' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/ExtensionRangeOptions.php',
    'Google\\Protobuf\\Internal\\FieldDescriptor' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptor.php',
    'Google\\Protobuf\\Internal\\FieldDescriptorProto' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto.php',
    'Google\\Protobuf\\Internal\\FieldDescriptorProto\\Label' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto/Label.php',
    'Google\\Protobuf\\Internal\\FieldDescriptorProto\\Type' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto/Type.php',
    'Google\\Protobuf\\Internal\\FieldDescriptorProto_Label' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto_Label.php',
    'Google\\Protobuf\\Internal\\FieldDescriptorProto_Type' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto_Type.php',
    'Google\\Protobuf\\Internal\\FieldOptions' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FieldOptions.php',
    'Google\\Protobuf\\Internal\\FieldOptions\\CType' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FieldOptions/CType.php',
    'Google\\Protobuf\\Internal\\FieldOptions\\JSType' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FieldOptions/JSType.php',
    'Google\\Protobuf\\Internal\\FieldOptions_CType' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FieldOptions_CType.php',
    'Google\\Protobuf\\Internal\\FieldOptions_JSType' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FieldOptions_JSType.php',
    'Google\\Protobuf\\Internal\\FileDescriptor' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FileDescriptor.php',
    'Google\\Protobuf\\Internal\\FileDescriptorProto' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FileDescriptorProto.php',
    'Google\\Protobuf\\Internal\\FileDescriptorSet' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FileDescriptorSet.php',
    'Google\\Protobuf\\Internal\\FileOptions' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FileOptions.php',
    'Google\\Protobuf\\Internal\\FileOptions\\OptimizeMode' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FileOptions/OptimizeMode.php',
    'Google\\Protobuf\\Internal\\FileOptions_OptimizeMode' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FileOptions_OptimizeMode.php',
    'Google\\Protobuf\\Internal\\GPBDecodeException' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/GPBDecodeException.php',
    'Google\\Protobuf\\Internal\\GPBJsonWire' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/GPBJsonWire.php',
    'Google\\Protobuf\\Internal\\GPBLabel' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/GPBLabel.php',
    'Google\\Protobuf\\Internal\\GPBType' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/GPBType.php',
    'Google\\Protobuf\\Internal\\GPBUtil' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/GPBUtil.php',
    'Google\\Protobuf\\Internal\\GPBWire' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/GPBWire.php',
    'Google\\Protobuf\\Internal\\GPBWireType' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/GPBWireType.php',
    'Google\\Protobuf\\Internal\\GeneratedCodeInfo' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/GeneratedCodeInfo.php',
    'Google\\Protobuf\\Internal\\GeneratedCodeInfo\\Annotation' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/GeneratedCodeInfo/Annotation.php',
    'Google\\Protobuf\\Internal\\GeneratedCodeInfo_Annotation' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/GeneratedCodeInfo_Annotation.php',
    'Google\\Protobuf\\Internal\\GetPublicDescriptorTrait' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/GetPublicDescriptorTrait.php',
    'Google\\Protobuf\\Internal\\HasPublicDescriptorTrait' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/HasPublicDescriptorTrait.php',
    'Google\\Protobuf\\Internal\\MapEntry' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/MapEntry.php',
    'Google\\Protobuf\\Internal\\MapField' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/MapField.php',
    'Google\\Protobuf\\Internal\\MapFieldIter' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/MapFieldIter.php',
    'Google\\Protobuf\\Internal\\Message' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/Message.php',
    'Google\\Protobuf\\Internal\\MessageBuilderContext' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/MessageBuilderContext.php',
    'Google\\Protobuf\\Internal\\MessageOptions' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/MessageOptions.php',
    'Google\\Protobuf\\Internal\\MethodDescriptorProto' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/MethodDescriptorProto.php',
    'Google\\Protobuf\\Internal\\MethodOptions' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/MethodOptions.php',
    'Google\\Protobuf\\Internal\\MethodOptions\\IdempotencyLevel' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/MethodOptions/IdempotencyLevel.php',
    'Google\\Protobuf\\Internal\\MethodOptions_IdempotencyLevel' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/MethodOptions_IdempotencyLevel.php',
    'Google\\Protobuf\\Internal\\OneofDescriptor' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/OneofDescriptor.php',
    'Google\\Protobuf\\Internal\\OneofDescriptorProto' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/OneofDescriptorProto.php',
    'Google\\Protobuf\\Internal\\OneofField' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/OneofField.php',
    'Google\\Protobuf\\Internal\\OneofOptions' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/OneofOptions.php',
    'Google\\Protobuf\\Internal\\RawInputStream' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/RawInputStream.php',
    'Google\\Protobuf\\Internal\\RepeatedField' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/RepeatedField.php',
    'Google\\Protobuf\\Internal\\RepeatedFieldIter' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/RepeatedFieldIter.php',
    'Google\\Protobuf\\Internal\\ServiceDescriptorProto' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/ServiceDescriptorProto.php',
    'Google\\Protobuf\\Internal\\ServiceOptions' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/ServiceOptions.php',
    'Google\\Protobuf\\Internal\\SourceCodeInfo' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/SourceCodeInfo.php',
    'Google\\Protobuf\\Internal\\SourceCodeInfo\\Location' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/SourceCodeInfo/Location.php',
    'Google\\Protobuf\\Internal\\SourceCodeInfo_Location' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/SourceCodeInfo_Location.php',
    'Google\\Protobuf\\Internal\\TimestampBase' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/TimestampBase.php',
    'Google\\Protobuf\\Internal\\UninterpretedOption' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/UninterpretedOption.php',
    'Google\\Protobuf\\Internal\\UninterpretedOption\\NamePart' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/UninterpretedOption/NamePart.php',
    'Google\\Protobuf\\Internal\\UninterpretedOption_NamePart' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/UninterpretedOption_NamePart.php',
    'Google\\Protobuf\\ListValue' => $vendorDir . '/google/protobuf/src/Google/Protobuf/ListValue.php',
    'Google\\Protobuf\\Method' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Method.php',
    'Google\\Protobuf\\Mixin' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Mixin.php',
    'Google\\Protobuf\\NullValue' => $vendorDir . '/google/protobuf/src/Google/Protobuf/NullValue.php',
    'Google\\Protobuf\\OneofDescriptor' => $vendorDir . '/google/protobuf/src/Google/Protobuf/OneofDescriptor.php',
    'Google\\Protobuf\\Option' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Option.php',
    'Google\\Protobuf\\SourceContext' => $vendorDir . '/google/protobuf/src/Google/Protobuf/SourceContext.php',
    'Google\\Protobuf\\StringValue' => $vendorDir . '/google/protobuf/src/Google/Protobuf/StringValue.php',
    'Google\\Protobuf\\Struct' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Struct.php',
    'Google\\Protobuf\\Syntax' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Syntax.php',
    'Google\\Protobuf\\Timestamp' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Timestamp.php',
    'Google\\Protobuf\\Type' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Type.php',
    'Google\\Protobuf\\UInt32Value' => $vendorDir . '/google/protobuf/src/Google/Protobuf/UInt32Value.php',
    'Google\\Protobuf\\UInt64Value' => $vendorDir . '/google/protobuf/src/Google/Protobuf/UInt64Value.php',
    'Google\\Protobuf\\Value' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Value.php',
    'Google\\Rpc\\BadRequest' => $vendorDir . '/google/common-protos/src/Rpc/BadRequest.php',
    'Google\\Rpc\\BadRequest\\FieldViolation' => $vendorDir . '/google/common-protos/src/Rpc/BadRequest/FieldViolation.php',
    'Google\\Rpc\\BadRequest_FieldViolation' => $vendorDir . '/google/common-protos/src/Rpc/BadRequest_FieldViolation.php',
    'Google\\Rpc\\Code' => $vendorDir . '/google/common-protos/src/Rpc/Code.php',
    'Google\\Rpc\\DebugInfo' => $vendorDir . '/google/common-protos/src/Rpc/DebugInfo.php',
    'Google\\Rpc\\ErrorInfo' => $vendorDir . '/google/common-protos/src/Rpc/ErrorInfo.php',
    'Google\\Rpc\\Help' => $vendorDir . '/google/common-protos/src/Rpc/Help.php',
    'Google\\Rpc\\Help\\Link' => $vendorDir . '/google/common-protos/src/Rpc/Help/Link.php',
    'Google\\Rpc\\Help_Link' => $vendorDir . '/google/common-protos/src/Rpc/Help_Link.php',
    'Google\\Rpc\\LocalizedMessage' => $vendorDir . '/google/common-protos/src/Rpc/LocalizedMessage.php',
    'Google\\Rpc\\PreconditionFailure' => $vendorDir . '/google/common-protos/src/Rpc/PreconditionFailure.php',
    'Google\\Rpc\\PreconditionFailure\\Violation' => $vendorDir . '/google/common-protos/src/Rpc/PreconditionFailure/Violation.php',
    'Google\\Rpc\\PreconditionFailure_Violation' => $vendorDir . '/google/common-protos/src/Rpc/PreconditionFailure_Violation.php',
    'Google\\Rpc\\QuotaFailure' => $vendorDir . '/google/common-protos/src/Rpc/QuotaFailure.php',
    'Google\\Rpc\\QuotaFailure\\Violation' => $vendorDir . '/google/common-protos/src/Rpc/QuotaFailure/Violation.php',
    'Google\\Rpc\\QuotaFailure_Violation' => $vendorDir . '/google/common-protos/src/Rpc/QuotaFailure_Violation.php',
    'Google\\Rpc\\RequestInfo' => $vendorDir . '/google/common-protos/src/Rpc/RequestInfo.php',
    'Google\\Rpc\\ResourceInfo' => $vendorDir . '/google/common-protos/src/Rpc/ResourceInfo.php',
    'Google\\Rpc\\RetryInfo' => $vendorDir . '/google/common-protos/src/Rpc/RetryInfo.php',
    'Google\\Rpc\\Status' => $vendorDir . '/google/common-protos/src/Rpc/Status.php',
    'Google\\Type\\CalendarPeriod' => $vendorDir . '/google/common-protos/src/Type/CalendarPeriod.php',
    'Google\\Type\\Color' => $vendorDir . '/google/common-protos/src/Type/Color.php',
    'Google\\Type\\Date' => $vendorDir . '/google/common-protos/src/Type/Date.php',
    'Google\\Type\\DateTime' => $vendorDir . '/google/common-protos/src/Type/DateTime.php',
    'Google\\Type\\DayOfWeek' => $vendorDir . '/google/common-protos/src/Type/DayOfWeek.php',
    'Google\\Type\\Decimal' => $vendorDir . '/google/common-protos/src/Type/Decimal.php',
    'Google\\Type\\Expr' => $vendorDir . '/google/common-protos/src/Type/Expr.php',
    'Google\\Type\\Fraction' => $vendorDir . '/google/common-protos/src/Type/Fraction.php',
    'Google\\Type\\Interval' => $vendorDir . '/google/common-protos/src/Type/Interval.php',
    'Google\\Type\\LatLng' => $vendorDir . '/google/common-protos/src/Type/LatLng.php',
    'Google\\Type\\LocalizedText' => $vendorDir . '/google/common-protos/src/Type/LocalizedText.php',
    'Google\\Type\\Money' => $vendorDir . '/google/common-protos/src/Type/Money.php',
    'Google\\Type\\Month' => $vendorDir . '/google/common-protos/src/Type/Month.php',
    'Google\\Type\\PhoneNumber' => $vendorDir . '/google/common-protos/src/Type/PhoneNumber.php',
    'Google\\Type\\PhoneNumber\\ShortCode' => $vendorDir . '/google/common-protos/src/Type/PhoneNumber/ShortCode.php',
    'Google\\Type\\PostalAddress' => $vendorDir . '/google/common-protos/src/Type/PostalAddress.php',
    'Google\\Type\\Quaternion' => $vendorDir . '/google/common-protos/src/Type/Quaternion.php',
    'Google\\Type\\TimeOfDay' => $vendorDir . '/google/common-protos/src/Type/TimeOfDay.php',
    'Google\\Type\\TimeZone' => $vendorDir . '/google/common-protos/src/Type/TimeZone.php',
    'Grafeas\\V1\\AliasContext' => $vendorDir . '/google/cloud/Grafeas/src/V1/AliasContext.php',
    'Grafeas\\V1\\AliasContext\\Kind' => $vendorDir . '/google/cloud/Grafeas/src/V1/AliasContext/Kind.php',
    'Grafeas\\V1\\Architecture' => $vendorDir . '/google/cloud/Grafeas/src/V1/Architecture.php',
    'Grafeas\\V1\\Artifact' => $vendorDir . '/google/cloud/Grafeas/src/V1/Artifact.php',
    'Grafeas\\V1\\AttestationNote' => $vendorDir . '/google/cloud/Grafeas/src/V1/AttestationNote.php',
    'Grafeas\\V1\\AttestationNote\\Hint' => $vendorDir . '/google/cloud/Grafeas/src/V1/AttestationNote/Hint.php',
    'Grafeas\\V1\\AttestationOccurrence' => $vendorDir . '/google/cloud/Grafeas/src/V1/AttestationOccurrence.php',
    'Grafeas\\V1\\BatchCreateNotesRequest' => $vendorDir . '/google/cloud/Grafeas/src/V1/BatchCreateNotesRequest.php',
    'Grafeas\\V1\\BatchCreateNotesResponse' => $vendorDir . '/google/cloud/Grafeas/src/V1/BatchCreateNotesResponse.php',
    'Grafeas\\V1\\BatchCreateOccurrencesRequest' => $vendorDir . '/google/cloud/Grafeas/src/V1/BatchCreateOccurrencesRequest.php',
    'Grafeas\\V1\\BatchCreateOccurrencesResponse' => $vendorDir . '/google/cloud/Grafeas/src/V1/BatchCreateOccurrencesResponse.php',
    'Grafeas\\V1\\BuildNote' => $vendorDir . '/google/cloud/Grafeas/src/V1/BuildNote.php',
    'Grafeas\\V1\\BuildOccurrence' => $vendorDir . '/google/cloud/Grafeas/src/V1/BuildOccurrence.php',
    'Grafeas\\V1\\BuildProvenance' => $vendorDir . '/google/cloud/Grafeas/src/V1/BuildProvenance.php',
    'Grafeas\\V1\\BuilderConfig' => $vendorDir . '/google/cloud/Grafeas/src/V1/BuilderConfig.php',
    'Grafeas\\V1\\CVSS' => $vendorDir . '/google/cloud/Grafeas/src/V1/CVSS.php',
    'Grafeas\\V1\\CVSSVersion' => $vendorDir . '/google/cloud/Grafeas/src/V1/CVSSVersion.php',
    'Grafeas\\V1\\CVSS\\AttackComplexity' => $vendorDir . '/google/cloud/Grafeas/src/V1/CVSS/AttackComplexity.php',
    'Grafeas\\V1\\CVSS\\AttackVector' => $vendorDir . '/google/cloud/Grafeas/src/V1/CVSS/AttackVector.php',
    'Grafeas\\V1\\CVSS\\Authentication' => $vendorDir . '/google/cloud/Grafeas/src/V1/CVSS/Authentication.php',
    'Grafeas\\V1\\CVSS\\Impact' => $vendorDir . '/google/cloud/Grafeas/src/V1/CVSS/Impact.php',
    'Grafeas\\V1\\CVSS\\PrivilegesRequired' => $vendorDir . '/google/cloud/Grafeas/src/V1/CVSS/PrivilegesRequired.php',
    'Grafeas\\V1\\CVSS\\Scope' => $vendorDir . '/google/cloud/Grafeas/src/V1/CVSS/Scope.php',
    'Grafeas\\V1\\CVSS\\UserInteraction' => $vendorDir . '/google/cloud/Grafeas/src/V1/CVSS/UserInteraction.php',
    'Grafeas\\V1\\CVSSv3' => $vendorDir . '/google/cloud/Grafeas/src/V1/CVSSv3.php',
    'Grafeas\\V1\\CVSSv3\\AttackComplexity' => $vendorDir . '/google/cloud/Grafeas/src/V1/CVSSv3/AttackComplexity.php',
    'Grafeas\\V1\\CVSSv3\\AttackVector' => $vendorDir . '/google/cloud/Grafeas/src/V1/CVSSv3/AttackVector.php',
    'Grafeas\\V1\\CVSSv3\\Impact' => $vendorDir . '/google/cloud/Grafeas/src/V1/CVSSv3/Impact.php',
    'Grafeas\\V1\\CVSSv3\\PrivilegesRequired' => $vendorDir . '/google/cloud/Grafeas/src/V1/CVSSv3/PrivilegesRequired.php',
    'Grafeas\\V1\\CVSSv3\\Scope' => $vendorDir . '/google/cloud/Grafeas/src/V1/CVSSv3/Scope.php',
    'Grafeas\\V1\\CVSSv3\\UserInteraction' => $vendorDir . '/google/cloud/Grafeas/src/V1/CVSSv3/UserInteraction.php',
    'Grafeas\\V1\\CloudRepoSourceContext' => $vendorDir . '/google/cloud/Grafeas/src/V1/CloudRepoSourceContext.php',
    'Grafeas\\V1\\Command' => $vendorDir . '/google/cloud/Grafeas/src/V1/Command.php',
    'Grafeas\\V1\\Completeness' => $vendorDir . '/google/cloud/Grafeas/src/V1/Completeness.php',
    'Grafeas\\V1\\ComplianceNote' => $vendorDir . '/google/cloud/Grafeas/src/V1/ComplianceNote.php',
    'Grafeas\\V1\\ComplianceNote\\CisBenchmark' => $vendorDir . '/google/cloud/Grafeas/src/V1/ComplianceNote/CisBenchmark.php',
    'Grafeas\\V1\\ComplianceOccurrence' => $vendorDir . '/google/cloud/Grafeas/src/V1/ComplianceOccurrence.php',
    'Grafeas\\V1\\ComplianceVersion' => $vendorDir . '/google/cloud/Grafeas/src/V1/ComplianceVersion.php',
    'Grafeas\\V1\\CreateNoteRequest' => $vendorDir . '/google/cloud/Grafeas/src/V1/CreateNoteRequest.php',
    'Grafeas\\V1\\CreateOccurrenceRequest' => $vendorDir . '/google/cloud/Grafeas/src/V1/CreateOccurrenceRequest.php',
    'Grafeas\\V1\\DSSEAttestationNote' => $vendorDir . '/google/cloud/Grafeas/src/V1/DSSEAttestationNote.php',
    'Grafeas\\V1\\DSSEAttestationNote\\DSSEHint' => $vendorDir . '/google/cloud/Grafeas/src/V1/DSSEAttestationNote/DSSEHint.php',
    'Grafeas\\V1\\DSSEAttestationOccurrence' => $vendorDir . '/google/cloud/Grafeas/src/V1/DSSEAttestationOccurrence.php',
    'Grafeas\\V1\\DeleteNoteRequest' => $vendorDir . '/google/cloud/Grafeas/src/V1/DeleteNoteRequest.php',
    'Grafeas\\V1\\DeleteOccurrenceRequest' => $vendorDir . '/google/cloud/Grafeas/src/V1/DeleteOccurrenceRequest.php',
    'Grafeas\\V1\\DeploymentNote' => $vendorDir . '/google/cloud/Grafeas/src/V1/DeploymentNote.php',
    'Grafeas\\V1\\DeploymentOccurrence' => $vendorDir . '/google/cloud/Grafeas/src/V1/DeploymentOccurrence.php',
    'Grafeas\\V1\\DeploymentOccurrence\\Platform' => $vendorDir . '/google/cloud/Grafeas/src/V1/DeploymentOccurrence/Platform.php',
    'Grafeas\\V1\\Digest' => $vendorDir . '/google/cloud/Grafeas/src/V1/Digest.php',
    'Grafeas\\V1\\DiscoveryNote' => $vendorDir . '/google/cloud/Grafeas/src/V1/DiscoveryNote.php',
    'Grafeas\\V1\\DiscoveryOccurrence' => $vendorDir . '/google/cloud/Grafeas/src/V1/DiscoveryOccurrence.php',
    'Grafeas\\V1\\DiscoveryOccurrence\\AnalysisCompleted' => $vendorDir . '/google/cloud/Grafeas/src/V1/DiscoveryOccurrence/AnalysisCompleted.php',
    'Grafeas\\V1\\DiscoveryOccurrence\\AnalysisStatus' => $vendorDir . '/google/cloud/Grafeas/src/V1/DiscoveryOccurrence/AnalysisStatus.php',
    'Grafeas\\V1\\DiscoveryOccurrence\\ContinuousAnalysis' => $vendorDir . '/google/cloud/Grafeas/src/V1/DiscoveryOccurrence/ContinuousAnalysis.php',
    'Grafeas\\V1\\Distribution' => $vendorDir . '/google/cloud/Grafeas/src/V1/Distribution.php',
    'Grafeas\\V1\\Envelope' => $vendorDir . '/google/cloud/Grafeas/src/V1/Envelope.php',
    'Grafeas\\V1\\EnvelopeSignature' => $vendorDir . '/google/cloud/Grafeas/src/V1/EnvelopeSignature.php',
    'Grafeas\\V1\\FileHashes' => $vendorDir . '/google/cloud/Grafeas/src/V1/FileHashes.php',
    'Grafeas\\V1\\FileLocation' => $vendorDir . '/google/cloud/Grafeas/src/V1/FileLocation.php',
    'Grafeas\\V1\\Fingerprint' => $vendorDir . '/google/cloud/Grafeas/src/V1/Fingerprint.php',
    'Grafeas\\V1\\Gapic\\GrafeasGapicClient' => $vendorDir . '/google/cloud/Grafeas/src/V1/Gapic/GrafeasGapicClient.php',
    'Grafeas\\V1\\GerritSourceContext' => $vendorDir . '/google/cloud/Grafeas/src/V1/GerritSourceContext.php',
    'Grafeas\\V1\\GetNoteRequest' => $vendorDir . '/google/cloud/Grafeas/src/V1/GetNoteRequest.php',
    'Grafeas\\V1\\GetOccurrenceNoteRequest' => $vendorDir . '/google/cloud/Grafeas/src/V1/GetOccurrenceNoteRequest.php',
    'Grafeas\\V1\\GetOccurrenceRequest' => $vendorDir . '/google/cloud/Grafeas/src/V1/GetOccurrenceRequest.php',
    'Grafeas\\V1\\GitSourceContext' => $vendorDir . '/google/cloud/Grafeas/src/V1/GitSourceContext.php',
    'Grafeas\\V1\\GrafeasClient' => $vendorDir . '/google/cloud/Grafeas/src/V1/GrafeasClient.php',
    'Grafeas\\V1\\GrafeasGrpcClient' => $vendorDir . '/google/cloud/Grafeas/src/V1/GrafeasGrpcClient.php',
    'Grafeas\\V1\\Hash' => $vendorDir . '/google/cloud/Grafeas/src/V1/Hash.php',
    'Grafeas\\V1\\ImageNote' => $vendorDir . '/google/cloud/Grafeas/src/V1/ImageNote.php',
    'Grafeas\\V1\\ImageOccurrence' => $vendorDir . '/google/cloud/Grafeas/src/V1/ImageOccurrence.php',
    'Grafeas\\V1\\InTotoProvenance' => $vendorDir . '/google/cloud/Grafeas/src/V1/InTotoProvenance.php',
    'Grafeas\\V1\\InTotoStatement' => $vendorDir . '/google/cloud/Grafeas/src/V1/InTotoStatement.php',
    'Grafeas\\V1\\Jwt' => $vendorDir . '/google/cloud/Grafeas/src/V1/Jwt.php',
    'Grafeas\\V1\\Layer' => $vendorDir . '/google/cloud/Grafeas/src/V1/Layer.php',
    'Grafeas\\V1\\License' => $vendorDir . '/google/cloud/Grafeas/src/V1/License.php',
    'Grafeas\\V1\\ListNoteOccurrencesRequest' => $vendorDir . '/google/cloud/Grafeas/src/V1/ListNoteOccurrencesRequest.php',
    'Grafeas\\V1\\ListNoteOccurrencesResponse' => $vendorDir . '/google/cloud/Grafeas/src/V1/ListNoteOccurrencesResponse.php',
    'Grafeas\\V1\\ListNotesRequest' => $vendorDir . '/google/cloud/Grafeas/src/V1/ListNotesRequest.php',
    'Grafeas\\V1\\ListNotesResponse' => $vendorDir . '/google/cloud/Grafeas/src/V1/ListNotesResponse.php',
    'Grafeas\\V1\\ListOccurrencesRequest' => $vendorDir . '/google/cloud/Grafeas/src/V1/ListOccurrencesRequest.php',
    'Grafeas\\V1\\ListOccurrencesResponse' => $vendorDir . '/google/cloud/Grafeas/src/V1/ListOccurrencesResponse.php',
    'Grafeas\\V1\\Location' => $vendorDir . '/google/cloud/Grafeas/src/V1/Location.php',
    'Grafeas\\V1\\Metadata' => $vendorDir . '/google/cloud/Grafeas/src/V1/Metadata.php',
    'Grafeas\\V1\\NonCompliantFile' => $vendorDir . '/google/cloud/Grafeas/src/V1/NonCompliantFile.php',
    'Grafeas\\V1\\Note' => $vendorDir . '/google/cloud/Grafeas/src/V1/Note.php',
    'Grafeas\\V1\\NoteKind' => $vendorDir . '/google/cloud/Grafeas/src/V1/NoteKind.php',
    'Grafeas\\V1\\Occurrence' => $vendorDir . '/google/cloud/Grafeas/src/V1/Occurrence.php',
    'Grafeas\\V1\\PackageNote' => $vendorDir . '/google/cloud/Grafeas/src/V1/PackageNote.php',
    'Grafeas\\V1\\PackageOccurrence' => $vendorDir . '/google/cloud/Grafeas/src/V1/PackageOccurrence.php',
    'Grafeas\\V1\\ProjectRepoId' => $vendorDir . '/google/cloud/Grafeas/src/V1/ProjectRepoId.php',
    'Grafeas\\V1\\Recipe' => $vendorDir . '/google/cloud/Grafeas/src/V1/Recipe.php',
    'Grafeas\\V1\\RelatedUrl' => $vendorDir . '/google/cloud/Grafeas/src/V1/RelatedUrl.php',
    'Grafeas\\V1\\RepoId' => $vendorDir . '/google/cloud/Grafeas/src/V1/RepoId.php',
    'Grafeas\\V1\\Severity' => $vendorDir . '/google/cloud/Grafeas/src/V1/Severity.php',
    'Grafeas\\V1\\Signature' => $vendorDir . '/google/cloud/Grafeas/src/V1/Signature.php',
    'Grafeas\\V1\\SlsaProvenance' => $vendorDir . '/google/cloud/Grafeas/src/V1/SlsaProvenance.php',
    'Grafeas\\V1\\SlsaProvenanceZeroTwo' => $vendorDir . '/google/cloud/Grafeas/src/V1/SlsaProvenanceZeroTwo.php',
    'Grafeas\\V1\\SlsaProvenanceZeroTwo\\SlsaBuilder' => $vendorDir . '/google/cloud/Grafeas/src/V1/SlsaProvenanceZeroTwo/SlsaBuilder.php',
    'Grafeas\\V1\\SlsaProvenanceZeroTwo\\SlsaCompleteness' => $vendorDir . '/google/cloud/Grafeas/src/V1/SlsaProvenanceZeroTwo/SlsaCompleteness.php',
    'Grafeas\\V1\\SlsaProvenanceZeroTwo\\SlsaConfigSource' => $vendorDir . '/google/cloud/Grafeas/src/V1/SlsaProvenanceZeroTwo/SlsaConfigSource.php',
    'Grafeas\\V1\\SlsaProvenanceZeroTwo\\SlsaInvocation' => $vendorDir . '/google/cloud/Grafeas/src/V1/SlsaProvenanceZeroTwo/SlsaInvocation.php',
    'Grafeas\\V1\\SlsaProvenanceZeroTwo\\SlsaMaterial' => $vendorDir . '/google/cloud/Grafeas/src/V1/SlsaProvenanceZeroTwo/SlsaMaterial.php',
    'Grafeas\\V1\\SlsaProvenanceZeroTwo\\SlsaMetadata' => $vendorDir . '/google/cloud/Grafeas/src/V1/SlsaProvenanceZeroTwo/SlsaMetadata.php',
    'Grafeas\\V1\\SlsaProvenance\\Material' => $vendorDir . '/google/cloud/Grafeas/src/V1/SlsaProvenance/Material.php',
    'Grafeas\\V1\\SlsaProvenance\\SlsaBuilder' => $vendorDir . '/google/cloud/Grafeas/src/V1/SlsaProvenance/SlsaBuilder.php',
    'Grafeas\\V1\\SlsaProvenance\\SlsaCompleteness' => $vendorDir . '/google/cloud/Grafeas/src/V1/SlsaProvenance/SlsaCompleteness.php',
    'Grafeas\\V1\\SlsaProvenance\\SlsaMetadata' => $vendorDir . '/google/cloud/Grafeas/src/V1/SlsaProvenance/SlsaMetadata.php',
    'Grafeas\\V1\\SlsaProvenance\\SlsaRecipe' => $vendorDir . '/google/cloud/Grafeas/src/V1/SlsaProvenance/SlsaRecipe.php',
    'Grafeas\\V1\\Source' => $vendorDir . '/google/cloud/Grafeas/src/V1/Source.php',
    'Grafeas\\V1\\SourceContext' => $vendorDir . '/google/cloud/Grafeas/src/V1/SourceContext.php',
    'Grafeas\\V1\\Subject' => $vendorDir . '/google/cloud/Grafeas/src/V1/Subject.php',
    'Grafeas\\V1\\UpdateNoteRequest' => $vendorDir . '/google/cloud/Grafeas/src/V1/UpdateNoteRequest.php',
    'Grafeas\\V1\\UpdateOccurrenceRequest' => $vendorDir . '/google/cloud/Grafeas/src/V1/UpdateOccurrenceRequest.php',
    'Grafeas\\V1\\UpgradeDistribution' => $vendorDir . '/google/cloud/Grafeas/src/V1/UpgradeDistribution.php',
    'Grafeas\\V1\\UpgradeNote' => $vendorDir . '/google/cloud/Grafeas/src/V1/UpgradeNote.php',
    'Grafeas\\V1\\UpgradeOccurrence' => $vendorDir . '/google/cloud/Grafeas/src/V1/UpgradeOccurrence.php',
    'Grafeas\\V1\\Version' => $vendorDir . '/google/cloud/Grafeas/src/V1/Version.php',
    'Grafeas\\V1\\Version\\VersionKind' => $vendorDir . '/google/cloud/Grafeas/src/V1/Version/VersionKind.php',
    'Grafeas\\V1\\VulnerabilityNote' => $vendorDir . '/google/cloud/Grafeas/src/V1/VulnerabilityNote.php',
    'Grafeas\\V1\\VulnerabilityNote\\Detail' => $vendorDir . '/google/cloud/Grafeas/src/V1/VulnerabilityNote/Detail.php',
    'Grafeas\\V1\\VulnerabilityNote\\WindowsDetail' => $vendorDir . '/google/cloud/Grafeas/src/V1/VulnerabilityNote/WindowsDetail.php',
    'Grafeas\\V1\\VulnerabilityNote\\WindowsDetail\\KnowledgeBase' => $vendorDir . '/google/cloud/Grafeas/src/V1/VulnerabilityNote/WindowsDetail/KnowledgeBase.php',
    'Grafeas\\V1\\VulnerabilityOccurrence' => $vendorDir . '/google/cloud/Grafeas/src/V1/VulnerabilityOccurrence.php',
    'Grafeas\\V1\\VulnerabilityOccurrence\\CVSSV3' => $vendorDir . '/google/cloud/Grafeas/src/V1/VulnerabilityOccurrence/CVSSV3.php',
    'Grafeas\\V1\\VulnerabilityOccurrence\\PackageIssue' => $vendorDir . '/google/cloud/Grafeas/src/V1/VulnerabilityOccurrence/PackageIssue.php',
    'Grafeas\\V1\\WindowsUpdate' => $vendorDir . '/google/cloud/Grafeas/src/V1/WindowsUpdate.php',
    'Grafeas\\V1\\WindowsUpdate\\Category' => $vendorDir . '/google/cloud/Grafeas/src/V1/WindowsUpdate/Category.php',
    'Grafeas\\V1\\WindowsUpdate\\Identity' => $vendorDir . '/google/cloud/Grafeas/src/V1/WindowsUpdate/Identity.php',
    'GrahamCampbell\\ResultType\\Error' => $vendorDir . '/graham-campbell/result-type/src/Error.php',
    'GrahamCampbell\\ResultType\\Result' => $vendorDir . '/graham-campbell/result-type/src/Result.php',
    'GrahamCampbell\\ResultType\\Success' => $vendorDir . '/graham-campbell/result-type/src/Success.php',
    'Grpc\\AbstractCall' => $vendorDir . '/grpc/grpc/src/lib/AbstractCall.php',
    'Grpc\\BaseStub' => $vendorDir . '/grpc/grpc/src/lib/BaseStub.php',
    'Grpc\\BidiStreamingCall' => $vendorDir . '/grpc/grpc/src/lib/BidiStreamingCall.php',
    'Grpc\\CallInvoker' => $vendorDir . '/grpc/grpc/src/lib/CallInvoker.php',
    'Grpc\\ClientStreamingCall' => $vendorDir . '/grpc/grpc/src/lib/ClientStreamingCall.php',
    'Grpc\\DefaultCallInvoker' => $vendorDir . '/grpc/grpc/src/lib/DefaultCallInvoker.php',
    'Grpc\\Gcp\\AffinityConfig' => $vendorDir . '/google/grpc-gcp/src/generated/Grpc/Gcp/AffinityConfig.php',
    'Grpc\\Gcp\\AffinityConfig_Command' => $vendorDir . '/google/grpc-gcp/src/generated/Grpc/Gcp/AffinityConfig_Command.php',
    'Grpc\\Gcp\\ApiConfig' => $vendorDir . '/google/grpc-gcp/src/generated/Grpc/Gcp/ApiConfig.php',
    'Grpc\\Gcp\\ChannelPoolConfig' => $vendorDir . '/google/grpc-gcp/src/generated/Grpc/Gcp/ChannelPoolConfig.php',
    'Grpc\\Gcp\\ChannelRef' => $vendorDir . '/google/grpc-gcp/src/ChannelRef.php',
    'Grpc\\Gcp\\Config' => $vendorDir . '/google/grpc-gcp/src/Config.php',
    'Grpc\\Gcp\\CreatedByDeserializeCheck' => $vendorDir . '/google/grpc-gcp/src/CreatedByDeserializeCheck.php',
    'Grpc\\Gcp\\GCPBidiStreamingCall' => $vendorDir . '/google/grpc-gcp/src/GCPBidiStreamingCall.php',
    'Grpc\\Gcp\\GCPCallInvoker' => $vendorDir . '/google/grpc-gcp/src/GCPCallInvoker.php',
    'Grpc\\Gcp\\GCPClientStreamCall' => $vendorDir . '/google/grpc-gcp/src/GCPClientStreamCall.php',
    'Grpc\\Gcp\\GCPServerStreamCall' => $vendorDir . '/google/grpc-gcp/src/GCPServerStreamCall.php',
    'Grpc\\Gcp\\GCPUnaryCall' => $vendorDir . '/google/grpc-gcp/src/GCPUnaryCall.php',
    'Grpc\\Gcp\\GcpBaseCall' => $vendorDir . '/google/grpc-gcp/src/GcpBaseCall.php',
    'Grpc\\Gcp\\GcpExtensionChannel' => $vendorDir . '/google/grpc-gcp/src/GcpExtensionChannel.php',
    'Grpc\\Gcp\\MethodConfig' => $vendorDir . '/google/grpc-gcp/src/generated/Grpc/Gcp/MethodConfig.php',
    'Grpc\\Interceptor' => $vendorDir . '/grpc/grpc/src/lib/Interceptor.php',
    'Grpc\\Internal\\InterceptorChannel' => $vendorDir . '/grpc/grpc/src/lib/Internal/InterceptorChannel.php',
    'Grpc\\MethodDescriptor' => $vendorDir . '/grpc/grpc/src/lib/MethodDescriptor.php',
    'Grpc\\RpcServer' => $vendorDir . '/grpc/grpc/src/lib/RpcServer.php',
    'Grpc\\ServerCallReader' => $vendorDir . '/grpc/grpc/src/lib/ServerCallReader.php',
    'Grpc\\ServerCallWriter' => $vendorDir . '/grpc/grpc/src/lib/ServerCallWriter.php',
    'Grpc\\ServerContext' => $vendorDir . '/grpc/grpc/src/lib/ServerContext.php',
    'Grpc\\ServerStreamingCall' => $vendorDir . '/grpc/grpc/src/lib/ServerStreamingCall.php',
    'Grpc\\Status' => $vendorDir . '/grpc/grpc/src/lib/Status.php',
    'Grpc\\UnaryCall' => $vendorDir . '/grpc/grpc/src/lib/UnaryCall.php',
    'GuzzleHttp\\BodySummarizer' => $vendorDir . '/guzzlehttp/guzzle/src/BodySummarizer.php',
    'GuzzleHttp\\BodySummarizerInterface' => $vendorDir . '/guzzlehttp/guzzle/src/BodySummarizerInterface.php',
    'GuzzleHttp\\Client' => $vendorDir . '/guzzlehttp/guzzle/src/Client.php',
    'GuzzleHttp\\ClientInterface' => $vendorDir . '/guzzlehttp/guzzle/src/ClientInterface.php',
    'GuzzleHttp\\ClientTrait' => $vendorDir . '/guzzlehttp/guzzle/src/ClientTrait.php',
    'GuzzleHttp\\Cookie\\CookieJar' => $vendorDir . '/guzzlehttp/guzzle/src/Cookie/CookieJar.php',
    'GuzzleHttp\\Cookie\\CookieJarInterface' => $vendorDir . '/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php',
    'GuzzleHttp\\Cookie\\FileCookieJar' => $vendorDir . '/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php',
    'GuzzleHttp\\Cookie\\SessionCookieJar' => $vendorDir . '/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php',
    'GuzzleHttp\\Cookie\\SetCookie' => $vendorDir . '/guzzlehttp/guzzle/src/Cookie/SetCookie.php',
    'GuzzleHttp\\Exception\\BadResponseException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/BadResponseException.php',
    'GuzzleHttp\\Exception\\ClientException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/ClientException.php',
    'GuzzleHttp\\Exception\\ConnectException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/ConnectException.php',
    'GuzzleHttp\\Exception\\GuzzleException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/GuzzleException.php',
    'GuzzleHttp\\Exception\\InvalidArgumentException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php',
    'GuzzleHttp\\Exception\\RequestException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/RequestException.php',
    'GuzzleHttp\\Exception\\ServerException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/ServerException.php',
    'GuzzleHttp\\Exception\\TooManyRedirectsException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php',
    'GuzzleHttp\\Exception\\TransferException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/TransferException.php',
    'GuzzleHttp\\HandlerStack' => $vendorDir . '/guzzlehttp/guzzle/src/HandlerStack.php',
    'GuzzleHttp\\Handler\\CurlFactory' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/CurlFactory.php',
    'GuzzleHttp\\Handler\\CurlFactoryInterface' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php',
    'GuzzleHttp\\Handler\\CurlHandler' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/CurlHandler.php',
    'GuzzleHttp\\Handler\\CurlMultiHandler' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php',
    'GuzzleHttp\\Handler\\EasyHandle' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/EasyHandle.php',
    'GuzzleHttp\\Handler\\HeaderProcessor' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/HeaderProcessor.php',
    'GuzzleHttp\\Handler\\MockHandler' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/MockHandler.php',
    'GuzzleHttp\\Handler\\Proxy' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/Proxy.php',
    'GuzzleHttp\\Handler\\StreamHandler' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/StreamHandler.php',
    'GuzzleHttp\\MessageFormatter' => $vendorDir . '/guzzlehttp/guzzle/src/MessageFormatter.php',
    'GuzzleHttp\\MessageFormatterInterface' => $vendorDir . '/guzzlehttp/guzzle/src/MessageFormatterInterface.php',
    'GuzzleHttp\\Middleware' => $vendorDir . '/guzzlehttp/guzzle/src/Middleware.php',
    'GuzzleHttp\\Pool' => $vendorDir . '/guzzlehttp/guzzle/src/Pool.php',
    'GuzzleHttp\\PrepareBodyMiddleware' => $vendorDir . '/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php',
    'GuzzleHttp\\Promise\\AggregateException' => $vendorDir . '/guzzlehttp/promises/src/AggregateException.php',
    'GuzzleHttp\\Promise\\CancellationException' => $vendorDir . '/guzzlehttp/promises/src/CancellationException.php',
    'GuzzleHttp\\Promise\\Coroutine' => $vendorDir . '/guzzlehttp/promises/src/Coroutine.php',
    'GuzzleHttp\\Promise\\Create' => $vendorDir . '/guzzlehttp/promises/src/Create.php',
    'GuzzleHttp\\Promise\\Each' => $vendorDir . '/guzzlehttp/promises/src/Each.php',
    'GuzzleHttp\\Promise\\EachPromise' => $vendorDir . '/guzzlehttp/promises/src/EachPromise.php',
    'GuzzleHttp\\Promise\\FulfilledPromise' => $vendorDir . '/guzzlehttp/promises/src/FulfilledPromise.php',
    'GuzzleHttp\\Promise\\Is' => $vendorDir . '/guzzlehttp/promises/src/Is.php',
    'GuzzleHttp\\Promise\\Promise' => $vendorDir . '/guzzlehttp/promises/src/Promise.php',
    'GuzzleHttp\\Promise\\PromiseInterface' => $vendorDir . '/guzzlehttp/promises/src/PromiseInterface.php',
    'GuzzleHttp\\Promise\\PromisorInterface' => $vendorDir . '/guzzlehttp/promises/src/PromisorInterface.php',
    'GuzzleHttp\\Promise\\RejectedPromise' => $vendorDir . '/guzzlehttp/promises/src/RejectedPromise.php',
    'GuzzleHttp\\Promise\\RejectionException' => $vendorDir . '/guzzlehttp/promises/src/RejectionException.php',
    'GuzzleHttp\\Promise\\TaskQueue' => $vendorDir . '/guzzlehttp/promises/src/TaskQueue.php',
    'GuzzleHttp\\Promise\\TaskQueueInterface' => $vendorDir . '/guzzlehttp/promises/src/TaskQueueInterface.php',
    'GuzzleHttp\\Promise\\Utils' => $vendorDir . '/guzzlehttp/promises/src/Utils.php',
    'GuzzleHttp\\Psr7\\AppendStream' => $vendorDir . '/guzzlehttp/psr7/src/AppendStream.php',
    'GuzzleHttp\\Psr7\\BufferStream' => $vendorDir . '/guzzlehttp/psr7/src/BufferStream.php',
    'GuzzleHttp\\Psr7\\CachingStream' => $vendorDir . '/guzzlehttp/psr7/src/CachingStream.php',
    'GuzzleHttp\\Psr7\\DroppingStream' => $vendorDir . '/guzzlehttp/psr7/src/DroppingStream.php',
    'GuzzleHttp\\Psr7\\FnStream' => $vendorDir . '/guzzlehttp/psr7/src/FnStream.php',
    'GuzzleHttp\\Psr7\\Header' => $vendorDir . '/guzzlehttp/psr7/src/Header.php',
    'GuzzleHttp\\Psr7\\InflateStream' => $vendorDir . '/guzzlehttp/psr7/src/InflateStream.php',
    'GuzzleHttp\\Psr7\\LazyOpenStream' => $vendorDir . '/guzzlehttp/psr7/src/LazyOpenStream.php',
    'GuzzleHttp\\Psr7\\LimitStream' => $vendorDir . '/guzzlehttp/psr7/src/LimitStream.php',
    'GuzzleHttp\\Psr7\\Message' => $vendorDir . '/guzzlehttp/psr7/src/Message.php',
    'GuzzleHttp\\Psr7\\MessageTrait' => $vendorDir . '/guzzlehttp/psr7/src/MessageTrait.php',
    'GuzzleHttp\\Psr7\\MimeType' => $vendorDir . '/guzzlehttp/psr7/src/MimeType.php',
    'GuzzleHttp\\Psr7\\MultipartStream' => $vendorDir . '/guzzlehttp/psr7/src/MultipartStream.php',
    'GuzzleHttp\\Psr7\\NoSeekStream' => $vendorDir . '/guzzlehttp/psr7/src/NoSeekStream.php',
    'GuzzleHttp\\Psr7\\PumpStream' => $vendorDir . '/guzzlehttp/psr7/src/PumpStream.php',
    'GuzzleHttp\\Psr7\\Query' => $vendorDir . '/guzzlehttp/psr7/src/Query.php',
    'GuzzleHttp\\Psr7\\Request' => $vendorDir . '/guzzlehttp/psr7/src/Request.php',
    'GuzzleHttp\\Psr7\\Response' => $vendorDir . '/guzzlehttp/psr7/src/Response.php',
    'GuzzleHttp\\Psr7\\Rfc7230' => $vendorDir . '/guzzlehttp/psr7/src/Rfc7230.php',
    'GuzzleHttp\\Psr7\\ServerRequest' => $vendorDir . '/guzzlehttp/psr7/src/ServerRequest.php',
    'GuzzleHttp\\Psr7\\Stream' => $vendorDir . '/guzzlehttp/psr7/src/Stream.php',
    'GuzzleHttp\\Psr7\\StreamDecoratorTrait' => $vendorDir . '/guzzlehttp/psr7/src/StreamDecoratorTrait.php',
    'GuzzleHttp\\Psr7\\StreamWrapper' => $vendorDir . '/guzzlehttp/psr7/src/StreamWrapper.php',
    'GuzzleHttp\\Psr7\\UploadedFile' => $vendorDir . '/guzzlehttp/psr7/src/UploadedFile.php',
    'GuzzleHttp\\Psr7\\Uri' => $vendorDir . '/guzzlehttp/psr7/src/Uri.php',
    'GuzzleHttp\\Psr7\\UriComparator' => $vendorDir . '/guzzlehttp/psr7/src/UriComparator.php',
    'GuzzleHttp\\Psr7\\UriNormalizer' => $vendorDir . '/guzzlehttp/psr7/src/UriNormalizer.php',
    'GuzzleHttp\\Psr7\\UriResolver' => $vendorDir . '/guzzlehttp/psr7/src/UriResolver.php',
    'GuzzleHttp\\Psr7\\Utils' => $vendorDir . '/guzzlehttp/psr7/src/Utils.php',
    'GuzzleHttp\\RedirectMiddleware' => $vendorDir . '/guzzlehttp/guzzle/src/RedirectMiddleware.php',
    'GuzzleHttp\\RequestOptions' => $vendorDir . '/guzzlehttp/guzzle/src/RequestOptions.php',
    'GuzzleHttp\\RetryMiddleware' => $vendorDir . '/guzzlehttp/guzzle/src/RetryMiddleware.php',
    'GuzzleHttp\\TransferStats' => $vendorDir . '/guzzlehttp/guzzle/src/TransferStats.php',
    'GuzzleHttp\\Utils' => $vendorDir . '/guzzlehttp/guzzle/src/Utils.php',
    'Illuminate\\Auth\\Access\\AuthorizationException' => $vendorDir . '/laravel/framework/src/Illuminate/Auth/Access/AuthorizationException.php',
    'Illuminate\\Auth\\Access\\Events\\GateEvaluated' => $vendorDir . '/laravel/framework/src/Illuminate/Auth/Access/Events/GateEvaluated.php',
    'Illuminate\\Auth\\Access\\Gate' => $vendorDir . '/laravel/framework/src/Illuminate/Auth/Access/Gate.php',
    'Illuminate\\Auth\\Access\\HandlesAuthorization' => $vendorDir . '/laravel/framework/src/Illuminate/Auth/Access/HandlesAuthorization.php',
    'Illuminate\\Auth\\Access\\Response' => $vendorDir . '/laravel/framework/src/Illuminate/Auth/Access/Response.php',
    'Illuminate\\Auth\\AuthManager' => $vendorDir . '/laravel/framework/src/Illuminate/Auth/AuthManager.php',
    'Illuminate\\Auth\\AuthServiceProvider' => $vendorDir . '/laravel/framework/src/Illuminate/Auth/AuthServiceProvider.php',
    'Illuminate\\Auth\\Authenticatable' => $vendorDir . '/laravel/framework/src/Illuminate/Auth/Authenticatable.php',
    'Illuminate\\Auth\\AuthenticationException' => $vendorDir . '/laravel/framework/src/Illuminate/Auth/AuthenticationException.php',
    'Illuminate\\Auth\\Console\\ClearResetsCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Auth/Console/ClearResetsCommand.php',
    'Illuminate\\Auth\\CreatesUserProviders' => $vendorDir . '/laravel/framework/src/Illuminate/Auth/CreatesUserProviders.php',
    'Illuminate\\Auth\\DatabaseUserProvider' => $vendorDir . '/laravel/framework/src/Illuminate/Auth/DatabaseUserProvider.php',
    'Illuminate\\Auth\\EloquentUserProvider' => $vendorDir . '/laravel/framework/src/Illuminate/Auth/EloquentUserProvider.php',
    'Illuminate\\Auth\\Events\\Attempting' => $vendorDir . '/laravel/framework/src/Illuminate/Auth/Events/Attempting.php',
    'Illuminate\\Auth\\Events\\Authenticated' => $vendorDir . '/laravel/framework/src/Illuminate/Auth/Events/Authenticated.php',
    'Illuminate\\Auth\\Events\\CurrentDeviceLogout' => $vendorDir . '/laravel/framework/src/Illuminate/Auth/Events/CurrentDeviceLogout.php',
    'Illuminate\\Auth\\Events\\Failed' => $vendorDir . '/laravel/framework/src/Illuminate/Auth/Events/Failed.php',
    'Illuminate\\Auth\\Events\\Lockout' => $vendorDir . '/laravel/framework/src/Illuminate/Auth/Events/Lockout.php',
    'Illuminate\\Auth\\Events\\Login' => $vendorDir . '/laravel/framework/src/Illuminate/Auth/Events/Login.php',
    'Illuminate\\Auth\\Events\\Logout' => $vendorDir . '/laravel/framework/src/Illuminate/Auth/Events/Logout.php',
    'Illuminate\\Auth\\Events\\OtherDeviceLogout' => $vendorDir . '/laravel/framework/src/Illuminate/Auth/Events/OtherDeviceLogout.php',
    'Illuminate\\Auth\\Events\\PasswordReset' => $vendorDir . '/laravel/framework/src/Illuminate/Auth/Events/PasswordReset.php',
    'Illuminate\\Auth\\Events\\Registered' => $vendorDir . '/laravel/framework/src/Illuminate/Auth/Events/Registered.php',
    'Illuminate\\Auth\\Events\\Validated' => $vendorDir . '/laravel/framework/src/Illuminate/Auth/Events/Validated.php',
    'Illuminate\\Auth\\Events\\Verified' => $vendorDir . '/laravel/framework/src/Illuminate/Auth/Events/Verified.php',
    'Illuminate\\Auth\\GenericUser' => $vendorDir . '/laravel/framework/src/Illuminate/Auth/GenericUser.php',
    'Illuminate\\Auth\\GuardHelpers' => $vendorDir . '/laravel/framework/src/Illuminate/Auth/GuardHelpers.php',
    'Illuminate\\Auth\\Listeners\\SendEmailVerificationNotification' => $vendorDir . '/laravel/framework/src/Illuminate/Auth/Listeners/SendEmailVerificationNotification.php',
    'Illuminate\\Auth\\Middleware\\Authenticate' => $vendorDir . '/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php',
    'Illuminate\\Auth\\Middleware\\AuthenticateWithBasicAuth' => $vendorDir . '/laravel/framework/src/Illuminate/Auth/Middleware/AuthenticateWithBasicAuth.php',
    'Illuminate\\Auth\\Middleware\\Authorize' => $vendorDir . '/laravel/framework/src/Illuminate/Auth/Middleware/Authorize.php',
    'Illuminate\\Auth\\Middleware\\EnsureEmailIsVerified' => $vendorDir . '/laravel/framework/src/Illuminate/Auth/Middleware/EnsureEmailIsVerified.php',
    'Illuminate\\Auth\\Middleware\\RequirePassword' => $vendorDir . '/laravel/framework/src/Illuminate/Auth/Middleware/RequirePassword.php',
    'Illuminate\\Auth\\MustVerifyEmail' => $vendorDir . '/laravel/framework/src/Illuminate/Auth/MustVerifyEmail.php',
    'Illuminate\\Auth\\Notifications\\ResetPassword' => $vendorDir . '/laravel/framework/src/Illuminate/Auth/Notifications/ResetPassword.php',
    'Illuminate\\Auth\\Notifications\\VerifyEmail' => $vendorDir . '/laravel/framework/src/Illuminate/Auth/Notifications/VerifyEmail.php',
    'Illuminate\\Auth\\Passwords\\CanResetPassword' => $vendorDir . '/laravel/framework/src/Illuminate/Auth/Passwords/CanResetPassword.php',
    'Illuminate\\Auth\\Passwords\\DatabaseTokenRepository' => $vendorDir . '/laravel/framework/src/Illuminate/Auth/Passwords/DatabaseTokenRepository.php',
    'Illuminate\\Auth\\Passwords\\PasswordBroker' => $vendorDir . '/laravel/framework/src/Illuminate/Auth/Passwords/PasswordBroker.php',
    'Illuminate\\Auth\\Passwords\\PasswordBrokerManager' => $vendorDir . '/laravel/framework/src/Illuminate/Auth/Passwords/PasswordBrokerManager.php',
    'Illuminate\\Auth\\Passwords\\PasswordResetServiceProvider' => $vendorDir . '/laravel/framework/src/Illuminate/Auth/Passwords/PasswordResetServiceProvider.php',
    'Illuminate\\Auth\\Passwords\\TokenRepositoryInterface' => $vendorDir . '/laravel/framework/src/Illuminate/Auth/Passwords/TokenRepositoryInterface.php',
    'Illuminate\\Auth\\Recaller' => $vendorDir . '/laravel/framework/src/Illuminate/Auth/Recaller.php',
    'Illuminate\\Auth\\RequestGuard' => $vendorDir . '/laravel/framework/src/Illuminate/Auth/RequestGuard.php',
    'Illuminate\\Auth\\SessionGuard' => $vendorDir . '/laravel/framework/src/Illuminate/Auth/SessionGuard.php',
    'Illuminate\\Auth\\TokenGuard' => $vendorDir . '/laravel/framework/src/Illuminate/Auth/TokenGuard.php',
    'Illuminate\\Broadcasting\\BroadcastController' => $vendorDir . '/laravel/framework/src/Illuminate/Broadcasting/BroadcastController.php',
    'Illuminate\\Broadcasting\\BroadcastEvent' => $vendorDir . '/laravel/framework/src/Illuminate/Broadcasting/BroadcastEvent.php',
    'Illuminate\\Broadcasting\\BroadcastException' => $vendorDir . '/laravel/framework/src/Illuminate/Broadcasting/BroadcastException.php',
    'Illuminate\\Broadcasting\\BroadcastManager' => $vendorDir . '/laravel/framework/src/Illuminate/Broadcasting/BroadcastManager.php',
    'Illuminate\\Broadcasting\\BroadcastServiceProvider' => $vendorDir . '/laravel/framework/src/Illuminate/Broadcasting/BroadcastServiceProvider.php',
    'Illuminate\\Broadcasting\\Broadcasters\\AblyBroadcaster' => $vendorDir . '/laravel/framework/src/Illuminate/Broadcasting/Broadcasters/AblyBroadcaster.php',
    'Illuminate\\Broadcasting\\Broadcasters\\Broadcaster' => $vendorDir . '/laravel/framework/src/Illuminate/Broadcasting/Broadcasters/Broadcaster.php',
    'Illuminate\\Broadcasting\\Broadcasters\\LogBroadcaster' => $vendorDir . '/laravel/framework/src/Illuminate/Broadcasting/Broadcasters/LogBroadcaster.php',
    'Illuminate\\Broadcasting\\Broadcasters\\NullBroadcaster' => $vendorDir . '/laravel/framework/src/Illuminate/Broadcasting/Broadcasters/NullBroadcaster.php',
    'Illuminate\\Broadcasting\\Broadcasters\\PusherBroadcaster' => $vendorDir . '/laravel/framework/src/Illuminate/Broadcasting/Broadcasters/PusherBroadcaster.php',
    'Illuminate\\Broadcasting\\Broadcasters\\RedisBroadcaster' => $vendorDir . '/laravel/framework/src/Illuminate/Broadcasting/Broadcasters/RedisBroadcaster.php',
    'Illuminate\\Broadcasting\\Broadcasters\\UsePusherChannelConventions' => $vendorDir . '/laravel/framework/src/Illuminate/Broadcasting/Broadcasters/UsePusherChannelConventions.php',
    'Illuminate\\Broadcasting\\Channel' => $vendorDir . '/laravel/framework/src/Illuminate/Broadcasting/Channel.php',
    'Illuminate\\Broadcasting\\EncryptedPrivateChannel' => $vendorDir . '/laravel/framework/src/Illuminate/Broadcasting/EncryptedPrivateChannel.php',
    'Illuminate\\Broadcasting\\InteractsWithBroadcasting' => $vendorDir . '/laravel/framework/src/Illuminate/Broadcasting/InteractsWithBroadcasting.php',
    'Illuminate\\Broadcasting\\InteractsWithSockets' => $vendorDir . '/laravel/framework/src/Illuminate/Broadcasting/InteractsWithSockets.php',
    'Illuminate\\Broadcasting\\PendingBroadcast' => $vendorDir . '/laravel/framework/src/Illuminate/Broadcasting/PendingBroadcast.php',
    'Illuminate\\Broadcasting\\PresenceChannel' => $vendorDir . '/laravel/framework/src/Illuminate/Broadcasting/PresenceChannel.php',
    'Illuminate\\Broadcasting\\PrivateChannel' => $vendorDir . '/laravel/framework/src/Illuminate/Broadcasting/PrivateChannel.php',
    'Illuminate\\Bus\\Batch' => $vendorDir . '/laravel/framework/src/Illuminate/Bus/Batch.php',
    'Illuminate\\Bus\\BatchFactory' => $vendorDir . '/laravel/framework/src/Illuminate/Bus/BatchFactory.php',
    'Illuminate\\Bus\\BatchRepository' => $vendorDir . '/laravel/framework/src/Illuminate/Bus/BatchRepository.php',
    'Illuminate\\Bus\\Batchable' => $vendorDir . '/laravel/framework/src/Illuminate/Bus/Batchable.php',
    'Illuminate\\Bus\\BusServiceProvider' => $vendorDir . '/laravel/framework/src/Illuminate/Bus/BusServiceProvider.php',
    'Illuminate\\Bus\\DatabaseBatchRepository' => $vendorDir . '/laravel/framework/src/Illuminate/Bus/DatabaseBatchRepository.php',
    'Illuminate\\Bus\\Dispatcher' => $vendorDir . '/laravel/framework/src/Illuminate/Bus/Dispatcher.php',
    'Illuminate\\Bus\\Events\\BatchDispatched' => $vendorDir . '/laravel/framework/src/Illuminate/Bus/Events/BatchDispatched.php',
    'Illuminate\\Bus\\PendingBatch' => $vendorDir . '/laravel/framework/src/Illuminate/Bus/PendingBatch.php',
    'Illuminate\\Bus\\PrunableBatchRepository' => $vendorDir . '/laravel/framework/src/Illuminate/Bus/PrunableBatchRepository.php',
    'Illuminate\\Bus\\Queueable' => $vendorDir . '/laravel/framework/src/Illuminate/Bus/Queueable.php',
    'Illuminate\\Bus\\UniqueLock' => $vendorDir . '/laravel/framework/src/Illuminate/Bus/UniqueLock.php',
    'Illuminate\\Bus\\UpdatedBatchJobCounts' => $vendorDir . '/laravel/framework/src/Illuminate/Bus/UpdatedBatchJobCounts.php',
    'Illuminate\\Cache\\ApcStore' => $vendorDir . '/laravel/framework/src/Illuminate/Cache/ApcStore.php',
    'Illuminate\\Cache\\ApcWrapper' => $vendorDir . '/laravel/framework/src/Illuminate/Cache/ApcWrapper.php',
    'Illuminate\\Cache\\ArrayLock' => $vendorDir . '/laravel/framework/src/Illuminate/Cache/ArrayLock.php',
    'Illuminate\\Cache\\ArrayStore' => $vendorDir . '/laravel/framework/src/Illuminate/Cache/ArrayStore.php',
    'Illuminate\\Cache\\CacheLock' => $vendorDir . '/laravel/framework/src/Illuminate/Cache/CacheLock.php',
    'Illuminate\\Cache\\CacheManager' => $vendorDir . '/laravel/framework/src/Illuminate/Cache/CacheManager.php',
    'Illuminate\\Cache\\CacheServiceProvider' => $vendorDir . '/laravel/framework/src/Illuminate/Cache/CacheServiceProvider.php',
    'Illuminate\\Cache\\Console\\CacheTableCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Cache/Console/CacheTableCommand.php',
    'Illuminate\\Cache\\Console\\ClearCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Cache/Console/ClearCommand.php',
    'Illuminate\\Cache\\Console\\ForgetCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Cache/Console/ForgetCommand.php',
    'Illuminate\\Cache\\DatabaseLock' => $vendorDir . '/laravel/framework/src/Illuminate/Cache/DatabaseLock.php',
    'Illuminate\\Cache\\DatabaseStore' => $vendorDir . '/laravel/framework/src/Illuminate/Cache/DatabaseStore.php',
    'Illuminate\\Cache\\DynamoDbLock' => $vendorDir . '/laravel/framework/src/Illuminate/Cache/DynamoDbLock.php',
    'Illuminate\\Cache\\DynamoDbStore' => $vendorDir . '/laravel/framework/src/Illuminate/Cache/DynamoDbStore.php',
    'Illuminate\\Cache\\Events\\CacheEvent' => $vendorDir . '/laravel/framework/src/Illuminate/Cache/Events/CacheEvent.php',
    'Illuminate\\Cache\\Events\\CacheHit' => $vendorDir . '/laravel/framework/src/Illuminate/Cache/Events/CacheHit.php',
    'Illuminate\\Cache\\Events\\CacheMissed' => $vendorDir . '/laravel/framework/src/Illuminate/Cache/Events/CacheMissed.php',
    'Illuminate\\Cache\\Events\\KeyForgotten' => $vendorDir . '/laravel/framework/src/Illuminate/Cache/Events/KeyForgotten.php',
    'Illuminate\\Cache\\Events\\KeyWritten' => $vendorDir . '/laravel/framework/src/Illuminate/Cache/Events/KeyWritten.php',
    'Illuminate\\Cache\\FileStore' => $vendorDir . '/laravel/framework/src/Illuminate/Cache/FileStore.php',
    'Illuminate\\Cache\\HasCacheLock' => $vendorDir . '/laravel/framework/src/Illuminate/Cache/HasCacheLock.php',
    'Illuminate\\Cache\\Lock' => $vendorDir . '/laravel/framework/src/Illuminate/Cache/Lock.php',
    'Illuminate\\Cache\\LuaScripts' => $vendorDir . '/laravel/framework/src/Illuminate/Cache/LuaScripts.php',
    'Illuminate\\Cache\\MemcachedConnector' => $vendorDir . '/laravel/framework/src/Illuminate/Cache/MemcachedConnector.php',
    'Illuminate\\Cache\\MemcachedLock' => $vendorDir . '/laravel/framework/src/Illuminate/Cache/MemcachedLock.php',
    'Illuminate\\Cache\\MemcachedStore' => $vendorDir . '/laravel/framework/src/Illuminate/Cache/MemcachedStore.php',
    'Illuminate\\Cache\\NoLock' => $vendorDir . '/laravel/framework/src/Illuminate/Cache/NoLock.php',
    'Illuminate\\Cache\\NullStore' => $vendorDir . '/laravel/framework/src/Illuminate/Cache/NullStore.php',
    'Illuminate\\Cache\\PhpRedisLock' => $vendorDir . '/laravel/framework/src/Illuminate/Cache/PhpRedisLock.php',
    'Illuminate\\Cache\\RateLimiter' => $vendorDir . '/laravel/framework/src/Illuminate/Cache/RateLimiter.php',
    'Illuminate\\Cache\\RateLimiting\\GlobalLimit' => $vendorDir . '/laravel/framework/src/Illuminate/Cache/RateLimiting/GlobalLimit.php',
    'Illuminate\\Cache\\RateLimiting\\Limit' => $vendorDir . '/laravel/framework/src/Illuminate/Cache/RateLimiting/Limit.php',
    'Illuminate\\Cache\\RateLimiting\\Unlimited' => $vendorDir . '/laravel/framework/src/Illuminate/Cache/RateLimiting/Unlimited.php',
    'Illuminate\\Cache\\RedisLock' => $vendorDir . '/laravel/framework/src/Illuminate/Cache/RedisLock.php',
    'Illuminate\\Cache\\RedisStore' => $vendorDir . '/laravel/framework/src/Illuminate/Cache/RedisStore.php',
    'Illuminate\\Cache\\RedisTaggedCache' => $vendorDir . '/laravel/framework/src/Illuminate/Cache/RedisTaggedCache.php',
    'Illuminate\\Cache\\Repository' => $vendorDir . '/laravel/framework/src/Illuminate/Cache/Repository.php',
    'Illuminate\\Cache\\RetrievesMultipleKeys' => $vendorDir . '/laravel/framework/src/Illuminate/Cache/RetrievesMultipleKeys.php',
    'Illuminate\\Cache\\TagSet' => $vendorDir . '/laravel/framework/src/Illuminate/Cache/TagSet.php',
    'Illuminate\\Cache\\TaggableStore' => $vendorDir . '/laravel/framework/src/Illuminate/Cache/TaggableStore.php',
    'Illuminate\\Cache\\TaggedCache' => $vendorDir . '/laravel/framework/src/Illuminate/Cache/TaggedCache.php',
    'Illuminate\\Config\\Repository' => $vendorDir . '/laravel/framework/src/Illuminate/Config/Repository.php',
    'Illuminate\\Console\\Application' => $vendorDir . '/laravel/framework/src/Illuminate/Console/Application.php',
    'Illuminate\\Console\\BufferedConsoleOutput' => $vendorDir . '/laravel/framework/src/Illuminate/Console/BufferedConsoleOutput.php',
    'Illuminate\\Console\\Command' => $vendorDir . '/laravel/framework/src/Illuminate/Console/Command.php',
    'Illuminate\\Console\\Concerns\\CallsCommands' => $vendorDir . '/laravel/framework/src/Illuminate/Console/Concerns/CallsCommands.php',
    'Illuminate\\Console\\Concerns\\CreatesMatchingTest' => $vendorDir . '/laravel/framework/src/Illuminate/Console/Concerns/CreatesMatchingTest.php',
    'Illuminate\\Console\\Concerns\\HasParameters' => $vendorDir . '/laravel/framework/src/Illuminate/Console/Concerns/HasParameters.php',
    'Illuminate\\Console\\Concerns\\InteractsWithIO' => $vendorDir . '/laravel/framework/src/Illuminate/Console/Concerns/InteractsWithIO.php',
    'Illuminate\\Console\\ConfirmableTrait' => $vendorDir . '/laravel/framework/src/Illuminate/Console/ConfirmableTrait.php',
    'Illuminate\\Console\\Events\\ArtisanStarting' => $vendorDir . '/laravel/framework/src/Illuminate/Console/Events/ArtisanStarting.php',
    'Illuminate\\Console\\Events\\CommandFinished' => $vendorDir . '/laravel/framework/src/Illuminate/Console/Events/CommandFinished.php',
    'Illuminate\\Console\\Events\\CommandStarting' => $vendorDir . '/laravel/framework/src/Illuminate/Console/Events/CommandStarting.php',
    'Illuminate\\Console\\Events\\ScheduledBackgroundTaskFinished' => $vendorDir . '/laravel/framework/src/Illuminate/Console/Events/ScheduledBackgroundTaskFinished.php',
    'Illuminate\\Console\\Events\\ScheduledTaskFailed' => $vendorDir . '/laravel/framework/src/Illuminate/Console/Events/ScheduledTaskFailed.php',
    'Illuminate\\Console\\Events\\ScheduledTaskFinished' => $vendorDir . '/laravel/framework/src/Illuminate/Console/Events/ScheduledTaskFinished.php',
    'Illuminate\\Console\\Events\\ScheduledTaskSkipped' => $vendorDir . '/laravel/framework/src/Illuminate/Console/Events/ScheduledTaskSkipped.php',
    'Illuminate\\Console\\Events\\ScheduledTaskStarting' => $vendorDir . '/laravel/framework/src/Illuminate/Console/Events/ScheduledTaskStarting.php',
    'Illuminate\\Console\\GeneratorCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Console/GeneratorCommand.php',
    'Illuminate\\Console\\OutputStyle' => $vendorDir . '/laravel/framework/src/Illuminate/Console/OutputStyle.php',
    'Illuminate\\Console\\Parser' => $vendorDir . '/laravel/framework/src/Illuminate/Console/Parser.php',
    'Illuminate\\Console\\Scheduling\\CacheAware' => $vendorDir . '/laravel/framework/src/Illuminate/Console/Scheduling/CacheAware.php',
    'Illuminate\\Console\\Scheduling\\CacheEventMutex' => $vendorDir . '/laravel/framework/src/Illuminate/Console/Scheduling/CacheEventMutex.php',
    'Illuminate\\Console\\Scheduling\\CacheSchedulingMutex' => $vendorDir . '/laravel/framework/src/Illuminate/Console/Scheduling/CacheSchedulingMutex.php',
    'Illuminate\\Console\\Scheduling\\CallbackEvent' => $vendorDir . '/laravel/framework/src/Illuminate/Console/Scheduling/CallbackEvent.php',
    'Illuminate\\Console\\Scheduling\\CommandBuilder' => $vendorDir . '/laravel/framework/src/Illuminate/Console/Scheduling/CommandBuilder.php',
    'Illuminate\\Console\\Scheduling\\Event' => $vendorDir . '/laravel/framework/src/Illuminate/Console/Scheduling/Event.php',
    'Illuminate\\Console\\Scheduling\\EventMutex' => $vendorDir . '/laravel/framework/src/Illuminate/Console/Scheduling/EventMutex.php',
    'Illuminate\\Console\\Scheduling\\ManagesFrequencies' => $vendorDir . '/laravel/framework/src/Illuminate/Console/Scheduling/ManagesFrequencies.php',
    'Illuminate\\Console\\Scheduling\\Schedule' => $vendorDir . '/laravel/framework/src/Illuminate/Console/Scheduling/Schedule.php',
    'Illuminate\\Console\\Scheduling\\ScheduleClearCacheCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Console/Scheduling/ScheduleClearCacheCommand.php',
    'Illuminate\\Console\\Scheduling\\ScheduleFinishCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Console/Scheduling/ScheduleFinishCommand.php',
    'Illuminate\\Console\\Scheduling\\ScheduleListCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Console/Scheduling/ScheduleListCommand.php',
    'Illuminate\\Console\\Scheduling\\ScheduleRunCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Console/Scheduling/ScheduleRunCommand.php',
    'Illuminate\\Console\\Scheduling\\ScheduleTestCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Console/Scheduling/ScheduleTestCommand.php',
    'Illuminate\\Console\\Scheduling\\ScheduleWorkCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Console/Scheduling/ScheduleWorkCommand.php',
    'Illuminate\\Console\\Scheduling\\SchedulingMutex' => $vendorDir . '/laravel/framework/src/Illuminate/Console/Scheduling/SchedulingMutex.php',
    'Illuminate\\Container\\BoundMethod' => $vendorDir . '/laravel/framework/src/Illuminate/Container/BoundMethod.php',
    'Illuminate\\Container\\Container' => $vendorDir . '/laravel/framework/src/Illuminate/Container/Container.php',
    'Illuminate\\Container\\ContextualBindingBuilder' => $vendorDir . '/laravel/framework/src/Illuminate/Container/ContextualBindingBuilder.php',
    'Illuminate\\Container\\EntryNotFoundException' => $vendorDir . '/laravel/framework/src/Illuminate/Container/EntryNotFoundException.php',
    'Illuminate\\Container\\RewindableGenerator' => $vendorDir . '/laravel/framework/src/Illuminate/Container/RewindableGenerator.php',
    'Illuminate\\Container\\Util' => $vendorDir . '/laravel/framework/src/Illuminate/Container/Util.php',
    'Illuminate\\Contracts\\Auth\\Access\\Authorizable' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Auth/Access/Authorizable.php',
    'Illuminate\\Contracts\\Auth\\Access\\Gate' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Auth/Access/Gate.php',
    'Illuminate\\Contracts\\Auth\\Authenticatable' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Auth/Authenticatable.php',
    'Illuminate\\Contracts\\Auth\\CanResetPassword' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Auth/CanResetPassword.php',
    'Illuminate\\Contracts\\Auth\\Factory' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Auth/Factory.php',
    'Illuminate\\Contracts\\Auth\\Guard' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Auth/Guard.php',
    'Illuminate\\Contracts\\Auth\\Middleware\\AuthenticatesRequests' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Auth/Middleware/AuthenticatesRequests.php',
    'Illuminate\\Contracts\\Auth\\MustVerifyEmail' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Auth/MustVerifyEmail.php',
    'Illuminate\\Contracts\\Auth\\PasswordBroker' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Auth/PasswordBroker.php',
    'Illuminate\\Contracts\\Auth\\PasswordBrokerFactory' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Auth/PasswordBrokerFactory.php',
    'Illuminate\\Contracts\\Auth\\StatefulGuard' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Auth/StatefulGuard.php',
    'Illuminate\\Contracts\\Auth\\SupportsBasicAuth' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Auth/SupportsBasicAuth.php',
    'Illuminate\\Contracts\\Auth\\UserProvider' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Auth/UserProvider.php',
    'Illuminate\\Contracts\\Broadcasting\\Broadcaster' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Broadcasting/Broadcaster.php',
    'Illuminate\\Contracts\\Broadcasting\\Factory' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Broadcasting/Factory.php',
    'Illuminate\\Contracts\\Broadcasting\\HasBroadcastChannel' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Broadcasting/HasBroadcastChannel.php',
    'Illuminate\\Contracts\\Broadcasting\\ShouldBroadcast' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Broadcasting/ShouldBroadcast.php',
    'Illuminate\\Contracts\\Broadcasting\\ShouldBroadcastNow' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Broadcasting/ShouldBroadcastNow.php',
    'Illuminate\\Contracts\\Bus\\Dispatcher' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Bus/Dispatcher.php',
    'Illuminate\\Contracts\\Bus\\QueueingDispatcher' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Bus/QueueingDispatcher.php',
    'Illuminate\\Contracts\\Cache\\Factory' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Cache/Factory.php',
    'Illuminate\\Contracts\\Cache\\Lock' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Cache/Lock.php',
    'Illuminate\\Contracts\\Cache\\LockProvider' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Cache/LockProvider.php',
    'Illuminate\\Contracts\\Cache\\LockTimeoutException' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Cache/LockTimeoutException.php',
    'Illuminate\\Contracts\\Cache\\Repository' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Cache/Repository.php',
    'Illuminate\\Contracts\\Cache\\Store' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Cache/Store.php',
    'Illuminate\\Contracts\\Config\\Repository' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Config/Repository.php',
    'Illuminate\\Contracts\\Console\\Application' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Console/Application.php',
    'Illuminate\\Contracts\\Console\\Kernel' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Console/Kernel.php',
    'Illuminate\\Contracts\\Container\\BindingResolutionException' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Container/BindingResolutionException.php',
    'Illuminate\\Contracts\\Container\\CircularDependencyException' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Container/CircularDependencyException.php',
    'Illuminate\\Contracts\\Container\\Container' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Container/Container.php',
    'Illuminate\\Contracts\\Container\\ContextualBindingBuilder' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Container/ContextualBindingBuilder.php',
    'Illuminate\\Contracts\\Cookie\\Factory' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Cookie/Factory.php',
    'Illuminate\\Contracts\\Cookie\\QueueingFactory' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Cookie/QueueingFactory.php',
    'Illuminate\\Contracts\\Database\\Eloquent\\Castable' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Database/Eloquent/Castable.php',
    'Illuminate\\Contracts\\Database\\Eloquent\\CastsAttributes' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Database/Eloquent/CastsAttributes.php',
    'Illuminate\\Contracts\\Database\\Eloquent\\CastsInboundAttributes' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Database/Eloquent/CastsInboundAttributes.php',
    'Illuminate\\Contracts\\Database\\Eloquent\\DeviatesCastableAttributes' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Database/Eloquent/DeviatesCastableAttributes.php',
    'Illuminate\\Contracts\\Database\\Eloquent\\SerializesCastableAttributes' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Database/Eloquent/SerializesCastableAttributes.php',
    'Illuminate\\Contracts\\Database\\Eloquent\\SupportsPartialRelations' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Database/Eloquent/SupportsPartialRelations.php',
    'Illuminate\\Contracts\\Database\\Events\\MigrationEvent' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Database/Events/MigrationEvent.php',
    'Illuminate\\Contracts\\Database\\ModelIdentifier' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Database/ModelIdentifier.php',
    'Illuminate\\Contracts\\Debug\\ExceptionHandler' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Debug/ExceptionHandler.php',
    'Illuminate\\Contracts\\Encryption\\DecryptException' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Encryption/DecryptException.php',
    'Illuminate\\Contracts\\Encryption\\EncryptException' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Encryption/EncryptException.php',
    'Illuminate\\Contracts\\Encryption\\Encrypter' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Encryption/Encrypter.php',
    'Illuminate\\Contracts\\Encryption\\StringEncrypter' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Encryption/StringEncrypter.php',
    'Illuminate\\Contracts\\Events\\Dispatcher' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Events/Dispatcher.php',
    'Illuminate\\Contracts\\Filesystem\\Cloud' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Filesystem/Cloud.php',
    'Illuminate\\Contracts\\Filesystem\\Factory' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Filesystem/Factory.php',
    'Illuminate\\Contracts\\Filesystem\\FileExistsException' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Filesystem/FileExistsException.php',
    'Illuminate\\Contracts\\Filesystem\\FileNotFoundException' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Filesystem/FileNotFoundException.php',
    'Illuminate\\Contracts\\Filesystem\\Filesystem' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Filesystem/Filesystem.php',
    'Illuminate\\Contracts\\Filesystem\\LockTimeoutException' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Filesystem/LockTimeoutException.php',
    'Illuminate\\Contracts\\Foundation\\Application' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Foundation/Application.php',
    'Illuminate\\Contracts\\Foundation\\CachesConfiguration' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Foundation/CachesConfiguration.php',
    'Illuminate\\Contracts\\Foundation\\CachesRoutes' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Foundation/CachesRoutes.php',
    'Illuminate\\Contracts\\Hashing\\Hasher' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Hashing/Hasher.php',
    'Illuminate\\Contracts\\Http\\Kernel' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Http/Kernel.php',
    'Illuminate\\Contracts\\Mail\\Factory' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Mail/Factory.php',
    'Illuminate\\Contracts\\Mail\\MailQueue' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Mail/MailQueue.php',
    'Illuminate\\Contracts\\Mail\\Mailable' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Mail/Mailable.php',
    'Illuminate\\Contracts\\Mail\\Mailer' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Mail/Mailer.php',
    'Illuminate\\Contracts\\Notifications\\Dispatcher' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Notifications/Dispatcher.php',
    'Illuminate\\Contracts\\Notifications\\Factory' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Notifications/Factory.php',
    'Illuminate\\Contracts\\Pagination\\CursorPaginator' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Pagination/CursorPaginator.php',
    'Illuminate\\Contracts\\Pagination\\LengthAwarePaginator' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Pagination/LengthAwarePaginator.php',
    'Illuminate\\Contracts\\Pagination\\Paginator' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Pagination/Paginator.php',
    'Illuminate\\Contracts\\Pipeline\\Hub' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Pipeline/Hub.php',
    'Illuminate\\Contracts\\Pipeline\\Pipeline' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Pipeline/Pipeline.php',
    'Illuminate\\Contracts\\Queue\\ClearableQueue' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Queue/ClearableQueue.php',
    'Illuminate\\Contracts\\Queue\\EntityNotFoundException' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Queue/EntityNotFoundException.php',
    'Illuminate\\Contracts\\Queue\\EntityResolver' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Queue/EntityResolver.php',
    'Illuminate\\Contracts\\Queue\\Factory' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Queue/Factory.php',
    'Illuminate\\Contracts\\Queue\\Job' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Queue/Job.php',
    'Illuminate\\Contracts\\Queue\\Monitor' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Queue/Monitor.php',
    'Illuminate\\Contracts\\Queue\\Queue' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Queue/Queue.php',
    'Illuminate\\Contracts\\Queue\\QueueableCollection' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Queue/QueueableCollection.php',
    'Illuminate\\Contracts\\Queue\\QueueableEntity' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Queue/QueueableEntity.php',
    'Illuminate\\Contracts\\Queue\\ShouldBeEncrypted' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Queue/ShouldBeEncrypted.php',
    'Illuminate\\Contracts\\Queue\\ShouldBeUnique' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Queue/ShouldBeUnique.php',
    'Illuminate\\Contracts\\Queue\\ShouldBeUniqueUntilProcessing' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Queue/ShouldBeUniqueUntilProcessing.php',
    'Illuminate\\Contracts\\Queue\\ShouldQueue' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Queue/ShouldQueue.php',
    'Illuminate\\Contracts\\Redis\\Connection' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Redis/Connection.php',
    'Illuminate\\Contracts\\Redis\\Connector' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Redis/Connector.php',
    'Illuminate\\Contracts\\Redis\\Factory' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Redis/Factory.php',
    'Illuminate\\Contracts\\Redis\\LimiterTimeoutException' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Redis/LimiterTimeoutException.php',
    'Illuminate\\Contracts\\Routing\\BindingRegistrar' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Routing/BindingRegistrar.php',
    'Illuminate\\Contracts\\Routing\\Registrar' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Routing/Registrar.php',
    'Illuminate\\Contracts\\Routing\\ResponseFactory' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Routing/ResponseFactory.php',
    'Illuminate\\Contracts\\Routing\\UrlGenerator' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Routing/UrlGenerator.php',
    'Illuminate\\Contracts\\Routing\\UrlRoutable' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Routing/UrlRoutable.php',
    'Illuminate\\Contracts\\Session\\Session' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Session/Session.php',
    'Illuminate\\Contracts\\Support\\Arrayable' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Support/Arrayable.php',
    'Illuminate\\Contracts\\Support\\CanBeEscapedWhenCastToString' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Support/CanBeEscapedWhenCastToString.php',
    'Illuminate\\Contracts\\Support\\DeferrableProvider' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Support/DeferrableProvider.php',
    'Illuminate\\Contracts\\Support\\DeferringDisplayableValue' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Support/DeferringDisplayableValue.php',
    'Illuminate\\Contracts\\Support\\Htmlable' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Support/Htmlable.php',
    'Illuminate\\Contracts\\Support\\Jsonable' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Support/Jsonable.php',
    'Illuminate\\Contracts\\Support\\MessageBag' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Support/MessageBag.php',
    'Illuminate\\Contracts\\Support\\MessageProvider' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Support/MessageProvider.php',
    'Illuminate\\Contracts\\Support\\Renderable' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Support/Renderable.php',
    'Illuminate\\Contracts\\Support\\Responsable' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Support/Responsable.php',
    'Illuminate\\Contracts\\Support\\ValidatedData' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Support/ValidatedData.php',
    'Illuminate\\Contracts\\Translation\\HasLocalePreference' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Translation/HasLocalePreference.php',
    'Illuminate\\Contracts\\Translation\\Loader' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Translation/Loader.php',
    'Illuminate\\Contracts\\Translation\\Translator' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Translation/Translator.php',
    'Illuminate\\Contracts\\Validation\\DataAwareRule' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Validation/DataAwareRule.php',
    'Illuminate\\Contracts\\Validation\\Factory' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Validation/Factory.php',
    'Illuminate\\Contracts\\Validation\\ImplicitRule' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Validation/ImplicitRule.php',
    'Illuminate\\Contracts\\Validation\\Rule' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Validation/Rule.php',
    'Illuminate\\Contracts\\Validation\\UncompromisedVerifier' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Validation/UncompromisedVerifier.php',
    'Illuminate\\Contracts\\Validation\\ValidatesWhenResolved' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Validation/ValidatesWhenResolved.php',
    'Illuminate\\Contracts\\Validation\\Validator' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Validation/Validator.php',
    'Illuminate\\Contracts\\Validation\\ValidatorAwareRule' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/Validation/ValidatorAwareRule.php',
    'Illuminate\\Contracts\\View\\Engine' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/View/Engine.php',
    'Illuminate\\Contracts\\View\\Factory' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/View/Factory.php',
    'Illuminate\\Contracts\\View\\View' => $vendorDir . '/laravel/framework/src/Illuminate/Contracts/View/View.php',
    'Illuminate\\Cookie\\CookieJar' => $vendorDir . '/laravel/framework/src/Illuminate/Cookie/CookieJar.php',
    'Illuminate\\Cookie\\CookieServiceProvider' => $vendorDir . '/laravel/framework/src/Illuminate/Cookie/CookieServiceProvider.php',
    'Illuminate\\Cookie\\CookieValuePrefix' => $vendorDir . '/laravel/framework/src/Illuminate/Cookie/CookieValuePrefix.php',
    'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse' => $vendorDir . '/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php',
    'Illuminate\\Cookie\\Middleware\\EncryptCookies' => $vendorDir . '/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php',
    'Illuminate\\Database\\Capsule\\Manager' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Capsule/Manager.php',
    'Illuminate\\Database\\ClassMorphViolationException' => $vendorDir . '/laravel/framework/src/Illuminate/Database/ClassMorphViolationException.php',
    'Illuminate\\Database\\Concerns\\BuildsQueries' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Concerns/BuildsQueries.php',
    'Illuminate\\Database\\Concerns\\ExplainsQueries' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Concerns/ExplainsQueries.php',
    'Illuminate\\Database\\Concerns\\ManagesTransactions' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Concerns/ManagesTransactions.php',
    'Illuminate\\Database\\ConfigurationUrlParser' => $vendorDir . '/laravel/framework/src/Illuminate/Database/ConfigurationUrlParser.php',
    'Illuminate\\Database\\Connection' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Connection.php',
    'Illuminate\\Database\\ConnectionInterface' => $vendorDir . '/laravel/framework/src/Illuminate/Database/ConnectionInterface.php',
    'Illuminate\\Database\\ConnectionResolver' => $vendorDir . '/laravel/framework/src/Illuminate/Database/ConnectionResolver.php',
    'Illuminate\\Database\\ConnectionResolverInterface' => $vendorDir . '/laravel/framework/src/Illuminate/Database/ConnectionResolverInterface.php',
    'Illuminate\\Database\\Connectors\\ConnectionFactory' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php',
    'Illuminate\\Database\\Connectors\\Connector' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Connectors/Connector.php',
    'Illuminate\\Database\\Connectors\\ConnectorInterface' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Connectors/ConnectorInterface.php',
    'Illuminate\\Database\\Connectors\\MySqlConnector' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Connectors/MySqlConnector.php',
    'Illuminate\\Database\\Connectors\\PostgresConnector' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Connectors/PostgresConnector.php',
    'Illuminate\\Database\\Connectors\\SQLiteConnector' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Connectors/SQLiteConnector.php',
    'Illuminate\\Database\\Connectors\\SqlServerConnector' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Connectors/SqlServerConnector.php',
    'Illuminate\\Database\\Console\\DbCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Console/DbCommand.php',
    'Illuminate\\Database\\Console\\DumpCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Console/DumpCommand.php',
    'Illuminate\\Database\\Console\\Factories\\FactoryMakeCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Console/Factories/FactoryMakeCommand.php',
    'Illuminate\\Database\\Console\\Migrations\\BaseCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Console/Migrations/BaseCommand.php',
    'Illuminate\\Database\\Console\\Migrations\\FreshCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Console/Migrations/FreshCommand.php',
    'Illuminate\\Database\\Console\\Migrations\\InstallCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Console/Migrations/InstallCommand.php',
    'Illuminate\\Database\\Console\\Migrations\\MigrateCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php',
    'Illuminate\\Database\\Console\\Migrations\\MigrateMakeCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateMakeCommand.php',
    'Illuminate\\Database\\Console\\Migrations\\RefreshCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Console/Migrations/RefreshCommand.php',
    'Illuminate\\Database\\Console\\Migrations\\ResetCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Console/Migrations/ResetCommand.php',
    'Illuminate\\Database\\Console\\Migrations\\RollbackCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Console/Migrations/RollbackCommand.php',
    'Illuminate\\Database\\Console\\Migrations\\StatusCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Console/Migrations/StatusCommand.php',
    'Illuminate\\Database\\Console\\Migrations\\TableGuesser' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Console/Migrations/TableGuesser.php',
    'Illuminate\\Database\\Console\\PruneCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Console/PruneCommand.php',
    'Illuminate\\Database\\Console\\Seeds\\SeedCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Console/Seeds/SeedCommand.php',
    'Illuminate\\Database\\Console\\Seeds\\SeederMakeCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Console/Seeds/SeederMakeCommand.php',
    'Illuminate\\Database\\Console\\WipeCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Console/WipeCommand.php',
    'Illuminate\\Database\\DBAL\\TimestampType' => $vendorDir . '/laravel/framework/src/Illuminate/Database/DBAL/TimestampType.php',
    'Illuminate\\Database\\DatabaseManager' => $vendorDir . '/laravel/framework/src/Illuminate/Database/DatabaseManager.php',
    'Illuminate\\Database\\DatabaseServiceProvider' => $vendorDir . '/laravel/framework/src/Illuminate/Database/DatabaseServiceProvider.php',
    'Illuminate\\Database\\DatabaseTransactionRecord' => $vendorDir . '/laravel/framework/src/Illuminate/Database/DatabaseTransactionRecord.php',
    'Illuminate\\Database\\DatabaseTransactionsManager' => $vendorDir . '/laravel/framework/src/Illuminate/Database/DatabaseTransactionsManager.php',
    'Illuminate\\Database\\DetectsConcurrencyErrors' => $vendorDir . '/laravel/framework/src/Illuminate/Database/DetectsConcurrencyErrors.php',
    'Illuminate\\Database\\DetectsLostConnections' => $vendorDir . '/laravel/framework/src/Illuminate/Database/DetectsLostConnections.php',
    'Illuminate\\Database\\Eloquent\\BroadcastableModelEventOccurred' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/BroadcastableModelEventOccurred.php',
    'Illuminate\\Database\\Eloquent\\BroadcastsEvents' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/BroadcastsEvents.php',
    'Illuminate\\Database\\Eloquent\\Builder' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php',
    'Illuminate\\Database\\Eloquent\\Casts\\ArrayObject' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/Casts/ArrayObject.php',
    'Illuminate\\Database\\Eloquent\\Casts\\AsArrayObject' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/Casts/AsArrayObject.php',
    'Illuminate\\Database\\Eloquent\\Casts\\AsCollection' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/Casts/AsCollection.php',
    'Illuminate\\Database\\Eloquent\\Casts\\AsEncryptedArrayObject' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/Casts/AsEncryptedArrayObject.php',
    'Illuminate\\Database\\Eloquent\\Casts\\AsEncryptedCollection' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/Casts/AsEncryptedCollection.php',
    'Illuminate\\Database\\Eloquent\\Casts\\AsStringable' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/Casts/AsStringable.php',
    'Illuminate\\Database\\Eloquent\\Casts\\Attribute' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/Casts/Attribute.php',
    'Illuminate\\Database\\Eloquent\\Collection' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/Collection.php',
    'Illuminate\\Database\\Eloquent\\Concerns\\GuardsAttributes' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/GuardsAttributes.php',
    'Illuminate\\Database\\Eloquent\\Concerns\\HasAttributes' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/HasAttributes.php',
    'Illuminate\\Database\\Eloquent\\Concerns\\HasEvents' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/HasEvents.php',
    'Illuminate\\Database\\Eloquent\\Concerns\\HasGlobalScopes' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/HasGlobalScopes.php',
    'Illuminate\\Database\\Eloquent\\Concerns\\HasRelationships' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/HasRelationships.php',
    'Illuminate\\Database\\Eloquent\\Concerns\\HasTimestamps' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/HasTimestamps.php',
    'Illuminate\\Database\\Eloquent\\Concerns\\HidesAttributes' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/HidesAttributes.php',
    'Illuminate\\Database\\Eloquent\\Concerns\\QueriesRelationships' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/QueriesRelationships.php',
    'Illuminate\\Database\\Eloquent\\Factories\\BelongsToManyRelationship' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/Factories/BelongsToManyRelationship.php',
    'Illuminate\\Database\\Eloquent\\Factories\\BelongsToRelationship' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/Factories/BelongsToRelationship.php',
    'Illuminate\\Database\\Eloquent\\Factories\\CrossJoinSequence' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/Factories/CrossJoinSequence.php',
    'Illuminate\\Database\\Eloquent\\Factories\\Factory' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/Factories/Factory.php',
    'Illuminate\\Database\\Eloquent\\Factories\\HasFactory' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/Factories/HasFactory.php',
    'Illuminate\\Database\\Eloquent\\Factories\\Relationship' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/Factories/Relationship.php',
    'Illuminate\\Database\\Eloquent\\Factories\\Sequence' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/Factories/Sequence.php',
    'Illuminate\\Database\\Eloquent\\HigherOrderBuilderProxy' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/HigherOrderBuilderProxy.php',
    'Illuminate\\Database\\Eloquent\\InvalidCastException' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/InvalidCastException.php',
    'Illuminate\\Database\\Eloquent\\JsonEncodingException' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/JsonEncodingException.php',
    'Illuminate\\Database\\Eloquent\\MassAssignmentException' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/MassAssignmentException.php',
    'Illuminate\\Database\\Eloquent\\MassPrunable' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/MassPrunable.php',
    'Illuminate\\Database\\Eloquent\\Model' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/Model.php',
    'Illuminate\\Database\\Eloquent\\ModelNotFoundException' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/ModelNotFoundException.php',
    'Illuminate\\Database\\Eloquent\\Prunable' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/Prunable.php',
    'Illuminate\\Database\\Eloquent\\QueueEntityResolver' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/QueueEntityResolver.php',
    'Illuminate\\Database\\Eloquent\\RelationNotFoundException' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/RelationNotFoundException.php',
    'Illuminate\\Database\\Eloquent\\Relations\\BelongsTo' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/Relations/BelongsTo.php',
    'Illuminate\\Database\\Eloquent\\Relations\\BelongsToMany' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/Relations/BelongsToMany.php',
    'Illuminate\\Database\\Eloquent\\Relations\\Concerns\\AsPivot' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Concerns/AsPivot.php',
    'Illuminate\\Database\\Eloquent\\Relations\\Concerns\\CanBeOneOfMany' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Concerns/CanBeOneOfMany.php',
    'Illuminate\\Database\\Eloquent\\Relations\\Concerns\\ComparesRelatedModels' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Concerns/ComparesRelatedModels.php',
    'Illuminate\\Database\\Eloquent\\Relations\\Concerns\\InteractsWithDictionary' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Concerns/InteractsWithDictionary.php',
    'Illuminate\\Database\\Eloquent\\Relations\\Concerns\\InteractsWithPivotTable' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Concerns/InteractsWithPivotTable.php',
    'Illuminate\\Database\\Eloquent\\Relations\\Concerns\\SupportsDefaultModels' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Concerns/SupportsDefaultModels.php',
    'Illuminate\\Database\\Eloquent\\Relations\\HasMany' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/Relations/HasMany.php',
    'Illuminate\\Database\\Eloquent\\Relations\\HasManyThrough' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/Relations/HasManyThrough.php',
    'Illuminate\\Database\\Eloquent\\Relations\\HasOne' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/Relations/HasOne.php',
    'Illuminate\\Database\\Eloquent\\Relations\\HasOneOrMany' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/Relations/HasOneOrMany.php',
    'Illuminate\\Database\\Eloquent\\Relations\\HasOneThrough' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/Relations/HasOneThrough.php',
    'Illuminate\\Database\\Eloquent\\Relations\\MorphMany' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/Relations/MorphMany.php',
    'Illuminate\\Database\\Eloquent\\Relations\\MorphOne' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/Relations/MorphOne.php',
    'Illuminate\\Database\\Eloquent\\Relations\\MorphOneOrMany' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/Relations/MorphOneOrMany.php',
    'Illuminate\\Database\\Eloquent\\Relations\\MorphPivot' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/Relations/MorphPivot.php',
    'Illuminate\\Database\\Eloquent\\Relations\\MorphTo' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/Relations/MorphTo.php',
    'Illuminate\\Database\\Eloquent\\Relations\\MorphToMany' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/Relations/MorphToMany.php',
    'Illuminate\\Database\\Eloquent\\Relations\\Pivot' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Pivot.php',
    'Illuminate\\Database\\Eloquent\\Relations\\Relation' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Relation.php',
    'Illuminate\\Database\\Eloquent\\Scope' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/Scope.php',
    'Illuminate\\Database\\Eloquent\\SoftDeletes' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
    'Illuminate\\Database\\Eloquent\\SoftDeletingScope' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletingScope.php',
    'Illuminate\\Database\\Events\\ConnectionEvent' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Events/ConnectionEvent.php',
    'Illuminate\\Database\\Events\\DatabaseRefreshed' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Events/DatabaseRefreshed.php',
    'Illuminate\\Database\\Events\\MigrationEnded' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Events/MigrationEnded.php',
    'Illuminate\\Database\\Events\\MigrationEvent' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Events/MigrationEvent.php',
    'Illuminate\\Database\\Events\\MigrationStarted' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Events/MigrationStarted.php',
    'Illuminate\\Database\\Events\\MigrationsEnded' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Events/MigrationsEnded.php',
    'Illuminate\\Database\\Events\\MigrationsEvent' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Events/MigrationsEvent.php',
    'Illuminate\\Database\\Events\\MigrationsStarted' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Events/MigrationsStarted.php',
    'Illuminate\\Database\\Events\\ModelsPruned' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Events/ModelsPruned.php',
    'Illuminate\\Database\\Events\\NoPendingMigrations' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Events/NoPendingMigrations.php',
    'Illuminate\\Database\\Events\\QueryExecuted' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Events/QueryExecuted.php',
    'Illuminate\\Database\\Events\\SchemaDumped' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Events/SchemaDumped.php',
    'Illuminate\\Database\\Events\\SchemaLoaded' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Events/SchemaLoaded.php',
    'Illuminate\\Database\\Events\\StatementPrepared' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Events/StatementPrepared.php',
    'Illuminate\\Database\\Events\\TransactionBeginning' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Events/TransactionBeginning.php',
    'Illuminate\\Database\\Events\\TransactionCommitted' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Events/TransactionCommitted.php',
    'Illuminate\\Database\\Events\\TransactionRolledBack' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Events/TransactionRolledBack.php',
    'Illuminate\\Database\\Grammar' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Grammar.php',
    'Illuminate\\Database\\LazyLoadingViolationException' => $vendorDir . '/laravel/framework/src/Illuminate/Database/LazyLoadingViolationException.php',
    'Illuminate\\Database\\MigrationServiceProvider' => $vendorDir . '/laravel/framework/src/Illuminate/Database/MigrationServiceProvider.php',
    'Illuminate\\Database\\Migrations\\DatabaseMigrationRepository' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Migrations/DatabaseMigrationRepository.php',
    'Illuminate\\Database\\Migrations\\Migration' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Migrations/Migration.php',
    'Illuminate\\Database\\Migrations\\MigrationCreator' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Migrations/MigrationCreator.php',
    'Illuminate\\Database\\Migrations\\MigrationRepositoryInterface' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Migrations/MigrationRepositoryInterface.php',
    'Illuminate\\Database\\Migrations\\Migrator' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php',
    'Illuminate\\Database\\MultipleRecordsFoundException' => $vendorDir . '/laravel/framework/src/Illuminate/Database/MultipleRecordsFoundException.php',
    'Illuminate\\Database\\MySqlConnection' => $vendorDir . '/laravel/framework/src/Illuminate/Database/MySqlConnection.php',
    'Illuminate\\Database\\PDO\\Concerns\\ConnectsToDatabase' => $vendorDir . '/laravel/framework/src/Illuminate/Database/PDO/Concerns/ConnectsToDatabase.php',
    'Illuminate\\Database\\PDO\\Connection' => $vendorDir . '/laravel/framework/src/Illuminate/Database/PDO/Connection.php',
    'Illuminate\\Database\\PDO\\MySqlDriver' => $vendorDir . '/laravel/framework/src/Illuminate/Database/PDO/MySqlDriver.php',
    'Illuminate\\Database\\PDO\\PostgresDriver' => $vendorDir . '/laravel/framework/src/Illuminate/Database/PDO/PostgresDriver.php',
    'Illuminate\\Database\\PDO\\SQLiteDriver' => $vendorDir . '/laravel/framework/src/Illuminate/Database/PDO/SQLiteDriver.php',
    'Illuminate\\Database\\PDO\\SqlServerConnection' => $vendorDir . '/laravel/framework/src/Illuminate/Database/PDO/SqlServerConnection.php',
    'Illuminate\\Database\\PDO\\SqlServerDriver' => $vendorDir . '/laravel/framework/src/Illuminate/Database/PDO/SqlServerDriver.php',
    'Illuminate\\Database\\PostgresConnection' => $vendorDir . '/laravel/framework/src/Illuminate/Database/PostgresConnection.php',
    'Illuminate\\Database\\QueryException' => $vendorDir . '/laravel/framework/src/Illuminate/Database/QueryException.php',
    'Illuminate\\Database\\Query\\Builder' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Query/Builder.php',
    'Illuminate\\Database\\Query\\Expression' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Query/Expression.php',
    'Illuminate\\Database\\Query\\Grammars\\Grammar' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Query/Grammars/Grammar.php',
    'Illuminate\\Database\\Query\\Grammars\\MySqlGrammar' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Query/Grammars/MySqlGrammar.php',
    'Illuminate\\Database\\Query\\Grammars\\PostgresGrammar' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Query/Grammars/PostgresGrammar.php',
    'Illuminate\\Database\\Query\\Grammars\\SQLiteGrammar' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Query/Grammars/SQLiteGrammar.php',
    'Illuminate\\Database\\Query\\Grammars\\SqlServerGrammar' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Query/Grammars/SqlServerGrammar.php',
    'Illuminate\\Database\\Query\\JoinClause' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Query/JoinClause.php',
    'Illuminate\\Database\\Query\\Processors\\MySqlProcessor' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Query/Processors/MySqlProcessor.php',
    'Illuminate\\Database\\Query\\Processors\\PostgresProcessor' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Query/Processors/PostgresProcessor.php',
    'Illuminate\\Database\\Query\\Processors\\Processor' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Query/Processors/Processor.php',
    'Illuminate\\Database\\Query\\Processors\\SQLiteProcessor' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Query/Processors/SQLiteProcessor.php',
    'Illuminate\\Database\\Query\\Processors\\SqlServerProcessor' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Query/Processors/SqlServerProcessor.php',
    'Illuminate\\Database\\RecordsNotFoundException' => $vendorDir . '/laravel/framework/src/Illuminate/Database/RecordsNotFoundException.php',
    'Illuminate\\Database\\SQLiteConnection' => $vendorDir . '/laravel/framework/src/Illuminate/Database/SQLiteConnection.php',
    'Illuminate\\Database\\Schema\\Blueprint' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Schema/Blueprint.php',
    'Illuminate\\Database\\Schema\\Builder' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Schema/Builder.php',
    'Illuminate\\Database\\Schema\\ColumnDefinition' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Schema/ColumnDefinition.php',
    'Illuminate\\Database\\Schema\\ForeignIdColumnDefinition' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Schema/ForeignIdColumnDefinition.php',
    'Illuminate\\Database\\Schema\\ForeignKeyDefinition' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Schema/ForeignKeyDefinition.php',
    'Illuminate\\Database\\Schema\\Grammars\\ChangeColumn' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Schema/Grammars/ChangeColumn.php',
    'Illuminate\\Database\\Schema\\Grammars\\Grammar' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Schema/Grammars/Grammar.php',
    'Illuminate\\Database\\Schema\\Grammars\\MySqlGrammar' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Schema/Grammars/MySqlGrammar.php',
    'Illuminate\\Database\\Schema\\Grammars\\PostgresGrammar' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Schema/Grammars/PostgresGrammar.php',
    'Illuminate\\Database\\Schema\\Grammars\\RenameColumn' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Schema/Grammars/RenameColumn.php',
    'Illuminate\\Database\\Schema\\Grammars\\SQLiteGrammar' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Schema/Grammars/SQLiteGrammar.php',
    'Illuminate\\Database\\Schema\\Grammars\\SqlServerGrammar' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Schema/Grammars/SqlServerGrammar.php',
    'Illuminate\\Database\\Schema\\MySqlBuilder' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Schema/MySqlBuilder.php',
    'Illuminate\\Database\\Schema\\MySqlSchemaState' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Schema/MySqlSchemaState.php',
    'Illuminate\\Database\\Schema\\PostgresBuilder' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Schema/PostgresBuilder.php',
    'Illuminate\\Database\\Schema\\PostgresSchemaState' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Schema/PostgresSchemaState.php',
    'Illuminate\\Database\\Schema\\SQLiteBuilder' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Schema/SQLiteBuilder.php',
    'Illuminate\\Database\\Schema\\SchemaState' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Schema/SchemaState.php',
    'Illuminate\\Database\\Schema\\SqlServerBuilder' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Schema/SqlServerBuilder.php',
    'Illuminate\\Database\\Schema\\SqliteSchemaState' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Schema/SqliteSchemaState.php',
    'Illuminate\\Database\\Seeder' => $vendorDir . '/laravel/framework/src/Illuminate/Database/Seeder.php',
    'Illuminate\\Database\\SqlServerConnection' => $vendorDir . '/laravel/framework/src/Illuminate/Database/SqlServerConnection.php',
    'Illuminate\\Encryption\\Encrypter' => $vendorDir . '/laravel/framework/src/Illuminate/Encryption/Encrypter.php',
    'Illuminate\\Encryption\\EncryptionServiceProvider' => $vendorDir . '/laravel/framework/src/Illuminate/Encryption/EncryptionServiceProvider.php',
    'Illuminate\\Encryption\\MissingAppKeyException' => $vendorDir . '/laravel/framework/src/Illuminate/Encryption/MissingAppKeyException.php',
    'Illuminate\\Events\\CallQueuedListener' => $vendorDir . '/laravel/framework/src/Illuminate/Events/CallQueuedListener.php',
    'Illuminate\\Events\\Dispatcher' => $vendorDir . '/laravel/framework/src/Illuminate/Events/Dispatcher.php',
    'Illuminate\\Events\\EventServiceProvider' => $vendorDir . '/laravel/framework/src/Illuminate/Events/EventServiceProvider.php',
    'Illuminate\\Events\\InvokeQueuedClosure' => $vendorDir . '/laravel/framework/src/Illuminate/Events/InvokeQueuedClosure.php',
    'Illuminate\\Events\\NullDispatcher' => $vendorDir . '/laravel/framework/src/Illuminate/Events/NullDispatcher.php',
    'Illuminate\\Events\\QueuedClosure' => $vendorDir . '/laravel/framework/src/Illuminate/Events/QueuedClosure.php',
    'Illuminate\\Filesystem\\Cache' => $vendorDir . '/laravel/framework/src/Illuminate/Filesystem/Cache.php',
    'Illuminate\\Filesystem\\Filesystem' => $vendorDir . '/laravel/framework/src/Illuminate/Filesystem/Filesystem.php',
    'Illuminate\\Filesystem\\FilesystemAdapter' => $vendorDir . '/laravel/framework/src/Illuminate/Filesystem/FilesystemAdapter.php',
    'Illuminate\\Filesystem\\FilesystemManager' => $vendorDir . '/laravel/framework/src/Illuminate/Filesystem/FilesystemManager.php',
    'Illuminate\\Filesystem\\FilesystemServiceProvider' => $vendorDir . '/laravel/framework/src/Illuminate/Filesystem/FilesystemServiceProvider.php',
    'Illuminate\\Filesystem\\LockableFile' => $vendorDir . '/laravel/framework/src/Illuminate/Filesystem/LockableFile.php',
    'Illuminate\\Foundation\\AliasLoader' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/AliasLoader.php',
    'Illuminate\\Foundation\\Application' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Application.php',
    'Illuminate\\Foundation\\Auth\\Access\\Authorizable' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Auth/Access/Authorizable.php',
    'Illuminate\\Foundation\\Auth\\Access\\AuthorizesRequests' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Auth/Access/AuthorizesRequests.php',
    'Illuminate\\Foundation\\Auth\\EmailVerificationRequest' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Auth/EmailVerificationRequest.php',
    'Illuminate\\Foundation\\Auth\\User' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Auth/User.php',
    'Illuminate\\Foundation\\Bootstrap\\BootProviders' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php',
    'Illuminate\\Foundation\\Bootstrap\\HandleExceptions' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php',
    'Illuminate\\Foundation\\Bootstrap\\LoadConfiguration' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Bootstrap/LoadConfiguration.php',
    'Illuminate\\Foundation\\Bootstrap\\LoadEnvironmentVariables' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Bootstrap/LoadEnvironmentVariables.php',
    'Illuminate\\Foundation\\Bootstrap\\RegisterFacades' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Bootstrap/RegisterFacades.php',
    'Illuminate\\Foundation\\Bootstrap\\RegisterProviders' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Bootstrap/RegisterProviders.php',
    'Illuminate\\Foundation\\Bootstrap\\SetRequestForConsole' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Bootstrap/SetRequestForConsole.php',
    'Illuminate\\Foundation\\Bus\\Dispatchable' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Bus/Dispatchable.php',
    'Illuminate\\Foundation\\Bus\\DispatchesJobs' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Bus/DispatchesJobs.php',
    'Illuminate\\Foundation\\Bus\\PendingChain' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Bus/PendingChain.php',
    'Illuminate\\Foundation\\Bus\\PendingClosureDispatch' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Bus/PendingClosureDispatch.php',
    'Illuminate\\Foundation\\Bus\\PendingDispatch' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Bus/PendingDispatch.php',
    'Illuminate\\Foundation\\ComposerScripts' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/ComposerScripts.php',
    'Illuminate\\Foundation\\Console\\CastMakeCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Console/CastMakeCommand.php',
    'Illuminate\\Foundation\\Console\\ChannelMakeCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Console/ChannelMakeCommand.php',
    'Illuminate\\Foundation\\Console\\ClearCompiledCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Console/ClearCompiledCommand.php',
    'Illuminate\\Foundation\\Console\\ClosureCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Console/ClosureCommand.php',
    'Illuminate\\Foundation\\Console\\ComponentMakeCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Console/ComponentMakeCommand.php',
    'Illuminate\\Foundation\\Console\\ConfigCacheCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Console/ConfigCacheCommand.php',
    'Illuminate\\Foundation\\Console\\ConfigClearCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Console/ConfigClearCommand.php',
    'Illuminate\\Foundation\\Console\\ConsoleMakeCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Console/ConsoleMakeCommand.php',
    'Illuminate\\Foundation\\Console\\DownCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Console/DownCommand.php',
    'Illuminate\\Foundation\\Console\\EnvironmentCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Console/EnvironmentCommand.php',
    'Illuminate\\Foundation\\Console\\EventCacheCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Console/EventCacheCommand.php',
    'Illuminate\\Foundation\\Console\\EventClearCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Console/EventClearCommand.php',
    'Illuminate\\Foundation\\Console\\EventGenerateCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Console/EventGenerateCommand.php',
    'Illuminate\\Foundation\\Console\\EventListCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Console/EventListCommand.php',
    'Illuminate\\Foundation\\Console\\EventMakeCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Console/EventMakeCommand.php',
    'Illuminate\\Foundation\\Console\\ExceptionMakeCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Console/ExceptionMakeCommand.php',
    'Illuminate\\Foundation\\Console\\JobMakeCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Console/JobMakeCommand.php',
    'Illuminate\\Foundation\\Console\\Kernel' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php',
    'Illuminate\\Foundation\\Console\\KeyGenerateCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Console/KeyGenerateCommand.php',
    'Illuminate\\Foundation\\Console\\ListenerMakeCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Console/ListenerMakeCommand.php',
    'Illuminate\\Foundation\\Console\\MailMakeCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Console/MailMakeCommand.php',
    'Illuminate\\Foundation\\Console\\ModelMakeCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Console/ModelMakeCommand.php',
    'Illuminate\\Foundation\\Console\\NotificationMakeCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Console/NotificationMakeCommand.php',
    'Illuminate\\Foundation\\Console\\ObserverMakeCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Console/ObserverMakeCommand.php',
    'Illuminate\\Foundation\\Console\\OptimizeClearCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Console/OptimizeClearCommand.php',
    'Illuminate\\Foundation\\Console\\OptimizeCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Console/OptimizeCommand.php',
    'Illuminate\\Foundation\\Console\\PackageDiscoverCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Console/PackageDiscoverCommand.php',
    'Illuminate\\Foundation\\Console\\PolicyMakeCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Console/PolicyMakeCommand.php',
    'Illuminate\\Foundation\\Console\\ProviderMakeCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Console/ProviderMakeCommand.php',
    'Illuminate\\Foundation\\Console\\QueuedCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Console/QueuedCommand.php',
    'Illuminate\\Foundation\\Console\\RequestMakeCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Console/RequestMakeCommand.php',
    'Illuminate\\Foundation\\Console\\ResourceMakeCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Console/ResourceMakeCommand.php',
    'Illuminate\\Foundation\\Console\\RouteCacheCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Console/RouteCacheCommand.php',
    'Illuminate\\Foundation\\Console\\RouteClearCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Console/RouteClearCommand.php',
    'Illuminate\\Foundation\\Console\\RouteListCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Console/RouteListCommand.php',
    'Illuminate\\Foundation\\Console\\RuleMakeCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Console/RuleMakeCommand.php',
    'Illuminate\\Foundation\\Console\\ServeCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Console/ServeCommand.php',
    'Illuminate\\Foundation\\Console\\StorageLinkCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Console/StorageLinkCommand.php',
    'Illuminate\\Foundation\\Console\\StubPublishCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Console/StubPublishCommand.php',
    'Illuminate\\Foundation\\Console\\TestMakeCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Console/TestMakeCommand.php',
    'Illuminate\\Foundation\\Console\\UpCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Console/UpCommand.php',
    'Illuminate\\Foundation\\Console\\VendorPublishCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Console/VendorPublishCommand.php',
    'Illuminate\\Foundation\\Console\\ViewCacheCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Console/ViewCacheCommand.php',
    'Illuminate\\Foundation\\Console\\ViewClearCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Console/ViewClearCommand.php',
    'Illuminate\\Foundation\\EnvironmentDetector' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/EnvironmentDetector.php',
    'Illuminate\\Foundation\\Events\\DiscoverEvents' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Events/DiscoverEvents.php',
    'Illuminate\\Foundation\\Events\\Dispatchable' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Events/Dispatchable.php',
    'Illuminate\\Foundation\\Events\\LocaleUpdated' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Events/LocaleUpdated.php',
    'Illuminate\\Foundation\\Events\\MaintenanceModeDisabled' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Events/MaintenanceModeDisabled.php',
    'Illuminate\\Foundation\\Events\\MaintenanceModeEnabled' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Events/MaintenanceModeEnabled.php',
    'Illuminate\\Foundation\\Events\\VendorTagPublished' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Events/VendorTagPublished.php',
    'Illuminate\\Foundation\\Exceptions\\Handler' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php',
    'Illuminate\\Foundation\\Exceptions\\RegisterErrorViewPaths' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Exceptions/RegisterErrorViewPaths.php',
    'Illuminate\\Foundation\\Exceptions\\ReportableHandler' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Exceptions/ReportableHandler.php',
    'Illuminate\\Foundation\\Exceptions\\WhoopsHandler' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Exceptions/WhoopsHandler.php',
    'Illuminate\\Foundation\\Http\\Events\\RequestHandled' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Http/Events/RequestHandled.php',
    'Illuminate\\Foundation\\Http\\Exceptions\\MaintenanceModeException' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Http/Exceptions/MaintenanceModeException.php',
    'Illuminate\\Foundation\\Http\\FormRequest' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Http/FormRequest.php',
    'Illuminate\\Foundation\\Http\\Kernel' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php',
    'Illuminate\\Foundation\\Http\\MaintenanceModeBypassCookie' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Http/MaintenanceModeBypassCookie.php',
    'Illuminate\\Foundation\\Http\\Middleware\\CheckForMaintenanceMode' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php',
    'Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php',
    'Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php',
    'Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php',
    'Illuminate\\Foundation\\Http\\Middleware\\TrimStrings' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php',
    'Illuminate\\Foundation\\Http\\Middleware\\ValidatePostSize' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php',
    'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php',
    'Illuminate\\Foundation\\Inspiring' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Inspiring.php',
    'Illuminate\\Foundation\\Mix' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Mix.php',
    'Illuminate\\Foundation\\PackageManifest' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/PackageManifest.php',
    'Illuminate\\Foundation\\ProviderRepository' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/ProviderRepository.php',
    'Illuminate\\Foundation\\Providers\\ArtisanServiceProvider' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Providers/ArtisanServiceProvider.php',
    'Illuminate\\Foundation\\Providers\\ComposerServiceProvider' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Providers/ComposerServiceProvider.php',
    'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Providers/ConsoleSupportServiceProvider.php',
    'Illuminate\\Foundation\\Providers\\FormRequestServiceProvider' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Providers/FormRequestServiceProvider.php',
    'Illuminate\\Foundation\\Providers\\FoundationServiceProvider' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Providers/FoundationServiceProvider.php',
    'Illuminate\\Foundation\\Support\\Providers\\AuthServiceProvider' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Support/Providers/AuthServiceProvider.php',
    'Illuminate\\Foundation\\Support\\Providers\\EventServiceProvider' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Support/Providers/EventServiceProvider.php',
    'Illuminate\\Foundation\\Support\\Providers\\RouteServiceProvider' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Support/Providers/RouteServiceProvider.php',
    'Illuminate\\Foundation\\Testing\\Concerns\\InteractsWithAuthentication' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/InteractsWithAuthentication.php',
    'Illuminate\\Foundation\\Testing\\Concerns\\InteractsWithConsole' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/InteractsWithConsole.php',
    'Illuminate\\Foundation\\Testing\\Concerns\\InteractsWithContainer' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/InteractsWithContainer.php',
    'Illuminate\\Foundation\\Testing\\Concerns\\InteractsWithDatabase' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/InteractsWithDatabase.php',
    'Illuminate\\Foundation\\Testing\\Concerns\\InteractsWithDeprecationHandling' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/InteractsWithDeprecationHandling.php',
    'Illuminate\\Foundation\\Testing\\Concerns\\InteractsWithExceptionHandling' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/InteractsWithExceptionHandling.php',
    'Illuminate\\Foundation\\Testing\\Concerns\\InteractsWithRedis' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/InteractsWithRedis.php',
    'Illuminate\\Foundation\\Testing\\Concerns\\InteractsWithSession' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/InteractsWithSession.php',
    'Illuminate\\Foundation\\Testing\\Concerns\\InteractsWithTime' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/InteractsWithTime.php',
    'Illuminate\\Foundation\\Testing\\Concerns\\InteractsWithViews' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/InteractsWithViews.php',
    'Illuminate\\Foundation\\Testing\\Concerns\\MakesHttpRequests' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php',
    'Illuminate\\Foundation\\Testing\\Concerns\\MocksApplicationServices' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MocksApplicationServices.php',
    'Illuminate\\Foundation\\Testing\\DatabaseMigrations' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Testing/DatabaseMigrations.php',
    'Illuminate\\Foundation\\Testing\\DatabaseTransactions' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Testing/DatabaseTransactions.php',
    'Illuminate\\Foundation\\Testing\\LazilyRefreshDatabase' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Testing/LazilyRefreshDatabase.php',
    'Illuminate\\Foundation\\Testing\\RefreshDatabase' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Testing/RefreshDatabase.php',
    'Illuminate\\Foundation\\Testing\\RefreshDatabaseState' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Testing/RefreshDatabaseState.php',
    'Illuminate\\Foundation\\Testing\\TestCase' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Testing/TestCase.php',
    'Illuminate\\Foundation\\Testing\\Traits\\CanConfigureMigrationCommands' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Testing/Traits/CanConfigureMigrationCommands.php',
    'Illuminate\\Foundation\\Testing\\WithFaker' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Testing/WithFaker.php',
    'Illuminate\\Foundation\\Testing\\WithoutEvents' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Testing/WithoutEvents.php',
    'Illuminate\\Foundation\\Testing\\WithoutMiddleware' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Testing/WithoutMiddleware.php',
    'Illuminate\\Foundation\\Testing\\Wormhole' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Testing/Wormhole.php',
    'Illuminate\\Foundation\\Validation\\ValidatesRequests' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/Validation/ValidatesRequests.php',
    'Illuminate\\Hashing\\AbstractHasher' => $vendorDir . '/laravel/framework/src/Illuminate/Hashing/AbstractHasher.php',
    'Illuminate\\Hashing\\Argon2IdHasher' => $vendorDir . '/laravel/framework/src/Illuminate/Hashing/Argon2IdHasher.php',
    'Illuminate\\Hashing\\ArgonHasher' => $vendorDir . '/laravel/framework/src/Illuminate/Hashing/ArgonHasher.php',
    'Illuminate\\Hashing\\BcryptHasher' => $vendorDir . '/laravel/framework/src/Illuminate/Hashing/BcryptHasher.php',
    'Illuminate\\Hashing\\HashManager' => $vendorDir . '/laravel/framework/src/Illuminate/Hashing/HashManager.php',
    'Illuminate\\Hashing\\HashServiceProvider' => $vendorDir . '/laravel/framework/src/Illuminate/Hashing/HashServiceProvider.php',
    'Illuminate\\Http\\Client\\ConnectionException' => $vendorDir . '/laravel/framework/src/Illuminate/Http/Client/ConnectionException.php',
    'Illuminate\\Http\\Client\\Events\\ConnectionFailed' => $vendorDir . '/laravel/framework/src/Illuminate/Http/Client/Events/ConnectionFailed.php',
    'Illuminate\\Http\\Client\\Events\\RequestSending' => $vendorDir . '/laravel/framework/src/Illuminate/Http/Client/Events/RequestSending.php',
    'Illuminate\\Http\\Client\\Events\\ResponseReceived' => $vendorDir . '/laravel/framework/src/Illuminate/Http/Client/Events/ResponseReceived.php',
    'Illuminate\\Http\\Client\\Factory' => $vendorDir . '/laravel/framework/src/Illuminate/Http/Client/Factory.php',
    'Illuminate\\Http\\Client\\HttpClientException' => $vendorDir . '/laravel/framework/src/Illuminate/Http/Client/HttpClientException.php',
    'Illuminate\\Http\\Client\\PendingRequest' => $vendorDir . '/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php',
    'Illuminate\\Http\\Client\\Pool' => $vendorDir . '/laravel/framework/src/Illuminate/Http/Client/Pool.php',
    'Illuminate\\Http\\Client\\Request' => $vendorDir . '/laravel/framework/src/Illuminate/Http/Client/Request.php',
    'Illuminate\\Http\\Client\\RequestException' => $vendorDir . '/laravel/framework/src/Illuminate/Http/Client/RequestException.php',
    'Illuminate\\Http\\Client\\Response' => $vendorDir . '/laravel/framework/src/Illuminate/Http/Client/Response.php',
    'Illuminate\\Http\\Client\\ResponseSequence' => $vendorDir . '/laravel/framework/src/Illuminate/Http/Client/ResponseSequence.php',
    'Illuminate\\Http\\Concerns\\InteractsWithContentTypes' => $vendorDir . '/laravel/framework/src/Illuminate/Http/Concerns/InteractsWithContentTypes.php',
    'Illuminate\\Http\\Concerns\\InteractsWithFlashData' => $vendorDir . '/laravel/framework/src/Illuminate/Http/Concerns/InteractsWithFlashData.php',
    'Illuminate\\Http\\Concerns\\InteractsWithInput' => $vendorDir . '/laravel/framework/src/Illuminate/Http/Concerns/InteractsWithInput.php',
    'Illuminate\\Http\\Exceptions\\HttpResponseException' => $vendorDir . '/laravel/framework/src/Illuminate/Http/Exceptions/HttpResponseException.php',
    'Illuminate\\Http\\Exceptions\\PostTooLargeException' => $vendorDir . '/laravel/framework/src/Illuminate/Http/Exceptions/PostTooLargeException.php',
    'Illuminate\\Http\\Exceptions\\ThrottleRequestsException' => $vendorDir . '/laravel/framework/src/Illuminate/Http/Exceptions/ThrottleRequestsException.php',
    'Illuminate\\Http\\File' => $vendorDir . '/laravel/framework/src/Illuminate/Http/File.php',
    'Illuminate\\Http\\FileHelpers' => $vendorDir . '/laravel/framework/src/Illuminate/Http/FileHelpers.php',
    'Illuminate\\Http\\JsonResponse' => $vendorDir . '/laravel/framework/src/Illuminate/Http/JsonResponse.php',
    'Illuminate\\Http\\Middleware\\CheckResponseForModifications' => $vendorDir . '/laravel/framework/src/Illuminate/Http/Middleware/CheckResponseForModifications.php',
    'Illuminate\\Http\\Middleware\\FrameGuard' => $vendorDir . '/laravel/framework/src/Illuminate/Http/Middleware/FrameGuard.php',
    'Illuminate\\Http\\Middleware\\SetCacheHeaders' => $vendorDir . '/laravel/framework/src/Illuminate/Http/Middleware/SetCacheHeaders.php',
    'Illuminate\\Http\\Middleware\\TrustHosts' => $vendorDir . '/laravel/framework/src/Illuminate/Http/Middleware/TrustHosts.php',
    'Illuminate\\Http\\Middleware\\TrustProxies' => $vendorDir . '/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php',
    'Illuminate\\Http\\RedirectResponse' => $vendorDir . '/laravel/framework/src/Illuminate/Http/RedirectResponse.php',
    'Illuminate\\Http\\Request' => $vendorDir . '/laravel/framework/src/Illuminate/Http/Request.php',
    'Illuminate\\Http\\Resources\\CollectsResources' => $vendorDir . '/laravel/framework/src/Illuminate/Http/Resources/CollectsResources.php',
    'Illuminate\\Http\\Resources\\ConditionallyLoadsAttributes' => $vendorDir . '/laravel/framework/src/Illuminate/Http/Resources/ConditionallyLoadsAttributes.php',
    'Illuminate\\Http\\Resources\\DelegatesToResource' => $vendorDir . '/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php',
    'Illuminate\\Http\\Resources\\Json\\AnonymousResourceCollection' => $vendorDir . '/laravel/framework/src/Illuminate/Http/Resources/Json/AnonymousResourceCollection.php',
    'Illuminate\\Http\\Resources\\Json\\JsonResource' => $vendorDir . '/laravel/framework/src/Illuminate/Http/Resources/Json/JsonResource.php',
    'Illuminate\\Http\\Resources\\Json\\PaginatedResourceResponse' => $vendorDir . '/laravel/framework/src/Illuminate/Http/Resources/Json/PaginatedResourceResponse.php',
    'Illuminate\\Http\\Resources\\Json\\ResourceCollection' => $vendorDir . '/laravel/framework/src/Illuminate/Http/Resources/Json/ResourceCollection.php',
    'Illuminate\\Http\\Resources\\Json\\ResourceResponse' => $vendorDir . '/laravel/framework/src/Illuminate/Http/Resources/Json/ResourceResponse.php',
    'Illuminate\\Http\\Resources\\MergeValue' => $vendorDir . '/laravel/framework/src/Illuminate/Http/Resources/MergeValue.php',
    'Illuminate\\Http\\Resources\\MissingValue' => $vendorDir . '/laravel/framework/src/Illuminate/Http/Resources/MissingValue.php',
    'Illuminate\\Http\\Resources\\PotentiallyMissing' => $vendorDir . '/laravel/framework/src/Illuminate/Http/Resources/PotentiallyMissing.php',
    'Illuminate\\Http\\Response' => $vendorDir . '/laravel/framework/src/Illuminate/Http/Response.php',
    'Illuminate\\Http\\ResponseTrait' => $vendorDir . '/laravel/framework/src/Illuminate/Http/ResponseTrait.php',
    'Illuminate\\Http\\Testing\\File' => $vendorDir . '/laravel/framework/src/Illuminate/Http/Testing/File.php',
    'Illuminate\\Http\\Testing\\FileFactory' => $vendorDir . '/laravel/framework/src/Illuminate/Http/Testing/FileFactory.php',
    'Illuminate\\Http\\Testing\\MimeType' => $vendorDir . '/laravel/framework/src/Illuminate/Http/Testing/MimeType.php',
    'Illuminate\\Http\\UploadedFile' => $vendorDir . '/laravel/framework/src/Illuminate/Http/UploadedFile.php',
    'Illuminate\\Log\\Events\\MessageLogged' => $vendorDir . '/laravel/framework/src/Illuminate/Log/Events/MessageLogged.php',
    'Illuminate\\Log\\LogManager' => $vendorDir . '/laravel/framework/src/Illuminate/Log/LogManager.php',
    'Illuminate\\Log\\LogServiceProvider' => $vendorDir . '/laravel/framework/src/Illuminate/Log/LogServiceProvider.php',
    'Illuminate\\Log\\Logger' => $vendorDir . '/laravel/framework/src/Illuminate/Log/Logger.php',
    'Illuminate\\Log\\ParsesLogConfiguration' => $vendorDir . '/laravel/framework/src/Illuminate/Log/ParsesLogConfiguration.php',
    'Illuminate\\Mail\\Events\\MessageSending' => $vendorDir . '/laravel/framework/src/Illuminate/Mail/Events/MessageSending.php',
    'Illuminate\\Mail\\Events\\MessageSent' => $vendorDir . '/laravel/framework/src/Illuminate/Mail/Events/MessageSent.php',
    'Illuminate\\Mail\\MailManager' => $vendorDir . '/laravel/framework/src/Illuminate/Mail/MailManager.php',
    'Illuminate\\Mail\\MailServiceProvider' => $vendorDir . '/laravel/framework/src/Illuminate/Mail/MailServiceProvider.php',
    'Illuminate\\Mail\\Mailable' => $vendorDir . '/laravel/framework/src/Illuminate/Mail/Mailable.php',
    'Illuminate\\Mail\\Mailer' => $vendorDir . '/laravel/framework/src/Illuminate/Mail/Mailer.php',
    'Illuminate\\Mail\\Markdown' => $vendorDir . '/laravel/framework/src/Illuminate/Mail/Markdown.php',
    'Illuminate\\Mail\\Message' => $vendorDir . '/laravel/framework/src/Illuminate/Mail/Message.php',
    'Illuminate\\Mail\\PendingMail' => $vendorDir . '/laravel/framework/src/Illuminate/Mail/PendingMail.php',
    'Illuminate\\Mail\\SendQueuedMailable' => $vendorDir . '/laravel/framework/src/Illuminate/Mail/SendQueuedMailable.php',
    'Illuminate\\Mail\\Transport\\ArrayTransport' => $vendorDir . '/laravel/framework/src/Illuminate/Mail/Transport/ArrayTransport.php',
    'Illuminate\\Mail\\Transport\\LogTransport' => $vendorDir . '/laravel/framework/src/Illuminate/Mail/Transport/LogTransport.php',
    'Illuminate\\Mail\\Transport\\MailgunTransport' => $vendorDir . '/laravel/framework/src/Illuminate/Mail/Transport/MailgunTransport.php',
    'Illuminate\\Mail\\Transport\\SesTransport' => $vendorDir . '/laravel/framework/src/Illuminate/Mail/Transport/SesTransport.php',
    'Illuminate\\Mail\\Transport\\Transport' => $vendorDir . '/laravel/framework/src/Illuminate/Mail/Transport/Transport.php',
    'Illuminate\\Notifications\\Action' => $vendorDir . '/laravel/framework/src/Illuminate/Notifications/Action.php',
    'Illuminate\\Notifications\\AnonymousNotifiable' => $vendorDir . '/laravel/framework/src/Illuminate/Notifications/AnonymousNotifiable.php',
    'Illuminate\\Notifications\\ChannelManager' => $vendorDir . '/laravel/framework/src/Illuminate/Notifications/ChannelManager.php',
    'Illuminate\\Notifications\\Channels\\BroadcastChannel' => $vendorDir . '/laravel/framework/src/Illuminate/Notifications/Channels/BroadcastChannel.php',
    'Illuminate\\Notifications\\Channels\\DatabaseChannel' => $vendorDir . '/laravel/framework/src/Illuminate/Notifications/Channels/DatabaseChannel.php',
    'Illuminate\\Notifications\\Channels\\MailChannel' => $vendorDir . '/laravel/framework/src/Illuminate/Notifications/Channels/MailChannel.php',
    'Illuminate\\Notifications\\Console\\NotificationTableCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Notifications/Console/NotificationTableCommand.php',
    'Illuminate\\Notifications\\DatabaseNotification' => $vendorDir . '/laravel/framework/src/Illuminate/Notifications/DatabaseNotification.php',
    'Illuminate\\Notifications\\DatabaseNotificationCollection' => $vendorDir . '/laravel/framework/src/Illuminate/Notifications/DatabaseNotificationCollection.php',
    'Illuminate\\Notifications\\Events\\BroadcastNotificationCreated' => $vendorDir . '/laravel/framework/src/Illuminate/Notifications/Events/BroadcastNotificationCreated.php',
    'Illuminate\\Notifications\\Events\\NotificationFailed' => $vendorDir . '/laravel/framework/src/Illuminate/Notifications/Events/NotificationFailed.php',
    'Illuminate\\Notifications\\Events\\NotificationSending' => $vendorDir . '/laravel/framework/src/Illuminate/Notifications/Events/NotificationSending.php',
    'Illuminate\\Notifications\\Events\\NotificationSent' => $vendorDir . '/laravel/framework/src/Illuminate/Notifications/Events/NotificationSent.php',
    'Illuminate\\Notifications\\HasDatabaseNotifications' => $vendorDir . '/laravel/framework/src/Illuminate/Notifications/HasDatabaseNotifications.php',
    'Illuminate\\Notifications\\Messages\\BroadcastMessage' => $vendorDir . '/laravel/framework/src/Illuminate/Notifications/Messages/BroadcastMessage.php',
    'Illuminate\\Notifications\\Messages\\DatabaseMessage' => $vendorDir . '/laravel/framework/src/Illuminate/Notifications/Messages/DatabaseMessage.php',
    'Illuminate\\Notifications\\Messages\\MailMessage' => $vendorDir . '/laravel/framework/src/Illuminate/Notifications/Messages/MailMessage.php',
    'Illuminate\\Notifications\\Messages\\SimpleMessage' => $vendorDir . '/laravel/framework/src/Illuminate/Notifications/Messages/SimpleMessage.php',
    'Illuminate\\Notifications\\Notifiable' => $vendorDir . '/laravel/framework/src/Illuminate/Notifications/Notifiable.php',
    'Illuminate\\Notifications\\Notification' => $vendorDir . '/laravel/framework/src/Illuminate/Notifications/Notification.php',
    'Illuminate\\Notifications\\NotificationSender' => $vendorDir . '/laravel/framework/src/Illuminate/Notifications/NotificationSender.php',
    'Illuminate\\Notifications\\NotificationServiceProvider' => $vendorDir . '/laravel/framework/src/Illuminate/Notifications/NotificationServiceProvider.php',
    'Illuminate\\Notifications\\RoutesNotifications' => $vendorDir . '/laravel/framework/src/Illuminate/Notifications/RoutesNotifications.php',
    'Illuminate\\Notifications\\SendQueuedNotifications' => $vendorDir . '/laravel/framework/src/Illuminate/Notifications/SendQueuedNotifications.php',
    'Illuminate\\Pagination\\AbstractCursorPaginator' => $vendorDir . '/laravel/framework/src/Illuminate/Pagination/AbstractCursorPaginator.php',
    'Illuminate\\Pagination\\AbstractPaginator' => $vendorDir . '/laravel/framework/src/Illuminate/Pagination/AbstractPaginator.php',
    'Illuminate\\Pagination\\Cursor' => $vendorDir . '/laravel/framework/src/Illuminate/Pagination/Cursor.php',
    'Illuminate\\Pagination\\CursorPaginationException' => $vendorDir . '/laravel/framework/src/Illuminate/Pagination/CursorPaginationException.php',
    'Illuminate\\Pagination\\CursorPaginator' => $vendorDir . '/laravel/framework/src/Illuminate/Pagination/CursorPaginator.php',
    'Illuminate\\Pagination\\LengthAwarePaginator' => $vendorDir . '/laravel/framework/src/Illuminate/Pagination/LengthAwarePaginator.php',
    'Illuminate\\Pagination\\PaginationServiceProvider' => $vendorDir . '/laravel/framework/src/Illuminate/Pagination/PaginationServiceProvider.php',
    'Illuminate\\Pagination\\PaginationState' => $vendorDir . '/laravel/framework/src/Illuminate/Pagination/PaginationState.php',
    'Illuminate\\Pagination\\Paginator' => $vendorDir . '/laravel/framework/src/Illuminate/Pagination/Paginator.php',
    'Illuminate\\Pagination\\UrlWindow' => $vendorDir . '/laravel/framework/src/Illuminate/Pagination/UrlWindow.php',
    'Illuminate\\Pipeline\\Hub' => $vendorDir . '/laravel/framework/src/Illuminate/Pipeline/Hub.php',
    'Illuminate\\Pipeline\\Pipeline' => $vendorDir . '/laravel/framework/src/Illuminate/Pipeline/Pipeline.php',
    'Illuminate\\Pipeline\\PipelineServiceProvider' => $vendorDir . '/laravel/framework/src/Illuminate/Pipeline/PipelineServiceProvider.php',
    'Illuminate\\Queue\\BeanstalkdQueue' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/BeanstalkdQueue.php',
    'Illuminate\\Queue\\CallQueuedClosure' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/CallQueuedClosure.php',
    'Illuminate\\Queue\\CallQueuedHandler' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php',
    'Illuminate\\Queue\\Capsule\\Manager' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/Capsule/Manager.php',
    'Illuminate\\Queue\\Connectors\\BeanstalkdConnector' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/Connectors/BeanstalkdConnector.php',
    'Illuminate\\Queue\\Connectors\\ConnectorInterface' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/Connectors/ConnectorInterface.php',
    'Illuminate\\Queue\\Connectors\\DatabaseConnector' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/Connectors/DatabaseConnector.php',
    'Illuminate\\Queue\\Connectors\\NullConnector' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/Connectors/NullConnector.php',
    'Illuminate\\Queue\\Connectors\\RedisConnector' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/Connectors/RedisConnector.php',
    'Illuminate\\Queue\\Connectors\\SqsConnector' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/Connectors/SqsConnector.php',
    'Illuminate\\Queue\\Connectors\\SyncConnector' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/Connectors/SyncConnector.php',
    'Illuminate\\Queue\\Console\\BatchesTableCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/Console/BatchesTableCommand.php',
    'Illuminate\\Queue\\Console\\ClearCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/Console/ClearCommand.php',
    'Illuminate\\Queue\\Console\\FailedTableCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/Console/FailedTableCommand.php',
    'Illuminate\\Queue\\Console\\FlushFailedCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/Console/FlushFailedCommand.php',
    'Illuminate\\Queue\\Console\\ForgetFailedCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/Console/ForgetFailedCommand.php',
    'Illuminate\\Queue\\Console\\ListFailedCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/Console/ListFailedCommand.php',
    'Illuminate\\Queue\\Console\\ListenCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/Console/ListenCommand.php',
    'Illuminate\\Queue\\Console\\MonitorCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/Console/MonitorCommand.php',
    'Illuminate\\Queue\\Console\\PruneBatchesCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/Console/PruneBatchesCommand.php',
    'Illuminate\\Queue\\Console\\PruneFailedJobsCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/Console/PruneFailedJobsCommand.php',
    'Illuminate\\Queue\\Console\\RestartCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/Console/RestartCommand.php',
    'Illuminate\\Queue\\Console\\RetryBatchCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/Console/RetryBatchCommand.php',
    'Illuminate\\Queue\\Console\\RetryCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/Console/RetryCommand.php',
    'Illuminate\\Queue\\Console\\TableCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/Console/TableCommand.php',
    'Illuminate\\Queue\\Console\\WorkCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php',
    'Illuminate\\Queue\\DatabaseQueue' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/DatabaseQueue.php',
    'Illuminate\\Queue\\Events\\JobExceptionOccurred' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/Events/JobExceptionOccurred.php',
    'Illuminate\\Queue\\Events\\JobFailed' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/Events/JobFailed.php',
    'Illuminate\\Queue\\Events\\JobProcessed' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/Events/JobProcessed.php',
    'Illuminate\\Queue\\Events\\JobProcessing' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/Events/JobProcessing.php',
    'Illuminate\\Queue\\Events\\JobQueued' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/Events/JobQueued.php',
    'Illuminate\\Queue\\Events\\JobRetryRequested' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/Events/JobRetryRequested.php',
    'Illuminate\\Queue\\Events\\Looping' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/Events/Looping.php',
    'Illuminate\\Queue\\Events\\QueueBusy' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/Events/QueueBusy.php',
    'Illuminate\\Queue\\Events\\WorkerStopping' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/Events/WorkerStopping.php',
    'Illuminate\\Queue\\Failed\\DatabaseFailedJobProvider' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/Failed/DatabaseFailedJobProvider.php',
    'Illuminate\\Queue\\Failed\\DatabaseUuidFailedJobProvider' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/Failed/DatabaseUuidFailedJobProvider.php',
    'Illuminate\\Queue\\Failed\\DynamoDbFailedJobProvider' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/Failed/DynamoDbFailedJobProvider.php',
    'Illuminate\\Queue\\Failed\\FailedJobProviderInterface' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/Failed/FailedJobProviderInterface.php',
    'Illuminate\\Queue\\Failed\\NullFailedJobProvider' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/Failed/NullFailedJobProvider.php',
    'Illuminate\\Queue\\Failed\\PrunableFailedJobProvider' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/Failed/PrunableFailedJobProvider.php',
    'Illuminate\\Queue\\InteractsWithQueue' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/InteractsWithQueue.php',
    'Illuminate\\Queue\\InvalidPayloadException' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/InvalidPayloadException.php',
    'Illuminate\\Queue\\Jobs\\BeanstalkdJob' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/Jobs/BeanstalkdJob.php',
    'Illuminate\\Queue\\Jobs\\DatabaseJob' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/Jobs/DatabaseJob.php',
    'Illuminate\\Queue\\Jobs\\DatabaseJobRecord' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/Jobs/DatabaseJobRecord.php',
    'Illuminate\\Queue\\Jobs\\Job' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/Jobs/Job.php',
    'Illuminate\\Queue\\Jobs\\JobName' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/Jobs/JobName.php',
    'Illuminate\\Queue\\Jobs\\RedisJob' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/Jobs/RedisJob.php',
    'Illuminate\\Queue\\Jobs\\SqsJob' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/Jobs/SqsJob.php',
    'Illuminate\\Queue\\Jobs\\SyncJob' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/Jobs/SyncJob.php',
    'Illuminate\\Queue\\Listener' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/Listener.php',
    'Illuminate\\Queue\\ListenerOptions' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/ListenerOptions.php',
    'Illuminate\\Queue\\LuaScripts' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/LuaScripts.php',
    'Illuminate\\Queue\\ManuallyFailedException' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/ManuallyFailedException.php',
    'Illuminate\\Queue\\MaxAttemptsExceededException' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/MaxAttemptsExceededException.php',
    'Illuminate\\Queue\\Middleware\\RateLimited' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/Middleware/RateLimited.php',
    'Illuminate\\Queue\\Middleware\\RateLimitedWithRedis' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/Middleware/RateLimitedWithRedis.php',
    'Illuminate\\Queue\\Middleware\\ThrottlesExceptions' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/Middleware/ThrottlesExceptions.php',
    'Illuminate\\Queue\\Middleware\\ThrottlesExceptionsWithRedis' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/Middleware/ThrottlesExceptionsWithRedis.php',
    'Illuminate\\Queue\\Middleware\\WithoutOverlapping' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/Middleware/WithoutOverlapping.php',
    'Illuminate\\Queue\\NullQueue' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/NullQueue.php',
    'Illuminate\\Queue\\Queue' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/Queue.php',
    'Illuminate\\Queue\\QueueManager' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/QueueManager.php',
    'Illuminate\\Queue\\QueueServiceProvider' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/QueueServiceProvider.php',
    'Illuminate\\Queue\\RedisQueue' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/RedisQueue.php',
    'Illuminate\\Queue\\SerializableClosure' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/SerializableClosure.php',
    'Illuminate\\Queue\\SerializableClosureFactory' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/SerializableClosureFactory.php',
    'Illuminate\\Queue\\SerializesAndRestoresModelIdentifiers' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/SerializesAndRestoresModelIdentifiers.php',
    'Illuminate\\Queue\\SerializesModels' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/SerializesModels.php',
    'Illuminate\\Queue\\SqsQueue' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/SqsQueue.php',
    'Illuminate\\Queue\\SyncQueue' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/SyncQueue.php',
    'Illuminate\\Queue\\Worker' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/Worker.php',
    'Illuminate\\Queue\\WorkerOptions' => $vendorDir . '/laravel/framework/src/Illuminate/Queue/WorkerOptions.php',
    'Illuminate\\Redis\\Connections\\Connection' => $vendorDir . '/laravel/framework/src/Illuminate/Redis/Connections/Connection.php',
    'Illuminate\\Redis\\Connections\\PacksPhpRedisValues' => $vendorDir . '/laravel/framework/src/Illuminate/Redis/Connections/PacksPhpRedisValues.php',
    'Illuminate\\Redis\\Connections\\PhpRedisClusterConnection' => $vendorDir . '/laravel/framework/src/Illuminate/Redis/Connections/PhpRedisClusterConnection.php',
    'Illuminate\\Redis\\Connections\\PhpRedisConnection' => $vendorDir . '/laravel/framework/src/Illuminate/Redis/Connections/PhpRedisConnection.php',
    'Illuminate\\Redis\\Connections\\PredisClusterConnection' => $vendorDir . '/laravel/framework/src/Illuminate/Redis/Connections/PredisClusterConnection.php',
    'Illuminate\\Redis\\Connections\\PredisConnection' => $vendorDir . '/laravel/framework/src/Illuminate/Redis/Connections/PredisConnection.php',
    'Illuminate\\Redis\\Connectors\\PhpRedisConnector' => $vendorDir . '/laravel/framework/src/Illuminate/Redis/Connectors/PhpRedisConnector.php',
    'Illuminate\\Redis\\Connectors\\PredisConnector' => $vendorDir . '/laravel/framework/src/Illuminate/Redis/Connectors/PredisConnector.php',
    'Illuminate\\Redis\\Events\\CommandExecuted' => $vendorDir . '/laravel/framework/src/Illuminate/Redis/Events/CommandExecuted.php',
    'Illuminate\\Redis\\Limiters\\ConcurrencyLimiter' => $vendorDir . '/laravel/framework/src/Illuminate/Redis/Limiters/ConcurrencyLimiter.php',
    'Illuminate\\Redis\\Limiters\\ConcurrencyLimiterBuilder' => $vendorDir . '/laravel/framework/src/Illuminate/Redis/Limiters/ConcurrencyLimiterBuilder.php',
    'Illuminate\\Redis\\Limiters\\DurationLimiter' => $vendorDir . '/laravel/framework/src/Illuminate/Redis/Limiters/DurationLimiter.php',
    'Illuminate\\Redis\\Limiters\\DurationLimiterBuilder' => $vendorDir . '/laravel/framework/src/Illuminate/Redis/Limiters/DurationLimiterBuilder.php',
    'Illuminate\\Redis\\RedisManager' => $vendorDir . '/laravel/framework/src/Illuminate/Redis/RedisManager.php',
    'Illuminate\\Redis\\RedisServiceProvider' => $vendorDir . '/laravel/framework/src/Illuminate/Redis/RedisServiceProvider.php',
    'Illuminate\\Routing\\AbstractRouteCollection' => $vendorDir . '/laravel/framework/src/Illuminate/Routing/AbstractRouteCollection.php',
    'Illuminate\\Routing\\CompiledRouteCollection' => $vendorDir . '/laravel/framework/src/Illuminate/Routing/CompiledRouteCollection.php',
    'Illuminate\\Routing\\Console\\ControllerMakeCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Routing/Console/ControllerMakeCommand.php',
    'Illuminate\\Routing\\Console\\MiddlewareMakeCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Routing/Console/MiddlewareMakeCommand.php',
    'Illuminate\\Routing\\Contracts\\ControllerDispatcher' => $vendorDir . '/laravel/framework/src/Illuminate/Routing/Contracts/ControllerDispatcher.php',
    'Illuminate\\Routing\\Controller' => $vendorDir . '/laravel/framework/src/Illuminate/Routing/Controller.php',
    'Illuminate\\Routing\\ControllerDispatcher' => $vendorDir . '/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php',
    'Illuminate\\Routing\\ControllerMiddlewareOptions' => $vendorDir . '/laravel/framework/src/Illuminate/Routing/ControllerMiddlewareOptions.php',
    'Illuminate\\Routing\\CreatesRegularExpressionRouteConstraints' => $vendorDir . '/laravel/framework/src/Illuminate/Routing/CreatesRegularExpressionRouteConstraints.php',
    'Illuminate\\Routing\\Events\\RouteMatched' => $vendorDir . '/laravel/framework/src/Illuminate/Routing/Events/RouteMatched.php',
    'Illuminate\\Routing\\Exceptions\\InvalidSignatureException' => $vendorDir . '/laravel/framework/src/Illuminate/Routing/Exceptions/InvalidSignatureException.php',
    'Illuminate\\Routing\\Exceptions\\UrlGenerationException' => $vendorDir . '/laravel/framework/src/Illuminate/Routing/Exceptions/UrlGenerationException.php',
    'Illuminate\\Routing\\ImplicitRouteBinding' => $vendorDir . '/laravel/framework/src/Illuminate/Routing/ImplicitRouteBinding.php',
    'Illuminate\\Routing\\Matching\\HostValidator' => $vendorDir . '/laravel/framework/src/Illuminate/Routing/Matching/HostValidator.php',
    'Illuminate\\Routing\\Matching\\MethodValidator' => $vendorDir . '/laravel/framework/src/Illuminate/Routing/Matching/MethodValidator.php',
    'Illuminate\\Routing\\Matching\\SchemeValidator' => $vendorDir . '/laravel/framework/src/Illuminate/Routing/Matching/SchemeValidator.php',
    'Illuminate\\Routing\\Matching\\UriValidator' => $vendorDir . '/laravel/framework/src/Illuminate/Routing/Matching/UriValidator.php',
    'Illuminate\\Routing\\Matching\\ValidatorInterface' => $vendorDir . '/laravel/framework/src/Illuminate/Routing/Matching/ValidatorInterface.php',
    'Illuminate\\Routing\\MiddlewareNameResolver' => $vendorDir . '/laravel/framework/src/Illuminate/Routing/MiddlewareNameResolver.php',
    'Illuminate\\Routing\\Middleware\\SubstituteBindings' => $vendorDir . '/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php',
    'Illuminate\\Routing\\Middleware\\ThrottleRequests' => $vendorDir . '/laravel/framework/src/Illuminate/Routing/Middleware/ThrottleRequests.php',
    'Illuminate\\Routing\\Middleware\\ThrottleRequestsWithRedis' => $vendorDir . '/laravel/framework/src/Illuminate/Routing/Middleware/ThrottleRequestsWithRedis.php',
    'Illuminate\\Routing\\Middleware\\ValidateSignature' => $vendorDir . '/laravel/framework/src/Illuminate/Routing/Middleware/ValidateSignature.php',
    'Illuminate\\Routing\\PendingResourceRegistration' => $vendorDir . '/laravel/framework/src/Illuminate/Routing/PendingResourceRegistration.php',
    'Illuminate\\Routing\\Pipeline' => $vendorDir . '/laravel/framework/src/Illuminate/Routing/Pipeline.php',
    'Illuminate\\Routing\\RedirectController' => $vendorDir . '/laravel/framework/src/Illuminate/Routing/RedirectController.php',
    'Illuminate\\Routing\\Redirector' => $vendorDir . '/laravel/framework/src/Illuminate/Routing/Redirector.php',
    'Illuminate\\Routing\\ResourceRegistrar' => $vendorDir . '/laravel/framework/src/Illuminate/Routing/ResourceRegistrar.php',
    'Illuminate\\Routing\\ResponseFactory' => $vendorDir . '/laravel/framework/src/Illuminate/Routing/ResponseFactory.php',
    'Illuminate\\Routing\\Route' => $vendorDir . '/laravel/framework/src/Illuminate/Routing/Route.php',
    'Illuminate\\Routing\\RouteAction' => $vendorDir . '/laravel/framework/src/Illuminate/Routing/RouteAction.php',
    'Illuminate\\Routing\\RouteBinding' => $vendorDir . '/laravel/framework/src/Illuminate/Routing/RouteBinding.php',
    'Illuminate\\Routing\\RouteCollection' => $vendorDir . '/laravel/framework/src/Illuminate/Routing/RouteCollection.php',
    'Illuminate\\Routing\\RouteCollectionInterface' => $vendorDir . '/laravel/framework/src/Illuminate/Routing/RouteCollectionInterface.php',
    'Illuminate\\Routing\\RouteDependencyResolverTrait' => $vendorDir . '/laravel/framework/src/Illuminate/Routing/RouteDependencyResolverTrait.php',
    'Illuminate\\Routing\\RouteFileRegistrar' => $vendorDir . '/laravel/framework/src/Illuminate/Routing/RouteFileRegistrar.php',
    'Illuminate\\Routing\\RouteGroup' => $vendorDir . '/laravel/framework/src/Illuminate/Routing/RouteGroup.php',
    'Illuminate\\Routing\\RouteParameterBinder' => $vendorDir . '/laravel/framework/src/Illuminate/Routing/RouteParameterBinder.php',
    'Illuminate\\Routing\\RouteRegistrar' => $vendorDir . '/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php',
    'Illuminate\\Routing\\RouteSignatureParameters' => $vendorDir . '/laravel/framework/src/Illuminate/Routing/RouteSignatureParameters.php',
    'Illuminate\\Routing\\RouteUri' => $vendorDir . '/laravel/framework/src/Illuminate/Routing/RouteUri.php',
    'Illuminate\\Routing\\RouteUrlGenerator' => $vendorDir . '/laravel/framework/src/Illuminate/Routing/RouteUrlGenerator.php',
    'Illuminate\\Routing\\Router' => $vendorDir . '/laravel/framework/src/Illuminate/Routing/Router.php',
    'Illuminate\\Routing\\RoutingServiceProvider' => $vendorDir . '/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php',
    'Illuminate\\Routing\\SortedMiddleware' => $vendorDir . '/laravel/framework/src/Illuminate/Routing/SortedMiddleware.php',
    'Illuminate\\Routing\\UrlGenerator' => $vendorDir . '/laravel/framework/src/Illuminate/Routing/UrlGenerator.php',
    'Illuminate\\Routing\\ViewController' => $vendorDir . '/laravel/framework/src/Illuminate/Routing/ViewController.php',
    'Illuminate\\Session\\ArraySessionHandler' => $vendorDir . '/laravel/framework/src/Illuminate/Session/ArraySessionHandler.php',
    'Illuminate\\Session\\CacheBasedSessionHandler' => $vendorDir . '/laravel/framework/src/Illuminate/Session/CacheBasedSessionHandler.php',
    'Illuminate\\Session\\Console\\SessionTableCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Session/Console/SessionTableCommand.php',
    'Illuminate\\Session\\CookieSessionHandler' => $vendorDir . '/laravel/framework/src/Illuminate/Session/CookieSessionHandler.php',
    'Illuminate\\Session\\DatabaseSessionHandler' => $vendorDir . '/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php',
    'Illuminate\\Session\\EncryptedStore' => $vendorDir . '/laravel/framework/src/Illuminate/Session/EncryptedStore.php',
    'Illuminate\\Session\\ExistenceAwareInterface' => $vendorDir . '/laravel/framework/src/Illuminate/Session/ExistenceAwareInterface.php',
    'Illuminate\\Session\\FileSessionHandler' => $vendorDir . '/laravel/framework/src/Illuminate/Session/FileSessionHandler.php',
    'Illuminate\\Session\\Middleware\\AuthenticateSession' => $vendorDir . '/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php',
    'Illuminate\\Session\\Middleware\\StartSession' => $vendorDir . '/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php',
    'Illuminate\\Session\\NullSessionHandler' => $vendorDir . '/laravel/framework/src/Illuminate/Session/NullSessionHandler.php',
    'Illuminate\\Session\\SessionManager' => $vendorDir . '/laravel/framework/src/Illuminate/Session/SessionManager.php',
    'Illuminate\\Session\\SessionServiceProvider' => $vendorDir . '/laravel/framework/src/Illuminate/Session/SessionServiceProvider.php',
    'Illuminate\\Session\\Store' => $vendorDir . '/laravel/framework/src/Illuminate/Session/Store.php',
    'Illuminate\\Session\\TokenMismatchException' => $vendorDir . '/laravel/framework/src/Illuminate/Session/TokenMismatchException.php',
    'Illuminate\\Support\\AggregateServiceProvider' => $vendorDir . '/laravel/framework/src/Illuminate/Support/AggregateServiceProvider.php',
    'Illuminate\\Support\\Arr' => $vendorDir . '/laravel/framework/src/Illuminate/Collections/Arr.php',
    'Illuminate\\Support\\Carbon' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Carbon.php',
    'Illuminate\\Support\\Collection' => $vendorDir . '/laravel/framework/src/Illuminate/Collections/Collection.php',
    'Illuminate\\Support\\Composer' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Composer.php',
    'Illuminate\\Support\\ConfigurationUrlParser' => $vendorDir . '/laravel/framework/src/Illuminate/Support/ConfigurationUrlParser.php',
    'Illuminate\\Support\\DateFactory' => $vendorDir . '/laravel/framework/src/Illuminate/Support/DateFactory.php',
    'Illuminate\\Support\\Enumerable' => $vendorDir . '/laravel/framework/src/Illuminate/Collections/Enumerable.php',
    'Illuminate\\Support\\Env' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Env.php',
    'Illuminate\\Support\\Facades\\App' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Facades/App.php',
    'Illuminate\\Support\\Facades\\Artisan' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Facades/Artisan.php',
    'Illuminate\\Support\\Facades\\Auth' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Facades/Auth.php',
    'Illuminate\\Support\\Facades\\Blade' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Facades/Blade.php',
    'Illuminate\\Support\\Facades\\Broadcast' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Facades/Broadcast.php',
    'Illuminate\\Support\\Facades\\Bus' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Facades/Bus.php',
    'Illuminate\\Support\\Facades\\Cache' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Facades/Cache.php',
    'Illuminate\\Support\\Facades\\Config' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Facades/Config.php',
    'Illuminate\\Support\\Facades\\Cookie' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Facades/Cookie.php',
    'Illuminate\\Support\\Facades\\Crypt' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Facades/Crypt.php',
    'Illuminate\\Support\\Facades\\DB' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Facades/DB.php',
    'Illuminate\\Support\\Facades\\Date' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Facades/Date.php',
    'Illuminate\\Support\\Facades\\Event' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Facades/Event.php',
    'Illuminate\\Support\\Facades\\Facade' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Facades/Facade.php',
    'Illuminate\\Support\\Facades\\File' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Facades/File.php',
    'Illuminate\\Support\\Facades\\Gate' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Facades/Gate.php',
    'Illuminate\\Support\\Facades\\Hash' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Facades/Hash.php',
    'Illuminate\\Support\\Facades\\Http' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Facades/Http.php',
    'Illuminate\\Support\\Facades\\Lang' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Facades/Lang.php',
    'Illuminate\\Support\\Facades\\Log' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Facades/Log.php',
    'Illuminate\\Support\\Facades\\Mail' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Facades/Mail.php',
    'Illuminate\\Support\\Facades\\Notification' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Facades/Notification.php',
    'Illuminate\\Support\\Facades\\ParallelTesting' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Facades/ParallelTesting.php',
    'Illuminate\\Support\\Facades\\Password' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Facades/Password.php',
    'Illuminate\\Support\\Facades\\Queue' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Facades/Queue.php',
    'Illuminate\\Support\\Facades\\RateLimiter' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Facades/RateLimiter.php',
    'Illuminate\\Support\\Facades\\Redirect' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Facades/Redirect.php',
    'Illuminate\\Support\\Facades\\Redis' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Facades/Redis.php',
    'Illuminate\\Support\\Facades\\Request' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Facades/Request.php',
    'Illuminate\\Support\\Facades\\Response' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Facades/Response.php',
    'Illuminate\\Support\\Facades\\Route' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Facades/Route.php',
    'Illuminate\\Support\\Facades\\Schema' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Facades/Schema.php',
    'Illuminate\\Support\\Facades\\Session' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Facades/Session.php',
    'Illuminate\\Support\\Facades\\Storage' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Facades/Storage.php',
    'Illuminate\\Support\\Facades\\URL' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Facades/URL.php',
    'Illuminate\\Support\\Facades\\Validator' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Facades/Validator.php',
    'Illuminate\\Support\\Facades\\View' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Facades/View.php',
    'Illuminate\\Support\\Fluent' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Fluent.php',
    'Illuminate\\Support\\HigherOrderCollectionProxy' => $vendorDir . '/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php',
    'Illuminate\\Support\\HigherOrderTapProxy' => $vendorDir . '/laravel/framework/src/Illuminate/Support/HigherOrderTapProxy.php',
    'Illuminate\\Support\\HigherOrderWhenProxy' => $vendorDir . '/laravel/framework/src/Illuminate/Collections/HigherOrderWhenProxy.php',
    'Illuminate\\Support\\HtmlString' => $vendorDir . '/laravel/framework/src/Illuminate/Support/HtmlString.php',
    'Illuminate\\Support\\InteractsWithTime' => $vendorDir . '/laravel/framework/src/Illuminate/Support/InteractsWithTime.php',
    'Illuminate\\Support\\ItemNotFoundException' => $vendorDir . '/laravel/framework/src/Illuminate/Collections/ItemNotFoundException.php',
    'Illuminate\\Support\\Js' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Js.php',
    'Illuminate\\Support\\LazyCollection' => $vendorDir . '/laravel/framework/src/Illuminate/Collections/LazyCollection.php',
    'Illuminate\\Support\\Manager' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Manager.php',
    'Illuminate\\Support\\MessageBag' => $vendorDir . '/laravel/framework/src/Illuminate/Support/MessageBag.php',
    'Illuminate\\Support\\MultipleInstanceManager' => $vendorDir . '/laravel/framework/src/Illuminate/Support/MultipleInstanceManager.php',
    'Illuminate\\Support\\MultipleItemsFoundException' => $vendorDir . '/laravel/framework/src/Illuminate/Collections/MultipleItemsFoundException.php',
    'Illuminate\\Support\\NamespacedItemResolver' => $vendorDir . '/laravel/framework/src/Illuminate/Support/NamespacedItemResolver.php',
    'Illuminate\\Support\\Optional' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Optional.php',
    'Illuminate\\Support\\Pluralizer' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Pluralizer.php',
    'Illuminate\\Support\\ProcessUtils' => $vendorDir . '/laravel/framework/src/Illuminate/Support/ProcessUtils.php',
    'Illuminate\\Support\\Reflector' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Reflector.php',
    'Illuminate\\Support\\ServiceProvider' => $vendorDir . '/laravel/framework/src/Illuminate/Support/ServiceProvider.php',
    'Illuminate\\Support\\Str' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Str.php',
    'Illuminate\\Support\\Stringable' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Stringable.php',
    'Illuminate\\Support\\Testing\\Fakes\\BatchRepositoryFake' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Testing/Fakes/BatchRepositoryFake.php',
    'Illuminate\\Support\\Testing\\Fakes\\BusFake' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Testing/Fakes/BusFake.php',
    'Illuminate\\Support\\Testing\\Fakes\\EventFake' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Testing/Fakes/EventFake.php',
    'Illuminate\\Support\\Testing\\Fakes\\MailFake' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Testing/Fakes/MailFake.php',
    'Illuminate\\Support\\Testing\\Fakes\\NotificationFake' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Testing/Fakes/NotificationFake.php',
    'Illuminate\\Support\\Testing\\Fakes\\PendingBatchFake' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Testing/Fakes/PendingBatchFake.php',
    'Illuminate\\Support\\Testing\\Fakes\\PendingChainFake' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Testing/Fakes/PendingChainFake.php',
    'Illuminate\\Support\\Testing\\Fakes\\PendingMailFake' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Testing/Fakes/PendingMailFake.php',
    'Illuminate\\Support\\Testing\\Fakes\\QueueFake' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Testing/Fakes/QueueFake.php',
    'Illuminate\\Support\\Timebox' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Timebox.php',
    'Illuminate\\Support\\Traits\\CapsuleManagerTrait' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Traits/CapsuleManagerTrait.php',
    'Illuminate\\Support\\Traits\\Conditionable' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Traits/Conditionable.php',
    'Illuminate\\Support\\Traits\\EnumeratesValues' => $vendorDir . '/laravel/framework/src/Illuminate/Collections/Traits/EnumeratesValues.php',
    'Illuminate\\Support\\Traits\\ForwardsCalls' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php',
    'Illuminate\\Support\\Traits\\Localizable' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Traits/Localizable.php',
    'Illuminate\\Support\\Traits\\Macroable' => $vendorDir . '/laravel/framework/src/Illuminate/Macroable/Traits/Macroable.php',
    'Illuminate\\Support\\Traits\\ReflectsClosures' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Traits/ReflectsClosures.php',
    'Illuminate\\Support\\Traits\\Tappable' => $vendorDir . '/laravel/framework/src/Illuminate/Support/Traits/Tappable.php',
    'Illuminate\\Support\\ValidatedInput' => $vendorDir . '/laravel/framework/src/Illuminate/Support/ValidatedInput.php',
    'Illuminate\\Support\\ViewErrorBag' => $vendorDir . '/laravel/framework/src/Illuminate/Support/ViewErrorBag.php',
    'Illuminate\\Testing\\Assert' => $vendorDir . '/laravel/framework/src/Illuminate/Testing/Assert.php',
    'Illuminate\\Testing\\AssertableJsonString' => $vendorDir . '/laravel/framework/src/Illuminate/Testing/AssertableJsonString.php',
    'Illuminate\\Testing\\Concerns\\TestDatabases' => $vendorDir . '/laravel/framework/src/Illuminate/Testing/Concerns/TestDatabases.php',
    'Illuminate\\Testing\\Constraints\\ArraySubset' => $vendorDir . '/laravel/framework/src/Illuminate/Testing/Constraints/ArraySubset.php',
    'Illuminate\\Testing\\Constraints\\CountInDatabase' => $vendorDir . '/laravel/framework/src/Illuminate/Testing/Constraints/CountInDatabase.php',
    'Illuminate\\Testing\\Constraints\\HasInDatabase' => $vendorDir . '/laravel/framework/src/Illuminate/Testing/Constraints/HasInDatabase.php',
    'Illuminate\\Testing\\Constraints\\NotSoftDeletedInDatabase' => $vendorDir . '/laravel/framework/src/Illuminate/Testing/Constraints/NotSoftDeletedInDatabase.php',
    'Illuminate\\Testing\\Constraints\\SeeInOrder' => $vendorDir . '/laravel/framework/src/Illuminate/Testing/Constraints/SeeInOrder.php',
    'Illuminate\\Testing\\Constraints\\SoftDeletedInDatabase' => $vendorDir . '/laravel/framework/src/Illuminate/Testing/Constraints/SoftDeletedInDatabase.php',
    'Illuminate\\Testing\\Fluent\\AssertableJson' => $vendorDir . '/laravel/framework/src/Illuminate/Testing/Fluent/AssertableJson.php',
    'Illuminate\\Testing\\Fluent\\Concerns\\Debugging' => $vendorDir . '/laravel/framework/src/Illuminate/Testing/Fluent/Concerns/Debugging.php',
    'Illuminate\\Testing\\Fluent\\Concerns\\Has' => $vendorDir . '/laravel/framework/src/Illuminate/Testing/Fluent/Concerns/Has.php',
    'Illuminate\\Testing\\Fluent\\Concerns\\Interaction' => $vendorDir . '/laravel/framework/src/Illuminate/Testing/Fluent/Concerns/Interaction.php',
    'Illuminate\\Testing\\Fluent\\Concerns\\Matching' => $vendorDir . '/laravel/framework/src/Illuminate/Testing/Fluent/Concerns/Matching.php',
    'Illuminate\\Testing\\LoggedExceptionCollection' => $vendorDir . '/laravel/framework/src/Illuminate/Testing/LoggedExceptionCollection.php',
    'Illuminate\\Testing\\ParallelConsoleOutput' => $vendorDir . '/laravel/framework/src/Illuminate/Testing/ParallelConsoleOutput.php',
    'Illuminate\\Testing\\ParallelRunner' => $vendorDir . '/laravel/framework/src/Illuminate/Testing/ParallelRunner.php',
    'Illuminate\\Testing\\ParallelTesting' => $vendorDir . '/laravel/framework/src/Illuminate/Testing/ParallelTesting.php',
    'Illuminate\\Testing\\ParallelTestingServiceProvider' => $vendorDir . '/laravel/framework/src/Illuminate/Testing/ParallelTestingServiceProvider.php',
    'Illuminate\\Testing\\PendingCommand' => $vendorDir . '/laravel/framework/src/Illuminate/Testing/PendingCommand.php',
    'Illuminate\\Testing\\TestComponent' => $vendorDir . '/laravel/framework/src/Illuminate/Testing/TestComponent.php',
    'Illuminate\\Testing\\TestResponse' => $vendorDir . '/laravel/framework/src/Illuminate/Testing/TestResponse.php',
    'Illuminate\\Testing\\TestView' => $vendorDir . '/laravel/framework/src/Illuminate/Testing/TestView.php',
    'Illuminate\\Translation\\ArrayLoader' => $vendorDir . '/laravel/framework/src/Illuminate/Translation/ArrayLoader.php',
    'Illuminate\\Translation\\FileLoader' => $vendorDir . '/laravel/framework/src/Illuminate/Translation/FileLoader.php',
    'Illuminate\\Translation\\MessageSelector' => $vendorDir . '/laravel/framework/src/Illuminate/Translation/MessageSelector.php',
    'Illuminate\\Translation\\TranslationServiceProvider' => $vendorDir . '/laravel/framework/src/Illuminate/Translation/TranslationServiceProvider.php',
    'Illuminate\\Translation\\Translator' => $vendorDir . '/laravel/framework/src/Illuminate/Translation/Translator.php',
    'Illuminate\\Validation\\ClosureValidationRule' => $vendorDir . '/laravel/framework/src/Illuminate/Validation/ClosureValidationRule.php',
    'Illuminate\\Validation\\Concerns\\FilterEmailValidation' => $vendorDir . '/laravel/framework/src/Illuminate/Validation/Concerns/FilterEmailValidation.php',
    'Illuminate\\Validation\\Concerns\\FormatsMessages' => $vendorDir . '/laravel/framework/src/Illuminate/Validation/Concerns/FormatsMessages.php',
    'Illuminate\\Validation\\Concerns\\ReplacesAttributes' => $vendorDir . '/laravel/framework/src/Illuminate/Validation/Concerns/ReplacesAttributes.php',
    'Illuminate\\Validation\\Concerns\\ValidatesAttributes' => $vendorDir . '/laravel/framework/src/Illuminate/Validation/Concerns/ValidatesAttributes.php',
    'Illuminate\\Validation\\ConditionalRules' => $vendorDir . '/laravel/framework/src/Illuminate/Validation/ConditionalRules.php',
    'Illuminate\\Validation\\DatabasePresenceVerifier' => $vendorDir . '/laravel/framework/src/Illuminate/Validation/DatabasePresenceVerifier.php',
    'Illuminate\\Validation\\DatabasePresenceVerifierInterface' => $vendorDir . '/laravel/framework/src/Illuminate/Validation/DatabasePresenceVerifierInterface.php',
    'Illuminate\\Validation\\Factory' => $vendorDir . '/laravel/framework/src/Illuminate/Validation/Factory.php',
    'Illuminate\\Validation\\NotPwnedVerifier' => $vendorDir . '/laravel/framework/src/Illuminate/Validation/NotPwnedVerifier.php',
    'Illuminate\\Validation\\PresenceVerifierInterface' => $vendorDir . '/laravel/framework/src/Illuminate/Validation/PresenceVerifierInterface.php',
    'Illuminate\\Validation\\Rule' => $vendorDir . '/laravel/framework/src/Illuminate/Validation/Rule.php',
    'Illuminate\\Validation\\Rules\\DatabaseRule' => $vendorDir . '/laravel/framework/src/Illuminate/Validation/Rules/DatabaseRule.php',
    'Illuminate\\Validation\\Rules\\Dimensions' => $vendorDir . '/laravel/framework/src/Illuminate/Validation/Rules/Dimensions.php',
    'Illuminate\\Validation\\Rules\\Enum' => $vendorDir . '/laravel/framework/src/Illuminate/Validation/Rules/Enum.php',
    'Illuminate\\Validation\\Rules\\Exists' => $vendorDir . '/laravel/framework/src/Illuminate/Validation/Rules/Exists.php',
    'Illuminate\\Validation\\Rules\\In' => $vendorDir . '/laravel/framework/src/Illuminate/Validation/Rules/In.php',
    'Illuminate\\Validation\\Rules\\NotIn' => $vendorDir . '/laravel/framework/src/Illuminate/Validation/Rules/NotIn.php',
    'Illuminate\\Validation\\Rules\\Password' => $vendorDir . '/laravel/framework/src/Illuminate/Validation/Rules/Password.php',
    'Illuminate\\Validation\\Rules\\RequiredIf' => $vendorDir . '/laravel/framework/src/Illuminate/Validation/Rules/RequiredIf.php',
    'Illuminate\\Validation\\Rules\\Unique' => $vendorDir . '/laravel/framework/src/Illuminate/Validation/Rules/Unique.php',
    'Illuminate\\Validation\\UnauthorizedException' => $vendorDir . '/laravel/framework/src/Illuminate/Validation/UnauthorizedException.php',
    'Illuminate\\Validation\\ValidatesWhenResolvedTrait' => $vendorDir . '/laravel/framework/src/Illuminate/Validation/ValidatesWhenResolvedTrait.php',
    'Illuminate\\Validation\\ValidationData' => $vendorDir . '/laravel/framework/src/Illuminate/Validation/ValidationData.php',
    'Illuminate\\Validation\\ValidationException' => $vendorDir . '/laravel/framework/src/Illuminate/Validation/ValidationException.php',
    'Illuminate\\Validation\\ValidationRuleParser' => $vendorDir . '/laravel/framework/src/Illuminate/Validation/ValidationRuleParser.php',
    'Illuminate\\Validation\\ValidationServiceProvider' => $vendorDir . '/laravel/framework/src/Illuminate/Validation/ValidationServiceProvider.php',
    'Illuminate\\Validation\\Validator' => $vendorDir . '/laravel/framework/src/Illuminate/Validation/Validator.php',
    'Illuminate\\View\\AnonymousComponent' => $vendorDir . '/laravel/framework/src/Illuminate/View/AnonymousComponent.php',
    'Illuminate\\View\\AppendableAttributeValue' => $vendorDir . '/laravel/framework/src/Illuminate/View/AppendableAttributeValue.php',
    'Illuminate\\View\\Compilers\\BladeCompiler' => $vendorDir . '/laravel/framework/src/Illuminate/View/Compilers/BladeCompiler.php',
    'Illuminate\\View\\Compilers\\Compiler' => $vendorDir . '/laravel/framework/src/Illuminate/View/Compilers/Compiler.php',
    'Illuminate\\View\\Compilers\\CompilerInterface' => $vendorDir . '/laravel/framework/src/Illuminate/View/Compilers/CompilerInterface.php',
    'Illuminate\\View\\Compilers\\ComponentTagCompiler' => $vendorDir . '/laravel/framework/src/Illuminate/View/Compilers/ComponentTagCompiler.php',
    'Illuminate\\View\\Compilers\\Concerns\\CompilesAuthorizations' => $vendorDir . '/laravel/framework/src/Illuminate/View/Compilers/Concerns/CompilesAuthorizations.php',
    'Illuminate\\View\\Compilers\\Concerns\\CompilesClasses' => $vendorDir . '/laravel/framework/src/Illuminate/View/Compilers/Concerns/CompilesClasses.php',
    'Illuminate\\View\\Compilers\\Concerns\\CompilesComments' => $vendorDir . '/laravel/framework/src/Illuminate/View/Compilers/Concerns/CompilesComments.php',
    'Illuminate\\View\\Compilers\\Concerns\\CompilesComponents' => $vendorDir . '/laravel/framework/src/Illuminate/View/Compilers/Concerns/CompilesComponents.php',
    'Illuminate\\View\\Compilers\\Concerns\\CompilesConditionals' => $vendorDir . '/laravel/framework/src/Illuminate/View/Compilers/Concerns/CompilesConditionals.php',
    'Illuminate\\View\\Compilers\\Concerns\\CompilesEchos' => $vendorDir . '/laravel/framework/src/Illuminate/View/Compilers/Concerns/CompilesEchos.php',
    'Illuminate\\View\\Compilers\\Concerns\\CompilesErrors' => $vendorDir . '/laravel/framework/src/Illuminate/View/Compilers/Concerns/CompilesErrors.php',
    'Illuminate\\View\\Compilers\\Concerns\\CompilesHelpers' => $vendorDir . '/laravel/framework/src/Illuminate/View/Compilers/Concerns/CompilesHelpers.php',
    'Illuminate\\View\\Compilers\\Concerns\\CompilesIncludes' => $vendorDir . '/laravel/framework/src/Illuminate/View/Compilers/Concerns/CompilesIncludes.php',
    'Illuminate\\View\\Compilers\\Concerns\\CompilesInjections' => $vendorDir . '/laravel/framework/src/Illuminate/View/Compilers/Concerns/CompilesInjections.php',
    'Illuminate\\View\\Compilers\\Concerns\\CompilesJs' => $vendorDir . '/laravel/framework/src/Illuminate/View/Compilers/Concerns/CompilesJs.php',
    'Illuminate\\View\\Compilers\\Concerns\\CompilesJson' => $vendorDir . '/laravel/framework/src/Illuminate/View/Compilers/Concerns/CompilesJson.php',
    'Illuminate\\View\\Compilers\\Concerns\\CompilesLayouts' => $vendorDir . '/laravel/framework/src/Illuminate/View/Compilers/Concerns/CompilesLayouts.php',
    'Illuminate\\View\\Compilers\\Concerns\\CompilesLoops' => $vendorDir . '/laravel/framework/src/Illuminate/View/Compilers/Concerns/CompilesLoops.php',
    'Illuminate\\View\\Compilers\\Concerns\\CompilesRawPhp' => $vendorDir . '/laravel/framework/src/Illuminate/View/Compilers/Concerns/CompilesRawPhp.php',
    'Illuminate\\View\\Compilers\\Concerns\\CompilesStacks' => $vendorDir . '/laravel/framework/src/Illuminate/View/Compilers/Concerns/CompilesStacks.php',
    'Illuminate\\View\\Compilers\\Concerns\\CompilesTranslations' => $vendorDir . '/laravel/framework/src/Illuminate/View/Compilers/Concerns/CompilesTranslations.php',
    'Illuminate\\View\\Component' => $vendorDir . '/laravel/framework/src/Illuminate/View/Component.php',
    'Illuminate\\View\\ComponentAttributeBag' => $vendorDir . '/laravel/framework/src/Illuminate/View/ComponentAttributeBag.php',
    'Illuminate\\View\\ComponentSlot' => $vendorDir . '/laravel/framework/src/Illuminate/View/ComponentSlot.php',
    'Illuminate\\View\\Concerns\\ManagesComponents' => $vendorDir . '/laravel/framework/src/Illuminate/View/Concerns/ManagesComponents.php',
    'Illuminate\\View\\Concerns\\ManagesEvents' => $vendorDir . '/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php',
    'Illuminate\\View\\Concerns\\ManagesLayouts' => $vendorDir . '/laravel/framework/src/Illuminate/View/Concerns/ManagesLayouts.php',
    'Illuminate\\View\\Concerns\\ManagesLoops' => $vendorDir . '/laravel/framework/src/Illuminate/View/Concerns/ManagesLoops.php',
    'Illuminate\\View\\Concerns\\ManagesStacks' => $vendorDir . '/laravel/framework/src/Illuminate/View/Concerns/ManagesStacks.php',
    'Illuminate\\View\\Concerns\\ManagesTranslations' => $vendorDir . '/laravel/framework/src/Illuminate/View/Concerns/ManagesTranslations.php',
    'Illuminate\\View\\DynamicComponent' => $vendorDir . '/laravel/framework/src/Illuminate/View/DynamicComponent.php',
    'Illuminate\\View\\Engines\\CompilerEngine' => $vendorDir . '/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php',
    'Illuminate\\View\\Engines\\Engine' => $vendorDir . '/laravel/framework/src/Illuminate/View/Engines/Engine.php',
    'Illuminate\\View\\Engines\\EngineResolver' => $vendorDir . '/laravel/framework/src/Illuminate/View/Engines/EngineResolver.php',
    'Illuminate\\View\\Engines\\FileEngine' => $vendorDir . '/laravel/framework/src/Illuminate/View/Engines/FileEngine.php',
    'Illuminate\\View\\Engines\\PhpEngine' => $vendorDir . '/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php',
    'Illuminate\\View\\Factory' => $vendorDir . '/laravel/framework/src/Illuminate/View/Factory.php',
    'Illuminate\\View\\FileViewFinder' => $vendorDir . '/laravel/framework/src/Illuminate/View/FileViewFinder.php',
    'Illuminate\\View\\InvokableComponentVariable' => $vendorDir . '/laravel/framework/src/Illuminate/View/InvokableComponentVariable.php',
    'Illuminate\\View\\Middleware\\ShareErrorsFromSession' => $vendorDir . '/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php',
    'Illuminate\\View\\View' => $vendorDir . '/laravel/framework/src/Illuminate/View/View.php',
    'Illuminate\\View\\ViewException' => $vendorDir . '/laravel/framework/src/Illuminate/View/ViewException.php',
    'Illuminate\\View\\ViewFinderInterface' => $vendorDir . '/laravel/framework/src/Illuminate/View/ViewFinderInterface.php',
    'Illuminate\\View\\ViewName' => $vendorDir . '/laravel/framework/src/Illuminate/View/ViewName.php',
    'Illuminate\\View\\ViewServiceProvider' => $vendorDir . '/laravel/framework/src/Illuminate/View/ViewServiceProvider.php',
    'JsonException' => $vendorDir . '/symfony/polyfill-php73/Resources/stubs/JsonException.php',
    'LanguageDetector\\EmptyLanguage' => $vendorDir . '/landrok/language-detector/src/LanguageDetector/EmptyLanguage.php',
    'LanguageDetector\\Language' => $vendorDir . '/landrok/language-detector/src/LanguageDetector/Language.php',
    'LanguageDetector\\LanguageDetector' => $vendorDir . '/landrok/language-detector/src/LanguageDetector/LanguageDetector.php',
    'Laravel\\Sanctum\\Console\\Commands\\PruneExpired' => $vendorDir . '/laravel/sanctum/src/Console/Commands/PruneExpired.php',
    'Laravel\\Sanctum\\Contracts\\HasAbilities' => $vendorDir . '/laravel/sanctum/src/Contracts/HasAbilities.php',
    'Laravel\\Sanctum\\Contracts\\HasApiTokens' => $vendorDir . '/laravel/sanctum/src/Contracts/HasApiTokens.php',
    'Laravel\\Sanctum\\Events\\TokenAuthenticated' => $vendorDir . '/laravel/sanctum/src/Events/TokenAuthenticated.php',
    'Laravel\\Sanctum\\Exceptions\\MissingAbilityException' => $vendorDir . '/laravel/sanctum/src/Exceptions/MissingAbilityException.php',
    'Laravel\\Sanctum\\Exceptions\\MissingScopeException' => $vendorDir . '/laravel/sanctum/src/Exceptions/MissingScopeException.php',
    'Laravel\\Sanctum\\Guard' => $vendorDir . '/laravel/sanctum/src/Guard.php',
    'Laravel\\Sanctum\\HasApiTokens' => $vendorDir . '/laravel/sanctum/src/HasApiTokens.php',
    'Laravel\\Sanctum\\Http\\Controllers\\CsrfCookieController' => $vendorDir . '/laravel/sanctum/src/Http/Controllers/CsrfCookieController.php',
    'Laravel\\Sanctum\\Http\\Middleware\\CheckAbilities' => $vendorDir . '/laravel/sanctum/src/Http/Middleware/CheckAbilities.php',
    'Laravel\\Sanctum\\Http\\Middleware\\CheckForAnyAbility' => $vendorDir . '/laravel/sanctum/src/Http/Middleware/CheckForAnyAbility.php',
    'Laravel\\Sanctum\\Http\\Middleware\\CheckForAnyScope' => $vendorDir . '/laravel/sanctum/src/Http/Middleware/CheckForAnyScope.php',
    'Laravel\\Sanctum\\Http\\Middleware\\CheckScopes' => $vendorDir . '/laravel/sanctum/src/Http/Middleware/CheckScopes.php',
    'Laravel\\Sanctum\\Http\\Middleware\\EnsureFrontendRequestsAreStateful' => $vendorDir . '/laravel/sanctum/src/Http/Middleware/EnsureFrontendRequestsAreStateful.php',
    'Laravel\\Sanctum\\NewAccessToken' => $vendorDir . '/laravel/sanctum/src/NewAccessToken.php',
    'Laravel\\Sanctum\\PersonalAccessToken' => $vendorDir . '/laravel/sanctum/src/PersonalAccessToken.php',
    'Laravel\\Sanctum\\Sanctum' => $vendorDir . '/laravel/sanctum/src/Sanctum.php',
    'Laravel\\Sanctum\\SanctumServiceProvider' => $vendorDir . '/laravel/sanctum/src/SanctumServiceProvider.php',
    'Laravel\\Sanctum\\TransientToken' => $vendorDir . '/laravel/sanctum/src/TransientToken.php',
    'Laravel\\SerializableClosure\\Contracts\\Serializable' => $vendorDir . '/laravel/serializable-closure/src/Contracts/Serializable.php',
    'Laravel\\SerializableClosure\\Contracts\\Signer' => $vendorDir . '/laravel/serializable-closure/src/Contracts/Signer.php',
    'Laravel\\SerializableClosure\\Exceptions\\InvalidSignatureException' => $vendorDir . '/laravel/serializable-closure/src/Exceptions/InvalidSignatureException.php',
    'Laravel\\SerializableClosure\\Exceptions\\MissingSecretKeyException' => $vendorDir . '/laravel/serializable-closure/src/Exceptions/MissingSecretKeyException.php',
    'Laravel\\SerializableClosure\\Exceptions\\PhpVersionNotSupportedException' => $vendorDir . '/laravel/serializable-closure/src/Exceptions/PhpVersionNotSupportedException.php',
    'Laravel\\SerializableClosure\\SerializableClosure' => $vendorDir . '/laravel/serializable-closure/src/SerializableClosure.php',
    'Laravel\\SerializableClosure\\Serializers\\Native' => $vendorDir . '/laravel/serializable-closure/src/Serializers/Native.php',
    'Laravel\\SerializableClosure\\Serializers\\Signed' => $vendorDir . '/laravel/serializable-closure/src/Serializers/Signed.php',
    'Laravel\\SerializableClosure\\Signers\\Hmac' => $vendorDir . '/laravel/serializable-closure/src/Signers/Hmac.php',
    'Laravel\\SerializableClosure\\Support\\ClosureScope' => $vendorDir . '/laravel/serializable-closure/src/Support/ClosureScope.php',
    'Laravel\\SerializableClosure\\Support\\ClosureStream' => $vendorDir . '/laravel/serializable-closure/src/Support/ClosureStream.php',
    'Laravel\\SerializableClosure\\Support\\ReflectionClosure' => $vendorDir . '/laravel/serializable-closure/src/Support/ReflectionClosure.php',
    'Laravel\\SerializableClosure\\Support\\SelfReference' => $vendorDir . '/laravel/serializable-closure/src/Support/SelfReference.php',
    'Laravel\\SerializableClosure\\UnsignedSerializableClosure' => $vendorDir . '/laravel/serializable-closure/src/UnsignedSerializableClosure.php',
    'Laravel\\Tinker\\ClassAliasAutoloader' => $vendorDir . '/laravel/tinker/src/ClassAliasAutoloader.php',
    'Laravel\\Tinker\\Console\\TinkerCommand' => $vendorDir . '/laravel/tinker/src/Console/TinkerCommand.php',
    'Laravel\\Tinker\\TinkerCaster' => $vendorDir . '/laravel/tinker/src/TinkerCaster.php',
    'Laravel\\Tinker\\TinkerServiceProvider' => $vendorDir . '/laravel/tinker/src/TinkerServiceProvider.php',
    'League\\CommonMark\\Block\\Element\\AbstractBlock' => $vendorDir . '/league/commonmark/src/Block/Element/AbstractBlock.php',
    'League\\CommonMark\\Block\\Element\\AbstractStringContainerBlock' => $vendorDir . '/league/commonmark/src/Block/Element/AbstractStringContainerBlock.php',
    'League\\CommonMark\\Block\\Element\\BlockQuote' => $vendorDir . '/league/commonmark/src/Block/Element/BlockQuote.php',
    'League\\CommonMark\\Block\\Element\\Document' => $vendorDir . '/league/commonmark/src/Block/Element/Document.php',
    'League\\CommonMark\\Block\\Element\\FencedCode' => $vendorDir . '/league/commonmark/src/Block/Element/FencedCode.php',
    'League\\CommonMark\\Block\\Element\\Heading' => $vendorDir . '/league/commonmark/src/Block/Element/Heading.php',
    'League\\CommonMark\\Block\\Element\\HtmlBlock' => $vendorDir . '/league/commonmark/src/Block/Element/HtmlBlock.php',
    'League\\CommonMark\\Block\\Element\\IndentedCode' => $vendorDir . '/league/commonmark/src/Block/Element/IndentedCode.php',
    'League\\CommonMark\\Block\\Element\\InlineContainerInterface' => $vendorDir . '/league/commonmark/src/Block/Element/InlineContainerInterface.php',
    'League\\CommonMark\\Block\\Element\\ListBlock' => $vendorDir . '/league/commonmark/src/Block/Element/ListBlock.php',
    'League\\CommonMark\\Block\\Element\\ListData' => $vendorDir . '/league/commonmark/src/Block/Element/ListData.php',
    'League\\CommonMark\\Block\\Element\\ListItem' => $vendorDir . '/league/commonmark/src/Block/Element/ListItem.php',
    'League\\CommonMark\\Block\\Element\\Paragraph' => $vendorDir . '/league/commonmark/src/Block/Element/Paragraph.php',
    'League\\CommonMark\\Block\\Element\\StringContainerInterface' => $vendorDir . '/league/commonmark/src/Block/Element/StringContainerInterface.php',
    'League\\CommonMark\\Block\\Element\\ThematicBreak' => $vendorDir . '/league/commonmark/src/Block/Element/ThematicBreak.php',
    'League\\CommonMark\\Block\\Parser\\ATXHeadingParser' => $vendorDir . '/league/commonmark/src/Block/Parser/ATXHeadingParser.php',
    'League\\CommonMark\\Block\\Parser\\BlockParserInterface' => $vendorDir . '/league/commonmark/src/Block/Parser/BlockParserInterface.php',
    'League\\CommonMark\\Block\\Parser\\BlockQuoteParser' => $vendorDir . '/league/commonmark/src/Block/Parser/BlockQuoteParser.php',
    'League\\CommonMark\\Block\\Parser\\FencedCodeParser' => $vendorDir . '/league/commonmark/src/Block/Parser/FencedCodeParser.php',
    'League\\CommonMark\\Block\\Parser\\HtmlBlockParser' => $vendorDir . '/league/commonmark/src/Block/Parser/HtmlBlockParser.php',
    'League\\CommonMark\\Block\\Parser\\IndentedCodeParser' => $vendorDir . '/league/commonmark/src/Block/Parser/IndentedCodeParser.php',
    'League\\CommonMark\\Block\\Parser\\LazyParagraphParser' => $vendorDir . '/league/commonmark/src/Block/Parser/LazyParagraphParser.php',
    'League\\CommonMark\\Block\\Parser\\ListParser' => $vendorDir . '/league/commonmark/src/Block/Parser/ListParser.php',
    'League\\CommonMark\\Block\\Parser\\SetExtHeadingParser' => $vendorDir . '/league/commonmark/src/Block/Parser/SetExtHeadingParser.php',
    'League\\CommonMark\\Block\\Parser\\ThematicBreakParser' => $vendorDir . '/league/commonmark/src/Block/Parser/ThematicBreakParser.php',
    'League\\CommonMark\\Block\\Renderer\\BlockQuoteRenderer' => $vendorDir . '/league/commonmark/src/Block/Renderer/BlockQuoteRenderer.php',
    'League\\CommonMark\\Block\\Renderer\\BlockRendererInterface' => $vendorDir . '/league/commonmark/src/Block/Renderer/BlockRendererInterface.php',
    'League\\CommonMark\\Block\\Renderer\\DocumentRenderer' => $vendorDir . '/league/commonmark/src/Block/Renderer/DocumentRenderer.php',
    'League\\CommonMark\\Block\\Renderer\\FencedCodeRenderer' => $vendorDir . '/league/commonmark/src/Block/Renderer/FencedCodeRenderer.php',
    'League\\CommonMark\\Block\\Renderer\\HeadingRenderer' => $vendorDir . '/league/commonmark/src/Block/Renderer/HeadingRenderer.php',
    'League\\CommonMark\\Block\\Renderer\\HtmlBlockRenderer' => $vendorDir . '/league/commonmark/src/Block/Renderer/HtmlBlockRenderer.php',
    'League\\CommonMark\\Block\\Renderer\\IndentedCodeRenderer' => $vendorDir . '/league/commonmark/src/Block/Renderer/IndentedCodeRenderer.php',
    'League\\CommonMark\\Block\\Renderer\\ListBlockRenderer' => $vendorDir . '/league/commonmark/src/Block/Renderer/ListBlockRenderer.php',
    'League\\CommonMark\\Block\\Renderer\\ListItemRenderer' => $vendorDir . '/league/commonmark/src/Block/Renderer/ListItemRenderer.php',
    'League\\CommonMark\\Block\\Renderer\\ParagraphRenderer' => $vendorDir . '/league/commonmark/src/Block/Renderer/ParagraphRenderer.php',
    'League\\CommonMark\\Block\\Renderer\\ThematicBreakRenderer' => $vendorDir . '/league/commonmark/src/Block/Renderer/ThematicBreakRenderer.php',
    'League\\CommonMark\\CommonMarkConverter' => $vendorDir . '/league/commonmark/src/CommonMarkConverter.php',
    'League\\CommonMark\\ConfigurableEnvironmentInterface' => $vendorDir . '/league/commonmark/src/ConfigurableEnvironmentInterface.php',
    'League\\CommonMark\\Context' => $vendorDir . '/league/commonmark/src/Context.php',
    'League\\CommonMark\\ContextInterface' => $vendorDir . '/league/commonmark/src/ContextInterface.php',
    'League\\CommonMark\\Converter' => $vendorDir . '/league/commonmark/src/Converter.php',
    'League\\CommonMark\\ConverterInterface' => $vendorDir . '/league/commonmark/src/ConverterInterface.php',
    'League\\CommonMark\\Cursor' => $vendorDir . '/league/commonmark/src/Cursor.php',
    'League\\CommonMark\\Delimiter\\Delimiter' => $vendorDir . '/league/commonmark/src/Delimiter/Delimiter.php',
    'League\\CommonMark\\Delimiter\\DelimiterInterface' => $vendorDir . '/league/commonmark/src/Delimiter/DelimiterInterface.php',
    'League\\CommonMark\\Delimiter\\DelimiterStack' => $vendorDir . '/league/commonmark/src/Delimiter/DelimiterStack.php',
    'League\\CommonMark\\Delimiter\\Processor\\DelimiterProcessorCollection' => $vendorDir . '/league/commonmark/src/Delimiter/Processor/DelimiterProcessorCollection.php',
    'League\\CommonMark\\Delimiter\\Processor\\DelimiterProcessorCollectionInterface' => $vendorDir . '/league/commonmark/src/Delimiter/Processor/DelimiterProcessorCollectionInterface.php',
    'League\\CommonMark\\Delimiter\\Processor\\DelimiterProcessorInterface' => $vendorDir . '/league/commonmark/src/Delimiter/Processor/DelimiterProcessorInterface.php',
    'League\\CommonMark\\Delimiter\\Processor\\EmphasisDelimiterProcessor' => $vendorDir . '/league/commonmark/src/Delimiter/Processor/EmphasisDelimiterProcessor.php',
    'League\\CommonMark\\Delimiter\\Processor\\StaggeredDelimiterProcessor' => $vendorDir . '/league/commonmark/src/Delimiter/Processor/StaggeredDelimiterProcessor.php',
    'League\\CommonMark\\DocParser' => $vendorDir . '/league/commonmark/src/DocParser.php',
    'League\\CommonMark\\DocParserInterface' => $vendorDir . '/league/commonmark/src/DocParserInterface.php',
    'League\\CommonMark\\ElementRendererInterface' => $vendorDir . '/league/commonmark/src/ElementRendererInterface.php',
    'League\\CommonMark\\Environment' => $vendorDir . '/league/commonmark/src/Environment.php',
    'League\\CommonMark\\EnvironmentAwareInterface' => $vendorDir . '/league/commonmark/src/EnvironmentAwareInterface.php',
    'League\\CommonMark\\EnvironmentInterface' => $vendorDir . '/league/commonmark/src/EnvironmentInterface.php',
    'League\\CommonMark\\Event\\AbstractEvent' => $vendorDir . '/league/commonmark/src/Event/AbstractEvent.php',
    'League\\CommonMark\\Event\\DocumentParsedEvent' => $vendorDir . '/league/commonmark/src/Event/DocumentParsedEvent.php',
    'League\\CommonMark\\Event\\DocumentPreParsedEvent' => $vendorDir . '/league/commonmark/src/Event/DocumentPreParsedEvent.php',
    'League\\CommonMark\\Exception\\InvalidOptionException' => $vendorDir . '/league/commonmark/src/Exception/InvalidOptionException.php',
    'League\\CommonMark\\Exception\\UnexpectedEncodingException' => $vendorDir . '/league/commonmark/src/Exception/UnexpectedEncodingException.php',
    'League\\CommonMark\\Extension\\Attributes\\AttributesExtension' => $vendorDir . '/league/commonmark/src/Extension/Attributes/AttributesExtension.php',
    'League\\CommonMark\\Extension\\Attributes\\Event\\AttributesListener' => $vendorDir . '/league/commonmark/src/Extension/Attributes/Event/AttributesListener.php',
    'League\\CommonMark\\Extension\\Attributes\\Node\\Attributes' => $vendorDir . '/league/commonmark/src/Extension/Attributes/Node/Attributes.php',
    'League\\CommonMark\\Extension\\Attributes\\Node\\AttributesInline' => $vendorDir . '/league/commonmark/src/Extension/Attributes/Node/AttributesInline.php',
    'League\\CommonMark\\Extension\\Attributes\\Parser\\AttributesBlockParser' => $vendorDir . '/league/commonmark/src/Extension/Attributes/Parser/AttributesBlockParser.php',
    'League\\CommonMark\\Extension\\Attributes\\Parser\\AttributesInlineParser' => $vendorDir . '/league/commonmark/src/Extension/Attributes/Parser/AttributesInlineParser.php',
    'League\\CommonMark\\Extension\\Attributes\\Util\\AttributesHelper' => $vendorDir . '/league/commonmark/src/Extension/Attributes/Util/AttributesHelper.php',
    'League\\CommonMark\\Extension\\Autolink\\AutolinkExtension' => $vendorDir . '/league/commonmark/src/Extension/Autolink/AutolinkExtension.php',
    'League\\CommonMark\\Extension\\Autolink\\EmailAutolinkProcessor' => $vendorDir . '/league/commonmark/src/Extension/Autolink/EmailAutolinkProcessor.php',
    'League\\CommonMark\\Extension\\Autolink\\InlineMentionParser' => $vendorDir . '/league/commonmark/src/Extension/Autolink/InlineMentionParser.php',
    'League\\CommonMark\\Extension\\Autolink\\UrlAutolinkProcessor' => $vendorDir . '/league/commonmark/src/Extension/Autolink/UrlAutolinkProcessor.php',
    'League\\CommonMark\\Extension\\CommonMarkCoreExtension' => $vendorDir . '/league/commonmark/src/Extension/CommonMarkCoreExtension.php',
    'League\\CommonMark\\Extension\\DisallowedRawHtml\\DisallowedRawHtmlBlockRenderer' => $vendorDir . '/league/commonmark/src/Extension/DisallowedRawHtml/DisallowedRawHtmlBlockRenderer.php',
    'League\\CommonMark\\Extension\\DisallowedRawHtml\\DisallowedRawHtmlExtension' => $vendorDir . '/league/commonmark/src/Extension/DisallowedRawHtml/DisallowedRawHtmlExtension.php',
    'League\\CommonMark\\Extension\\DisallowedRawHtml\\DisallowedRawHtmlInlineRenderer' => $vendorDir . '/league/commonmark/src/Extension/DisallowedRawHtml/DisallowedRawHtmlInlineRenderer.php',
    'League\\CommonMark\\Extension\\ExtensionInterface' => $vendorDir . '/league/commonmark/src/Extension/ExtensionInterface.php',
    'League\\CommonMark\\Extension\\ExternalLink\\ExternalLinkExtension' => $vendorDir . '/league/commonmark/src/Extension/ExternalLink/ExternalLinkExtension.php',
    'League\\CommonMark\\Extension\\ExternalLink\\ExternalLinkProcessor' => $vendorDir . '/league/commonmark/src/Extension/ExternalLink/ExternalLinkProcessor.php',
    'League\\CommonMark\\Extension\\Footnote\\Event\\AnonymousFootnotesListener' => $vendorDir . '/league/commonmark/src/Extension/Footnote/Event/AnonymousFootnotesListener.php',
    'League\\CommonMark\\Extension\\Footnote\\Event\\GatherFootnotesListener' => $vendorDir . '/league/commonmark/src/Extension/Footnote/Event/GatherFootnotesListener.php',
    'League\\CommonMark\\Extension\\Footnote\\Event\\NumberFootnotesListener' => $vendorDir . '/league/commonmark/src/Extension/Footnote/Event/NumberFootnotesListener.php',
    'League\\CommonMark\\Extension\\Footnote\\FootnoteExtension' => $vendorDir . '/league/commonmark/src/Extension/Footnote/FootnoteExtension.php',
    'League\\CommonMark\\Extension\\Footnote\\Node\\Footnote' => $vendorDir . '/league/commonmark/src/Extension/Footnote/Node/Footnote.php',
    'League\\CommonMark\\Extension\\Footnote\\Node\\FootnoteBackref' => $vendorDir . '/league/commonmark/src/Extension/Footnote/Node/FootnoteBackref.php',
    'League\\CommonMark\\Extension\\Footnote\\Node\\FootnoteContainer' => $vendorDir . '/league/commonmark/src/Extension/Footnote/Node/FootnoteContainer.php',
    'League\\CommonMark\\Extension\\Footnote\\Node\\FootnoteRef' => $vendorDir . '/league/commonmark/src/Extension/Footnote/Node/FootnoteRef.php',
    'League\\CommonMark\\Extension\\Footnote\\Parser\\AnonymousFootnoteRefParser' => $vendorDir . '/league/commonmark/src/Extension/Footnote/Parser/AnonymousFootnoteRefParser.php',
    'League\\CommonMark\\Extension\\Footnote\\Parser\\FootnoteParser' => $vendorDir . '/league/commonmark/src/Extension/Footnote/Parser/FootnoteParser.php',
    'League\\CommonMark\\Extension\\Footnote\\Parser\\FootnoteRefParser' => $vendorDir . '/league/commonmark/src/Extension/Footnote/Parser/FootnoteRefParser.php',
    'League\\CommonMark\\Extension\\Footnote\\Renderer\\FootnoteBackrefRenderer' => $vendorDir . '/league/commonmark/src/Extension/Footnote/Renderer/FootnoteBackrefRenderer.php',
    'League\\CommonMark\\Extension\\Footnote\\Renderer\\FootnoteContainerRenderer' => $vendorDir . '/league/commonmark/src/Extension/Footnote/Renderer/FootnoteContainerRenderer.php',
    'League\\CommonMark\\Extension\\Footnote\\Renderer\\FootnoteRefRenderer' => $vendorDir . '/league/commonmark/src/Extension/Footnote/Renderer/FootnoteRefRenderer.php',
    'League\\CommonMark\\Extension\\Footnote\\Renderer\\FootnoteRenderer' => $vendorDir . '/league/commonmark/src/Extension/Footnote/Renderer/FootnoteRenderer.php',
    'League\\CommonMark\\Extension\\GithubFlavoredMarkdownExtension' => $vendorDir . '/league/commonmark/src/Extension/GithubFlavoredMarkdownExtension.php',
    'League\\CommonMark\\Extension\\HeadingPermalink\\HeadingPermalink' => $vendorDir . '/league/commonmark/src/Extension/HeadingPermalink/HeadingPermalink.php',
    'League\\CommonMark\\Extension\\HeadingPermalink\\HeadingPermalinkExtension' => $vendorDir . '/league/commonmark/src/Extension/HeadingPermalink/HeadingPermalinkExtension.php',
    'League\\CommonMark\\Extension\\HeadingPermalink\\HeadingPermalinkProcessor' => $vendorDir . '/league/commonmark/src/Extension/HeadingPermalink/HeadingPermalinkProcessor.php',
    'League\\CommonMark\\Extension\\HeadingPermalink\\HeadingPermalinkRenderer' => $vendorDir . '/league/commonmark/src/Extension/HeadingPermalink/HeadingPermalinkRenderer.php',
    'League\\CommonMark\\Extension\\HeadingPermalink\\Slug\\DefaultSlugGenerator' => $vendorDir . '/league/commonmark/src/Extension/HeadingPermalink/Slug/DefaultSlugGenerator.php',
    'League\\CommonMark\\Extension\\HeadingPermalink\\Slug\\SlugGeneratorInterface' => $vendorDir . '/league/commonmark/src/Extension/HeadingPermalink/Slug/SlugGeneratorInterface.php',
    'League\\CommonMark\\Extension\\InlinesOnly\\ChildRenderer' => $vendorDir . '/league/commonmark/src/Extension/InlinesOnly/ChildRenderer.php',
    'League\\CommonMark\\Extension\\InlinesOnly\\InlinesOnlyExtension' => $vendorDir . '/league/commonmark/src/Extension/InlinesOnly/InlinesOnlyExtension.php',
    'League\\CommonMark\\Extension\\Mention\\Generator\\CallbackGenerator' => $vendorDir . '/league/commonmark/src/Extension/Mention/Generator/CallbackGenerator.php',
    'League\\CommonMark\\Extension\\Mention\\Generator\\MentionGeneratorInterface' => $vendorDir . '/league/commonmark/src/Extension/Mention/Generator/MentionGeneratorInterface.php',
    'League\\CommonMark\\Extension\\Mention\\Generator\\StringTemplateLinkGenerator' => $vendorDir . '/league/commonmark/src/Extension/Mention/Generator/StringTemplateLinkGenerator.php',
    'League\\CommonMark\\Extension\\Mention\\Mention' => $vendorDir . '/league/commonmark/src/Extension/Mention/Mention.php',
    'League\\CommonMark\\Extension\\Mention\\MentionExtension' => $vendorDir . '/league/commonmark/src/Extension/Mention/MentionExtension.php',
    'League\\CommonMark\\Extension\\Mention\\MentionParser' => $vendorDir . '/league/commonmark/src/Extension/Mention/MentionParser.php',
    'League\\CommonMark\\Extension\\SmartPunct\\PunctuationParser' => $vendorDir . '/league/commonmark/src/Extension/SmartPunct/PunctuationParser.php',
    'League\\CommonMark\\Extension\\SmartPunct\\Quote' => $vendorDir . '/league/commonmark/src/Extension/SmartPunct/Quote.php',
    'League\\CommonMark\\Extension\\SmartPunct\\QuoteParser' => $vendorDir . '/league/commonmark/src/Extension/SmartPunct/QuoteParser.php',
    'League\\CommonMark\\Extension\\SmartPunct\\QuoteProcessor' => $vendorDir . '/league/commonmark/src/Extension/SmartPunct/QuoteProcessor.php',
    'League\\CommonMark\\Extension\\SmartPunct\\QuoteRenderer' => $vendorDir . '/league/commonmark/src/Extension/SmartPunct/QuoteRenderer.php',
    'League\\CommonMark\\Extension\\SmartPunct\\SmartPunctExtension' => $vendorDir . '/league/commonmark/src/Extension/SmartPunct/SmartPunctExtension.php',
    'League\\CommonMark\\Extension\\Strikethrough\\Strikethrough' => $vendorDir . '/league/commonmark/src/Extension/Strikethrough/Strikethrough.php',
    'League\\CommonMark\\Extension\\Strikethrough\\StrikethroughDelimiterProcessor' => $vendorDir . '/league/commonmark/src/Extension/Strikethrough/StrikethroughDelimiterProcessor.php',
    'League\\CommonMark\\Extension\\Strikethrough\\StrikethroughExtension' => $vendorDir . '/league/commonmark/src/Extension/Strikethrough/StrikethroughExtension.php',
    'League\\CommonMark\\Extension\\Strikethrough\\StrikethroughRenderer' => $vendorDir . '/league/commonmark/src/Extension/Strikethrough/StrikethroughRenderer.php',
    'League\\CommonMark\\Extension\\TableOfContents\\Node\\TableOfContents' => $vendorDir . '/league/commonmark/src/Extension/TableOfContents/Node/TableOfContents.php',
    'League\\CommonMark\\Extension\\TableOfContents\\Node\\TableOfContentsPlaceholder' => $vendorDir . '/league/commonmark/src/Extension/TableOfContents/Node/TableOfContentsPlaceholder.php',
    'League\\CommonMark\\Extension\\TableOfContents\\Normalizer\\AsIsNormalizerStrategy' => $vendorDir . '/league/commonmark/src/Extension/TableOfContents/Normalizer/AsIsNormalizerStrategy.php',
    'League\\CommonMark\\Extension\\TableOfContents\\Normalizer\\FlatNormalizerStrategy' => $vendorDir . '/league/commonmark/src/Extension/TableOfContents/Normalizer/FlatNormalizerStrategy.php',
    'League\\CommonMark\\Extension\\TableOfContents\\Normalizer\\NormalizerStrategyInterface' => $vendorDir . '/league/commonmark/src/Extension/TableOfContents/Normalizer/NormalizerStrategyInterface.php',
    'League\\CommonMark\\Extension\\TableOfContents\\Normalizer\\RelativeNormalizerStrategy' => $vendorDir . '/league/commonmark/src/Extension/TableOfContents/Normalizer/RelativeNormalizerStrategy.php',
    'League\\CommonMark\\Extension\\TableOfContents\\TableOfContents' => $vendorDir . '/league/commonmark/src/Extension/TableOfContents/TableOfContents.php',
    'League\\CommonMark\\Extension\\TableOfContents\\TableOfContentsBuilder' => $vendorDir . '/league/commonmark/src/Extension/TableOfContents/TableOfContentsBuilder.php',
    'League\\CommonMark\\Extension\\TableOfContents\\TableOfContentsExtension' => $vendorDir . '/league/commonmark/src/Extension/TableOfContents/TableOfContentsExtension.php',
    'League\\CommonMark\\Extension\\TableOfContents\\TableOfContentsGenerator' => $vendorDir . '/league/commonmark/src/Extension/TableOfContents/TableOfContentsGenerator.php',
    'League\\CommonMark\\Extension\\TableOfContents\\TableOfContentsGeneratorInterface' => $vendorDir . '/league/commonmark/src/Extension/TableOfContents/TableOfContentsGeneratorInterface.php',
    'League\\CommonMark\\Extension\\TableOfContents\\TableOfContentsPlaceholderParser' => $vendorDir . '/league/commonmark/src/Extension/TableOfContents/TableOfContentsPlaceholderParser.php',
    'League\\CommonMark\\Extension\\TableOfContents\\TableOfContentsPlaceholderRenderer' => $vendorDir . '/league/commonmark/src/Extension/TableOfContents/TableOfContentsPlaceholderRenderer.php',
    'League\\CommonMark\\Extension\\Table\\Table' => $vendorDir . '/league/commonmark/src/Extension/Table/Table.php',
    'League\\CommonMark\\Extension\\Table\\TableCell' => $vendorDir . '/league/commonmark/src/Extension/Table/TableCell.php',
    'League\\CommonMark\\Extension\\Table\\TableCellRenderer' => $vendorDir . '/league/commonmark/src/Extension/Table/TableCellRenderer.php',
    'League\\CommonMark\\Extension\\Table\\TableExtension' => $vendorDir . '/league/commonmark/src/Extension/Table/TableExtension.php',
    'League\\CommonMark\\Extension\\Table\\TableParser' => $vendorDir . '/league/commonmark/src/Extension/Table/TableParser.php',
    'League\\CommonMark\\Extension\\Table\\TableRenderer' => $vendorDir . '/league/commonmark/src/Extension/Table/TableRenderer.php',
    'League\\CommonMark\\Extension\\Table\\TableRow' => $vendorDir . '/league/commonmark/src/Extension/Table/TableRow.php',
    'League\\CommonMark\\Extension\\Table\\TableRowRenderer' => $vendorDir . '/league/commonmark/src/Extension/Table/TableRowRenderer.php',
    'League\\CommonMark\\Extension\\Table\\TableSection' => $vendorDir . '/league/commonmark/src/Extension/Table/TableSection.php',
    'League\\CommonMark\\Extension\\Table\\TableSectionRenderer' => $vendorDir . '/league/commonmark/src/Extension/Table/TableSectionRenderer.php',
    'League\\CommonMark\\Extension\\TaskList\\TaskListExtension' => $vendorDir . '/league/commonmark/src/Extension/TaskList/TaskListExtension.php',
    'League\\CommonMark\\Extension\\TaskList\\TaskListItemMarker' => $vendorDir . '/league/commonmark/src/Extension/TaskList/TaskListItemMarker.php',
    'League\\CommonMark\\Extension\\TaskList\\TaskListItemMarkerParser' => $vendorDir . '/league/commonmark/src/Extension/TaskList/TaskListItemMarkerParser.php',
    'League\\CommonMark\\Extension\\TaskList\\TaskListItemMarkerRenderer' => $vendorDir . '/league/commonmark/src/Extension/TaskList/TaskListItemMarkerRenderer.php',
    'League\\CommonMark\\GithubFlavoredMarkdownConverter' => $vendorDir . '/league/commonmark/src/GithubFlavoredMarkdownConverter.php',
    'League\\CommonMark\\HtmlElement' => $vendorDir . '/league/commonmark/src/HtmlElement.php',
    'League\\CommonMark\\HtmlRenderer' => $vendorDir . '/league/commonmark/src/HtmlRenderer.php',
    'League\\CommonMark\\InlineParserContext' => $vendorDir . '/league/commonmark/src/InlineParserContext.php',
    'League\\CommonMark\\InlineParserEngine' => $vendorDir . '/league/commonmark/src/InlineParserEngine.php',
    'League\\CommonMark\\Inline\\AdjacentTextMerger' => $vendorDir . '/league/commonmark/src/Inline/AdjacentTextMerger.php',
    'League\\CommonMark\\Inline\\Element\\AbstractInline' => $vendorDir . '/league/commonmark/src/Inline/Element/AbstractInline.php',
    'League\\CommonMark\\Inline\\Element\\AbstractStringContainer' => $vendorDir . '/league/commonmark/src/Inline/Element/AbstractStringContainer.php',
    'League\\CommonMark\\Inline\\Element\\AbstractWebResource' => $vendorDir . '/league/commonmark/src/Inline/Element/AbstractWebResource.php',
    'League\\CommonMark\\Inline\\Element\\Code' => $vendorDir . '/league/commonmark/src/Inline/Element/Code.php',
    'League\\CommonMark\\Inline\\Element\\Emphasis' => $vendorDir . '/league/commonmark/src/Inline/Element/Emphasis.php',
    'League\\CommonMark\\Inline\\Element\\HtmlInline' => $vendorDir . '/league/commonmark/src/Inline/Element/HtmlInline.php',
    'League\\CommonMark\\Inline\\Element\\Image' => $vendorDir . '/league/commonmark/src/Inline/Element/Image.php',
    'League\\CommonMark\\Inline\\Element\\Link' => $vendorDir . '/league/commonmark/src/Inline/Element/Link.php',
    'League\\CommonMark\\Inline\\Element\\Newline' => $vendorDir . '/league/commonmark/src/Inline/Element/Newline.php',
    'League\\CommonMark\\Inline\\Element\\Strong' => $vendorDir . '/league/commonmark/src/Inline/Element/Strong.php',
    'League\\CommonMark\\Inline\\Element\\Text' => $vendorDir . '/league/commonmark/src/Inline/Element/Text.php',
    'League\\CommonMark\\Inline\\Parser\\AutolinkParser' => $vendorDir . '/league/commonmark/src/Inline/Parser/AutolinkParser.php',
    'League\\CommonMark\\Inline\\Parser\\BacktickParser' => $vendorDir . '/league/commonmark/src/Inline/Parser/BacktickParser.php',
    'League\\CommonMark\\Inline\\Parser\\BangParser' => $vendorDir . '/league/commonmark/src/Inline/Parser/BangParser.php',
    'League\\CommonMark\\Inline\\Parser\\CloseBracketParser' => $vendorDir . '/league/commonmark/src/Inline/Parser/CloseBracketParser.php',
    'League\\CommonMark\\Inline\\Parser\\EntityParser' => $vendorDir . '/league/commonmark/src/Inline/Parser/EntityParser.php',
    'League\\CommonMark\\Inline\\Parser\\EscapableParser' => $vendorDir . '/league/commonmark/src/Inline/Parser/EscapableParser.php',
    'League\\CommonMark\\Inline\\Parser\\HtmlInlineParser' => $vendorDir . '/league/commonmark/src/Inline/Parser/HtmlInlineParser.php',
    'League\\CommonMark\\Inline\\Parser\\InlineParserInterface' => $vendorDir . '/league/commonmark/src/Inline/Parser/InlineParserInterface.php',
    'League\\CommonMark\\Inline\\Parser\\NewlineParser' => $vendorDir . '/league/commonmark/src/Inline/Parser/NewlineParser.php',
    'League\\CommonMark\\Inline\\Parser\\OpenBracketParser' => $vendorDir . '/league/commonmark/src/Inline/Parser/OpenBracketParser.php',
    'League\\CommonMark\\Inline\\Renderer\\CodeRenderer' => $vendorDir . '/league/commonmark/src/Inline/Renderer/CodeRenderer.php',
    'League\\CommonMark\\Inline\\Renderer\\EmphasisRenderer' => $vendorDir . '/league/commonmark/src/Inline/Renderer/EmphasisRenderer.php',
    'League\\CommonMark\\Inline\\Renderer\\HtmlInlineRenderer' => $vendorDir . '/league/commonmark/src/Inline/Renderer/HtmlInlineRenderer.php',
    'League\\CommonMark\\Inline\\Renderer\\ImageRenderer' => $vendorDir . '/league/commonmark/src/Inline/Renderer/ImageRenderer.php',
    'League\\CommonMark\\Inline\\Renderer\\InlineRendererInterface' => $vendorDir . '/league/commonmark/src/Inline/Renderer/InlineRendererInterface.php',
    'League\\CommonMark\\Inline\\Renderer\\LinkRenderer' => $vendorDir . '/league/commonmark/src/Inline/Renderer/LinkRenderer.php',
    'League\\CommonMark\\Inline\\Renderer\\NewlineRenderer' => $vendorDir . '/league/commonmark/src/Inline/Renderer/NewlineRenderer.php',
    'League\\CommonMark\\Inline\\Renderer\\StrongRenderer' => $vendorDir . '/league/commonmark/src/Inline/Renderer/StrongRenderer.php',
    'League\\CommonMark\\Inline\\Renderer\\TextRenderer' => $vendorDir . '/league/commonmark/src/Inline/Renderer/TextRenderer.php',
    'League\\CommonMark\\Input\\MarkdownInput' => $vendorDir . '/league/commonmark/src/Input/MarkdownInput.php',
    'League\\CommonMark\\Input\\MarkdownInputInterface' => $vendorDir . '/league/commonmark/src/Input/MarkdownInputInterface.php',
    'League\\CommonMark\\MarkdownConverter' => $vendorDir . '/league/commonmark/src/MarkdownConverter.php',
    'League\\CommonMark\\MarkdownConverterInterface' => $vendorDir . '/league/commonmark/src/MarkdownConverterInterface.php',
    'League\\CommonMark\\Node\\Node' => $vendorDir . '/league/commonmark/src/Node/Node.php',
    'League\\CommonMark\\Node\\NodeWalker' => $vendorDir . '/league/commonmark/src/Node/NodeWalker.php',
    'League\\CommonMark\\Node\\NodeWalkerEvent' => $vendorDir . '/league/commonmark/src/Node/NodeWalkerEvent.php',
    'League\\CommonMark\\Normalizer\\SlugNormalizer' => $vendorDir . '/league/commonmark/src/Normalizer/SlugNormalizer.php',
    'League\\CommonMark\\Normalizer\\TextNormalizer' => $vendorDir . '/league/commonmark/src/Normalizer/TextNormalizer.php',
    'League\\CommonMark\\Normalizer\\TextNormalizerInterface' => $vendorDir . '/league/commonmark/src/Normalizer/TextNormalizerInterface.php',
    'League\\CommonMark\\Reference\\Reference' => $vendorDir . '/league/commonmark/src/Reference/Reference.php',
    'League\\CommonMark\\Reference\\ReferenceInterface' => $vendorDir . '/league/commonmark/src/Reference/ReferenceInterface.php',
    'League\\CommonMark\\Reference\\ReferenceMap' => $vendorDir . '/league/commonmark/src/Reference/ReferenceMap.php',
    'League\\CommonMark\\Reference\\ReferenceMapInterface' => $vendorDir . '/league/commonmark/src/Reference/ReferenceMapInterface.php',
    'League\\CommonMark\\Reference\\ReferenceParser' => $vendorDir . '/league/commonmark/src/Reference/ReferenceParser.php',
    'League\\CommonMark\\UnmatchedBlockCloser' => $vendorDir . '/league/commonmark/src/UnmatchedBlockCloser.php',
    'League\\CommonMark\\Util\\ArrayCollection' => $vendorDir . '/league/commonmark/src/Util/ArrayCollection.php',
    'League\\CommonMark\\Util\\Configuration' => $vendorDir . '/league/commonmark/src/Util/Configuration.php',
    'League\\CommonMark\\Util\\ConfigurationAwareInterface' => $vendorDir . '/league/commonmark/src/Util/ConfigurationAwareInterface.php',
    'League\\CommonMark\\Util\\ConfigurationInterface' => $vendorDir . '/league/commonmark/src/Util/ConfigurationInterface.php',
    'League\\CommonMark\\Util\\Html5Entities' => $vendorDir . '/league/commonmark/src/Util/Html5Entities.php',
    'League\\CommonMark\\Util\\Html5EntityDecoder' => $vendorDir . '/league/commonmark/src/Util/Html5EntityDecoder.php',
    'League\\CommonMark\\Util\\LinkParserHelper' => $vendorDir . '/league/commonmark/src/Util/LinkParserHelper.php',
    'League\\CommonMark\\Util\\PrioritizedList' => $vendorDir . '/league/commonmark/src/Util/PrioritizedList.php',
    'League\\CommonMark\\Util\\RegexHelper' => $vendorDir . '/league/commonmark/src/Util/RegexHelper.php',
    'League\\CommonMark\\Util\\UrlEncoder' => $vendorDir . '/league/commonmark/src/Util/UrlEncoder.php',
    'League\\CommonMark\\Util\\Xml' => $vendorDir . '/league/commonmark/src/Util/Xml.php',
    'League\\Flysystem\\AdapterInterface' => $vendorDir . '/league/flysystem/src/AdapterInterface.php',
    'League\\Flysystem\\Adapter\\AbstractAdapter' => $vendorDir . '/league/flysystem/src/Adapter/AbstractAdapter.php',
    'League\\Flysystem\\Adapter\\AbstractFtpAdapter' => $vendorDir . '/league/flysystem/src/Adapter/AbstractFtpAdapter.php',
    'League\\Flysystem\\Adapter\\CanOverwriteFiles' => $vendorDir . '/league/flysystem/src/Adapter/CanOverwriteFiles.php',
    'League\\Flysystem\\Adapter\\Ftp' => $vendorDir . '/league/flysystem/src/Adapter/Ftp.php',
    'League\\Flysystem\\Adapter\\Ftpd' => $vendorDir . '/league/flysystem/src/Adapter/Ftpd.php',
    'League\\Flysystem\\Adapter\\Local' => $vendorDir . '/league/flysystem/src/Adapter/Local.php',
    'League\\Flysystem\\Adapter\\NullAdapter' => $vendorDir . '/league/flysystem/src/Adapter/NullAdapter.php',
    'League\\Flysystem\\Adapter\\Polyfill\\NotSupportingVisibilityTrait' => $vendorDir . '/league/flysystem/src/Adapter/Polyfill/NotSupportingVisibilityTrait.php',
    'League\\Flysystem\\Adapter\\Polyfill\\StreamedCopyTrait' => $vendorDir . '/league/flysystem/src/Adapter/Polyfill/StreamedCopyTrait.php',
    'League\\Flysystem\\Adapter\\Polyfill\\StreamedReadingTrait' => $vendorDir . '/league/flysystem/src/Adapter/Polyfill/StreamedReadingTrait.php',
    'League\\Flysystem\\Adapter\\Polyfill\\StreamedTrait' => $vendorDir . '/league/flysystem/src/Adapter/Polyfill/StreamedTrait.php',
    'League\\Flysystem\\Adapter\\Polyfill\\StreamedWritingTrait' => $vendorDir . '/league/flysystem/src/Adapter/Polyfill/StreamedWritingTrait.php',
    'League\\Flysystem\\Adapter\\SynologyFtp' => $vendorDir . '/league/flysystem/src/Adapter/SynologyFtp.php',
    'League\\Flysystem\\Config' => $vendorDir . '/league/flysystem/src/Config.php',
    'League\\Flysystem\\ConfigAwareTrait' => $vendorDir . '/league/flysystem/src/ConfigAwareTrait.php',
    'League\\Flysystem\\ConnectionErrorException' => $vendorDir . '/league/flysystem/src/ConnectionErrorException.php',
    'League\\Flysystem\\ConnectionRuntimeException' => $vendorDir . '/league/flysystem/src/ConnectionRuntimeException.php',
    'League\\Flysystem\\CorruptedPathDetected' => $vendorDir . '/league/flysystem/src/CorruptedPathDetected.php',
    'League\\Flysystem\\Directory' => $vendorDir . '/league/flysystem/src/Directory.php',
    'League\\Flysystem\\Exception' => $vendorDir . '/league/flysystem/src/Exception.php',
    'League\\Flysystem\\File' => $vendorDir . '/league/flysystem/src/File.php',
    'League\\Flysystem\\FileExistsException' => $vendorDir . '/league/flysystem/src/FileExistsException.php',
    'League\\Flysystem\\FileNotFoundException' => $vendorDir . '/league/flysystem/src/FileNotFoundException.php',
    'League\\Flysystem\\Filesystem' => $vendorDir . '/league/flysystem/src/Filesystem.php',
    'League\\Flysystem\\FilesystemException' => $vendorDir . '/league/flysystem/src/FilesystemException.php',
    'League\\Flysystem\\FilesystemInterface' => $vendorDir . '/league/flysystem/src/FilesystemInterface.php',
    'League\\Flysystem\\FilesystemNotFoundException' => $vendorDir . '/league/flysystem/src/FilesystemNotFoundException.php',
    'League\\Flysystem\\Handler' => $vendorDir . '/league/flysystem/src/Handler.php',
    'League\\Flysystem\\InvalidRootException' => $vendorDir . '/league/flysystem/src/InvalidRootException.php',
    'League\\Flysystem\\MountManager' => $vendorDir . '/league/flysystem/src/MountManager.php',
    'League\\Flysystem\\NotSupportedException' => $vendorDir . '/league/flysystem/src/NotSupportedException.php',
    'League\\Flysystem\\PluginInterface' => $vendorDir . '/league/flysystem/src/PluginInterface.php',
    'League\\Flysystem\\Plugin\\AbstractPlugin' => $vendorDir . '/league/flysystem/src/Plugin/AbstractPlugin.php',
    'League\\Flysystem\\Plugin\\EmptyDir' => $vendorDir . '/league/flysystem/src/Plugin/EmptyDir.php',
    'League\\Flysystem\\Plugin\\ForcedCopy' => $vendorDir . '/league/flysystem/src/Plugin/ForcedCopy.php',
    'League\\Flysystem\\Plugin\\ForcedRename' => $vendorDir . '/league/flysystem/src/Plugin/ForcedRename.php',
    'League\\Flysystem\\Plugin\\GetWithMetadata' => $vendorDir . '/league/flysystem/src/Plugin/GetWithMetadata.php',
    'League\\Flysystem\\Plugin\\ListFiles' => $vendorDir . '/league/flysystem/src/Plugin/ListFiles.php',
    'League\\Flysystem\\Plugin\\ListPaths' => $vendorDir . '/league/flysystem/src/Plugin/ListPaths.php',
    'League\\Flysystem\\Plugin\\ListWith' => $vendorDir . '/league/flysystem/src/Plugin/ListWith.php',
    'League\\Flysystem\\Plugin\\PluggableTrait' => $vendorDir . '/league/flysystem/src/Plugin/PluggableTrait.php',
    'League\\Flysystem\\Plugin\\PluginNotFoundException' => $vendorDir . '/league/flysystem/src/Plugin/PluginNotFoundException.php',
    'League\\Flysystem\\ReadInterface' => $vendorDir . '/league/flysystem/src/ReadInterface.php',
    'League\\Flysystem\\RootViolationException' => $vendorDir . '/league/flysystem/src/RootViolationException.php',
    'League\\Flysystem\\SafeStorage' => $vendorDir . '/league/flysystem/src/SafeStorage.php',
    'League\\Flysystem\\UnreadableFileException' => $vendorDir . '/league/flysystem/src/UnreadableFileException.php',
    'League\\Flysystem\\Util' => $vendorDir . '/league/flysystem/src/Util.php',
    'League\\Flysystem\\Util\\ContentListingFormatter' => $vendorDir . '/league/flysystem/src/Util/ContentListingFormatter.php',
    'League\\Flysystem\\Util\\MimeType' => $vendorDir . '/league/flysystem/src/Util/MimeType.php',
    'League\\Flysystem\\Util\\StreamHasher' => $vendorDir . '/league/flysystem/src/Util/StreamHasher.php',
    'League\\MimeTypeDetection\\EmptyExtensionToMimeTypeMap' => $vendorDir . '/league/mime-type-detection/src/EmptyExtensionToMimeTypeMap.php',
    'League\\MimeTypeDetection\\ExtensionMimeTypeDetector' => $vendorDir . '/league/mime-type-detection/src/ExtensionMimeTypeDetector.php',
    'League\\MimeTypeDetection\\ExtensionToMimeTypeMap' => $vendorDir . '/league/mime-type-detection/src/ExtensionToMimeTypeMap.php',
    'League\\MimeTypeDetection\\FinfoMimeTypeDetector' => $vendorDir . '/league/mime-type-detection/src/FinfoMimeTypeDetector.php',
    'League\\MimeTypeDetection\\GeneratedExtensionToMimeTypeMap' => $vendorDir . '/league/mime-type-detection/src/GeneratedExtensionToMimeTypeMap.php',
    'League\\MimeTypeDetection\\MimeTypeDetector' => $vendorDir . '/league/mime-type-detection/src/MimeTypeDetector.php',
    'League\\MimeTypeDetection\\OverridingExtensionToMimeTypeMap' => $vendorDir . '/league/mime-type-detection/src/OverridingExtensionToMimeTypeMap.php',
    'Mailjet\\Client' => $vendorDir . '/mailjet/mailjet-apiv3-php/src/Mailjet/Client.php',
    'Mailjet\\Config' => $vendorDir . '/mailjet/mailjet-apiv3-php/src/Mailjet/Config.php',
    'Mailjet\\Request' => $vendorDir . '/mailjet/mailjet-apiv3-php/src/Mailjet/Request.php',
    'Mailjet\\Resources' => $vendorDir . '/mailjet/mailjet-apiv3-php/src/Mailjet/Resources.php',
    'Mailjet\\Response' => $vendorDir . '/mailjet/mailjet-apiv3-php/src/Mailjet/Response.php',
    'Monolog\\Attribute\\AsMonologProcessor' => $vendorDir . '/monolog/monolog/src/Monolog/Attribute/AsMonologProcessor.php',
    'Monolog\\DateTimeImmutable' => $vendorDir . '/monolog/monolog/src/Monolog/DateTimeImmutable.php',
    'Monolog\\ErrorHandler' => $vendorDir . '/monolog/monolog/src/Monolog/ErrorHandler.php',
    'Monolog\\Formatter\\ChromePHPFormatter' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/ChromePHPFormatter.php',
    'Monolog\\Formatter\\ElasticaFormatter' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/ElasticaFormatter.php',
    'Monolog\\Formatter\\ElasticsearchFormatter' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/ElasticsearchFormatter.php',
    'Monolog\\Formatter\\FlowdockFormatter' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/FlowdockFormatter.php',
    'Monolog\\Formatter\\FluentdFormatter' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/FluentdFormatter.php',
    'Monolog\\Formatter\\FormatterInterface' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/FormatterInterface.php',
    'Monolog\\Formatter\\GelfMessageFormatter' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/GelfMessageFormatter.php',
    'Monolog\\Formatter\\GoogleCloudLoggingFormatter' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/GoogleCloudLoggingFormatter.php',
    'Monolog\\Formatter\\HtmlFormatter' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/HtmlFormatter.php',
    'Monolog\\Formatter\\JsonFormatter' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/JsonFormatter.php',
    'Monolog\\Formatter\\LineFormatter' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/LineFormatter.php',
    'Monolog\\Formatter\\LogglyFormatter' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/LogglyFormatter.php',
    'Monolog\\Formatter\\LogmaticFormatter' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/LogmaticFormatter.php',
    'Monolog\\Formatter\\LogstashFormatter' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/LogstashFormatter.php',
    'Monolog\\Formatter\\MongoDBFormatter' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/MongoDBFormatter.php',
    'Monolog\\Formatter\\NormalizerFormatter' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.php',
    'Monolog\\Formatter\\ScalarFormatter' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/ScalarFormatter.php',
    'Monolog\\Formatter\\WildfireFormatter' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/WildfireFormatter.php',
    'Monolog\\Handler\\AbstractHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/AbstractHandler.php',
    'Monolog\\Handler\\AbstractProcessingHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php',
    'Monolog\\Handler\\AbstractSyslogHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/AbstractSyslogHandler.php',
    'Monolog\\Handler\\AmqpHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/AmqpHandler.php',
    'Monolog\\Handler\\BrowserConsoleHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/BrowserConsoleHandler.php',
    'Monolog\\Handler\\BufferHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/BufferHandler.php',
    'Monolog\\Handler\\ChromePHPHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/ChromePHPHandler.php',
    'Monolog\\Handler\\CouchDBHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/CouchDBHandler.php',
    'Monolog\\Handler\\CubeHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/CubeHandler.php',
    'Monolog\\Handler\\Curl\\Util' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/Curl/Util.php',
    'Monolog\\Handler\\DeduplicationHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/DeduplicationHandler.php',
    'Monolog\\Handler\\DoctrineCouchDBHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/DoctrineCouchDBHandler.php',
    'Monolog\\Handler\\DynamoDbHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/DynamoDbHandler.php',
    'Monolog\\Handler\\ElasticaHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/ElasticaHandler.php',
    'Monolog\\Handler\\ElasticsearchHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/ElasticsearchHandler.php',
    'Monolog\\Handler\\ErrorLogHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/ErrorLogHandler.php',
    'Monolog\\Handler\\FallbackGroupHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FallbackGroupHandler.php',
    'Monolog\\Handler\\FilterHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FilterHandler.php',
    'Monolog\\Handler\\FingersCrossedHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.php',
    'Monolog\\Handler\\FingersCrossed\\ActivationStrategyInterface' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FingersCrossed/ActivationStrategyInterface.php',
    'Monolog\\Handler\\FingersCrossed\\ChannelLevelActivationStrategy' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FingersCrossed/ChannelLevelActivationStrategy.php',
    'Monolog\\Handler\\FingersCrossed\\ErrorLevelActivationStrategy' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FingersCrossed/ErrorLevelActivationStrategy.php',
    'Monolog\\Handler\\FirePHPHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FirePHPHandler.php',
    'Monolog\\Handler\\FleepHookHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FleepHookHandler.php',
    'Monolog\\Handler\\FlowdockHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FlowdockHandler.php',
    'Monolog\\Handler\\FormattableHandlerInterface' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php',
    'Monolog\\Handler\\FormattableHandlerTrait' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php',
    'Monolog\\Handler\\GelfHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/GelfHandler.php',
    'Monolog\\Handler\\GroupHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/GroupHandler.php',
    'Monolog\\Handler\\Handler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/Handler.php',
    'Monolog\\Handler\\HandlerInterface' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/HandlerInterface.php',
    'Monolog\\Handler\\HandlerWrapper' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/HandlerWrapper.php',
    'Monolog\\Handler\\IFTTTHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/IFTTTHandler.php',
    'Monolog\\Handler\\InsightOpsHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/InsightOpsHandler.php',
    'Monolog\\Handler\\LogEntriesHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/LogEntriesHandler.php',
    'Monolog\\Handler\\LogglyHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/LogglyHandler.php',
    'Monolog\\Handler\\LogmaticHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/LogmaticHandler.php',
    'Monolog\\Handler\\MailHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/MailHandler.php',
    'Monolog\\Handler\\MandrillHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/MandrillHandler.php',
    'Monolog\\Handler\\MissingExtensionException' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/MissingExtensionException.php',
    'Monolog\\Handler\\MongoDBHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/MongoDBHandler.php',
    'Monolog\\Handler\\NativeMailerHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/NativeMailerHandler.php',
    'Monolog\\Handler\\NewRelicHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/NewRelicHandler.php',
    'Monolog\\Handler\\NoopHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/NoopHandler.php',
    'Monolog\\Handler\\NullHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/NullHandler.php',
    'Monolog\\Handler\\OverflowHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/OverflowHandler.php',
    'Monolog\\Handler\\PHPConsoleHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/PHPConsoleHandler.php',
    'Monolog\\Handler\\ProcessHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/ProcessHandler.php',
    'Monolog\\Handler\\ProcessableHandlerInterface' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php',
    'Monolog\\Handler\\ProcessableHandlerTrait' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php',
    'Monolog\\Handler\\PsrHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/PsrHandler.php',
    'Monolog\\Handler\\PushoverHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/PushoverHandler.php',
    'Monolog\\Handler\\RedisHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/RedisHandler.php',
    'Monolog\\Handler\\RedisPubSubHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/RedisPubSubHandler.php',
    'Monolog\\Handler\\RollbarHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/RollbarHandler.php',
    'Monolog\\Handler\\RotatingFileHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php',
    'Monolog\\Handler\\SamplingHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SamplingHandler.php',
    'Monolog\\Handler\\SendGridHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SendGridHandler.php',
    'Monolog\\Handler\\SlackHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SlackHandler.php',
    'Monolog\\Handler\\SlackWebhookHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SlackWebhookHandler.php',
    'Monolog\\Handler\\Slack\\SlackRecord' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/Slack/SlackRecord.php',
    'Monolog\\Handler\\SocketHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SocketHandler.php',
    'Monolog\\Handler\\SqsHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SqsHandler.php',
    'Monolog\\Handler\\StreamHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/StreamHandler.php',
    'Monolog\\Handler\\SwiftMailerHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SwiftMailerHandler.php',
    'Monolog\\Handler\\SymfonyMailerHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SymfonyMailerHandler.php',
    'Monolog\\Handler\\SyslogHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SyslogHandler.php',
    'Monolog\\Handler\\SyslogUdpHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SyslogUdpHandler.php',
    'Monolog\\Handler\\SyslogUdp\\UdpSocket' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SyslogUdp/UdpSocket.php',
    'Monolog\\Handler\\TelegramBotHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/TelegramBotHandler.php',
    'Monolog\\Handler\\TestHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/TestHandler.php',
    'Monolog\\Handler\\WebRequestRecognizerTrait' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/WebRequestRecognizerTrait.php',
    'Monolog\\Handler\\WhatFailureGroupHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/WhatFailureGroupHandler.php',
    'Monolog\\Handler\\ZendMonitorHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/ZendMonitorHandler.php',
    'Monolog\\LogRecord' => $vendorDir . '/monolog/monolog/src/Monolog/LogRecord.php',
    'Monolog\\Logger' => $vendorDir . '/monolog/monolog/src/Monolog/Logger.php',
    'Monolog\\Processor\\GitProcessor' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/GitProcessor.php',
    'Monolog\\Processor\\HostnameProcessor' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/HostnameProcessor.php',
    'Monolog\\Processor\\IntrospectionProcessor' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php',
    'Monolog\\Processor\\MemoryPeakUsageProcessor' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/MemoryPeakUsageProcessor.php',
    'Monolog\\Processor\\MemoryProcessor' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/MemoryProcessor.php',
    'Monolog\\Processor\\MemoryUsageProcessor' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/MemoryUsageProcessor.php',
    'Monolog\\Processor\\MercurialProcessor' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/MercurialProcessor.php',
    'Monolog\\Processor\\ProcessIdProcessor' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/ProcessIdProcessor.php',
    'Monolog\\Processor\\ProcessorInterface' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php',
    'Monolog\\Processor\\PsrLogMessageProcessor' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php',
    'Monolog\\Processor\\TagProcessor' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/TagProcessor.php',
    'Monolog\\Processor\\UidProcessor' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/UidProcessor.php',
    'Monolog\\Processor\\WebProcessor' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/WebProcessor.php',
    'Monolog\\Registry' => $vendorDir . '/monolog/monolog/src/Monolog/Registry.php',
    'Monolog\\ResettableInterface' => $vendorDir . '/monolog/monolog/src/Monolog/ResettableInterface.php',
    'Monolog\\SignalHandler' => $vendorDir . '/monolog/monolog/src/Monolog/SignalHandler.php',
    'Monolog\\Test\\TestCase' => $vendorDir . '/monolog/monolog/src/Monolog/Test/TestCase.php',
    'Monolog\\Utils' => $vendorDir . '/monolog/monolog/src/Monolog/Utils.php',
    'Normalizer' => $vendorDir . '/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php',
    'Opis\\Closure\\Analyzer' => $vendorDir . '/opis/closure/src/Analyzer.php',
    'Opis\\Closure\\ClosureContext' => $vendorDir . '/opis/closure/src/ClosureContext.php',
    'Opis\\Closure\\ClosureScope' => $vendorDir . '/opis/closure/src/ClosureScope.php',
    'Opis\\Closure\\ClosureStream' => $vendorDir . '/opis/closure/src/ClosureStream.php',
    'Opis\\Closure\\ISecurityProvider' => $vendorDir . '/opis/closure/src/ISecurityProvider.php',
    'Opis\\Closure\\ReflectionClosure' => $vendorDir . '/opis/closure/src/ReflectionClosure.php',
    'Opis\\Closure\\SecurityException' => $vendorDir . '/opis/closure/src/SecurityException.php',
    'Opis\\Closure\\SecurityProvider' => $vendorDir . '/opis/closure/src/SecurityProvider.php',
    'Opis\\Closure\\SelfReference' => $vendorDir . '/opis/closure/src/SelfReference.php',
    'Opis\\Closure\\SerializableClosure' => $vendorDir . '/opis/closure/src/SerializableClosure.php',
    'PhpOption\\LazyOption' => $vendorDir . '/phpoption/phpoption/src/PhpOption/LazyOption.php',
    'PhpOption\\None' => $vendorDir . '/phpoption/phpoption/src/PhpOption/None.php',
    'PhpOption\\Option' => $vendorDir . '/phpoption/phpoption/src/PhpOption/Option.php',
    'PhpOption\\Some' => $vendorDir . '/phpoption/phpoption/src/PhpOption/Some.php',
    'PhpParser\\Builder' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Builder.php',
    'PhpParser\\BuilderFactory' => $vendorDir . '/nikic/php-parser/lib/PhpParser/BuilderFactory.php',
    'PhpParser\\BuilderHelpers' => $vendorDir . '/nikic/php-parser/lib/PhpParser/BuilderHelpers.php',
    'PhpParser\\Builder\\ClassConst' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Builder/ClassConst.php',
    'PhpParser\\Builder\\Class_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Builder/Class_.php',
    'PhpParser\\Builder\\Declaration' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Builder/Declaration.php',
    'PhpParser\\Builder\\EnumCase' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Builder/EnumCase.php',
    'PhpParser\\Builder\\Enum_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Builder/Enum_.php',
    'PhpParser\\Builder\\FunctionLike' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Builder/FunctionLike.php',
    'PhpParser\\Builder\\Function_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Builder/Function_.php',
    'PhpParser\\Builder\\Interface_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Builder/Interface_.php',
    'PhpParser\\Builder\\Method' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Builder/Method.php',
    'PhpParser\\Builder\\Namespace_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Builder/Namespace_.php',
    'PhpParser\\Builder\\Param' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Builder/Param.php',
    'PhpParser\\Builder\\Property' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Builder/Property.php',
    'PhpParser\\Builder\\TraitUse' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Builder/TraitUse.php',
    'PhpParser\\Builder\\TraitUseAdaptation' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Builder/TraitUseAdaptation.php',
    'PhpParser\\Builder\\Trait_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Builder/Trait_.php',
    'PhpParser\\Builder\\Use_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Builder/Use_.php',
    'PhpParser\\Comment' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Comment.php',
    'PhpParser\\Comment\\Doc' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Comment/Doc.php',
    'PhpParser\\ConstExprEvaluationException' => $vendorDir . '/nikic/php-parser/lib/PhpParser/ConstExprEvaluationException.php',
    'PhpParser\\ConstExprEvaluator' => $vendorDir . '/nikic/php-parser/lib/PhpParser/ConstExprEvaluator.php',
    'PhpParser\\Error' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Error.php',
    'PhpParser\\ErrorHandler' => $vendorDir . '/nikic/php-parser/lib/PhpParser/ErrorHandler.php',
    'PhpParser\\ErrorHandler\\Collecting' => $vendorDir . '/nikic/php-parser/lib/PhpParser/ErrorHandler/Collecting.php',
    'PhpParser\\ErrorHandler\\Throwing' => $vendorDir . '/nikic/php-parser/lib/PhpParser/ErrorHandler/Throwing.php',
    'PhpParser\\Internal\\DiffElem' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Internal/DiffElem.php',
    'PhpParser\\Internal\\Differ' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Internal/Differ.php',
    'PhpParser\\Internal\\PrintableNewAnonClassNode' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Internal/PrintableNewAnonClassNode.php',
    'PhpParser\\Internal\\TokenStream' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Internal/TokenStream.php',
    'PhpParser\\JsonDecoder' => $vendorDir . '/nikic/php-parser/lib/PhpParser/JsonDecoder.php',
    'PhpParser\\Lexer' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Lexer.php',
    'PhpParser\\Lexer\\Emulative' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Lexer/Emulative.php',
    'PhpParser\\Lexer\\TokenEmulator\\AttributeEmulator' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/AttributeEmulator.php',
    'PhpParser\\Lexer\\TokenEmulator\\CoaleseEqualTokenEmulator' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/CoaleseEqualTokenEmulator.php',
    'PhpParser\\Lexer\\TokenEmulator\\EnumTokenEmulator' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/EnumTokenEmulator.php',
    'PhpParser\\Lexer\\TokenEmulator\\ExplicitOctalEmulator' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ExplicitOctalEmulator.php',
    'PhpParser\\Lexer\\TokenEmulator\\FlexibleDocStringEmulator' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/FlexibleDocStringEmulator.php',
    'PhpParser\\Lexer\\TokenEmulator\\FnTokenEmulator' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/FnTokenEmulator.php',
    'PhpParser\\Lexer\\TokenEmulator\\KeywordEmulator' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/KeywordEmulator.php',
    'PhpParser\\Lexer\\TokenEmulator\\MatchTokenEmulator' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/MatchTokenEmulator.php',
    'PhpParser\\Lexer\\TokenEmulator\\NullsafeTokenEmulator' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/NullsafeTokenEmulator.php',
    'PhpParser\\Lexer\\TokenEmulator\\NumericLiteralSeparatorEmulator' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/NumericLiteralSeparatorEmulator.php',
    'PhpParser\\Lexer\\TokenEmulator\\ReadonlyFunctionTokenEmulator' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ReadonlyFunctionTokenEmulator.php',
    'PhpParser\\Lexer\\TokenEmulator\\ReadonlyTokenEmulator' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ReadonlyTokenEmulator.php',
    'PhpParser\\Lexer\\TokenEmulator\\ReverseEmulator' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ReverseEmulator.php',
    'PhpParser\\Lexer\\TokenEmulator\\TokenEmulator' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/TokenEmulator.php',
    'PhpParser\\NameContext' => $vendorDir . '/nikic/php-parser/lib/PhpParser/NameContext.php',
    'PhpParser\\Node' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node.php',
    'PhpParser\\NodeAbstract' => $vendorDir . '/nikic/php-parser/lib/PhpParser/NodeAbstract.php',
    'PhpParser\\NodeDumper' => $vendorDir . '/nikic/php-parser/lib/PhpParser/NodeDumper.php',
    'PhpParser\\NodeFinder' => $vendorDir . '/nikic/php-parser/lib/PhpParser/NodeFinder.php',
    'PhpParser\\NodeTraverser' => $vendorDir . '/nikic/php-parser/lib/PhpParser/NodeTraverser.php',
    'PhpParser\\NodeTraverserInterface' => $vendorDir . '/nikic/php-parser/lib/PhpParser/NodeTraverserInterface.php',
    'PhpParser\\NodeVisitor' => $vendorDir . '/nikic/php-parser/lib/PhpParser/NodeVisitor.php',
    'PhpParser\\NodeVisitorAbstract' => $vendorDir . '/nikic/php-parser/lib/PhpParser/NodeVisitorAbstract.php',
    'PhpParser\\NodeVisitor\\CloningVisitor' => $vendorDir . '/nikic/php-parser/lib/PhpParser/NodeVisitor/CloningVisitor.php',
    'PhpParser\\NodeVisitor\\FindingVisitor' => $vendorDir . '/nikic/php-parser/lib/PhpParser/NodeVisitor/FindingVisitor.php',
    'PhpParser\\NodeVisitor\\FirstFindingVisitor' => $vendorDir . '/nikic/php-parser/lib/PhpParser/NodeVisitor/FirstFindingVisitor.php',
    'PhpParser\\NodeVisitor\\NameResolver' => $vendorDir . '/nikic/php-parser/lib/PhpParser/NodeVisitor/NameResolver.php',
    'PhpParser\\NodeVisitor\\NodeConnectingVisitor' => $vendorDir . '/nikic/php-parser/lib/PhpParser/NodeVisitor/NodeConnectingVisitor.php',
    'PhpParser\\NodeVisitor\\ParentConnectingVisitor' => $vendorDir . '/nikic/php-parser/lib/PhpParser/NodeVisitor/ParentConnectingVisitor.php',
    'PhpParser\\Node\\Arg' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Arg.php',
    'PhpParser\\Node\\Attribute' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Attribute.php',
    'PhpParser\\Node\\AttributeGroup' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/AttributeGroup.php',
    'PhpParser\\Node\\ComplexType' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/ComplexType.php',
    'PhpParser\\Node\\Const_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Const_.php',
    'PhpParser\\Node\\Expr' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr.php',
    'PhpParser\\Node\\Expr\\ArrayDimFetch' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/ArrayDimFetch.php',
    'PhpParser\\Node\\Expr\\ArrayItem' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/ArrayItem.php',
    'PhpParser\\Node\\Expr\\Array_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/Array_.php',
    'PhpParser\\Node\\Expr\\ArrowFunction' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/ArrowFunction.php',
    'PhpParser\\Node\\Expr\\Assign' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/Assign.php',
    'PhpParser\\Node\\Expr\\AssignOp' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp.php',
    'PhpParser\\Node\\Expr\\AssignOp\\BitwiseAnd' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseAnd.php',
    'PhpParser\\Node\\Expr\\AssignOp\\BitwiseOr' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseOr.php',
    'PhpParser\\Node\\Expr\\AssignOp\\BitwiseXor' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseXor.php',
    'PhpParser\\Node\\Expr\\AssignOp\\Coalesce' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Coalesce.php',
    'PhpParser\\Node\\Expr\\AssignOp\\Concat' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Concat.php',
    'PhpParser\\Node\\Expr\\AssignOp\\Div' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Div.php',
    'PhpParser\\Node\\Expr\\AssignOp\\Minus' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Minus.php',
    'PhpParser\\Node\\Expr\\AssignOp\\Mod' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Mod.php',
    'PhpParser\\Node\\Expr\\AssignOp\\Mul' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Mul.php',
    'PhpParser\\Node\\Expr\\AssignOp\\Plus' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Plus.php',
    'PhpParser\\Node\\Expr\\AssignOp\\Pow' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Pow.php',
    'PhpParser\\Node\\Expr\\AssignOp\\ShiftLeft' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/ShiftLeft.php',
    'PhpParser\\Node\\Expr\\AssignOp\\ShiftRight' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/ShiftRight.php',
    'PhpParser\\Node\\Expr\\AssignRef' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/AssignRef.php',
    'PhpParser\\Node\\Expr\\BinaryOp' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp.php',
    'PhpParser\\Node\\Expr\\BinaryOp\\BitwiseAnd' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseAnd.php',
    'PhpParser\\Node\\Expr\\BinaryOp\\BitwiseOr' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseOr.php',
    'PhpParser\\Node\\Expr\\BinaryOp\\BitwiseXor' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseXor.php',
    'PhpParser\\Node\\Expr\\BinaryOp\\BooleanAnd' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BooleanAnd.php',
    'PhpParser\\Node\\Expr\\BinaryOp\\BooleanOr' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BooleanOr.php',
    'PhpParser\\Node\\Expr\\BinaryOp\\Coalesce' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Coalesce.php',
    'PhpParser\\Node\\Expr\\BinaryOp\\Concat' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Concat.php',
    'PhpParser\\Node\\Expr\\BinaryOp\\Div' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Div.php',
    'PhpParser\\Node\\Expr\\BinaryOp\\Equal' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Equal.php',
    'PhpParser\\Node\\Expr\\BinaryOp\\Greater' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Greater.php',
    'PhpParser\\Node\\Expr\\BinaryOp\\GreaterOrEqual' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/GreaterOrEqual.php',
    'PhpParser\\Node\\Expr\\BinaryOp\\Identical' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Identical.php',
    'PhpParser\\Node\\Expr\\BinaryOp\\LogicalAnd' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalAnd.php',
    'PhpParser\\Node\\Expr\\BinaryOp\\LogicalOr' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalOr.php',
    'PhpParser\\Node\\Expr\\BinaryOp\\LogicalXor' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalXor.php',
    'PhpParser\\Node\\Expr\\BinaryOp\\Minus' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Minus.php',
    'PhpParser\\Node\\Expr\\BinaryOp\\Mod' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Mod.php',
    'PhpParser\\Node\\Expr\\BinaryOp\\Mul' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Mul.php',
    'PhpParser\\Node\\Expr\\BinaryOp\\NotEqual' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/NotEqual.php',
    'PhpParser\\Node\\Expr\\BinaryOp\\NotIdentical' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/NotIdentical.php',
    'PhpParser\\Node\\Expr\\BinaryOp\\Plus' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Plus.php',
    'PhpParser\\Node\\Expr\\BinaryOp\\Pow' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Pow.php',
    'PhpParser\\Node\\Expr\\BinaryOp\\ShiftLeft' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/ShiftLeft.php',
    'PhpParser\\Node\\Expr\\BinaryOp\\ShiftRight' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/ShiftRight.php',
    'PhpParser\\Node\\Expr\\BinaryOp\\Smaller' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Smaller.php',
    'PhpParser\\Node\\Expr\\BinaryOp\\SmallerOrEqual' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/SmallerOrEqual.php',
    'PhpParser\\Node\\Expr\\BinaryOp\\Spaceship' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Spaceship.php',
    'PhpParser\\Node\\Expr\\BitwiseNot' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/BitwiseNot.php',
    'PhpParser\\Node\\Expr\\BooleanNot' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/BooleanNot.php',
    'PhpParser\\Node\\Expr\\CallLike' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/CallLike.php',
    'PhpParser\\Node\\Expr\\Cast' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/Cast.php',
    'PhpParser\\Node\\Expr\\Cast\\Array_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Array_.php',
    'PhpParser\\Node\\Expr\\Cast\\Bool_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Bool_.php',
    'PhpParser\\Node\\Expr\\Cast\\Double' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Double.php',
    'PhpParser\\Node\\Expr\\Cast\\Int_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Int_.php',
    'PhpParser\\Node\\Expr\\Cast\\Object_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Object_.php',
    'PhpParser\\Node\\Expr\\Cast\\String_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/String_.php',
    'PhpParser\\Node\\Expr\\Cast\\Unset_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Unset_.php',
    'PhpParser\\Node\\Expr\\ClassConstFetch' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/ClassConstFetch.php',
    'PhpParser\\Node\\Expr\\Clone_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/Clone_.php',
    'PhpParser\\Node\\Expr\\Closure' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/Closure.php',
    'PhpParser\\Node\\Expr\\ClosureUse' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/ClosureUse.php',
    'PhpParser\\Node\\Expr\\ConstFetch' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/ConstFetch.php',
    'PhpParser\\Node\\Expr\\Empty_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/Empty_.php',
    'PhpParser\\Node\\Expr\\Error' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/Error.php',
    'PhpParser\\Node\\Expr\\ErrorSuppress' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/ErrorSuppress.php',
    'PhpParser\\Node\\Expr\\Eval_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/Eval_.php',
    'PhpParser\\Node\\Expr\\Exit_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/Exit_.php',
    'PhpParser\\Node\\Expr\\FuncCall' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/FuncCall.php',
    'PhpParser\\Node\\Expr\\Include_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/Include_.php',
    'PhpParser\\Node\\Expr\\Instanceof_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/Instanceof_.php',
    'PhpParser\\Node\\Expr\\Isset_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/Isset_.php',
    'PhpParser\\Node\\Expr\\List_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/List_.php',
    'PhpParser\\Node\\Expr\\Match_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/Match_.php',
    'PhpParser\\Node\\Expr\\MethodCall' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/MethodCall.php',
    'PhpParser\\Node\\Expr\\New_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/New_.php',
    'PhpParser\\Node\\Expr\\NullsafeMethodCall' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/NullsafeMethodCall.php',
    'PhpParser\\Node\\Expr\\NullsafePropertyFetch' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/NullsafePropertyFetch.php',
    'PhpParser\\Node\\Expr\\PostDec' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/PostDec.php',
    'PhpParser\\Node\\Expr\\PostInc' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/PostInc.php',
    'PhpParser\\Node\\Expr\\PreDec' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/PreDec.php',
    'PhpParser\\Node\\Expr\\PreInc' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/PreInc.php',
    'PhpParser\\Node\\Expr\\Print_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/Print_.php',
    'PhpParser\\Node\\Expr\\PropertyFetch' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/PropertyFetch.php',
    'PhpParser\\Node\\Expr\\ShellExec' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/ShellExec.php',
    'PhpParser\\Node\\Expr\\StaticCall' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/StaticCall.php',
    'PhpParser\\Node\\Expr\\StaticPropertyFetch' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/StaticPropertyFetch.php',
    'PhpParser\\Node\\Expr\\Ternary' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/Ternary.php',
    'PhpParser\\Node\\Expr\\Throw_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/Throw_.php',
    'PhpParser\\Node\\Expr\\UnaryMinus' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/UnaryMinus.php',
    'PhpParser\\Node\\Expr\\UnaryPlus' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/UnaryPlus.php',
    'PhpParser\\Node\\Expr\\Variable' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/Variable.php',
    'PhpParser\\Node\\Expr\\YieldFrom' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/YieldFrom.php',
    'PhpParser\\Node\\Expr\\Yield_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Expr/Yield_.php',
    'PhpParser\\Node\\FunctionLike' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/FunctionLike.php',
    'PhpParser\\Node\\Identifier' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Identifier.php',
    'PhpParser\\Node\\IntersectionType' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/IntersectionType.php',
    'PhpParser\\Node\\MatchArm' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/MatchArm.php',
    'PhpParser\\Node\\Name' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Name.php',
    'PhpParser\\Node\\Name\\FullyQualified' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Name/FullyQualified.php',
    'PhpParser\\Node\\Name\\Relative' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Name/Relative.php',
    'PhpParser\\Node\\NullableType' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/NullableType.php',
    'PhpParser\\Node\\Param' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Param.php',
    'PhpParser\\Node\\Scalar' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Scalar.php',
    'PhpParser\\Node\\Scalar\\DNumber' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Scalar/DNumber.php',
    'PhpParser\\Node\\Scalar\\Encapsed' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Scalar/Encapsed.php',
    'PhpParser\\Node\\Scalar\\EncapsedStringPart' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Scalar/EncapsedStringPart.php',
    'PhpParser\\Node\\Scalar\\LNumber' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Scalar/LNumber.php',
    'PhpParser\\Node\\Scalar\\MagicConst' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst.php',
    'PhpParser\\Node\\Scalar\\MagicConst\\Class_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Class_.php',
    'PhpParser\\Node\\Scalar\\MagicConst\\Dir' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Dir.php',
    'PhpParser\\Node\\Scalar\\MagicConst\\File' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/File.php',
    'PhpParser\\Node\\Scalar\\MagicConst\\Function_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Function_.php',
    'PhpParser\\Node\\Scalar\\MagicConst\\Line' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Line.php',
    'PhpParser\\Node\\Scalar\\MagicConst\\Method' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Method.php',
    'PhpParser\\Node\\Scalar\\MagicConst\\Namespace_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Namespace_.php',
    'PhpParser\\Node\\Scalar\\MagicConst\\Trait_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Trait_.php',
    'PhpParser\\Node\\Scalar\\String_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Scalar/String_.php',
    'PhpParser\\Node\\Stmt' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Stmt.php',
    'PhpParser\\Node\\Stmt\\Break_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Stmt/Break_.php',
    'PhpParser\\Node\\Stmt\\Case_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Stmt/Case_.php',
    'PhpParser\\Node\\Stmt\\Catch_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Stmt/Catch_.php',
    'PhpParser\\Node\\Stmt\\ClassConst' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassConst.php',
    'PhpParser\\Node\\Stmt\\ClassLike' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassLike.php',
    'PhpParser\\Node\\Stmt\\ClassMethod' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassMethod.php',
    'PhpParser\\Node\\Stmt\\Class_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Stmt/Class_.php',
    'PhpParser\\Node\\Stmt\\Const_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Stmt/Const_.php',
    'PhpParser\\Node\\Stmt\\Continue_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Stmt/Continue_.php',
    'PhpParser\\Node\\Stmt\\DeclareDeclare' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Stmt/DeclareDeclare.php',
    'PhpParser\\Node\\Stmt\\Declare_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Stmt/Declare_.php',
    'PhpParser\\Node\\Stmt\\Do_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Stmt/Do_.php',
    'PhpParser\\Node\\Stmt\\Echo_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Stmt/Echo_.php',
    'PhpParser\\Node\\Stmt\\ElseIf_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Stmt/ElseIf_.php',
    'PhpParser\\Node\\Stmt\\Else_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Stmt/Else_.php',
    'PhpParser\\Node\\Stmt\\EnumCase' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Stmt/EnumCase.php',
    'PhpParser\\Node\\Stmt\\Enum_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Stmt/Enum_.php',
    'PhpParser\\Node\\Stmt\\Expression' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Stmt/Expression.php',
    'PhpParser\\Node\\Stmt\\Finally_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Stmt/Finally_.php',
    'PhpParser\\Node\\Stmt\\For_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Stmt/For_.php',
    'PhpParser\\Node\\Stmt\\Foreach_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Stmt/Foreach_.php',
    'PhpParser\\Node\\Stmt\\Function_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Stmt/Function_.php',
    'PhpParser\\Node\\Stmt\\Global_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Stmt/Global_.php',
    'PhpParser\\Node\\Stmt\\Goto_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Stmt/Goto_.php',
    'PhpParser\\Node\\Stmt\\GroupUse' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Stmt/GroupUse.php',
    'PhpParser\\Node\\Stmt\\HaltCompiler' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Stmt/HaltCompiler.php',
    'PhpParser\\Node\\Stmt\\If_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Stmt/If_.php',
    'PhpParser\\Node\\Stmt\\InlineHTML' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Stmt/InlineHTML.php',
    'PhpParser\\Node\\Stmt\\Interface_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Stmt/Interface_.php',
    'PhpParser\\Node\\Stmt\\Label' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Stmt/Label.php',
    'PhpParser\\Node\\Stmt\\Namespace_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Stmt/Namespace_.php',
    'PhpParser\\Node\\Stmt\\Nop' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Stmt/Nop.php',
    'PhpParser\\Node\\Stmt\\Property' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Stmt/Property.php',
    'PhpParser\\Node\\Stmt\\PropertyProperty' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Stmt/PropertyProperty.php',
    'PhpParser\\Node\\Stmt\\Return_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Stmt/Return_.php',
    'PhpParser\\Node\\Stmt\\StaticVar' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Stmt/StaticVar.php',
    'PhpParser\\Node\\Stmt\\Static_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Stmt/Static_.php',
    'PhpParser\\Node\\Stmt\\Switch_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Stmt/Switch_.php',
    'PhpParser\\Node\\Stmt\\Throw_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Stmt/Throw_.php',
    'PhpParser\\Node\\Stmt\\TraitUse' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUse.php',
    'PhpParser\\Node\\Stmt\\TraitUseAdaptation' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation.php',
    'PhpParser\\Node\\Stmt\\TraitUseAdaptation\\Alias' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation/Alias.php',
    'PhpParser\\Node\\Stmt\\TraitUseAdaptation\\Precedence' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation/Precedence.php',
    'PhpParser\\Node\\Stmt\\Trait_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Stmt/Trait_.php',
    'PhpParser\\Node\\Stmt\\TryCatch' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Stmt/TryCatch.php',
    'PhpParser\\Node\\Stmt\\Unset_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Stmt/Unset_.php',
    'PhpParser\\Node\\Stmt\\UseUse' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Stmt/UseUse.php',
    'PhpParser\\Node\\Stmt\\Use_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Stmt/Use_.php',
    'PhpParser\\Node\\Stmt\\While_' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/Stmt/While_.php',
    'PhpParser\\Node\\UnionType' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/UnionType.php',
    'PhpParser\\Node\\VarLikeIdentifier' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/VarLikeIdentifier.php',
    'PhpParser\\Node\\VariadicPlaceholder' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Node/VariadicPlaceholder.php',
    'PhpParser\\Parser' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Parser.php',
    'PhpParser\\ParserAbstract' => $vendorDir . '/nikic/php-parser/lib/PhpParser/ParserAbstract.php',
    'PhpParser\\ParserFactory' => $vendorDir . '/nikic/php-parser/lib/PhpParser/ParserFactory.php',
    'PhpParser\\Parser\\Multiple' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Parser/Multiple.php',
    'PhpParser\\Parser\\Php5' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Parser/Php5.php',
    'PhpParser\\Parser\\Php7' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Parser/Php7.php',
    'PhpParser\\Parser\\Tokens' => $vendorDir . '/nikic/php-parser/lib/PhpParser/Parser/Tokens.php',
    'PhpParser\\PrettyPrinterAbstract' => $vendorDir . '/nikic/php-parser/lib/PhpParser/PrettyPrinterAbstract.php',
    'PhpParser\\PrettyPrinter\\Standard' => $vendorDir . '/nikic/php-parser/lib/PhpParser/PrettyPrinter/Standard.php',
    'PhpToken' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php',
    'Psr\\Cache\\CacheException' => $vendorDir . '/psr/cache/src/CacheException.php',
    'Psr\\Cache\\CacheItemInterface' => $vendorDir . '/psr/cache/src/CacheItemInterface.php',
    'Psr\\Cache\\CacheItemPoolInterface' => $vendorDir . '/psr/cache/src/CacheItemPoolInterface.php',
    'Psr\\Cache\\InvalidArgumentException' => $vendorDir . '/psr/cache/src/InvalidArgumentException.php',
    'Psr\\Clock\\ClockInterface' => $vendorDir . '/psr/clock/src/ClockInterface.php',
    'Psr\\Container\\ContainerExceptionInterface' => $vendorDir . '/psr/container/src/ContainerExceptionInterface.php',
    'Psr\\Container\\ContainerInterface' => $vendorDir . '/psr/container/src/ContainerInterface.php',
    'Psr\\Container\\NotFoundExceptionInterface' => $vendorDir . '/psr/container/src/NotFoundExceptionInterface.php',
    'Psr\\EventDispatcher\\EventDispatcherInterface' => $vendorDir . '/psr/event-dispatcher/src/EventDispatcherInterface.php',
    'Psr\\EventDispatcher\\ListenerProviderInterface' => $vendorDir . '/psr/event-dispatcher/src/ListenerProviderInterface.php',
    'Psr\\EventDispatcher\\StoppableEventInterface' => $vendorDir . '/psr/event-dispatcher/src/StoppableEventInterface.php',
    'Psr\\Http\\Client\\ClientExceptionInterface' => $vendorDir . '/psr/http-client/src/ClientExceptionInterface.php',
    'Psr\\Http\\Client\\ClientInterface' => $vendorDir . '/psr/http-client/src/ClientInterface.php',
    'Psr\\Http\\Client\\NetworkExceptionInterface' => $vendorDir . '/psr/http-client/src/NetworkExceptionInterface.php',
    'Psr\\Http\\Client\\RequestExceptionInterface' => $vendorDir . '/psr/http-client/src/RequestExceptionInterface.php',
    'Psr\\Http\\Message\\MessageInterface' => $vendorDir . '/psr/http-message/src/MessageInterface.php',
    'Psr\\Http\\Message\\RequestInterface' => $vendorDir . '/psr/http-message/src/RequestInterface.php',
    'Psr\\Http\\Message\\ResponseInterface' => $vendorDir . '/psr/http-message/src/ResponseInterface.php',
    'Psr\\Http\\Message\\ServerRequestInterface' => $vendorDir . '/psr/http-message/src/ServerRequestInterface.php',
    'Psr\\Http\\Message\\StreamInterface' => $vendorDir . '/psr/http-message/src/StreamInterface.php',
    'Psr\\Http\\Message\\UploadedFileInterface' => $vendorDir . '/psr/http-message/src/UploadedFileInterface.php',
    'Psr\\Http\\Message\\UriInterface' => $vendorDir . '/psr/http-message/src/UriInterface.php',
    'Psr\\Log\\AbstractLogger' => $vendorDir . '/psr/log/Psr/Log/AbstractLogger.php',
    'Psr\\Log\\InvalidArgumentException' => $vendorDir . '/psr/log/Psr/Log/InvalidArgumentException.php',
    'Psr\\Log\\LogLevel' => $vendorDir . '/psr/log/Psr/Log/LogLevel.php',
    'Psr\\Log\\LoggerAwareInterface' => $vendorDir . '/psr/log/Psr/Log/LoggerAwareInterface.php',
    'Psr\\Log\\LoggerAwareTrait' => $vendorDir . '/psr/log/Psr/Log/LoggerAwareTrait.php',
    'Psr\\Log\\LoggerInterface' => $vendorDir . '/psr/log/Psr/Log/LoggerInterface.php',
    'Psr\\Log\\LoggerTrait' => $vendorDir . '/psr/log/Psr/Log/LoggerTrait.php',
    'Psr\\Log\\NullLogger' => $vendorDir . '/psr/log/Psr/Log/NullLogger.php',
    'Psr\\Log\\Test\\DummyTest' => $vendorDir . '/psr/log/Psr/Log/Test/DummyTest.php',
    'Psr\\Log\\Test\\LoggerInterfaceTest' => $vendorDir . '/psr/log/Psr/Log/Test/LoggerInterfaceTest.php',
    'Psr\\Log\\Test\\TestLogger' => $vendorDir . '/psr/log/Psr/Log/Test/TestLogger.php',
    'Psr\\SimpleCache\\CacheException' => $vendorDir . '/psr/simple-cache/src/CacheException.php',
    'Psr\\SimpleCache\\CacheInterface' => $vendorDir . '/psr/simple-cache/src/CacheInterface.php',
    'Psr\\SimpleCache\\InvalidArgumentException' => $vendorDir . '/psr/simple-cache/src/InvalidArgumentException.php',
    'Psy\\CodeCleaner' => $vendorDir . '/psy/psysh/src/CodeCleaner.php',
    'Psy\\CodeCleaner\\AbstractClassPass' => $vendorDir . '/psy/psysh/src/CodeCleaner/AbstractClassPass.php',
    'Psy\\CodeCleaner\\AssignThisVariablePass' => $vendorDir . '/psy/psysh/src/CodeCleaner/AssignThisVariablePass.php',
    'Psy\\CodeCleaner\\CallTimePassByReferencePass' => $vendorDir . '/psy/psysh/src/CodeCleaner/CallTimePassByReferencePass.php',
    'Psy\\CodeCleaner\\CalledClassPass' => $vendorDir . '/psy/psysh/src/CodeCleaner/CalledClassPass.php',
    'Psy\\CodeCleaner\\CodeCleanerPass' => $vendorDir . '/psy/psysh/src/CodeCleaner/CodeCleanerPass.php',
    'Psy\\CodeCleaner\\EmptyArrayDimFetchPass' => $vendorDir . '/psy/psysh/src/CodeCleaner/EmptyArrayDimFetchPass.php',
    'Psy\\CodeCleaner\\ExitPass' => $vendorDir . '/psy/psysh/src/CodeCleaner/ExitPass.php',
    'Psy\\CodeCleaner\\FinalClassPass' => $vendorDir . '/psy/psysh/src/CodeCleaner/FinalClassPass.php',
    'Psy\\CodeCleaner\\FunctionContextPass' => $vendorDir . '/psy/psysh/src/CodeCleaner/FunctionContextPass.php',
    'Psy\\CodeCleaner\\FunctionReturnInWriteContextPass' => $vendorDir . '/psy/psysh/src/CodeCleaner/FunctionReturnInWriteContextPass.php',
    'Psy\\CodeCleaner\\ImplicitReturnPass' => $vendorDir . '/psy/psysh/src/CodeCleaner/ImplicitReturnPass.php',
    'Psy\\CodeCleaner\\InstanceOfPass' => $vendorDir . '/psy/psysh/src/CodeCleaner/InstanceOfPass.php',
    'Psy\\CodeCleaner\\IssetPass' => $vendorDir . '/psy/psysh/src/CodeCleaner/IssetPass.php',
    'Psy\\CodeCleaner\\LabelContextPass' => $vendorDir . '/psy/psysh/src/CodeCleaner/LabelContextPass.php',
    'Psy\\CodeCleaner\\LeavePsyshAlonePass' => $vendorDir . '/psy/psysh/src/CodeCleaner/LeavePsyshAlonePass.php',
    'Psy\\CodeCleaner\\ListPass' => $vendorDir . '/psy/psysh/src/CodeCleaner/ListPass.php',
    'Psy\\CodeCleaner\\LoopContextPass' => $vendorDir . '/psy/psysh/src/CodeCleaner/LoopContextPass.php',
    'Psy\\CodeCleaner\\MagicConstantsPass' => $vendorDir . '/psy/psysh/src/CodeCleaner/MagicConstantsPass.php',
    'Psy\\CodeCleaner\\NamespaceAwarePass' => $vendorDir . '/psy/psysh/src/CodeCleaner/NamespaceAwarePass.php',
    'Psy\\CodeCleaner\\NamespacePass' => $vendorDir . '/psy/psysh/src/CodeCleaner/NamespacePass.php',
    'Psy\\CodeCleaner\\NoReturnValue' => $vendorDir . '/psy/psysh/src/CodeCleaner/NoReturnValue.php',
    'Psy\\CodeCleaner\\PassableByReferencePass' => $vendorDir . '/psy/psysh/src/CodeCleaner/PassableByReferencePass.php',
    'Psy\\CodeCleaner\\RequirePass' => $vendorDir . '/psy/psysh/src/CodeCleaner/RequirePass.php',
    'Psy\\CodeCleaner\\ReturnTypePass' => $vendorDir . '/psy/psysh/src/CodeCleaner/ReturnTypePass.php',
    'Psy\\CodeCleaner\\StrictTypesPass' => $vendorDir . '/psy/psysh/src/CodeCleaner/StrictTypesPass.php',
    'Psy\\CodeCleaner\\UseStatementPass' => $vendorDir . '/psy/psysh/src/CodeCleaner/UseStatementPass.php',
    'Psy\\CodeCleaner\\ValidClassNamePass' => $vendorDir . '/psy/psysh/src/CodeCleaner/ValidClassNamePass.php',
    'Psy\\CodeCleaner\\ValidConstructorPass' => $vendorDir . '/psy/psysh/src/CodeCleaner/ValidConstructorPass.php',
    'Psy\\CodeCleaner\\ValidFunctionNamePass' => $vendorDir . '/psy/psysh/src/CodeCleaner/ValidFunctionNamePass.php',
    'Psy\\Command\\BufferCommand' => $vendorDir . '/psy/psysh/src/Command/BufferCommand.php',
    'Psy\\Command\\ClearCommand' => $vendorDir . '/psy/psysh/src/Command/ClearCommand.php',
    'Psy\\Command\\CodeArgumentParser' => $vendorDir . '/psy/psysh/src/Command/CodeArgumentParser.php',
    'Psy\\Command\\Command' => $vendorDir . '/psy/psysh/src/Command/Command.php',
    'Psy\\Command\\DocCommand' => $vendorDir . '/psy/psysh/src/Command/DocCommand.php',
    'Psy\\Command\\DumpCommand' => $vendorDir . '/psy/psysh/src/Command/DumpCommand.php',
    'Psy\\Command\\EditCommand' => $vendorDir . '/psy/psysh/src/Command/EditCommand.php',
    'Psy\\Command\\ExitCommand' => $vendorDir . '/psy/psysh/src/Command/ExitCommand.php',
    'Psy\\Command\\HelpCommand' => $vendorDir . '/psy/psysh/src/Command/HelpCommand.php',
    'Psy\\Command\\HistoryCommand' => $vendorDir . '/psy/psysh/src/Command/HistoryCommand.php',
    'Psy\\Command\\ListCommand' => $vendorDir . '/psy/psysh/src/Command/ListCommand.php',
    'Psy\\Command\\ListCommand\\ClassConstantEnumerator' => $vendorDir . '/psy/psysh/src/Command/ListCommand/ClassConstantEnumerator.php',
    'Psy\\Command\\ListCommand\\ClassEnumerator' => $vendorDir . '/psy/psysh/src/Command/ListCommand/ClassEnumerator.php',
    'Psy\\Command\\ListCommand\\ConstantEnumerator' => $vendorDir . '/psy/psysh/src/Command/ListCommand/ConstantEnumerator.php',
    'Psy\\Command\\ListCommand\\Enumerator' => $vendorDir . '/psy/psysh/src/Command/ListCommand/Enumerator.php',
    'Psy\\Command\\ListCommand\\FunctionEnumerator' => $vendorDir . '/psy/psysh/src/Command/ListCommand/FunctionEnumerator.php',
    'Psy\\Command\\ListCommand\\GlobalVariableEnumerator' => $vendorDir . '/psy/psysh/src/Command/ListCommand/GlobalVariableEnumerator.php',
    'Psy\\Command\\ListCommand\\MethodEnumerator' => $vendorDir . '/psy/psysh/src/Command/ListCommand/MethodEnumerator.php',
    'Psy\\Command\\ListCommand\\PropertyEnumerator' => $vendorDir . '/psy/psysh/src/Command/ListCommand/PropertyEnumerator.php',
    'Psy\\Command\\ListCommand\\VariableEnumerator' => $vendorDir . '/psy/psysh/src/Command/ListCommand/VariableEnumerator.php',
    'Psy\\Command\\ParseCommand' => $vendorDir . '/psy/psysh/src/Command/ParseCommand.php',
    'Psy\\Command\\PsyVersionCommand' => $vendorDir . '/psy/psysh/src/Command/PsyVersionCommand.php',
    'Psy\\Command\\ReflectingCommand' => $vendorDir . '/psy/psysh/src/Command/ReflectingCommand.php',
    'Psy\\Command\\ShowCommand' => $vendorDir . '/psy/psysh/src/Command/ShowCommand.php',
    'Psy\\Command\\SudoCommand' => $vendorDir . '/psy/psysh/src/Command/SudoCommand.php',
    'Psy\\Command\\ThrowUpCommand' => $vendorDir . '/psy/psysh/src/Command/ThrowUpCommand.php',
    'Psy\\Command\\TimeitCommand' => $vendorDir . '/psy/psysh/src/Command/TimeitCommand.php',
    'Psy\\Command\\TimeitCommand\\TimeitVisitor' => $vendorDir . '/psy/psysh/src/Command/TimeitCommand/TimeitVisitor.php',
    'Psy\\Command\\TraceCommand' => $vendorDir . '/psy/psysh/src/Command/TraceCommand.php',
    'Psy\\Command\\WhereamiCommand' => $vendorDir . '/psy/psysh/src/Command/WhereamiCommand.php',
    'Psy\\Command\\WtfCommand' => $vendorDir . '/psy/psysh/src/Command/WtfCommand.php',
    'Psy\\ConfigPaths' => $vendorDir . '/psy/psysh/src/ConfigPaths.php',
    'Psy\\Configuration' => $vendorDir . '/psy/psysh/src/Configuration.php',
    'Psy\\Context' => $vendorDir . '/psy/psysh/src/Context.php',
    'Psy\\ContextAware' => $vendorDir . '/psy/psysh/src/ContextAware.php',
    'Psy\\EnvInterface' => $vendorDir . '/psy/psysh/src/EnvInterface.php',
    'Psy\\Exception\\BreakException' => $vendorDir . '/psy/psysh/src/Exception/BreakException.php',
    'Psy\\Exception\\DeprecatedException' => $vendorDir . '/psy/psysh/src/Exception/DeprecatedException.php',
    'Psy\\Exception\\ErrorException' => $vendorDir . '/psy/psysh/src/Exception/ErrorException.php',
    'Psy\\Exception\\Exception' => $vendorDir . '/psy/psysh/src/Exception/Exception.php',
    'Psy\\Exception\\FatalErrorException' => $vendorDir . '/psy/psysh/src/Exception/FatalErrorException.php',
    'Psy\\Exception\\ParseErrorException' => $vendorDir . '/psy/psysh/src/Exception/ParseErrorException.php',
    'Psy\\Exception\\RuntimeException' => $vendorDir . '/psy/psysh/src/Exception/RuntimeException.php',
    'Psy\\Exception\\ThrowUpException' => $vendorDir . '/psy/psysh/src/Exception/ThrowUpException.php',
    'Psy\\Exception\\TypeErrorException' => $vendorDir . '/psy/psysh/src/Exception/TypeErrorException.php',
    'Psy\\Exception\\UnexpectedTargetException' => $vendorDir . '/psy/psysh/src/Exception/UnexpectedTargetException.php',
    'Psy\\ExecutionClosure' => $vendorDir . '/psy/psysh/src/ExecutionClosure.php',
    'Psy\\ExecutionLoopClosure' => $vendorDir . '/psy/psysh/src/ExecutionLoopClosure.php',
    'Psy\\ExecutionLoop\\AbstractListener' => $vendorDir . '/psy/psysh/src/ExecutionLoop/AbstractListener.php',
    'Psy\\ExecutionLoop\\Listener' => $vendorDir . '/psy/psysh/src/ExecutionLoop/Listener.php',
    'Psy\\ExecutionLoop\\ProcessForker' => $vendorDir . '/psy/psysh/src/ExecutionLoop/ProcessForker.php',
    'Psy\\ExecutionLoop\\RunkitReloader' => $vendorDir . '/psy/psysh/src/ExecutionLoop/RunkitReloader.php',
    'Psy\\Formatter\\CodeFormatter' => $vendorDir . '/psy/psysh/src/Formatter/CodeFormatter.php',
    'Psy\\Formatter\\DocblockFormatter' => $vendorDir . '/psy/psysh/src/Formatter/DocblockFormatter.php',
    'Psy\\Formatter\\Formatter' => $vendorDir . '/psy/psysh/src/Formatter/Formatter.php',
    'Psy\\Formatter\\ReflectorFormatter' => $vendorDir . '/psy/psysh/src/Formatter/ReflectorFormatter.php',
    'Psy\\Formatter\\SignatureFormatter' => $vendorDir . '/psy/psysh/src/Formatter/SignatureFormatter.php',
    'Psy\\Formatter\\TraceFormatter' => $vendorDir . '/psy/psysh/src/Formatter/TraceFormatter.php',
    'Psy\\Input\\CodeArgument' => $vendorDir . '/psy/psysh/src/Input/CodeArgument.php',
    'Psy\\Input\\FilterOptions' => $vendorDir . '/psy/psysh/src/Input/FilterOptions.php',
    'Psy\\Input\\ShellInput' => $vendorDir . '/psy/psysh/src/Input/ShellInput.php',
    'Psy\\Input\\SilentInput' => $vendorDir . '/psy/psysh/src/Input/SilentInput.php',
    'Psy\\Output\\OutputPager' => $vendorDir . '/psy/psysh/src/Output/OutputPager.php',
    'Psy\\Output\\PassthruPager' => $vendorDir . '/psy/psysh/src/Output/PassthruPager.php',
    'Psy\\Output\\ProcOutputPager' => $vendorDir . '/psy/psysh/src/Output/ProcOutputPager.php',
    'Psy\\Output\\ShellOutput' => $vendorDir . '/psy/psysh/src/Output/ShellOutput.php',
    'Psy\\Output\\Theme' => $vendorDir . '/psy/psysh/src/Output/Theme.php',
    'Psy\\ParserFactory' => $vendorDir . '/psy/psysh/src/ParserFactory.php',
    'Psy\\Readline\\GNUReadline' => $vendorDir . '/psy/psysh/src/Readline/GNUReadline.php',
    'Psy\\Readline\\HoaConsole' => $vendorDir . '/psy/psysh/src/Readline/HoaConsole.php',
    'Psy\\Readline\\Hoa\\Autocompleter' => $vendorDir . '/psy/psysh/src/Readline/Hoa/Autocompleter.php',
    'Psy\\Readline\\Hoa\\AutocompleterAggregate' => $vendorDir . '/psy/psysh/src/Readline/Hoa/AutocompleterAggregate.php',
    'Psy\\Readline\\Hoa\\AutocompleterPath' => $vendorDir . '/psy/psysh/src/Readline/Hoa/AutocompleterPath.php',
    'Psy\\Readline\\Hoa\\AutocompleterWord' => $vendorDir . '/psy/psysh/src/Readline/Hoa/AutocompleterWord.php',
    'Psy\\Readline\\Hoa\\Console' => $vendorDir . '/psy/psysh/src/Readline/Hoa/Console.php',
    'Psy\\Readline\\Hoa\\ConsoleCursor' => $vendorDir . '/psy/psysh/src/Readline/Hoa/ConsoleCursor.php',
    'Psy\\Readline\\Hoa\\ConsoleException' => $vendorDir . '/psy/psysh/src/Readline/Hoa/ConsoleException.php',
    'Psy\\Readline\\Hoa\\ConsoleInput' => $vendorDir . '/psy/psysh/src/Readline/Hoa/ConsoleInput.php',
    'Psy\\Readline\\Hoa\\ConsoleOutput' => $vendorDir . '/psy/psysh/src/Readline/Hoa/ConsoleOutput.php',
    'Psy\\Readline\\Hoa\\ConsoleProcessus' => $vendorDir . '/psy/psysh/src/Readline/Hoa/ConsoleProcessus.php',
    'Psy\\Readline\\Hoa\\ConsoleTput' => $vendorDir . '/psy/psysh/src/Readline/Hoa/ConsoleTput.php',
    'Psy\\Readline\\Hoa\\ConsoleWindow' => $vendorDir . '/psy/psysh/src/Readline/Hoa/ConsoleWindow.php',
    'Psy\\Readline\\Hoa\\Event' => $vendorDir . '/psy/psysh/src/Readline/Hoa/Event.php',
    'Psy\\Readline\\Hoa\\EventBucket' => $vendorDir . '/psy/psysh/src/Readline/Hoa/EventBucket.php',
    'Psy\\Readline\\Hoa\\EventException' => $vendorDir . '/psy/psysh/src/Readline/Hoa/EventException.php',
    'Psy\\Readline\\Hoa\\EventListenable' => $vendorDir . '/psy/psysh/src/Readline/Hoa/EventListenable.php',
    'Psy\\Readline\\Hoa\\EventListener' => $vendorDir . '/psy/psysh/src/Readline/Hoa/EventListener.php',
    'Psy\\Readline\\Hoa\\EventListens' => $vendorDir . '/psy/psysh/src/Readline/Hoa/EventListens.php',
    'Psy\\Readline\\Hoa\\EventSource' => $vendorDir . '/psy/psysh/src/Readline/Hoa/EventSource.php',
    'Psy\\Readline\\Hoa\\Exception' => $vendorDir . '/psy/psysh/src/Readline/Hoa/Exception.php',
    'Psy\\Readline\\Hoa\\ExceptionIdle' => $vendorDir . '/psy/psysh/src/Readline/Hoa/ExceptionIdle.php',
    'Psy\\Readline\\Hoa\\File' => $vendorDir . '/psy/psysh/src/Readline/Hoa/File.php',
    'Psy\\Readline\\Hoa\\FileDirectory' => $vendorDir . '/psy/psysh/src/Readline/Hoa/FileDirectory.php',
    'Psy\\Readline\\Hoa\\FileDoesNotExistException' => $vendorDir . '/psy/psysh/src/Readline/Hoa/FileDoesNotExistException.php',
    'Psy\\Readline\\Hoa\\FileException' => $vendorDir . '/psy/psysh/src/Readline/Hoa/FileException.php',
    'Psy\\Readline\\Hoa\\FileFinder' => $vendorDir . '/psy/psysh/src/Readline/Hoa/FileFinder.php',
    'Psy\\Readline\\Hoa\\FileGeneric' => $vendorDir . '/psy/psysh/src/Readline/Hoa/FileGeneric.php',
    'Psy\\Readline\\Hoa\\FileLink' => $vendorDir . '/psy/psysh/src/Readline/Hoa/FileLink.php',
    'Psy\\Readline\\Hoa\\FileLinkRead' => $vendorDir . '/psy/psysh/src/Readline/Hoa/FileLinkRead.php',
    'Psy\\Readline\\Hoa\\FileLinkReadWrite' => $vendorDir . '/psy/psysh/src/Readline/Hoa/FileLinkReadWrite.php',
    'Psy\\Readline\\Hoa\\FileRead' => $vendorDir . '/psy/psysh/src/Readline/Hoa/FileRead.php',
    'Psy\\Readline\\Hoa\\FileReadWrite' => $vendorDir . '/psy/psysh/src/Readline/Hoa/FileReadWrite.php',
    'Psy\\Readline\\Hoa\\IStream' => $vendorDir . '/psy/psysh/src/Readline/Hoa/IStream.php',
    'Psy\\Readline\\Hoa\\IteratorFileSystem' => $vendorDir . '/psy/psysh/src/Readline/Hoa/IteratorFileSystem.php',
    'Psy\\Readline\\Hoa\\IteratorRecursiveDirectory' => $vendorDir . '/psy/psysh/src/Readline/Hoa/IteratorRecursiveDirectory.php',
    'Psy\\Readline\\Hoa\\IteratorSplFileInfo' => $vendorDir . '/psy/psysh/src/Readline/Hoa/IteratorSplFileInfo.php',
    'Psy\\Readline\\Hoa\\Protocol' => $vendorDir . '/psy/psysh/src/Readline/Hoa/Protocol.php',
    'Psy\\Readline\\Hoa\\ProtocolException' => $vendorDir . '/psy/psysh/src/Readline/Hoa/ProtocolException.php',
    'Psy\\Readline\\Hoa\\ProtocolNode' => $vendorDir . '/psy/psysh/src/Readline/Hoa/ProtocolNode.php',
    'Psy\\Readline\\Hoa\\ProtocolNodeLibrary' => $vendorDir . '/psy/psysh/src/Readline/Hoa/ProtocolNodeLibrary.php',
    'Psy\\Readline\\Hoa\\ProtocolWrapper' => $vendorDir . '/psy/psysh/src/Readline/Hoa/ProtocolWrapper.php',
    'Psy\\Readline\\Hoa\\Readline' => $vendorDir . '/psy/psysh/src/Readline/Hoa/Readline.php',
    'Psy\\Readline\\Hoa\\Stream' => $vendorDir . '/psy/psysh/src/Readline/Hoa/Stream.php',
    'Psy\\Readline\\Hoa\\StreamBufferable' => $vendorDir . '/psy/psysh/src/Readline/Hoa/StreamBufferable.php',
    'Psy\\Readline\\Hoa\\StreamContext' => $vendorDir . '/psy/psysh/src/Readline/Hoa/StreamContext.php',
    'Psy\\Readline\\Hoa\\StreamException' => $vendorDir . '/psy/psysh/src/Readline/Hoa/StreamException.php',
    'Psy\\Readline\\Hoa\\StreamIn' => $vendorDir . '/psy/psysh/src/Readline/Hoa/StreamIn.php',
    'Psy\\Readline\\Hoa\\StreamLockable' => $vendorDir . '/psy/psysh/src/Readline/Hoa/StreamLockable.php',
    'Psy\\Readline\\Hoa\\StreamOut' => $vendorDir . '/psy/psysh/src/Readline/Hoa/StreamOut.php',
    'Psy\\Readline\\Hoa\\StreamPathable' => $vendorDir . '/psy/psysh/src/Readline/Hoa/StreamPathable.php',
    'Psy\\Readline\\Hoa\\StreamPointable' => $vendorDir . '/psy/psysh/src/Readline/Hoa/StreamPointable.php',
    'Psy\\Readline\\Hoa\\StreamStatable' => $vendorDir . '/psy/psysh/src/Readline/Hoa/StreamStatable.php',
    'Psy\\Readline\\Hoa\\StreamTouchable' => $vendorDir . '/psy/psysh/src/Readline/Hoa/StreamTouchable.php',
    'Psy\\Readline\\Hoa\\Ustring' => $vendorDir . '/psy/psysh/src/Readline/Hoa/Ustring.php',
    'Psy\\Readline\\Hoa\\Xcallable' => $vendorDir . '/psy/psysh/src/Readline/Hoa/Xcallable.php',
    'Psy\\Readline\\Libedit' => $vendorDir . '/psy/psysh/src/Readline/Libedit.php',
    'Psy\\Readline\\Readline' => $vendorDir . '/psy/psysh/src/Readline/Readline.php',
    'Psy\\Readline\\Transient' => $vendorDir . '/psy/psysh/src/Readline/Transient.php',
    'Psy\\Readline\\Userland' => $vendorDir . '/psy/psysh/src/Readline/Userland.php',
    'Psy\\Reflection\\ReflectionClassConstant' => $vendorDir . '/psy/psysh/src/Reflection/ReflectionClassConstant.php',
    'Psy\\Reflection\\ReflectionConstant' => $vendorDir . '/psy/psysh/src/Reflection/ReflectionConstant.php',
    'Psy\\Reflection\\ReflectionConstant_' => $vendorDir . '/psy/psysh/src/Reflection/ReflectionConstant_.php',
    'Psy\\Reflection\\ReflectionLanguageConstruct' => $vendorDir . '/psy/psysh/src/Reflection/ReflectionLanguageConstruct.php',
    'Psy\\Reflection\\ReflectionLanguageConstructParameter' => $vendorDir . '/psy/psysh/src/Reflection/ReflectionLanguageConstructParameter.php',
    'Psy\\Reflection\\ReflectionNamespace' => $vendorDir . '/psy/psysh/src/Reflection/ReflectionNamespace.php',
    'Psy\\Shell' => $vendorDir . '/psy/psysh/src/Shell.php',
    'Psy\\Sudo' => $vendorDir . '/psy/psysh/src/Sudo.php',
    'Psy\\Sudo\\SudoVisitor' => $vendorDir . '/psy/psysh/src/Sudo/SudoVisitor.php',
    'Psy\\SuperglobalsEnv' => $vendorDir . '/psy/psysh/src/SuperglobalsEnv.php',
    'Psy\\SystemEnv' => $vendorDir . '/psy/psysh/src/SystemEnv.php',
    'Psy\\TabCompletion\\AutoCompleter' => $vendorDir . '/psy/psysh/src/TabCompletion/AutoCompleter.php',
    'Psy\\TabCompletion\\Matcher\\AbstractContextAwareMatcher' => $vendorDir . '/psy/psysh/src/TabCompletion/Matcher/AbstractContextAwareMatcher.php',
    'Psy\\TabCompletion\\Matcher\\AbstractDefaultParametersMatcher' => $vendorDir . '/psy/psysh/src/TabCompletion/Matcher/AbstractDefaultParametersMatcher.php',
    'Psy\\TabCompletion\\Matcher\\AbstractMatcher' => $vendorDir . '/psy/psysh/src/TabCompletion/Matcher/AbstractMatcher.php',
    'Psy\\TabCompletion\\Matcher\\ClassAttributesMatcher' => $vendorDir . '/psy/psysh/src/TabCompletion/Matcher/ClassAttributesMatcher.php',
    'Psy\\TabCompletion\\Matcher\\ClassMethodDefaultParametersMatcher' => $vendorDir . '/psy/psysh/src/TabCompletion/Matcher/ClassMethodDefaultParametersMatcher.php',
    'Psy\\TabCompletion\\Matcher\\ClassMethodsMatcher' => $vendorDir . '/psy/psysh/src/TabCompletion/Matcher/ClassMethodsMatcher.php',
    'Psy\\TabCompletion\\Matcher\\ClassNamesMatcher' => $vendorDir . '/psy/psysh/src/TabCompletion/Matcher/ClassNamesMatcher.php',
    'Psy\\TabCompletion\\Matcher\\CommandsMatcher' => $vendorDir . '/psy/psysh/src/TabCompletion/Matcher/CommandsMatcher.php',
    'Psy\\TabCompletion\\Matcher\\ConstantsMatcher' => $vendorDir . '/psy/psysh/src/TabCompletion/Matcher/ConstantsMatcher.php',
    'Psy\\TabCompletion\\Matcher\\FunctionDefaultParametersMatcher' => $vendorDir . '/psy/psysh/src/TabCompletion/Matcher/FunctionDefaultParametersMatcher.php',
    'Psy\\TabCompletion\\Matcher\\FunctionsMatcher' => $vendorDir . '/psy/psysh/src/TabCompletion/Matcher/FunctionsMatcher.php',
    'Psy\\TabCompletion\\Matcher\\KeywordsMatcher' => $vendorDir . '/psy/psysh/src/TabCompletion/Matcher/KeywordsMatcher.php',
    'Psy\\TabCompletion\\Matcher\\MongoClientMatcher' => $vendorDir . '/psy/psysh/src/TabCompletion/Matcher/MongoClientMatcher.php',
    'Psy\\TabCompletion\\Matcher\\MongoDatabaseMatcher' => $vendorDir . '/psy/psysh/src/TabCompletion/Matcher/MongoDatabaseMatcher.php',
    'Psy\\TabCompletion\\Matcher\\ObjectAttributesMatcher' => $vendorDir . '/psy/psysh/src/TabCompletion/Matcher/ObjectAttributesMatcher.php',
    'Psy\\TabCompletion\\Matcher\\ObjectMethodDefaultParametersMatcher' => $vendorDir . '/psy/psysh/src/TabCompletion/Matcher/ObjectMethodDefaultParametersMatcher.php',
    'Psy\\TabCompletion\\Matcher\\ObjectMethodsMatcher' => $vendorDir . '/psy/psysh/src/TabCompletion/Matcher/ObjectMethodsMatcher.php',
    'Psy\\TabCompletion\\Matcher\\VariablesMatcher' => $vendorDir . '/psy/psysh/src/TabCompletion/Matcher/VariablesMatcher.php',
    'Psy\\Util\\Docblock' => $vendorDir . '/psy/psysh/src/Util/Docblock.php',
    'Psy\\Util\\Json' => $vendorDir . '/psy/psysh/src/Util/Json.php',
    'Psy\\Util\\Mirror' => $vendorDir . '/psy/psysh/src/Util/Mirror.php',
    'Psy\\Util\\Str' => $vendorDir . '/psy/psysh/src/Util/Str.php',
    'Psy\\VarDumper\\Cloner' => $vendorDir . '/psy/psysh/src/VarDumper/Cloner.php',
    'Psy\\VarDumper\\Dumper' => $vendorDir . '/psy/psysh/src/VarDumper/Dumper.php',
    'Psy\\VarDumper\\Presenter' => $vendorDir . '/psy/psysh/src/VarDumper/Presenter.php',
    'Psy\\VarDumper\\PresenterAware' => $vendorDir . '/psy/psysh/src/VarDumper/PresenterAware.php',
    'Psy\\VersionUpdater\\Checker' => $vendorDir . '/psy/psysh/src/VersionUpdater/Checker.php',
    'Psy\\VersionUpdater\\Downloader' => $vendorDir . '/psy/psysh/src/VersionUpdater/Downloader.php',
    'Psy\\VersionUpdater\\Downloader\\CurlDownloader' => $vendorDir . '/psy/psysh/src/VersionUpdater/Downloader/CurlDownloader.php',
    'Psy\\VersionUpdater\\Downloader\\Factory' => $vendorDir . '/psy/psysh/src/VersionUpdater/Downloader/Factory.php',
    'Psy\\VersionUpdater\\Downloader\\FileDownloader' => $vendorDir . '/psy/psysh/src/VersionUpdater/Downloader/FileDownloader.php',
    'Psy\\VersionUpdater\\GitHubChecker' => $vendorDir . '/psy/psysh/src/VersionUpdater/GitHubChecker.php',
    'Psy\\VersionUpdater\\Installer' => $vendorDir . '/psy/psysh/src/VersionUpdater/Installer.php',
    'Psy\\VersionUpdater\\IntervalChecker' => $vendorDir . '/psy/psysh/src/VersionUpdater/IntervalChecker.php',
    'Psy\\VersionUpdater\\NoopChecker' => $vendorDir . '/psy/psysh/src/VersionUpdater/NoopChecker.php',
    'Psy\\VersionUpdater\\SelfUpdate' => $vendorDir . '/psy/psysh/src/VersionUpdater/SelfUpdate.php',
    'Ramsey\\Collection\\AbstractArray' => $vendorDir . '/ramsey/collection/src/AbstractArray.php',
    'Ramsey\\Collection\\AbstractCollection' => $vendorDir . '/ramsey/collection/src/AbstractCollection.php',
    'Ramsey\\Collection\\AbstractSet' => $vendorDir . '/ramsey/collection/src/AbstractSet.php',
    'Ramsey\\Collection\\ArrayInterface' => $vendorDir . '/ramsey/collection/src/ArrayInterface.php',
    'Ramsey\\Collection\\Collection' => $vendorDir . '/ramsey/collection/src/Collection.php',
    'Ramsey\\Collection\\CollectionInterface' => $vendorDir . '/ramsey/collection/src/CollectionInterface.php',
    'Ramsey\\Collection\\DoubleEndedQueue' => $vendorDir . '/ramsey/collection/src/DoubleEndedQueue.php',
    'Ramsey\\Collection\\DoubleEndedQueueInterface' => $vendorDir . '/ramsey/collection/src/DoubleEndedQueueInterface.php',
    'Ramsey\\Collection\\Exception\\CollectionMismatchException' => $vendorDir . '/ramsey/collection/src/Exception/CollectionMismatchException.php',
    'Ramsey\\Collection\\Exception\\InvalidArgumentException' => $vendorDir . '/ramsey/collection/src/Exception/InvalidArgumentException.php',
    'Ramsey\\Collection\\Exception\\InvalidSortOrderException' => $vendorDir . '/ramsey/collection/src/Exception/InvalidSortOrderException.php',
    'Ramsey\\Collection\\Exception\\NoSuchElementException' => $vendorDir . '/ramsey/collection/src/Exception/NoSuchElementException.php',
    'Ramsey\\Collection\\Exception\\OutOfBoundsException' => $vendorDir . '/ramsey/collection/src/Exception/OutOfBoundsException.php',
    'Ramsey\\Collection\\Exception\\UnsupportedOperationException' => $vendorDir . '/ramsey/collection/src/Exception/UnsupportedOperationException.php',
    'Ramsey\\Collection\\Exception\\ValueExtractionException' => $vendorDir . '/ramsey/collection/src/Exception/ValueExtractionException.php',
    'Ramsey\\Collection\\GenericArray' => $vendorDir . '/ramsey/collection/src/GenericArray.php',
    'Ramsey\\Collection\\Map\\AbstractMap' => $vendorDir . '/ramsey/collection/src/Map/AbstractMap.php',
    'Ramsey\\Collection\\Map\\AbstractTypedMap' => $vendorDir . '/ramsey/collection/src/Map/AbstractTypedMap.php',
    'Ramsey\\Collection\\Map\\AssociativeArrayMap' => $vendorDir . '/ramsey/collection/src/Map/AssociativeArrayMap.php',
    'Ramsey\\Collection\\Map\\MapInterface' => $vendorDir . '/ramsey/collection/src/Map/MapInterface.php',
    'Ramsey\\Collection\\Map\\NamedParameterMap' => $vendorDir . '/ramsey/collection/src/Map/NamedParameterMap.php',
    'Ramsey\\Collection\\Map\\TypedMap' => $vendorDir . '/ramsey/collection/src/Map/TypedMap.php',
    'Ramsey\\Collection\\Map\\TypedMapInterface' => $vendorDir . '/ramsey/collection/src/Map/TypedMapInterface.php',
    'Ramsey\\Collection\\Queue' => $vendorDir . '/ramsey/collection/src/Queue.php',
    'Ramsey\\Collection\\QueueInterface' => $vendorDir . '/ramsey/collection/src/QueueInterface.php',
    'Ramsey\\Collection\\Set' => $vendorDir . '/ramsey/collection/src/Set.php',
    'Ramsey\\Collection\\Tool\\TypeTrait' => $vendorDir . '/ramsey/collection/src/Tool/TypeTrait.php',
    'Ramsey\\Collection\\Tool\\ValueExtractorTrait' => $vendorDir . '/ramsey/collection/src/Tool/ValueExtractorTrait.php',
    'Ramsey\\Collection\\Tool\\ValueToStringTrait' => $vendorDir . '/ramsey/collection/src/Tool/ValueToStringTrait.php',
    'Ramsey\\Uuid\\BinaryUtils' => $vendorDir . '/ramsey/uuid/src/BinaryUtils.php',
    'Ramsey\\Uuid\\Builder\\BuilderCollection' => $vendorDir . '/ramsey/uuid/src/Builder/BuilderCollection.php',
    'Ramsey\\Uuid\\Builder\\DefaultUuidBuilder' => $vendorDir . '/ramsey/uuid/src/Builder/DefaultUuidBuilder.php',
    'Ramsey\\Uuid\\Builder\\DegradedUuidBuilder' => $vendorDir . '/ramsey/uuid/src/Builder/DegradedUuidBuilder.php',
    'Ramsey\\Uuid\\Builder\\FallbackBuilder' => $vendorDir . '/ramsey/uuid/src/Builder/FallbackBuilder.php',
    'Ramsey\\Uuid\\Builder\\UuidBuilderInterface' => $vendorDir . '/ramsey/uuid/src/Builder/UuidBuilderInterface.php',
    'Ramsey\\Uuid\\Codec\\CodecInterface' => $vendorDir . '/ramsey/uuid/src/Codec/CodecInterface.php',
    'Ramsey\\Uuid\\Codec\\GuidStringCodec' => $vendorDir . '/ramsey/uuid/src/Codec/GuidStringCodec.php',
    'Ramsey\\Uuid\\Codec\\OrderedTimeCodec' => $vendorDir . '/ramsey/uuid/src/Codec/OrderedTimeCodec.php',
    'Ramsey\\Uuid\\Codec\\StringCodec' => $vendorDir . '/ramsey/uuid/src/Codec/StringCodec.php',
    'Ramsey\\Uuid\\Codec\\TimestampFirstCombCodec' => $vendorDir . '/ramsey/uuid/src/Codec/TimestampFirstCombCodec.php',
    'Ramsey\\Uuid\\Codec\\TimestampLastCombCodec' => $vendorDir . '/ramsey/uuid/src/Codec/TimestampLastCombCodec.php',
    'Ramsey\\Uuid\\Converter\\NumberConverterInterface' => $vendorDir . '/ramsey/uuid/src/Converter/NumberConverterInterface.php',
    'Ramsey\\Uuid\\Converter\\Number\\BigNumberConverter' => $vendorDir . '/ramsey/uuid/src/Converter/Number/BigNumberConverter.php',
    'Ramsey\\Uuid\\Converter\\Number\\DegradedNumberConverter' => $vendorDir . '/ramsey/uuid/src/Converter/Number/DegradedNumberConverter.php',
    'Ramsey\\Uuid\\Converter\\Number\\GenericNumberConverter' => $vendorDir . '/ramsey/uuid/src/Converter/Number/GenericNumberConverter.php',
    'Ramsey\\Uuid\\Converter\\TimeConverterInterface' => $vendorDir . '/ramsey/uuid/src/Converter/TimeConverterInterface.php',
    'Ramsey\\Uuid\\Converter\\Time\\BigNumberTimeConverter' => $vendorDir . '/ramsey/uuid/src/Converter/Time/BigNumberTimeConverter.php',
    'Ramsey\\Uuid\\Converter\\Time\\DegradedTimeConverter' => $vendorDir . '/ramsey/uuid/src/Converter/Time/DegradedTimeConverter.php',
    'Ramsey\\Uuid\\Converter\\Time\\GenericTimeConverter' => $vendorDir . '/ramsey/uuid/src/Converter/Time/GenericTimeConverter.php',
    'Ramsey\\Uuid\\Converter\\Time\\PhpTimeConverter' => $vendorDir . '/ramsey/uuid/src/Converter/Time/PhpTimeConverter.php',
    'Ramsey\\Uuid\\DegradedUuid' => $vendorDir . '/ramsey/uuid/src/DegradedUuid.php',
    'Ramsey\\Uuid\\DeprecatedUuidInterface' => $vendorDir . '/ramsey/uuid/src/DeprecatedUuidInterface.php',
    'Ramsey\\Uuid\\DeprecatedUuidMethodsTrait' => $vendorDir . '/ramsey/uuid/src/DeprecatedUuidMethodsTrait.php',
    'Ramsey\\Uuid\\Exception\\BuilderNotFoundException' => $vendorDir . '/ramsey/uuid/src/Exception/BuilderNotFoundException.php',
    'Ramsey\\Uuid\\Exception\\DateTimeException' => $vendorDir . '/ramsey/uuid/src/Exception/DateTimeException.php',
    'Ramsey\\Uuid\\Exception\\DceSecurityException' => $vendorDir . '/ramsey/uuid/src/Exception/DceSecurityException.php',
    'Ramsey\\Uuid\\Exception\\InvalidArgumentException' => $vendorDir . '/ramsey/uuid/src/Exception/InvalidArgumentException.php',
    'Ramsey\\Uuid\\Exception\\InvalidBytesException' => $vendorDir . '/ramsey/uuid/src/Exception/InvalidBytesException.php',
    'Ramsey\\Uuid\\Exception\\InvalidUuidStringException' => $vendorDir . '/ramsey/uuid/src/Exception/InvalidUuidStringException.php',
    'Ramsey\\Uuid\\Exception\\NameException' => $vendorDir . '/ramsey/uuid/src/Exception/NameException.php',
    'Ramsey\\Uuid\\Exception\\NodeException' => $vendorDir . '/ramsey/uuid/src/Exception/NodeException.php',
    'Ramsey\\Uuid\\Exception\\RandomSourceException' => $vendorDir . '/ramsey/uuid/src/Exception/RandomSourceException.php',
    'Ramsey\\Uuid\\Exception\\TimeSourceException' => $vendorDir . '/ramsey/uuid/src/Exception/TimeSourceException.php',
    'Ramsey\\Uuid\\Exception\\UnableToBuildUuidException' => $vendorDir . '/ramsey/uuid/src/Exception/UnableToBuildUuidException.php',
    'Ramsey\\Uuid\\Exception\\UnsupportedOperationException' => $vendorDir . '/ramsey/uuid/src/Exception/UnsupportedOperationException.php',
    'Ramsey\\Uuid\\Exception\\UuidExceptionInterface' => $vendorDir . '/ramsey/uuid/src/Exception/UuidExceptionInterface.php',
    'Ramsey\\Uuid\\FeatureSet' => $vendorDir . '/ramsey/uuid/src/FeatureSet.php',
    'Ramsey\\Uuid\\Fields\\FieldsInterface' => $vendorDir . '/ramsey/uuid/src/Fields/FieldsInterface.php',
    'Ramsey\\Uuid\\Fields\\SerializableFieldsTrait' => $vendorDir . '/ramsey/uuid/src/Fields/SerializableFieldsTrait.php',
    'Ramsey\\Uuid\\Generator\\CombGenerator' => $vendorDir . '/ramsey/uuid/src/Generator/CombGenerator.php',
    'Ramsey\\Uuid\\Generator\\DceSecurityGenerator' => $vendorDir . '/ramsey/uuid/src/Generator/DceSecurityGenerator.php',
    'Ramsey\\Uuid\\Generator\\DceSecurityGeneratorInterface' => $vendorDir . '/ramsey/uuid/src/Generator/DceSecurityGeneratorInterface.php',
    'Ramsey\\Uuid\\Generator\\DefaultNameGenerator' => $vendorDir . '/ramsey/uuid/src/Generator/DefaultNameGenerator.php',
    'Ramsey\\Uuid\\Generator\\DefaultTimeGenerator' => $vendorDir . '/ramsey/uuid/src/Generator/DefaultTimeGenerator.php',
    'Ramsey\\Uuid\\Generator\\NameGeneratorFactory' => $vendorDir . '/ramsey/uuid/src/Generator/NameGeneratorFactory.php',
    'Ramsey\\Uuid\\Generator\\NameGeneratorInterface' => $vendorDir . '/ramsey/uuid/src/Generator/NameGeneratorInterface.php',
    'Ramsey\\Uuid\\Generator\\PeclUuidNameGenerator' => $vendorDir . '/ramsey/uuid/src/Generator/PeclUuidNameGenerator.php',
    'Ramsey\\Uuid\\Generator\\PeclUuidRandomGenerator' => $vendorDir . '/ramsey/uuid/src/Generator/PeclUuidRandomGenerator.php',
    'Ramsey\\Uuid\\Generator\\PeclUuidTimeGenerator' => $vendorDir . '/ramsey/uuid/src/Generator/PeclUuidTimeGenerator.php',
    'Ramsey\\Uuid\\Generator\\RandomBytesGenerator' => $vendorDir . '/ramsey/uuid/src/Generator/RandomBytesGenerator.php',
    'Ramsey\\Uuid\\Generator\\RandomGeneratorFactory' => $vendorDir . '/ramsey/uuid/src/Generator/RandomGeneratorFactory.php',
    'Ramsey\\Uuid\\Generator\\RandomGeneratorInterface' => $vendorDir . '/ramsey/uuid/src/Generator/RandomGeneratorInterface.php',
    'Ramsey\\Uuid\\Generator\\RandomLibAdapter' => $vendorDir . '/ramsey/uuid/src/Generator/RandomLibAdapter.php',
    'Ramsey\\Uuid\\Generator\\TimeGeneratorFactory' => $vendorDir . '/ramsey/uuid/src/Generator/TimeGeneratorFactory.php',
    'Ramsey\\Uuid\\Generator\\TimeGeneratorInterface' => $vendorDir . '/ramsey/uuid/src/Generator/TimeGeneratorInterface.php',
    'Ramsey\\Uuid\\Guid\\Fields' => $vendorDir . '/ramsey/uuid/src/Guid/Fields.php',
    'Ramsey\\Uuid\\Guid\\Guid' => $vendorDir . '/ramsey/uuid/src/Guid/Guid.php',
    'Ramsey\\Uuid\\Guid\\GuidBuilder' => $vendorDir . '/ramsey/uuid/src/Guid/GuidBuilder.php',
    'Ramsey\\Uuid\\Lazy\\LazyUuidFromString' => $vendorDir . '/ramsey/uuid/src/Lazy/LazyUuidFromString.php',
    'Ramsey\\Uuid\\Math\\BrickMathCalculator' => $vendorDir . '/ramsey/uuid/src/Math/BrickMathCalculator.php',
    'Ramsey\\Uuid\\Math\\CalculatorInterface' => $vendorDir . '/ramsey/uuid/src/Math/CalculatorInterface.php',
    'Ramsey\\Uuid\\Math\\RoundingMode' => $vendorDir . '/ramsey/uuid/src/Math/RoundingMode.php',
    'Ramsey\\Uuid\\Nonstandard\\Fields' => $vendorDir . '/ramsey/uuid/src/Nonstandard/Fields.php',
    'Ramsey\\Uuid\\Nonstandard\\Uuid' => $vendorDir . '/ramsey/uuid/src/Nonstandard/Uuid.php',
    'Ramsey\\Uuid\\Nonstandard\\UuidBuilder' => $vendorDir . '/ramsey/uuid/src/Nonstandard/UuidBuilder.php',
    'Ramsey\\Uuid\\Nonstandard\\UuidV6' => $vendorDir . '/ramsey/uuid/src/Nonstandard/UuidV6.php',
    'Ramsey\\Uuid\\Provider\\DceSecurityProviderInterface' => $vendorDir . '/ramsey/uuid/src/Provider/DceSecurityProviderInterface.php',
    'Ramsey\\Uuid\\Provider\\Dce\\SystemDceSecurityProvider' => $vendorDir . '/ramsey/uuid/src/Provider/Dce/SystemDceSecurityProvider.php',
    'Ramsey\\Uuid\\Provider\\NodeProviderInterface' => $vendorDir . '/ramsey/uuid/src/Provider/NodeProviderInterface.php',
    'Ramsey\\Uuid\\Provider\\Node\\FallbackNodeProvider' => $vendorDir . '/ramsey/uuid/src/Provider/Node/FallbackNodeProvider.php',
    'Ramsey\\Uuid\\Provider\\Node\\NodeProviderCollection' => $vendorDir . '/ramsey/uuid/src/Provider/Node/NodeProviderCollection.php',
    'Ramsey\\Uuid\\Provider\\Node\\RandomNodeProvider' => $vendorDir . '/ramsey/uuid/src/Provider/Node/RandomNodeProvider.php',
    'Ramsey\\Uuid\\Provider\\Node\\StaticNodeProvider' => $vendorDir . '/ramsey/uuid/src/Provider/Node/StaticNodeProvider.php',
    'Ramsey\\Uuid\\Provider\\Node\\SystemNodeProvider' => $vendorDir . '/ramsey/uuid/src/Provider/Node/SystemNodeProvider.php',
    'Ramsey\\Uuid\\Provider\\TimeProviderInterface' => $vendorDir . '/ramsey/uuid/src/Provider/TimeProviderInterface.php',
    'Ramsey\\Uuid\\Provider\\Time\\FixedTimeProvider' => $vendorDir . '/ramsey/uuid/src/Provider/Time/FixedTimeProvider.php',
    'Ramsey\\Uuid\\Provider\\Time\\SystemTimeProvider' => $vendorDir . '/ramsey/uuid/src/Provider/Time/SystemTimeProvider.php',
    'Ramsey\\Uuid\\Rfc4122\\Fields' => $vendorDir . '/ramsey/uuid/src/Rfc4122/Fields.php',
    'Ramsey\\Uuid\\Rfc4122\\FieldsInterface' => $vendorDir . '/ramsey/uuid/src/Rfc4122/FieldsInterface.php',
    'Ramsey\\Uuid\\Rfc4122\\NilTrait' => $vendorDir . '/ramsey/uuid/src/Rfc4122/NilTrait.php',
    'Ramsey\\Uuid\\Rfc4122\\NilUuid' => $vendorDir . '/ramsey/uuid/src/Rfc4122/NilUuid.php',
    'Ramsey\\Uuid\\Rfc4122\\UuidBuilder' => $vendorDir . '/ramsey/uuid/src/Rfc4122/UuidBuilder.php',
    'Ramsey\\Uuid\\Rfc4122\\UuidInterface' => $vendorDir . '/ramsey/uuid/src/Rfc4122/UuidInterface.php',
    'Ramsey\\Uuid\\Rfc4122\\UuidV1' => $vendorDir . '/ramsey/uuid/src/Rfc4122/UuidV1.php',
    'Ramsey\\Uuid\\Rfc4122\\UuidV2' => $vendorDir . '/ramsey/uuid/src/Rfc4122/UuidV2.php',
    'Ramsey\\Uuid\\Rfc4122\\UuidV3' => $vendorDir . '/ramsey/uuid/src/Rfc4122/UuidV3.php',
    'Ramsey\\Uuid\\Rfc4122\\UuidV4' => $vendorDir . '/ramsey/uuid/src/Rfc4122/UuidV4.php',
    'Ramsey\\Uuid\\Rfc4122\\UuidV5' => $vendorDir . '/ramsey/uuid/src/Rfc4122/UuidV5.php',
    'Ramsey\\Uuid\\Rfc4122\\Validator' => $vendorDir . '/ramsey/uuid/src/Rfc4122/Validator.php',
    'Ramsey\\Uuid\\Rfc4122\\VariantTrait' => $vendorDir . '/ramsey/uuid/src/Rfc4122/VariantTrait.php',
    'Ramsey\\Uuid\\Rfc4122\\VersionTrait' => $vendorDir . '/ramsey/uuid/src/Rfc4122/VersionTrait.php',
    'Ramsey\\Uuid\\Type\\Decimal' => $vendorDir . '/ramsey/uuid/src/Type/Decimal.php',
    'Ramsey\\Uuid\\Type\\Hexadecimal' => $vendorDir . '/ramsey/uuid/src/Type/Hexadecimal.php',
    'Ramsey\\Uuid\\Type\\Integer' => $vendorDir . '/ramsey/uuid/src/Type/Integer.php',
    'Ramsey\\Uuid\\Type\\NumberInterface' => $vendorDir . '/ramsey/uuid/src/Type/NumberInterface.php',
    'Ramsey\\Uuid\\Type\\Time' => $vendorDir . '/ramsey/uuid/src/Type/Time.php',
    'Ramsey\\Uuid\\Type\\TypeInterface' => $vendorDir . '/ramsey/uuid/src/Type/TypeInterface.php',
    'Ramsey\\Uuid\\Uuid' => $vendorDir . '/ramsey/uuid/src/Uuid.php',
    'Ramsey\\Uuid\\UuidFactory' => $vendorDir . '/ramsey/uuid/src/UuidFactory.php',
    'Ramsey\\Uuid\\UuidFactoryInterface' => $vendorDir . '/ramsey/uuid/src/UuidFactoryInterface.php',
    'Ramsey\\Uuid\\UuidInterface' => $vendorDir . '/ramsey/uuid/src/UuidInterface.php',
    'Ramsey\\Uuid\\Validator\\GenericValidator' => $vendorDir . '/ramsey/uuid/src/Validator/GenericValidator.php',
    'Ramsey\\Uuid\\Validator\\ValidatorInterface' => $vendorDir . '/ramsey/uuid/src/Validator/ValidatorInterface.php',
    'ReturnTypeWillChange' => $vendorDir . '/symfony/polyfill-php81/Resources/stubs/ReturnTypeWillChange.php',
    'Rize\\UriTemplate' => $vendorDir . '/rize/uri-template/src/Rize/UriTemplate.php',
    'Rize\\UriTemplate\\Node\\Abstraction' => $vendorDir . '/rize/uri-template/src/Rize/UriTemplate/Node/Abstraction.php',
    'Rize\\UriTemplate\\Node\\Expression' => $vendorDir . '/rize/uri-template/src/Rize/UriTemplate/Node/Expression.php',
    'Rize\\UriTemplate\\Node\\Literal' => $vendorDir . '/rize/uri-template/src/Rize/UriTemplate/Node/Literal.php',
    'Rize\\UriTemplate\\Node\\Variable' => $vendorDir . '/rize/uri-template/src/Rize/UriTemplate/Node/Variable.php',
    'Rize\\UriTemplate\\Operator\\Abstraction' => $vendorDir . '/rize/uri-template/src/Rize/UriTemplate/Operator/Abstraction.php',
    'Rize\\UriTemplate\\Operator\\Named' => $vendorDir . '/rize/uri-template/src/Rize/UriTemplate/Operator/Named.php',
    'Rize\\UriTemplate\\Operator\\UnNamed' => $vendorDir . '/rize/uri-template/src/Rize/UriTemplate/Operator/UnNamed.php',
    'Rize\\UriTemplate\\Parser' => $vendorDir . '/rize/uri-template/src/Rize/UriTemplate/Parser.php',
    'Rize\\UriTemplate\\UriTemplate' => $vendorDir . '/rize/uri-template/src/Rize/UriTemplate/UriTemplate.php',
    'Stringable' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/Stringable.php',
    'Symfony\\Component\\Console\\Application' => $vendorDir . '/symfony/console/Application.php',
    'Symfony\\Component\\Console\\Attribute\\AsCommand' => $vendorDir . '/symfony/console/Attribute/AsCommand.php',
    'Symfony\\Component\\Console\\CI\\GithubActionReporter' => $vendorDir . '/symfony/console/CI/GithubActionReporter.php',
    'Symfony\\Component\\Console\\Color' => $vendorDir . '/symfony/console/Color.php',
    'Symfony\\Component\\Console\\CommandLoader\\CommandLoaderInterface' => $vendorDir . '/symfony/console/CommandLoader/CommandLoaderInterface.php',
    'Symfony\\Component\\Console\\CommandLoader\\ContainerCommandLoader' => $vendorDir . '/symfony/console/CommandLoader/ContainerCommandLoader.php',
    'Symfony\\Component\\Console\\CommandLoader\\FactoryCommandLoader' => $vendorDir . '/symfony/console/CommandLoader/FactoryCommandLoader.php',
    'Symfony\\Component\\Console\\Command\\Command' => $vendorDir . '/symfony/console/Command/Command.php',
    'Symfony\\Component\\Console\\Command\\CompleteCommand' => $vendorDir . '/symfony/console/Command/CompleteCommand.php',
    'Symfony\\Component\\Console\\Command\\DumpCompletionCommand' => $vendorDir . '/symfony/console/Command/DumpCompletionCommand.php',
    'Symfony\\Component\\Console\\Command\\HelpCommand' => $vendorDir . '/symfony/console/Command/HelpCommand.php',
    'Symfony\\Component\\Console\\Command\\LazyCommand' => $vendorDir . '/symfony/console/Command/LazyCommand.php',
    'Symfony\\Component\\Console\\Command\\ListCommand' => $vendorDir . '/symfony/console/Command/ListCommand.php',
    'Symfony\\Component\\Console\\Command\\LockableTrait' => $vendorDir . '/symfony/console/Command/LockableTrait.php',
    'Symfony\\Component\\Console\\Command\\SignalableCommandInterface' => $vendorDir . '/symfony/console/Command/SignalableCommandInterface.php',
    'Symfony\\Component\\Console\\Completion\\CompletionInput' => $vendorDir . '/symfony/console/Completion/CompletionInput.php',
    'Symfony\\Component\\Console\\Completion\\CompletionSuggestions' => $vendorDir . '/symfony/console/Completion/CompletionSuggestions.php',
    'Symfony\\Component\\Console\\Completion\\Output\\BashCompletionOutput' => $vendorDir . '/symfony/console/Completion/Output/BashCompletionOutput.php',
    'Symfony\\Component\\Console\\Completion\\Output\\CompletionOutputInterface' => $vendorDir . '/symfony/console/Completion/Output/CompletionOutputInterface.php',
    'Symfony\\Component\\Console\\Completion\\Suggestion' => $vendorDir . '/symfony/console/Completion/Suggestion.php',
    'Symfony\\Component\\Console\\ConsoleEvents' => $vendorDir . '/symfony/console/ConsoleEvents.php',
    'Symfony\\Component\\Console\\Cursor' => $vendorDir . '/symfony/console/Cursor.php',
    'Symfony\\Component\\Console\\DependencyInjection\\AddConsoleCommandPass' => $vendorDir . '/symfony/console/DependencyInjection/AddConsoleCommandPass.php',
    'Symfony\\Component\\Console\\Descriptor\\ApplicationDescription' => $vendorDir . '/symfony/console/Descriptor/ApplicationDescription.php',
    'Symfony\\Component\\Console\\Descriptor\\Descriptor' => $vendorDir . '/symfony/console/Descriptor/Descriptor.php',
    'Symfony\\Component\\Console\\Descriptor\\DescriptorInterface' => $vendorDir . '/symfony/console/Descriptor/DescriptorInterface.php',
    'Symfony\\Component\\Console\\Descriptor\\JsonDescriptor' => $vendorDir . '/symfony/console/Descriptor/JsonDescriptor.php',
    'Symfony\\Component\\Console\\Descriptor\\MarkdownDescriptor' => $vendorDir . '/symfony/console/Descriptor/MarkdownDescriptor.php',
    'Symfony\\Component\\Console\\Descriptor\\TextDescriptor' => $vendorDir . '/symfony/console/Descriptor/TextDescriptor.php',
    'Symfony\\Component\\Console\\Descriptor\\XmlDescriptor' => $vendorDir . '/symfony/console/Descriptor/XmlDescriptor.php',
    'Symfony\\Component\\Console\\EventListener\\ErrorListener' => $vendorDir . '/symfony/console/EventListener/ErrorListener.php',
    'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => $vendorDir . '/symfony/console/Event/ConsoleCommandEvent.php',
    'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => $vendorDir . '/symfony/console/Event/ConsoleErrorEvent.php',
    'Symfony\\Component\\Console\\Event\\ConsoleEvent' => $vendorDir . '/symfony/console/Event/ConsoleEvent.php',
    'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => $vendorDir . '/symfony/console/Event/ConsoleSignalEvent.php',
    'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => $vendorDir . '/symfony/console/Event/ConsoleTerminateEvent.php',
    'Symfony\\Component\\Console\\Exception\\CommandNotFoundException' => $vendorDir . '/symfony/console/Exception/CommandNotFoundException.php',
    'Symfony\\Component\\Console\\Exception\\ExceptionInterface' => $vendorDir . '/symfony/console/Exception/ExceptionInterface.php',
    'Symfony\\Component\\Console\\Exception\\InvalidArgumentException' => $vendorDir . '/symfony/console/Exception/InvalidArgumentException.php',
    'Symfony\\Component\\Console\\Exception\\InvalidOptionException' => $vendorDir . '/symfony/console/Exception/InvalidOptionException.php',
    'Symfony\\Component\\Console\\Exception\\LogicException' => $vendorDir . '/symfony/console/Exception/LogicException.php',
    'Symfony\\Component\\Console\\Exception\\MissingInputException' => $vendorDir . '/symfony/console/Exception/MissingInputException.php',
    'Symfony\\Component\\Console\\Exception\\NamespaceNotFoundException' => $vendorDir . '/symfony/console/Exception/NamespaceNotFoundException.php',
    'Symfony\\Component\\Console\\Exception\\RuntimeException' => $vendorDir . '/symfony/console/Exception/RuntimeException.php',
    'Symfony\\Component\\Console\\Formatter\\NullOutputFormatter' => $vendorDir . '/symfony/console/Formatter/NullOutputFormatter.php',
    'Symfony\\Component\\Console\\Formatter\\NullOutputFormatterStyle' => $vendorDir . '/symfony/console/Formatter/NullOutputFormatterStyle.php',
    'Symfony\\Component\\Console\\Formatter\\OutputFormatter' => $vendorDir . '/symfony/console/Formatter/OutputFormatter.php',
    'Symfony\\Component\\Console\\Formatter\\OutputFormatterInterface' => $vendorDir . '/symfony/console/Formatter/OutputFormatterInterface.php',
    'Symfony\\Component\\Console\\Formatter\\OutputFormatterStyle' => $vendorDir . '/symfony/console/Formatter/OutputFormatterStyle.php',
    'Symfony\\Component\\Console\\Formatter\\OutputFormatterStyleInterface' => $vendorDir . '/symfony/console/Formatter/OutputFormatterStyleInterface.php',
    'Symfony\\Component\\Console\\Formatter\\OutputFormatterStyleStack' => $vendorDir . '/symfony/console/Formatter/OutputFormatterStyleStack.php',
    'Symfony\\Component\\Console\\Formatter\\WrappableOutputFormatterInterface' => $vendorDir . '/symfony/console/Formatter/WrappableOutputFormatterInterface.php',
    'Symfony\\Component\\Console\\Helper\\DebugFormatterHelper' => $vendorDir . '/symfony/console/Helper/DebugFormatterHelper.php',
    'Symfony\\Component\\Console\\Helper\\DescriptorHelper' => $vendorDir . '/symfony/console/Helper/DescriptorHelper.php',
    'Symfony\\Component\\Console\\Helper\\Dumper' => $vendorDir . '/symfony/console/Helper/Dumper.php',
    'Symfony\\Component\\Console\\Helper\\FormatterHelper' => $vendorDir . '/symfony/console/Helper/FormatterHelper.php',
    'Symfony\\Component\\Console\\Helper\\Helper' => $vendorDir . '/symfony/console/Helper/Helper.php',
    'Symfony\\Component\\Console\\Helper\\HelperInterface' => $vendorDir . '/symfony/console/Helper/HelperInterface.php',
    'Symfony\\Component\\Console\\Helper\\HelperSet' => $vendorDir . '/symfony/console/Helper/HelperSet.php',
    'Symfony\\Component\\Console\\Helper\\InputAwareHelper' => $vendorDir . '/symfony/console/Helper/InputAwareHelper.php',
    'Symfony\\Component\\Console\\Helper\\ProcessHelper' => $vendorDir . '/symfony/console/Helper/ProcessHelper.php',
    'Symfony\\Component\\Console\\Helper\\ProgressBar' => $vendorDir . '/symfony/console/Helper/ProgressBar.php',
    'Symfony\\Component\\Console\\Helper\\ProgressIndicator' => $vendorDir . '/symfony/console/Helper/ProgressIndicator.php',
    'Symfony\\Component\\Console\\Helper\\QuestionHelper' => $vendorDir . '/symfony/console/Helper/QuestionHelper.php',
    'Symfony\\Component\\Console\\Helper\\SymfonyQuestionHelper' => $vendorDir . '/symfony/console/Helper/SymfonyQuestionHelper.php',
    'Symfony\\Component\\Console\\Helper\\Table' => $vendorDir . '/symfony/console/Helper/Table.php',
    'Symfony\\Component\\Console\\Helper\\TableCell' => $vendorDir . '/symfony/console/Helper/TableCell.php',
    'Symfony\\Component\\Console\\Helper\\TableCellStyle' => $vendorDir . '/symfony/console/Helper/TableCellStyle.php',
    'Symfony\\Component\\Console\\Helper\\TableRows' => $vendorDir . '/symfony/console/Helper/TableRows.php',
    'Symfony\\Component\\Console\\Helper\\TableSeparator' => $vendorDir . '/symfony/console/Helper/TableSeparator.php',
    'Symfony\\Component\\Console\\Helper\\TableStyle' => $vendorDir . '/symfony/console/Helper/TableStyle.php',
    'Symfony\\Component\\Console\\Input\\ArgvInput' => $vendorDir . '/symfony/console/Input/ArgvInput.php',
    'Symfony\\Component\\Console\\Input\\ArrayInput' => $vendorDir . '/symfony/console/Input/ArrayInput.php',
    'Symfony\\Component\\Console\\Input\\Input' => $vendorDir . '/symfony/console/Input/Input.php',
    'Symfony\\Component\\Console\\Input\\InputArgument' => $vendorDir . '/symfony/console/Input/InputArgument.php',
    'Symfony\\Component\\Console\\Input\\InputAwareInterface' => $vendorDir . '/symfony/console/Input/InputAwareInterface.php',
    'Symfony\\Component\\Console\\Input\\InputDefinition' => $vendorDir . '/symfony/console/Input/InputDefinition.php',
    'Symfony\\Component\\Console\\Input\\InputInterface' => $vendorDir . '/symfony/console/Input/InputInterface.php',
    'Symfony\\Component\\Console\\Input\\InputOption' => $vendorDir . '/symfony/console/Input/InputOption.php',
    'Symfony\\Component\\Console\\Input\\StreamableInputInterface' => $vendorDir . '/symfony/console/Input/StreamableInputInterface.php',
    'Symfony\\Component\\Console\\Input\\StringInput' => $vendorDir . '/symfony/console/Input/StringInput.php',
    'Symfony\\Component\\Console\\Logger\\ConsoleLogger' => $vendorDir . '/symfony/console/Logger/ConsoleLogger.php',
    'Symfony\\Component\\Console\\Output\\BufferedOutput' => $vendorDir . '/symfony/console/Output/BufferedOutput.php',
    'Symfony\\Component\\Console\\Output\\ConsoleOutput' => $vendorDir . '/symfony/console/Output/ConsoleOutput.php',
    'Symfony\\Component\\Console\\Output\\ConsoleOutputInterface' => $vendorDir . '/symfony/console/Output/ConsoleOutputInterface.php',
    'Symfony\\Component\\Console\\Output\\ConsoleSectionOutput' => $vendorDir . '/symfony/console/Output/ConsoleSectionOutput.php',
    'Symfony\\Component\\Console\\Output\\NullOutput' => $vendorDir . '/symfony/console/Output/NullOutput.php',
    'Symfony\\Component\\Console\\Output\\Output' => $vendorDir . '/symfony/console/Output/Output.php',
    'Symfony\\Component\\Console\\Output\\OutputInterface' => $vendorDir . '/symfony/console/Output/OutputInterface.php',
    'Symfony\\Component\\Console\\Output\\StreamOutput' => $vendorDir . '/symfony/console/Output/StreamOutput.php',
    'Symfony\\Component\\Console\\Output\\TrimmedBufferOutput' => $vendorDir . '/symfony/console/Output/TrimmedBufferOutput.php',
    'Symfony\\Component\\Console\\Question\\ChoiceQuestion' => $vendorDir . '/symfony/console/Question/ChoiceQuestion.php',
    'Symfony\\Component\\Console\\Question\\ConfirmationQuestion' => $vendorDir . '/symfony/console/Question/ConfirmationQuestion.php',
    'Symfony\\Component\\Console\\Question\\Question' => $vendorDir . '/symfony/console/Question/Question.php',
    'Symfony\\Component\\Console\\SignalRegistry\\SignalRegistry' => $vendorDir . '/symfony/console/SignalRegistry/SignalRegistry.php',
    'Symfony\\Component\\Console\\SingleCommandApplication' => $vendorDir . '/symfony/console/SingleCommandApplication.php',
    'Symfony\\Component\\Console\\Style\\OutputStyle' => $vendorDir . '/symfony/console/Style/OutputStyle.php',
    'Symfony\\Component\\Console\\Style\\StyleInterface' => $vendorDir . '/symfony/console/Style/StyleInterface.php',
    'Symfony\\Component\\Console\\Style\\SymfonyStyle' => $vendorDir . '/symfony/console/Style/SymfonyStyle.php',
    'Symfony\\Component\\Console\\Terminal' => $vendorDir . '/symfony/console/Terminal.php',
    'Symfony\\Component\\Console\\Tester\\ApplicationTester' => $vendorDir . '/symfony/console/Tester/ApplicationTester.php',
    'Symfony\\Component\\Console\\Tester\\CommandCompletionTester' => $vendorDir . '/symfony/console/Tester/CommandCompletionTester.php',
    'Symfony\\Component\\Console\\Tester\\CommandTester' => $vendorDir . '/symfony/console/Tester/CommandTester.php',
    'Symfony\\Component\\Console\\Tester\\Constraint\\CommandIsSuccessful' => $vendorDir . '/symfony/console/Tester/Constraint/CommandIsSuccessful.php',
    'Symfony\\Component\\Console\\Tester\\TesterTrait' => $vendorDir . '/symfony/console/Tester/TesterTrait.php',
    'Symfony\\Component\\CssSelector\\CssSelectorConverter' => $vendorDir . '/symfony/css-selector/CssSelectorConverter.php',
    'Symfony\\Component\\CssSelector\\Exception\\ExceptionInterface' => $vendorDir . '/symfony/css-selector/Exception/ExceptionInterface.php',
    'Symfony\\Component\\CssSelector\\Exception\\ExpressionErrorException' => $vendorDir . '/symfony/css-selector/Exception/ExpressionErrorException.php',
    'Symfony\\Component\\CssSelector\\Exception\\InternalErrorException' => $vendorDir . '/symfony/css-selector/Exception/InternalErrorException.php',
    'Symfony\\Component\\CssSelector\\Exception\\ParseException' => $vendorDir . '/symfony/css-selector/Exception/ParseException.php',
    'Symfony\\Component\\CssSelector\\Exception\\SyntaxErrorException' => $vendorDir . '/symfony/css-selector/Exception/SyntaxErrorException.php',
    'Symfony\\Component\\CssSelector\\Node\\AbstractNode' => $vendorDir . '/symfony/css-selector/Node/AbstractNode.php',
    'Symfony\\Component\\CssSelector\\Node\\AttributeNode' => $vendorDir . '/symfony/css-selector/Node/AttributeNode.php',
    'Symfony\\Component\\CssSelector\\Node\\ClassNode' => $vendorDir . '/symfony/css-selector/Node/ClassNode.php',
    'Symfony\\Component\\CssSelector\\Node\\CombinedSelectorNode' => $vendorDir . '/symfony/css-selector/Node/CombinedSelectorNode.php',
    'Symfony\\Component\\CssSelector\\Node\\ElementNode' => $vendorDir . '/symfony/css-selector/Node/ElementNode.php',
    'Symfony\\Component\\CssSelector\\Node\\FunctionNode' => $vendorDir . '/symfony/css-selector/Node/FunctionNode.php',
    'Symfony\\Component\\CssSelector\\Node\\HashNode' => $vendorDir . '/symfony/css-selector/Node/HashNode.php',
    'Symfony\\Component\\CssSelector\\Node\\NegationNode' => $vendorDir . '/symfony/css-selector/Node/NegationNode.php',
    'Symfony\\Component\\CssSelector\\Node\\NodeInterface' => $vendorDir . '/symfony/css-selector/Node/NodeInterface.php',
    'Symfony\\Component\\CssSelector\\Node\\PseudoNode' => $vendorDir . '/symfony/css-selector/Node/PseudoNode.php',
    'Symfony\\Component\\CssSelector\\Node\\SelectorNode' => $vendorDir . '/symfony/css-selector/Node/SelectorNode.php',
    'Symfony\\Component\\CssSelector\\Node\\Specificity' => $vendorDir . '/symfony/css-selector/Node/Specificity.php',
    'Symfony\\Component\\CssSelector\\Parser\\Handler\\CommentHandler' => $vendorDir . '/symfony/css-selector/Parser/Handler/CommentHandler.php',
    'Symfony\\Component\\CssSelector\\Parser\\Handler\\HandlerInterface' => $vendorDir . '/symfony/css-selector/Parser/Handler/HandlerInterface.php',
    'Symfony\\Component\\CssSelector\\Parser\\Handler\\HashHandler' => $vendorDir . '/symfony/css-selector/Parser/Handler/HashHandler.php',
    'Symfony\\Component\\CssSelector\\Parser\\Handler\\IdentifierHandler' => $vendorDir . '/symfony/css-selector/Parser/Handler/IdentifierHandler.php',
    'Symfony\\Component\\CssSelector\\Parser\\Handler\\NumberHandler' => $vendorDir . '/symfony/css-selector/Parser/Handler/NumberHandler.php',
    'Symfony\\Component\\CssSelector\\Parser\\Handler\\StringHandler' => $vendorDir . '/symfony/css-selector/Parser/Handler/StringHandler.php',
    'Symfony\\Component\\CssSelector\\Parser\\Handler\\WhitespaceHandler' => $vendorDir . '/symfony/css-selector/Parser/Handler/WhitespaceHandler.php',
    'Symfony\\Component\\CssSelector\\Parser\\Parser' => $vendorDir . '/symfony/css-selector/Parser/Parser.php',
    'Symfony\\Component\\CssSelector\\Parser\\ParserInterface' => $vendorDir . '/symfony/css-selector/Parser/ParserInterface.php',
    'Symfony\\Component\\CssSelector\\Parser\\Reader' => $vendorDir . '/symfony/css-selector/Parser/Reader.php',
    'Symfony\\Component\\CssSelector\\Parser\\Shortcut\\ClassParser' => $vendorDir . '/symfony/css-selector/Parser/Shortcut/ClassParser.php',
    'Symfony\\Component\\CssSelector\\Parser\\Shortcut\\ElementParser' => $vendorDir . '/symfony/css-selector/Parser/Shortcut/ElementParser.php',
    'Symfony\\Component\\CssSelector\\Parser\\Shortcut\\EmptyStringParser' => $vendorDir . '/symfony/css-selector/Parser/Shortcut/EmptyStringParser.php',
    'Symfony\\Component\\CssSelector\\Parser\\Shortcut\\HashParser' => $vendorDir . '/symfony/css-selector/Parser/Shortcut/HashParser.php',
    'Symfony\\Component\\CssSelector\\Parser\\Token' => $vendorDir . '/symfony/css-selector/Parser/Token.php',
    'Symfony\\Component\\CssSelector\\Parser\\TokenStream' => $vendorDir . '/symfony/css-selector/Parser/TokenStream.php',
    'Symfony\\Component\\CssSelector\\Parser\\Tokenizer\\Tokenizer' => $vendorDir . '/symfony/css-selector/Parser/Tokenizer/Tokenizer.php',
    'Symfony\\Component\\CssSelector\\Parser\\Tokenizer\\TokenizerEscaping' => $vendorDir . '/symfony/css-selector/Parser/Tokenizer/TokenizerEscaping.php',
    'Symfony\\Component\\CssSelector\\Parser\\Tokenizer\\TokenizerPatterns' => $vendorDir . '/symfony/css-selector/Parser/Tokenizer/TokenizerPatterns.php',
    'Symfony\\Component\\CssSelector\\XPath\\Extension\\AbstractExtension' => $vendorDir . '/symfony/css-selector/XPath/Extension/AbstractExtension.php',
    'Symfony\\Component\\CssSelector\\XPath\\Extension\\AttributeMatchingExtension' => $vendorDir . '/symfony/css-selector/XPath/Extension/AttributeMatchingExtension.php',
    'Symfony\\Component\\CssSelector\\XPath\\Extension\\CombinationExtension' => $vendorDir . '/symfony/css-selector/XPath/Extension/CombinationExtension.php',
    'Symfony\\Component\\CssSelector\\XPath\\Extension\\ExtensionInterface' => $vendorDir . '/symfony/css-selector/XPath/Extension/ExtensionInterface.php',
    'Symfony\\Component\\CssSelector\\XPath\\Extension\\FunctionExtension' => $vendorDir . '/symfony/css-selector/XPath/Extension/FunctionExtension.php',
    'Symfony\\Component\\CssSelector\\XPath\\Extension\\HtmlExtension' => $vendorDir . '/symfony/css-selector/XPath/Extension/HtmlExtension.php',
    'Symfony\\Component\\CssSelector\\XPath\\Extension\\NodeExtension' => $vendorDir . '/symfony/css-selector/XPath/Extension/NodeExtension.php',
    'Symfony\\Component\\CssSelector\\XPath\\Extension\\PseudoClassExtension' => $vendorDir . '/symfony/css-selector/XPath/Extension/PseudoClassExtension.php',
    'Symfony\\Component\\CssSelector\\XPath\\Translator' => $vendorDir . '/symfony/css-selector/XPath/Translator.php',
    'Symfony\\Component\\CssSelector\\XPath\\TranslatorInterface' => $vendorDir . '/symfony/css-selector/XPath/TranslatorInterface.php',
    'Symfony\\Component\\CssSelector\\XPath\\XPathExpr' => $vendorDir . '/symfony/css-selector/XPath/XPathExpr.php',
    'Symfony\\Component\\ErrorHandler\\BufferingLogger' => $vendorDir . '/symfony/error-handler/BufferingLogger.php',
    'Symfony\\Component\\ErrorHandler\\Debug' => $vendorDir . '/symfony/error-handler/Debug.php',
    'Symfony\\Component\\ErrorHandler\\DebugClassLoader' => $vendorDir . '/symfony/error-handler/DebugClassLoader.php',
    'Symfony\\Component\\ErrorHandler\\ErrorEnhancer\\ClassNotFoundErrorEnhancer' => $vendorDir . '/symfony/error-handler/ErrorEnhancer/ClassNotFoundErrorEnhancer.php',
    'Symfony\\Component\\ErrorHandler\\ErrorEnhancer\\ErrorEnhancerInterface' => $vendorDir . '/symfony/error-handler/ErrorEnhancer/ErrorEnhancerInterface.php',
    'Symfony\\Component\\ErrorHandler\\ErrorEnhancer\\UndefinedFunctionErrorEnhancer' => $vendorDir . '/symfony/error-handler/ErrorEnhancer/UndefinedFunctionErrorEnhancer.php',
    'Symfony\\Component\\ErrorHandler\\ErrorEnhancer\\UndefinedMethodErrorEnhancer' => $vendorDir . '/symfony/error-handler/ErrorEnhancer/UndefinedMethodErrorEnhancer.php',
    'Symfony\\Component\\ErrorHandler\\ErrorHandler' => $vendorDir . '/symfony/error-handler/ErrorHandler.php',
    'Symfony\\Component\\ErrorHandler\\ErrorRenderer\\CliErrorRenderer' => $vendorDir . '/symfony/error-handler/ErrorRenderer/CliErrorRenderer.php',
    'Symfony\\Component\\ErrorHandler\\ErrorRenderer\\ErrorRendererInterface' => $vendorDir . '/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php',
    'Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer' => $vendorDir . '/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php',
    'Symfony\\Component\\ErrorHandler\\ErrorRenderer\\SerializerErrorRenderer' => $vendorDir . '/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php',
    'Symfony\\Component\\ErrorHandler\\Error\\ClassNotFoundError' => $vendorDir . '/symfony/error-handler/Error/ClassNotFoundError.php',
    'Symfony\\Component\\ErrorHandler\\Error\\FatalError' => $vendorDir . '/symfony/error-handler/Error/FatalError.php',
    'Symfony\\Component\\ErrorHandler\\Error\\OutOfMemoryError' => $vendorDir . '/symfony/error-handler/Error/OutOfMemoryError.php',
    'Symfony\\Component\\ErrorHandler\\Error\\UndefinedFunctionError' => $vendorDir . '/symfony/error-handler/Error/UndefinedFunctionError.php',
    'Symfony\\Component\\ErrorHandler\\Error\\UndefinedMethodError' => $vendorDir . '/symfony/error-handler/Error/UndefinedMethodError.php',
    'Symfony\\Component\\ErrorHandler\\Exception\\FlattenException' => $vendorDir . '/symfony/error-handler/Exception/FlattenException.php',
    'Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext' => $vendorDir . '/symfony/error-handler/Exception/SilencedErrorContext.php',
    'Symfony\\Component\\ErrorHandler\\Internal\\TentativeTypes' => $vendorDir . '/symfony/error-handler/Internal/TentativeTypes.php',
    'Symfony\\Component\\ErrorHandler\\ThrowableUtils' => $vendorDir . '/symfony/error-handler/ThrowableUtils.php',
    'Symfony\\Component\\EventDispatcher\\Attribute\\AsEventListener' => $vendorDir . '/symfony/event-dispatcher/Attribute/AsEventListener.php',
    'Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher' => $vendorDir . '/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php',
    'Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener' => $vendorDir . '/symfony/event-dispatcher/Debug/WrappedListener.php',
    'Symfony\\Component\\EventDispatcher\\DependencyInjection\\AddEventAliasesPass' => $vendorDir . '/symfony/event-dispatcher/DependencyInjection/AddEventAliasesPass.php',
    'Symfony\\Component\\EventDispatcher\\DependencyInjection\\RegisterListenersPass' => $vendorDir . '/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php',
    'Symfony\\Component\\EventDispatcher\\EventDispatcher' => $vendorDir . '/symfony/event-dispatcher/EventDispatcher.php',
    'Symfony\\Component\\EventDispatcher\\EventDispatcherInterface' => $vendorDir . '/symfony/event-dispatcher/EventDispatcherInterface.php',
    'Symfony\\Component\\EventDispatcher\\EventSubscriberInterface' => $vendorDir . '/symfony/event-dispatcher/EventSubscriberInterface.php',
    'Symfony\\Component\\EventDispatcher\\GenericEvent' => $vendorDir . '/symfony/event-dispatcher/GenericEvent.php',
    'Symfony\\Component\\EventDispatcher\\ImmutableEventDispatcher' => $vendorDir . '/symfony/event-dispatcher/ImmutableEventDispatcher.php',
    'Symfony\\Component\\EventDispatcher\\LegacyEventDispatcherProxy' => $vendorDir . '/symfony/event-dispatcher/LegacyEventDispatcherProxy.php',
    'Symfony\\Component\\Finder\\Comparator\\Comparator' => $vendorDir . '/symfony/finder/Comparator/Comparator.php',
    'Symfony\\Component\\Finder\\Comparator\\DateComparator' => $vendorDir . '/symfony/finder/Comparator/DateComparator.php',
    'Symfony\\Component\\Finder\\Comparator\\NumberComparator' => $vendorDir . '/symfony/finder/Comparator/NumberComparator.php',
    'Symfony\\Component\\Finder\\Exception\\AccessDeniedException' => $vendorDir . '/symfony/finder/Exception/AccessDeniedException.php',
    'Symfony\\Component\\Finder\\Exception\\DirectoryNotFoundException' => $vendorDir . '/symfony/finder/Exception/DirectoryNotFoundException.php',
    'Symfony\\Component\\Finder\\Finder' => $vendorDir . '/symfony/finder/Finder.php',
    'Symfony\\Component\\Finder\\Gitignore' => $vendorDir . '/symfony/finder/Gitignore.php',
    'Symfony\\Component\\Finder\\Glob' => $vendorDir . '/symfony/finder/Glob.php',
    'Symfony\\Component\\Finder\\Iterator\\CustomFilterIterator' => $vendorDir . '/symfony/finder/Iterator/CustomFilterIterator.php',
    'Symfony\\Component\\Finder\\Iterator\\DateRangeFilterIterator' => $vendorDir . '/symfony/finder/Iterator/DateRangeFilterIterator.php',
    'Symfony\\Component\\Finder\\Iterator\\DepthRangeFilterIterator' => $vendorDir . '/symfony/finder/Iterator/DepthRangeFilterIterator.php',
    'Symfony\\Component\\Finder\\Iterator\\ExcludeDirectoryFilterIterator' => $vendorDir . '/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php',
    'Symfony\\Component\\Finder\\Iterator\\FileTypeFilterIterator' => $vendorDir . '/symfony/finder/Iterator/FileTypeFilterIterator.php',
    'Symfony\\Component\\Finder\\Iterator\\FilecontentFilterIterator' => $vendorDir . '/symfony/finder/Iterator/FilecontentFilterIterator.php',
    'Symfony\\Component\\Finder\\Iterator\\FilenameFilterIterator' => $vendorDir . '/symfony/finder/Iterator/FilenameFilterIterator.php',
    'Symfony\\Component\\Finder\\Iterator\\LazyIterator' => $vendorDir . '/symfony/finder/Iterator/LazyIterator.php',
    'Symfony\\Component\\Finder\\Iterator\\MultiplePcreFilterIterator' => $vendorDir . '/symfony/finder/Iterator/MultiplePcreFilterIterator.php',
    'Symfony\\Component\\Finder\\Iterator\\PathFilterIterator' => $vendorDir . '/symfony/finder/Iterator/PathFilterIterator.php',
    'Symfony\\Component\\Finder\\Iterator\\RecursiveDirectoryIterator' => $vendorDir . '/symfony/finder/Iterator/RecursiveDirectoryIterator.php',
    'Symfony\\Component\\Finder\\Iterator\\SizeRangeFilterIterator' => $vendorDir . '/symfony/finder/Iterator/SizeRangeFilterIterator.php',
    'Symfony\\Component\\Finder\\Iterator\\SortableIterator' => $vendorDir . '/symfony/finder/Iterator/SortableIterator.php',
    'Symfony\\Component\\Finder\\Iterator\\VcsIgnoredFilterIterator' => $vendorDir . '/symfony/finder/Iterator/VcsIgnoredFilterIterator.php',
    'Symfony\\Component\\Finder\\SplFileInfo' => $vendorDir . '/symfony/finder/SplFileInfo.php',
    'Symfony\\Component\\HttpClient\\AmpHttpClient' => $vendorDir . '/symfony/http-client/AmpHttpClient.php',
    'Symfony\\Component\\HttpClient\\AsyncDecoratorTrait' => $vendorDir . '/symfony/http-client/AsyncDecoratorTrait.php',
    'Symfony\\Component\\HttpClient\\CachingHttpClient' => $vendorDir . '/symfony/http-client/CachingHttpClient.php',
    'Symfony\\Component\\HttpClient\\Chunk\\DataChunk' => $vendorDir . '/symfony/http-client/Chunk/DataChunk.php',
    'Symfony\\Component\\HttpClient\\Chunk\\ErrorChunk' => $vendorDir . '/symfony/http-client/Chunk/ErrorChunk.php',
    'Symfony\\Component\\HttpClient\\Chunk\\FirstChunk' => $vendorDir . '/symfony/http-client/Chunk/FirstChunk.php',
    'Symfony\\Component\\HttpClient\\Chunk\\InformationalChunk' => $vendorDir . '/symfony/http-client/Chunk/InformationalChunk.php',
    'Symfony\\Component\\HttpClient\\Chunk\\LastChunk' => $vendorDir . '/symfony/http-client/Chunk/LastChunk.php',
    'Symfony\\Component\\HttpClient\\Chunk\\ServerSentEvent' => $vendorDir . '/symfony/http-client/Chunk/ServerSentEvent.php',
    'Symfony\\Component\\HttpClient\\CurlHttpClient' => $vendorDir . '/symfony/http-client/CurlHttpClient.php',
    'Symfony\\Component\\HttpClient\\DataCollector\\HttpClientDataCollector' => $vendorDir . '/symfony/http-client/DataCollector/HttpClientDataCollector.php',
    'Symfony\\Component\\HttpClient\\DecoratorTrait' => $vendorDir . '/symfony/http-client/DecoratorTrait.php',
    'Symfony\\Component\\HttpClient\\DependencyInjection\\HttpClientPass' => $vendorDir . '/symfony/http-client/DependencyInjection/HttpClientPass.php',
    'Symfony\\Component\\HttpClient\\EventSourceHttpClient' => $vendorDir . '/symfony/http-client/EventSourceHttpClient.php',
    'Symfony\\Component\\HttpClient\\Exception\\ClientException' => $vendorDir . '/symfony/http-client/Exception/ClientException.php',
    'Symfony\\Component\\HttpClient\\Exception\\EventSourceException' => $vendorDir . '/symfony/http-client/Exception/EventSourceException.php',
    'Symfony\\Component\\HttpClient\\Exception\\HttpExceptionTrait' => $vendorDir . '/symfony/http-client/Exception/HttpExceptionTrait.php',
    'Symfony\\Component\\HttpClient\\Exception\\InvalidArgumentException' => $vendorDir . '/symfony/http-client/Exception/InvalidArgumentException.php',
    'Symfony\\Component\\HttpClient\\Exception\\JsonException' => $vendorDir . '/symfony/http-client/Exception/JsonException.php',
    'Symfony\\Component\\HttpClient\\Exception\\RedirectionException' => $vendorDir . '/symfony/http-client/Exception/RedirectionException.php',
    'Symfony\\Component\\HttpClient\\Exception\\ServerException' => $vendorDir . '/symfony/http-client/Exception/ServerException.php',
    'Symfony\\Component\\HttpClient\\Exception\\TimeoutException' => $vendorDir . '/symfony/http-client/Exception/TimeoutException.php',
    'Symfony\\Component\\HttpClient\\Exception\\TransportException' => $vendorDir . '/symfony/http-client/Exception/TransportException.php',
    'Symfony\\Component\\HttpClient\\HttpClient' => $vendorDir . '/symfony/http-client/HttpClient.php',
    'Symfony\\Component\\HttpClient\\HttpClientTrait' => $vendorDir . '/symfony/http-client/HttpClientTrait.php',
    'Symfony\\Component\\HttpClient\\HttpOptions' => $vendorDir . '/symfony/http-client/HttpOptions.php',
    'Symfony\\Component\\HttpClient\\HttplugClient' => $vendorDir . '/symfony/http-client/HttplugClient.php',
    'Symfony\\Component\\HttpClient\\Internal\\AmpBody' => $vendorDir . '/symfony/http-client/Internal/AmpBody.php',
    'Symfony\\Component\\HttpClient\\Internal\\AmpClientState' => $vendorDir . '/symfony/http-client/Internal/AmpClientState.php',
    'Symfony\\Component\\HttpClient\\Internal\\AmpListener' => $vendorDir . '/symfony/http-client/Internal/AmpListener.php',
    'Symfony\\Component\\HttpClient\\Internal\\AmpResolver' => $vendorDir . '/symfony/http-client/Internal/AmpResolver.php',
    'Symfony\\Component\\HttpClient\\Internal\\Canary' => $vendorDir . '/symfony/http-client/Internal/Canary.php',
    'Symfony\\Component\\HttpClient\\Internal\\ClientState' => $vendorDir . '/symfony/http-client/Internal/ClientState.php',
    'Symfony\\Component\\HttpClient\\Internal\\CurlClientState' => $vendorDir . '/symfony/http-client/Internal/CurlClientState.php',
    'Symfony\\Component\\HttpClient\\Internal\\DnsCache' => $vendorDir . '/symfony/http-client/Internal/DnsCache.php',
    'Symfony\\Component\\HttpClient\\Internal\\HttplugWaitLoop' => $vendorDir . '/symfony/http-client/Internal/HttplugWaitLoop.php',
    'Symfony\\Component\\HttpClient\\Internal\\NativeClientState' => $vendorDir . '/symfony/http-client/Internal/NativeClientState.php',
    'Symfony\\Component\\HttpClient\\Internal\\PushedResponse' => $vendorDir . '/symfony/http-client/Internal/PushedResponse.php',
    'Symfony\\Component\\HttpClient\\MockHttpClient' => $vendorDir . '/symfony/http-client/MockHttpClient.php',
    'Symfony\\Component\\HttpClient\\NativeHttpClient' => $vendorDir . '/symfony/http-client/NativeHttpClient.php',
    'Symfony\\Component\\HttpClient\\NoPrivateNetworkHttpClient' => $vendorDir . '/symfony/http-client/NoPrivateNetworkHttpClient.php',
    'Symfony\\Component\\HttpClient\\Psr18Client' => $vendorDir . '/symfony/http-client/Psr18Client.php',
    'Symfony\\Component\\HttpClient\\Response\\AmpResponse' => $vendorDir . '/symfony/http-client/Response/AmpResponse.php',
    'Symfony\\Component\\HttpClient\\Response\\AsyncContext' => $vendorDir . '/symfony/http-client/Response/AsyncContext.php',
    'Symfony\\Component\\HttpClient\\Response\\AsyncResponse' => $vendorDir . '/symfony/http-client/Response/AsyncResponse.php',
    'Symfony\\Component\\HttpClient\\Response\\CommonResponseTrait' => $vendorDir . '/symfony/http-client/Response/CommonResponseTrait.php',
    'Symfony\\Component\\HttpClient\\Response\\CurlResponse' => $vendorDir . '/symfony/http-client/Response/CurlResponse.php',
    'Symfony\\Component\\HttpClient\\Response\\HttplugPromise' => $vendorDir . '/symfony/http-client/Response/HttplugPromise.php',
    'Symfony\\Component\\HttpClient\\Response\\MockResponse' => $vendorDir . '/symfony/http-client/Response/MockResponse.php',
    'Symfony\\Component\\HttpClient\\Response\\NativeResponse' => $vendorDir . '/symfony/http-client/Response/NativeResponse.php',
    'Symfony\\Component\\HttpClient\\Response\\ResponseStream' => $vendorDir . '/symfony/http-client/Response/ResponseStream.php',
    'Symfony\\Component\\HttpClient\\Response\\StreamWrapper' => $vendorDir . '/symfony/http-client/Response/StreamWrapper.php',
    'Symfony\\Component\\HttpClient\\Response\\StreamableInterface' => $vendorDir . '/symfony/http-client/Response/StreamableInterface.php',
    'Symfony\\Component\\HttpClient\\Response\\TraceableResponse' => $vendorDir . '/symfony/http-client/Response/TraceableResponse.php',
    'Symfony\\Component\\HttpClient\\Response\\TransportResponseTrait' => $vendorDir . '/symfony/http-client/Response/TransportResponseTrait.php',
    'Symfony\\Component\\HttpClient\\Retry\\GenericRetryStrategy' => $vendorDir . '/symfony/http-client/Retry/GenericRetryStrategy.php',
    'Symfony\\Component\\HttpClient\\Retry\\RetryStrategyInterface' => $vendorDir . '/symfony/http-client/Retry/RetryStrategyInterface.php',
    'Symfony\\Component\\HttpClient\\RetryableHttpClient' => $vendorDir . '/symfony/http-client/RetryableHttpClient.php',
    'Symfony\\Component\\HttpClient\\ScopingHttpClient' => $vendorDir . '/symfony/http-client/ScopingHttpClient.php',
    'Symfony\\Component\\HttpClient\\TraceableHttpClient' => $vendorDir . '/symfony/http-client/TraceableHttpClient.php',
    'Symfony\\Component\\HttpFoundation\\AcceptHeader' => $vendorDir . '/symfony/http-foundation/AcceptHeader.php',
    'Symfony\\Component\\HttpFoundation\\AcceptHeaderItem' => $vendorDir . '/symfony/http-foundation/AcceptHeaderItem.php',
    'Symfony\\Component\\HttpFoundation\\BinaryFileResponse' => $vendorDir . '/symfony/http-foundation/BinaryFileResponse.php',
    'Symfony\\Component\\HttpFoundation\\Cookie' => $vendorDir . '/symfony/http-foundation/Cookie.php',
    'Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException' => $vendorDir . '/symfony/http-foundation/Exception/BadRequestException.php',
    'Symfony\\Component\\HttpFoundation\\Exception\\ConflictingHeadersException' => $vendorDir . '/symfony/http-foundation/Exception/ConflictingHeadersException.php',
    'Symfony\\Component\\HttpFoundation\\Exception\\JsonException' => $vendorDir . '/symfony/http-foundation/Exception/JsonException.php',
    'Symfony\\Component\\HttpFoundation\\Exception\\RequestExceptionInterface' => $vendorDir . '/symfony/http-foundation/Exception/RequestExceptionInterface.php',
    'Symfony\\Component\\HttpFoundation\\Exception\\SessionNotFoundException' => $vendorDir . '/symfony/http-foundation/Exception/SessionNotFoundException.php',
    'Symfony\\Component\\HttpFoundation\\Exception\\SuspiciousOperationException' => $vendorDir . '/symfony/http-foundation/Exception/SuspiciousOperationException.php',
    'Symfony\\Component\\HttpFoundation\\ExpressionRequestMatcher' => $vendorDir . '/symfony/http-foundation/ExpressionRequestMatcher.php',
    'Symfony\\Component\\HttpFoundation\\FileBag' => $vendorDir . '/symfony/http-foundation/FileBag.php',
    'Symfony\\Component\\HttpFoundation\\File\\Exception\\AccessDeniedException' => $vendorDir . '/symfony/http-foundation/File/Exception/AccessDeniedException.php',
    'Symfony\\Component\\HttpFoundation\\File\\Exception\\CannotWriteFileException' => $vendorDir . '/symfony/http-foundation/File/Exception/CannotWriteFileException.php',
    'Symfony\\Component\\HttpFoundation\\File\\Exception\\ExtensionFileException' => $vendorDir . '/symfony/http-foundation/File/Exception/ExtensionFileException.php',
    'Symfony\\Component\\HttpFoundation\\File\\Exception\\FileException' => $vendorDir . '/symfony/http-foundation/File/Exception/FileException.php',
    'Symfony\\Component\\HttpFoundation\\File\\Exception\\FileNotFoundException' => $vendorDir . '/symfony/http-foundation/File/Exception/FileNotFoundException.php',
    'Symfony\\Component\\HttpFoundation\\File\\Exception\\FormSizeFileException' => $vendorDir . '/symfony/http-foundation/File/Exception/FormSizeFileException.php',
    'Symfony\\Component\\HttpFoundation\\File\\Exception\\IniSizeFileException' => $vendorDir . '/symfony/http-foundation/File/Exception/IniSizeFileException.php',
    'Symfony\\Component\\HttpFoundation\\File\\Exception\\NoFileException' => $vendorDir . '/symfony/http-foundation/File/Exception/NoFileException.php',
    'Symfony\\Component\\HttpFoundation\\File\\Exception\\NoTmpDirFileException' => $vendorDir . '/symfony/http-foundation/File/Exception/NoTmpDirFileException.php',
    'Symfony\\Component\\HttpFoundation\\File\\Exception\\PartialFileException' => $vendorDir . '/symfony/http-foundation/File/Exception/PartialFileException.php',
    'Symfony\\Component\\HttpFoundation\\File\\Exception\\UnexpectedTypeException' => $vendorDir . '/symfony/http-foundation/File/Exception/UnexpectedTypeException.php',
    'Symfony\\Component\\HttpFoundation\\File\\Exception\\UploadException' => $vendorDir . '/symfony/http-foundation/File/Exception/UploadException.php',
    'Symfony\\Component\\HttpFoundation\\File\\File' => $vendorDir . '/symfony/http-foundation/File/File.php',
    'Symfony\\Component\\HttpFoundation\\File\\Stream' => $vendorDir . '/symfony/http-foundation/File/Stream.php',
    'Symfony\\Component\\HttpFoundation\\File\\UploadedFile' => $vendorDir . '/symfony/http-foundation/File/UploadedFile.php',
    'Symfony\\Component\\HttpFoundation\\HeaderBag' => $vendorDir . '/symfony/http-foundation/HeaderBag.php',
    'Symfony\\Component\\HttpFoundation\\HeaderUtils' => $vendorDir . '/symfony/http-foundation/HeaderUtils.php',
    'Symfony\\Component\\HttpFoundation\\InputBag' => $vendorDir . '/symfony/http-foundation/InputBag.php',
    'Symfony\\Component\\HttpFoundation\\IpUtils' => $vendorDir . '/symfony/http-foundation/IpUtils.php',
    'Symfony\\Component\\HttpFoundation\\JsonResponse' => $vendorDir . '/symfony/http-foundation/JsonResponse.php',
    'Symfony\\Component\\HttpFoundation\\ParameterBag' => $vendorDir . '/symfony/http-foundation/ParameterBag.php',
    'Symfony\\Component\\HttpFoundation\\RateLimiter\\AbstractRequestRateLimiter' => $vendorDir . '/symfony/http-foundation/RateLimiter/AbstractRequestRateLimiter.php',
    'Symfony\\Component\\HttpFoundation\\RateLimiter\\RequestRateLimiterInterface' => $vendorDir . '/symfony/http-foundation/RateLimiter/RequestRateLimiterInterface.php',
    'Symfony\\Component\\HttpFoundation\\RedirectResponse' => $vendorDir . '/symfony/http-foundation/RedirectResponse.php',
    'Symfony\\Component\\HttpFoundation\\Request' => $vendorDir . '/symfony/http-foundation/Request.php',
    'Symfony\\Component\\HttpFoundation\\RequestMatcher' => $vendorDir . '/symfony/http-foundation/RequestMatcher.php',
    'Symfony\\Component\\HttpFoundation\\RequestMatcherInterface' => $vendorDir . '/symfony/http-foundation/RequestMatcherInterface.php',
    'Symfony\\Component\\HttpFoundation\\RequestStack' => $vendorDir . '/symfony/http-foundation/RequestStack.php',
    'Symfony\\Component\\HttpFoundation\\Response' => $vendorDir . '/symfony/http-foundation/Response.php',
    'Symfony\\Component\\HttpFoundation\\ResponseHeaderBag' => $vendorDir . '/symfony/http-foundation/ResponseHeaderBag.php',
    'Symfony\\Component\\HttpFoundation\\ServerBag' => $vendorDir . '/symfony/http-foundation/ServerBag.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag' => $vendorDir . '/symfony/http-foundation/Session/Attribute/AttributeBag.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBagInterface' => $vendorDir . '/symfony/http-foundation/Session/Attribute/AttributeBagInterface.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Attribute\\NamespacedAttributeBag' => $vendorDir . '/symfony/http-foundation/Session/Attribute/NamespacedAttributeBag.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Flash\\AutoExpireFlashBag' => $vendorDir . '/symfony/http-foundation/Session/Flash/AutoExpireFlashBag.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Flash\\FlashBag' => $vendorDir . '/symfony/http-foundation/Session/Flash/FlashBag.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Flash\\FlashBagInterface' => $vendorDir . '/symfony/http-foundation/Session/Flash/FlashBagInterface.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Session' => $vendorDir . '/symfony/http-foundation/Session/Session.php',
    'Symfony\\Component\\HttpFoundation\\Session\\SessionBagInterface' => $vendorDir . '/symfony/http-foundation/Session/SessionBagInterface.php',
    'Symfony\\Component\\HttpFoundation\\Session\\SessionBagProxy' => $vendorDir . '/symfony/http-foundation/Session/SessionBagProxy.php',
    'Symfony\\Component\\HttpFoundation\\Session\\SessionFactory' => $vendorDir . '/symfony/http-foundation/Session/SessionFactory.php',
    'Symfony\\Component\\HttpFoundation\\Session\\SessionFactoryInterface' => $vendorDir . '/symfony/http-foundation/Session/SessionFactoryInterface.php',
    'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => $vendorDir . '/symfony/http-foundation/Session/SessionInterface.php',
    'Symfony\\Component\\HttpFoundation\\Session\\SessionUtils' => $vendorDir . '/symfony/http-foundation/Session/SessionUtils.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\AbstractSessionHandler' => $vendorDir . '/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\IdentityMarshaller' => $vendorDir . '/symfony/http-foundation/Session/Storage/Handler/IdentityMarshaller.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\MarshallingSessionHandler' => $vendorDir . '/symfony/http-foundation/Session/Storage/Handler/MarshallingSessionHandler.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\MemcachedSessionHandler' => $vendorDir . '/symfony/http-foundation/Session/Storage/Handler/MemcachedSessionHandler.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\MigratingSessionHandler' => $vendorDir . '/symfony/http-foundation/Session/Storage/Handler/MigratingSessionHandler.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\MongoDbSessionHandler' => $vendorDir . '/symfony/http-foundation/Session/Storage/Handler/MongoDbSessionHandler.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\NativeFileSessionHandler' => $vendorDir . '/symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\NullSessionHandler' => $vendorDir . '/symfony/http-foundation/Session/Storage/Handler/NullSessionHandler.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler' => $vendorDir . '/symfony/http-foundation/Session/Storage/Handler/PdoSessionHandler.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\RedisSessionHandler' => $vendorDir . '/symfony/http-foundation/Session/Storage/Handler/RedisSessionHandler.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\SessionHandlerFactory' => $vendorDir . '/symfony/http-foundation/Session/Storage/Handler/SessionHandlerFactory.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\StrictSessionHandler' => $vendorDir . '/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Storage\\MetadataBag' => $vendorDir . '/symfony/http-foundation/Session/Storage/MetadataBag.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Storage\\MockArraySessionStorage' => $vendorDir . '/symfony/http-foundation/Session/Storage/MockArraySessionStorage.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Storage\\MockFileSessionStorage' => $vendorDir . '/symfony/http-foundation/Session/Storage/MockFileSessionStorage.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Storage\\MockFileSessionStorageFactory' => $vendorDir . '/symfony/http-foundation/Session/Storage/MockFileSessionStorageFactory.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Storage\\NativeSessionStorage' => $vendorDir . '/symfony/http-foundation/Session/Storage/NativeSessionStorage.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Storage\\NativeSessionStorageFactory' => $vendorDir . '/symfony/http-foundation/Session/Storage/NativeSessionStorageFactory.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Storage\\PhpBridgeSessionStorage' => $vendorDir . '/symfony/http-foundation/Session/Storage/PhpBridgeSessionStorage.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Storage\\PhpBridgeSessionStorageFactory' => $vendorDir . '/symfony/http-foundation/Session/Storage/PhpBridgeSessionStorageFactory.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\AbstractProxy' => $vendorDir . '/symfony/http-foundation/Session/Storage/Proxy/AbstractProxy.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy' => $vendorDir . '/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Storage\\ServiceSessionFactory' => $vendorDir . '/symfony/http-foundation/Session/Storage/ServiceSessionFactory.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Storage\\SessionStorageFactoryInterface' => $vendorDir . '/symfony/http-foundation/Session/Storage/SessionStorageFactoryInterface.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Storage\\SessionStorageInterface' => $vendorDir . '/symfony/http-foundation/Session/Storage/SessionStorageInterface.php',
    'Symfony\\Component\\HttpFoundation\\StreamedResponse' => $vendorDir . '/symfony/http-foundation/StreamedResponse.php',
    'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\RequestAttributeValueSame' => $vendorDir . '/symfony/http-foundation/Test/Constraint/RequestAttributeValueSame.php',
    'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseCookieValueSame' => $vendorDir . '/symfony/http-foundation/Test/Constraint/ResponseCookieValueSame.php',
    'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseFormatSame' => $vendorDir . '/symfony/http-foundation/Test/Constraint/ResponseFormatSame.php',
    'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseHasCookie' => $vendorDir . '/symfony/http-foundation/Test/Constraint/ResponseHasCookie.php',
    'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseHasHeader' => $vendorDir . '/symfony/http-foundation/Test/Constraint/ResponseHasHeader.php',
    'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseHeaderSame' => $vendorDir . '/symfony/http-foundation/Test/Constraint/ResponseHeaderSame.php',
    'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseIsRedirected' => $vendorDir . '/symfony/http-foundation/Test/Constraint/ResponseIsRedirected.php',
    'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseIsSuccessful' => $vendorDir . '/symfony/http-foundation/Test/Constraint/ResponseIsSuccessful.php',
    'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseIsUnprocessable' => $vendorDir . '/symfony/http-foundation/Test/Constraint/ResponseIsUnprocessable.php',
    'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseStatusCodeSame' => $vendorDir . '/symfony/http-foundation/Test/Constraint/ResponseStatusCodeSame.php',
    'Symfony\\Component\\HttpFoundation\\UrlHelper' => $vendorDir . '/symfony/http-foundation/UrlHelper.php',
    'Symfony\\Component\\HttpKernel\\Attribute\\ArgumentInterface' => $vendorDir . '/symfony/http-kernel/Attribute/ArgumentInterface.php',
    'Symfony\\Component\\HttpKernel\\Attribute\\AsController' => $vendorDir . '/symfony/http-kernel/Attribute/AsController.php',
    'Symfony\\Component\\HttpKernel\\Bundle\\Bundle' => $vendorDir . '/symfony/http-kernel/Bundle/Bundle.php',
    'Symfony\\Component\\HttpKernel\\Bundle\\BundleInterface' => $vendorDir . '/symfony/http-kernel/Bundle/BundleInterface.php',
    'Symfony\\Component\\HttpKernel\\CacheClearer\\CacheClearerInterface' => $vendorDir . '/symfony/http-kernel/CacheClearer/CacheClearerInterface.php',
    'Symfony\\Component\\HttpKernel\\CacheClearer\\ChainCacheClearer' => $vendorDir . '/symfony/http-kernel/CacheClearer/ChainCacheClearer.php',
    'Symfony\\Component\\HttpKernel\\CacheClearer\\Psr6CacheClearer' => $vendorDir . '/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php',
    'Symfony\\Component\\HttpKernel\\CacheWarmer\\CacheWarmer' => $vendorDir . '/symfony/http-kernel/CacheWarmer/CacheWarmer.php',
    'Symfony\\Component\\HttpKernel\\CacheWarmer\\CacheWarmerAggregate' => $vendorDir . '/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php',
    'Symfony\\Component\\HttpKernel\\CacheWarmer\\CacheWarmerInterface' => $vendorDir . '/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php',
    'Symfony\\Component\\HttpKernel\\CacheWarmer\\WarmableInterface' => $vendorDir . '/symfony/http-kernel/CacheWarmer/WarmableInterface.php',
    'Symfony\\Component\\HttpKernel\\Config\\FileLocator' => $vendorDir . '/symfony/http-kernel/Config/FileLocator.php',
    'Symfony\\Component\\HttpKernel\\ControllerMetadata\\ArgumentMetadata' => $vendorDir . '/symfony/http-kernel/ControllerMetadata/ArgumentMetadata.php',
    'Symfony\\Component\\HttpKernel\\ControllerMetadata\\ArgumentMetadataFactory' => $vendorDir . '/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php',
    'Symfony\\Component\\HttpKernel\\ControllerMetadata\\ArgumentMetadataFactoryInterface' => $vendorDir . '/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php',
    'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver' => $vendorDir . '/symfony/http-kernel/Controller/ArgumentResolver.php',
    'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolverInterface' => $vendorDir . '/symfony/http-kernel/Controller/ArgumentResolverInterface.php',
    'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\DefaultValueResolver' => $vendorDir . '/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php',
    'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\NotTaggedControllerValueResolver' => $vendorDir . '/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php',
    'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\RequestAttributeValueResolver' => $vendorDir . '/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php',
    'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\RequestValueResolver' => $vendorDir . '/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php',
    'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\ServiceValueResolver' => $vendorDir . '/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php',
    'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\SessionValueResolver' => $vendorDir . '/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php',
    'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\TraceableValueResolver' => $vendorDir . '/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php',
    'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\VariadicValueResolver' => $vendorDir . '/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php',
    'Symfony\\Component\\HttpKernel\\Controller\\ArgumentValueResolverInterface' => $vendorDir . '/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php',
    'Symfony\\Component\\HttpKernel\\Controller\\ContainerControllerResolver' => $vendorDir . '/symfony/http-kernel/Controller/ContainerControllerResolver.php',
    'Symfony\\Component\\HttpKernel\\Controller\\ControllerReference' => $vendorDir . '/symfony/http-kernel/Controller/ControllerReference.php',
    'Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver' => $vendorDir . '/symfony/http-kernel/Controller/ControllerResolver.php',
    'Symfony\\Component\\HttpKernel\\Controller\\ControllerResolverInterface' => $vendorDir . '/symfony/http-kernel/Controller/ControllerResolverInterface.php',
    'Symfony\\Component\\HttpKernel\\Controller\\ErrorController' => $vendorDir . '/symfony/http-kernel/Controller/ErrorController.php',
    'Symfony\\Component\\HttpKernel\\Controller\\TraceableArgumentResolver' => $vendorDir . '/symfony/http-kernel/Controller/TraceableArgumentResolver.php',
    'Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver' => $vendorDir . '/symfony/http-kernel/Controller/TraceableControllerResolver.php',
    'Symfony\\Component\\HttpKernel\\DataCollector\\AjaxDataCollector' => $vendorDir . '/symfony/http-kernel/DataCollector/AjaxDataCollector.php',
    'Symfony\\Component\\HttpKernel\\DataCollector\\ConfigDataCollector' => $vendorDir . '/symfony/http-kernel/DataCollector/ConfigDataCollector.php',
    'Symfony\\Component\\HttpKernel\\DataCollector\\DataCollector' => $vendorDir . '/symfony/http-kernel/DataCollector/DataCollector.php',
    'Symfony\\Component\\HttpKernel\\DataCollector\\DataCollectorInterface' => $vendorDir . '/symfony/http-kernel/DataCollector/DataCollectorInterface.php',
    'Symfony\\Component\\HttpKernel\\DataCollector\\DumpDataCollector' => $vendorDir . '/symfony/http-kernel/DataCollector/DumpDataCollector.php',
    'Symfony\\Component\\HttpKernel\\DataCollector\\EventDataCollector' => $vendorDir . '/symfony/http-kernel/DataCollector/EventDataCollector.php',
    'Symfony\\Component\\HttpKernel\\DataCollector\\ExceptionDataCollector' => $vendorDir . '/symfony/http-kernel/DataCollector/ExceptionDataCollector.php',
    'Symfony\\Component\\HttpKernel\\DataCollector\\LateDataCollectorInterface' => $vendorDir . '/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php',
    'Symfony\\Component\\HttpKernel\\DataCollector\\LoggerDataCollector' => $vendorDir . '/symfony/http-kernel/DataCollector/LoggerDataCollector.php',
    'Symfony\\Component\\HttpKernel\\DataCollector\\MemoryDataCollector' => $vendorDir . '/symfony/http-kernel/DataCollector/MemoryDataCollector.php',
    'Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector' => $vendorDir . '/symfony/http-kernel/DataCollector/RequestDataCollector.php',
    'Symfony\\Component\\HttpKernel\\DataCollector\\RouterDataCollector' => $vendorDir . '/symfony/http-kernel/DataCollector/RouterDataCollector.php',
    'Symfony\\Component\\HttpKernel\\DataCollector\\TimeDataCollector' => $vendorDir . '/symfony/http-kernel/DataCollector/TimeDataCollector.php',
    'Symfony\\Component\\HttpKernel\\Debug\\FileLinkFormatter' => $vendorDir . '/symfony/http-kernel/Debug/FileLinkFormatter.php',
    'Symfony\\Component\\HttpKernel\\Debug\\TraceableEventDispatcher' => $vendorDir . '/symfony/http-kernel/Debug/TraceableEventDispatcher.php',
    'Symfony\\Component\\HttpKernel\\DependencyInjection\\AddAnnotatedClassesToCachePass' => $vendorDir . '/symfony/http-kernel/DependencyInjection/AddAnnotatedClassesToCachePass.php',
    'Symfony\\Component\\HttpKernel\\DependencyInjection\\ConfigurableExtension' => $vendorDir . '/symfony/http-kernel/DependencyInjection/ConfigurableExtension.php',
    'Symfony\\Component\\HttpKernel\\DependencyInjection\\ControllerArgumentValueResolverPass' => $vendorDir . '/symfony/http-kernel/DependencyInjection/ControllerArgumentValueResolverPass.php',
    'Symfony\\Component\\HttpKernel\\DependencyInjection\\Extension' => $vendorDir . '/symfony/http-kernel/DependencyInjection/Extension.php',
    'Symfony\\Component\\HttpKernel\\DependencyInjection\\FragmentRendererPass' => $vendorDir . '/symfony/http-kernel/DependencyInjection/FragmentRendererPass.php',
    'Symfony\\Component\\HttpKernel\\DependencyInjection\\LazyLoadingFragmentHandler' => $vendorDir . '/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php',
    'Symfony\\Component\\HttpKernel\\DependencyInjection\\LoggerPass' => $vendorDir . '/symfony/http-kernel/DependencyInjection/LoggerPass.php',
    'Symfony\\Component\\HttpKernel\\DependencyInjection\\MergeExtensionConfigurationPass' => $vendorDir . '/symfony/http-kernel/DependencyInjection/MergeExtensionConfigurationPass.php',
    'Symfony\\Component\\HttpKernel\\DependencyInjection\\RegisterControllerArgumentLocatorsPass' => $vendorDir . '/symfony/http-kernel/DependencyInjection/RegisterControllerArgumentLocatorsPass.php',
    'Symfony\\Component\\HttpKernel\\DependencyInjection\\RegisterLocaleAwareServicesPass' => $vendorDir . '/symfony/http-kernel/DependencyInjection/RegisterLocaleAwareServicesPass.php',
    'Symfony\\Component\\HttpKernel\\DependencyInjection\\RemoveEmptyControllerArgumentLocatorsPass' => $vendorDir . '/symfony/http-kernel/DependencyInjection/RemoveEmptyControllerArgumentLocatorsPass.php',
    'Symfony\\Component\\HttpKernel\\DependencyInjection\\ResettableServicePass' => $vendorDir . '/symfony/http-kernel/DependencyInjection/ResettableServicePass.php',
    'Symfony\\Component\\HttpKernel\\DependencyInjection\\ServicesResetter' => $vendorDir . '/symfony/http-kernel/DependencyInjection/ServicesResetter.php',
    'Symfony\\Component\\HttpKernel\\EventListener\\AbstractSessionListener' => $vendorDir . '/symfony/http-kernel/EventListener/AbstractSessionListener.php',
    'Symfony\\Component\\HttpKernel\\EventListener\\AbstractTestSessionListener' => $vendorDir . '/symfony/http-kernel/EventListener/AbstractTestSessionListener.php',
    'Symfony\\Component\\HttpKernel\\EventListener\\AddRequestFormatsListener' => $vendorDir . '/symfony/http-kernel/EventListener/AddRequestFormatsListener.php',
    'Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener' => $vendorDir . '/symfony/http-kernel/EventListener/DebugHandlersListener.php',
    'Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener' => $vendorDir . '/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php',
    'Symfony\\Component\\HttpKernel\\EventListener\\DumpListener' => $vendorDir . '/symfony/http-kernel/EventListener/DumpListener.php',
    'Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener' => $vendorDir . '/symfony/http-kernel/EventListener/ErrorListener.php',
    'Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener' => $vendorDir . '/symfony/http-kernel/EventListener/FragmentListener.php',
    'Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener' => $vendorDir . '/symfony/http-kernel/EventListener/LocaleAwareListener.php',
    'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener' => $vendorDir . '/symfony/http-kernel/EventListener/LocaleListener.php',
    'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener' => $vendorDir . '/symfony/http-kernel/EventListener/ProfilerListener.php',
    'Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener' => $vendorDir . '/symfony/http-kernel/EventListener/ResponseListener.php',
    'Symfony\\Component\\HttpKernel\\EventListener\\RouterListener' => $vendorDir . '/symfony/http-kernel/EventListener/RouterListener.php',
    'Symfony\\Component\\HttpKernel\\EventListener\\SessionListener' => $vendorDir . '/symfony/http-kernel/EventListener/SessionListener.php',
    'Symfony\\Component\\HttpKernel\\EventListener\\StreamedResponseListener' => $vendorDir . '/symfony/http-kernel/EventListener/StreamedResponseListener.php',
    'Symfony\\Component\\HttpKernel\\EventListener\\SurrogateListener' => $vendorDir . '/symfony/http-kernel/EventListener/SurrogateListener.php',
    'Symfony\\Component\\HttpKernel\\EventListener\\TestSessionListener' => $vendorDir . '/symfony/http-kernel/EventListener/TestSessionListener.php',
    'Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener' => $vendorDir . '/symfony/http-kernel/EventListener/ValidateRequestListener.php',
    'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => $vendorDir . '/symfony/http-kernel/Event/ControllerArgumentsEvent.php',
    'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => $vendorDir . '/symfony/http-kernel/Event/ControllerEvent.php',
    'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => $vendorDir . '/symfony/http-kernel/Event/ExceptionEvent.php',
    'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => $vendorDir . '/symfony/http-kernel/Event/FinishRequestEvent.php',
    'Symfony\\Component\\HttpKernel\\Event\\KernelEvent' => $vendorDir . '/symfony/http-kernel/Event/KernelEvent.php',
    'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => $vendorDir . '/symfony/http-kernel/Event/RequestEvent.php',
    'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => $vendorDir . '/symfony/http-kernel/Event/ResponseEvent.php',
    'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => $vendorDir . '/symfony/http-kernel/Event/TerminateEvent.php',
    'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => $vendorDir . '/symfony/http-kernel/Event/ViewEvent.php',
    'Symfony\\Component\\HttpKernel\\Exception\\AccessDeniedHttpException' => $vendorDir . '/symfony/http-kernel/Exception/AccessDeniedHttpException.php',
    'Symfony\\Component\\HttpKernel\\Exception\\BadRequestHttpException' => $vendorDir . '/symfony/http-kernel/Exception/BadRequestHttpException.php',
    'Symfony\\Component\\HttpKernel\\Exception\\ConflictHttpException' => $vendorDir . '/symfony/http-kernel/Exception/ConflictHttpException.php',
    'Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException' => $vendorDir . '/symfony/http-kernel/Exception/ControllerDoesNotReturnResponseException.php',
    'Symfony\\Component\\HttpKernel\\Exception\\GoneHttpException' => $vendorDir . '/symfony/http-kernel/Exception/GoneHttpException.php',
    'Symfony\\Component\\HttpKernel\\Exception\\HttpException' => $vendorDir . '/symfony/http-kernel/Exception/HttpException.php',
    'Symfony\\Component\\HttpKernel\\Exception\\HttpExceptionInterface' => $vendorDir . '/symfony/http-kernel/Exception/HttpExceptionInterface.php',
    'Symfony\\Component\\HttpKernel\\Exception\\InvalidMetadataException' => $vendorDir . '/symfony/http-kernel/Exception/InvalidMetadataException.php',
    'Symfony\\Component\\HttpKernel\\Exception\\LengthRequiredHttpException' => $vendorDir . '/symfony/http-kernel/Exception/LengthRequiredHttpException.php',
    'Symfony\\Component\\HttpKernel\\Exception\\MethodNotAllowedHttpException' => $vendorDir . '/symfony/http-kernel/Exception/MethodNotAllowedHttpException.php',
    'Symfony\\Component\\HttpKernel\\Exception\\NotAcceptableHttpException' => $vendorDir . '/symfony/http-kernel/Exception/NotAcceptableHttpException.php',
    'Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException' => $vendorDir . '/symfony/http-kernel/Exception/NotFoundHttpException.php',
    'Symfony\\Component\\HttpKernel\\Exception\\PreconditionFailedHttpException' => $vendorDir . '/symfony/http-kernel/Exception/PreconditionFailedHttpException.php',
    'Symfony\\Component\\HttpKernel\\Exception\\PreconditionRequiredHttpException' => $vendorDir . '/symfony/http-kernel/Exception/PreconditionRequiredHttpException.php',
    'Symfony\\Component\\HttpKernel\\Exception\\ServiceUnavailableHttpException' => $vendorDir . '/symfony/http-kernel/Exception/ServiceUnavailableHttpException.php',
    'Symfony\\Component\\HttpKernel\\Exception\\TooManyRequestsHttpException' => $vendorDir . '/symfony/http-kernel/Exception/TooManyRequestsHttpException.php',
    'Symfony\\Component\\HttpKernel\\Exception\\UnauthorizedHttpException' => $vendorDir . '/symfony/http-kernel/Exception/UnauthorizedHttpException.php',
    'Symfony\\Component\\HttpKernel\\Exception\\UnexpectedSessionUsageException' => $vendorDir . '/symfony/http-kernel/Exception/UnexpectedSessionUsageException.php',
    'Symfony\\Component\\HttpKernel\\Exception\\UnprocessableEntityHttpException' => $vendorDir . '/symfony/http-kernel/Exception/UnprocessableEntityHttpException.php',
    'Symfony\\Component\\HttpKernel\\Exception\\UnsupportedMediaTypeHttpException' => $vendorDir . '/symfony/http-kernel/Exception/UnsupportedMediaTypeHttpException.php',
    'Symfony\\Component\\HttpKernel\\Fragment\\AbstractSurrogateFragmentRenderer' => $vendorDir . '/symfony/http-kernel/Fragment/AbstractSurrogateFragmentRenderer.php',
    'Symfony\\Component\\HttpKernel\\Fragment\\EsiFragmentRenderer' => $vendorDir . '/symfony/http-kernel/Fragment/EsiFragmentRenderer.php',
    'Symfony\\Component\\HttpKernel\\Fragment\\FragmentHandler' => $vendorDir . '/symfony/http-kernel/Fragment/FragmentHandler.php',
    'Symfony\\Component\\HttpKernel\\Fragment\\FragmentRendererInterface' => $vendorDir . '/symfony/http-kernel/Fragment/FragmentRendererInterface.php',
    'Symfony\\Component\\HttpKernel\\Fragment\\FragmentUriGenerator' => $vendorDir . '/symfony/http-kernel/Fragment/FragmentUriGenerator.php',
    'Symfony\\Component\\HttpKernel\\Fragment\\FragmentUriGeneratorInterface' => $vendorDir . '/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php',
    'Symfony\\Component\\HttpKernel\\Fragment\\HIncludeFragmentRenderer' => $vendorDir . '/symfony/http-kernel/Fragment/HIncludeFragmentRenderer.php',
    'Symfony\\Component\\HttpKernel\\Fragment\\InlineFragmentRenderer' => $vendorDir . '/symfony/http-kernel/Fragment/InlineFragmentRenderer.php',
    'Symfony\\Component\\HttpKernel\\Fragment\\RoutableFragmentRenderer' => $vendorDir . '/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php',
    'Symfony\\Component\\HttpKernel\\Fragment\\SsiFragmentRenderer' => $vendorDir . '/symfony/http-kernel/Fragment/SsiFragmentRenderer.php',
    'Symfony\\Component\\HttpKernel\\HttpCache\\AbstractSurrogate' => $vendorDir . '/symfony/http-kernel/HttpCache/AbstractSurrogate.php',
    'Symfony\\Component\\HttpKernel\\HttpCache\\Esi' => $vendorDir . '/symfony/http-kernel/HttpCache/Esi.php',
    'Symfony\\Component\\HttpKernel\\HttpCache\\HttpCache' => $vendorDir . '/symfony/http-kernel/HttpCache/HttpCache.php',
    'Symfony\\Component\\HttpKernel\\HttpCache\\ResponseCacheStrategy' => $vendorDir . '/symfony/http-kernel/HttpCache/ResponseCacheStrategy.php',
    'Symfony\\Component\\HttpKernel\\HttpCache\\ResponseCacheStrategyInterface' => $vendorDir . '/symfony/http-kernel/HttpCache/ResponseCacheStrategyInterface.php',
    'Symfony\\Component\\HttpKernel\\HttpCache\\Ssi' => $vendorDir . '/symfony/http-kernel/HttpCache/Ssi.php',
    'Symfony\\Component\\HttpKernel\\HttpCache\\Store' => $vendorDir . '/symfony/http-kernel/HttpCache/Store.php',
    'Symfony\\Component\\HttpKernel\\HttpCache\\StoreInterface' => $vendorDir . '/symfony/http-kernel/HttpCache/StoreInterface.php',
    'Symfony\\Component\\HttpKernel\\HttpCache\\SubRequestHandler' => $vendorDir . '/symfony/http-kernel/HttpCache/SubRequestHandler.php',
    'Symfony\\Component\\HttpKernel\\HttpCache\\SurrogateInterface' => $vendorDir . '/symfony/http-kernel/HttpCache/SurrogateInterface.php',
    'Symfony\\Component\\HttpKernel\\HttpClientKernel' => $vendorDir . '/symfony/http-kernel/HttpClientKernel.php',
    'Symfony\\Component\\HttpKernel\\HttpKernel' => $vendorDir . '/symfony/http-kernel/HttpKernel.php',
    'Symfony\\Component\\HttpKernel\\HttpKernelBrowser' => $vendorDir . '/symfony/http-kernel/HttpKernelBrowser.php',
    'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => $vendorDir . '/symfony/http-kernel/HttpKernelInterface.php',
    'Symfony\\Component\\HttpKernel\\Kernel' => $vendorDir . '/symfony/http-kernel/Kernel.php',
    'Symfony\\Component\\HttpKernel\\KernelEvents' => $vendorDir . '/symfony/http-kernel/KernelEvents.php',
    'Symfony\\Component\\HttpKernel\\KernelInterface' => $vendorDir . '/symfony/http-kernel/KernelInterface.php',
    'Symfony\\Component\\HttpKernel\\Log\\DebugLoggerInterface' => $vendorDir . '/symfony/http-kernel/Log/DebugLoggerInterface.php',
    'Symfony\\Component\\HttpKernel\\Log\\Logger' => $vendorDir . '/symfony/http-kernel/Log/Logger.php',
    'Symfony\\Component\\HttpKernel\\Profiler\\FileProfilerStorage' => $vendorDir . '/symfony/http-kernel/Profiler/FileProfilerStorage.php',
    'Symfony\\Component\\HttpKernel\\Profiler\\Profile' => $vendorDir . '/symfony/http-kernel/Profiler/Profile.php',
    'Symfony\\Component\\HttpKernel\\Profiler\\Profiler' => $vendorDir . '/symfony/http-kernel/Profiler/Profiler.php',
    'Symfony\\Component\\HttpKernel\\Profiler\\ProfilerStorageInterface' => $vendorDir . '/symfony/http-kernel/Profiler/ProfilerStorageInterface.php',
    'Symfony\\Component\\HttpKernel\\RebootableInterface' => $vendorDir . '/symfony/http-kernel/RebootableInterface.php',
    'Symfony\\Component\\HttpKernel\\TerminableInterface' => $vendorDir . '/symfony/http-kernel/TerminableInterface.php',
    'Symfony\\Component\\HttpKernel\\UriSigner' => $vendorDir . '/symfony/http-kernel/UriSigner.php',
    'Symfony\\Component\\Mailer\\Bridge\\Mailgun\\Transport\\MailgunApiTransport' => $vendorDir . '/symfony/mailgun-mailer/Transport/MailgunApiTransport.php',
    'Symfony\\Component\\Mailer\\Bridge\\Mailgun\\Transport\\MailgunHeadersTrait' => $vendorDir . '/symfony/mailgun-mailer/Transport/MailgunHeadersTrait.php',
    'Symfony\\Component\\Mailer\\Bridge\\Mailgun\\Transport\\MailgunHttpTransport' => $vendorDir . '/symfony/mailgun-mailer/Transport/MailgunHttpTransport.php',
    'Symfony\\Component\\Mailer\\Bridge\\Mailgun\\Transport\\MailgunSmtpTransport' => $vendorDir . '/symfony/mailgun-mailer/Transport/MailgunSmtpTransport.php',
    'Symfony\\Component\\Mailer\\Bridge\\Mailgun\\Transport\\MailgunTransportFactory' => $vendorDir . '/symfony/mailgun-mailer/Transport/MailgunTransportFactory.php',
    'Symfony\\Component\\Mailer\\DataCollector\\MessageDataCollector' => $vendorDir . '/symfony/mailer/DataCollector/MessageDataCollector.php',
    'Symfony\\Component\\Mailer\\DelayedEnvelope' => $vendorDir . '/symfony/mailer/DelayedEnvelope.php',
    'Symfony\\Component\\Mailer\\Envelope' => $vendorDir . '/symfony/mailer/Envelope.php',
    'Symfony\\Component\\Mailer\\EventListener\\EnvelopeListener' => $vendorDir . '/symfony/mailer/EventListener/EnvelopeListener.php',
    'Symfony\\Component\\Mailer\\EventListener\\MessageListener' => $vendorDir . '/symfony/mailer/EventListener/MessageListener.php',
    'Symfony\\Component\\Mailer\\EventListener\\MessageLoggerListener' => $vendorDir . '/symfony/mailer/EventListener/MessageLoggerListener.php',
    'Symfony\\Component\\Mailer\\Event\\MessageEvent' => $vendorDir . '/symfony/mailer/Event/MessageEvent.php',
    'Symfony\\Component\\Mailer\\Event\\MessageEvents' => $vendorDir . '/symfony/mailer/Event/MessageEvents.php',
    'Symfony\\Component\\Mailer\\Exception\\ExceptionInterface' => $vendorDir . '/symfony/mailer/Exception/ExceptionInterface.php',
    'Symfony\\Component\\Mailer\\Exception\\HttpTransportException' => $vendorDir . '/symfony/mailer/Exception/HttpTransportException.php',
    'Symfony\\Component\\Mailer\\Exception\\IncompleteDsnException' => $vendorDir . '/symfony/mailer/Exception/IncompleteDsnException.php',
    'Symfony\\Component\\Mailer\\Exception\\InvalidArgumentException' => $vendorDir . '/symfony/mailer/Exception/InvalidArgumentException.php',
    'Symfony\\Component\\Mailer\\Exception\\LogicException' => $vendorDir . '/symfony/mailer/Exception/LogicException.php',
    'Symfony\\Component\\Mailer\\Exception\\RuntimeException' => $vendorDir . '/symfony/mailer/Exception/RuntimeException.php',
    'Symfony\\Component\\Mailer\\Exception\\TransportException' => $vendorDir . '/symfony/mailer/Exception/TransportException.php',
    'Symfony\\Component\\Mailer\\Exception\\TransportExceptionInterface' => $vendorDir . '/symfony/mailer/Exception/TransportExceptionInterface.php',
    'Symfony\\Component\\Mailer\\Exception\\UnsupportedSchemeException' => $vendorDir . '/symfony/mailer/Exception/UnsupportedSchemeException.php',
    'Symfony\\Component\\Mailer\\Header\\MetadataHeader' => $vendorDir . '/symfony/mailer/Header/MetadataHeader.php',
    'Symfony\\Component\\Mailer\\Header\\TagHeader' => $vendorDir . '/symfony/mailer/Header/TagHeader.php',
    'Symfony\\Component\\Mailer\\Mailer' => $vendorDir . '/symfony/mailer/Mailer.php',
    'Symfony\\Component\\Mailer\\MailerInterface' => $vendorDir . '/symfony/mailer/MailerInterface.php',
    'Symfony\\Component\\Mailer\\Messenger\\MessageHandler' => $vendorDir . '/symfony/mailer/Messenger/MessageHandler.php',
    'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => $vendorDir . '/symfony/mailer/Messenger/SendEmailMessage.php',
    'Symfony\\Component\\Mailer\\SentMessage' => $vendorDir . '/symfony/mailer/SentMessage.php',
    'Symfony\\Component\\Mailer\\Test\\Constraint\\EmailCount' => $vendorDir . '/symfony/mailer/Test/Constraint/EmailCount.php',
    'Symfony\\Component\\Mailer\\Test\\Constraint\\EmailIsQueued' => $vendorDir . '/symfony/mailer/Test/Constraint/EmailIsQueued.php',
    'Symfony\\Component\\Mailer\\Test\\TransportFactoryTestCase' => $vendorDir . '/symfony/mailer/Test/TransportFactoryTestCase.php',
    'Symfony\\Component\\Mailer\\Transport' => $vendorDir . '/symfony/mailer/Transport.php',
    'Symfony\\Component\\Mailer\\Transport\\AbstractApiTransport' => $vendorDir . '/symfony/mailer/Transport/AbstractApiTransport.php',
    'Symfony\\Component\\Mailer\\Transport\\AbstractHttpTransport' => $vendorDir . '/symfony/mailer/Transport/AbstractHttpTransport.php',
    'Symfony\\Component\\Mailer\\Transport\\AbstractTransport' => $vendorDir . '/symfony/mailer/Transport/AbstractTransport.php',
    'Symfony\\Component\\Mailer\\Transport\\AbstractTransportFactory' => $vendorDir . '/symfony/mailer/Transport/AbstractTransportFactory.php',
    'Symfony\\Component\\Mailer\\Transport\\Dsn' => $vendorDir . '/symfony/mailer/Transport/Dsn.php',
    'Symfony\\Component\\Mailer\\Transport\\FailoverTransport' => $vendorDir . '/symfony/mailer/Transport/FailoverTransport.php',
    'Symfony\\Component\\Mailer\\Transport\\NativeTransportFactory' => $vendorDir . '/symfony/mailer/Transport/NativeTransportFactory.php',
    'Symfony\\Component\\Mailer\\Transport\\NullTransport' => $vendorDir . '/symfony/mailer/Transport/NullTransport.php',
    'Symfony\\Component\\Mailer\\Transport\\NullTransportFactory' => $vendorDir . '/symfony/mailer/Transport/NullTransportFactory.php',
    'Symfony\\Component\\Mailer\\Transport\\RoundRobinTransport' => $vendorDir . '/symfony/mailer/Transport/RoundRobinTransport.php',
    'Symfony\\Component\\Mailer\\Transport\\SendmailTransport' => $vendorDir . '/symfony/mailer/Transport/SendmailTransport.php',
    'Symfony\\Component\\Mailer\\Transport\\SendmailTransportFactory' => $vendorDir . '/symfony/mailer/Transport/SendmailTransportFactory.php',
    'Symfony\\Component\\Mailer\\Transport\\Smtp\\Auth\\AuthenticatorInterface' => $vendorDir . '/symfony/mailer/Transport/Smtp/Auth/AuthenticatorInterface.php',
    'Symfony\\Component\\Mailer\\Transport\\Smtp\\Auth\\CramMd5Authenticator' => $vendorDir . '/symfony/mailer/Transport/Smtp/Auth/CramMd5Authenticator.php',
    'Symfony\\Component\\Mailer\\Transport\\Smtp\\Auth\\LoginAuthenticator' => $vendorDir . '/symfony/mailer/Transport/Smtp/Auth/LoginAuthenticator.php',
    'Symfony\\Component\\Mailer\\Transport\\Smtp\\Auth\\PlainAuthenticator' => $vendorDir . '/symfony/mailer/Transport/Smtp/Auth/PlainAuthenticator.php',
    'Symfony\\Component\\Mailer\\Transport\\Smtp\\Auth\\XOAuth2Authenticator' => $vendorDir . '/symfony/mailer/Transport/Smtp/Auth/XOAuth2Authenticator.php',
    'Symfony\\Component\\Mailer\\Transport\\Smtp\\EsmtpTransport' => $vendorDir . '/symfony/mailer/Transport/Smtp/EsmtpTransport.php',
    'Symfony\\Component\\Mailer\\Transport\\Smtp\\EsmtpTransportFactory' => $vendorDir . '/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php',
    'Symfony\\Component\\Mailer\\Transport\\Smtp\\SmtpTransport' => $vendorDir . '/symfony/mailer/Transport/Smtp/SmtpTransport.php',
    'Symfony\\Component\\Mailer\\Transport\\Smtp\\Stream\\AbstractStream' => $vendorDir . '/symfony/mailer/Transport/Smtp/Stream/AbstractStream.php',
    'Symfony\\Component\\Mailer\\Transport\\Smtp\\Stream\\ProcessStream' => $vendorDir . '/symfony/mailer/Transport/Smtp/Stream/ProcessStream.php',
    'Symfony\\Component\\Mailer\\Transport\\Smtp\\Stream\\SocketStream' => $vendorDir . '/symfony/mailer/Transport/Smtp/Stream/SocketStream.php',
    'Symfony\\Component\\Mailer\\Transport\\TransportFactoryInterface' => $vendorDir . '/symfony/mailer/Transport/TransportFactoryInterface.php',
    'Symfony\\Component\\Mailer\\Transport\\TransportInterface' => $vendorDir . '/symfony/mailer/Transport/TransportInterface.php',
    'Symfony\\Component\\Mailer\\Transport\\Transports' => $vendorDir . '/symfony/mailer/Transport/Transports.php',
    'Symfony\\Component\\Mime\\Address' => $vendorDir . '/symfony/mime/Address.php',
    'Symfony\\Component\\Mime\\BodyRendererInterface' => $vendorDir . '/symfony/mime/BodyRendererInterface.php',
    'Symfony\\Component\\Mime\\CharacterStream' => $vendorDir . '/symfony/mime/CharacterStream.php',
    'Symfony\\Component\\Mime\\Crypto\\DkimOptions' => $vendorDir . '/symfony/mime/Crypto/DkimOptions.php',
    'Symfony\\Component\\Mime\\Crypto\\DkimSigner' => $vendorDir . '/symfony/mime/Crypto/DkimSigner.php',
    'Symfony\\Component\\Mime\\Crypto\\SMime' => $vendorDir . '/symfony/mime/Crypto/SMime.php',
    'Symfony\\Component\\Mime\\Crypto\\SMimeEncrypter' => $vendorDir . '/symfony/mime/Crypto/SMimeEncrypter.php',
    'Symfony\\Component\\Mime\\Crypto\\SMimeSigner' => $vendorDir . '/symfony/mime/Crypto/SMimeSigner.php',
    'Symfony\\Component\\Mime\\DependencyInjection\\AddMimeTypeGuesserPass' => $vendorDir . '/symfony/mime/DependencyInjection/AddMimeTypeGuesserPass.php',
    'Symfony\\Component\\Mime\\Email' => $vendorDir . '/symfony/mime/Email.php',
    'Symfony\\Component\\Mime\\Encoder\\AddressEncoderInterface' => $vendorDir . '/symfony/mime/Encoder/AddressEncoderInterface.php',
    'Symfony\\Component\\Mime\\Encoder\\Base64ContentEncoder' => $vendorDir . '/symfony/mime/Encoder/Base64ContentEncoder.php',
    'Symfony\\Component\\Mime\\Encoder\\Base64Encoder' => $vendorDir . '/symfony/mime/Encoder/Base64Encoder.php',
    'Symfony\\Component\\Mime\\Encoder\\Base64MimeHeaderEncoder' => $vendorDir . '/symfony/mime/Encoder/Base64MimeHeaderEncoder.php',
    'Symfony\\Component\\Mime\\Encoder\\ContentEncoderInterface' => $vendorDir . '/symfony/mime/Encoder/ContentEncoderInterface.php',
    'Symfony\\Component\\Mime\\Encoder\\EightBitContentEncoder' => $vendorDir . '/symfony/mime/Encoder/EightBitContentEncoder.php',
    'Symfony\\Component\\Mime\\Encoder\\EncoderInterface' => $vendorDir . '/symfony/mime/Encoder/EncoderInterface.php',
    'Symfony\\Component\\Mime\\Encoder\\IdnAddressEncoder' => $vendorDir . '/symfony/mime/Encoder/IdnAddressEncoder.php',
    'Symfony\\Component\\Mime\\Encoder\\MimeHeaderEncoderInterface' => $vendorDir . '/symfony/mime/Encoder/MimeHeaderEncoderInterface.php',
    'Symfony\\Component\\Mime\\Encoder\\QpContentEncoder' => $vendorDir . '/symfony/mime/Encoder/QpContentEncoder.php',
    'Symfony\\Component\\Mime\\Encoder\\QpEncoder' => $vendorDir . '/symfony/mime/Encoder/QpEncoder.php',
    'Symfony\\Component\\Mime\\Encoder\\QpMimeHeaderEncoder' => $vendorDir . '/symfony/mime/Encoder/QpMimeHeaderEncoder.php',
    'Symfony\\Component\\Mime\\Encoder\\Rfc2231Encoder' => $vendorDir . '/symfony/mime/Encoder/Rfc2231Encoder.php',
    'Symfony\\Component\\Mime\\Exception\\AddressEncoderException' => $vendorDir . '/symfony/mime/Exception/AddressEncoderException.php',
    'Symfony\\Component\\Mime\\Exception\\ExceptionInterface' => $vendorDir . '/symfony/mime/Exception/ExceptionInterface.php',
    'Symfony\\Component\\Mime\\Exception\\InvalidArgumentException' => $vendorDir . '/symfony/mime/Exception/InvalidArgumentException.php',
    'Symfony\\Component\\Mime\\Exception\\LogicException' => $vendorDir . '/symfony/mime/Exception/LogicException.php',
    'Symfony\\Component\\Mime\\Exception\\RfcComplianceException' => $vendorDir . '/symfony/mime/Exception/RfcComplianceException.php',
    'Symfony\\Component\\Mime\\Exception\\RuntimeException' => $vendorDir . '/symfony/mime/Exception/RuntimeException.php',
    'Symfony\\Component\\Mime\\FileBinaryMimeTypeGuesser' => $vendorDir . '/symfony/mime/FileBinaryMimeTypeGuesser.php',
    'Symfony\\Component\\Mime\\FileinfoMimeTypeGuesser' => $vendorDir . '/symfony/mime/FileinfoMimeTypeGuesser.php',
    'Symfony\\Component\\Mime\\Header\\AbstractHeader' => $vendorDir . '/symfony/mime/Header/AbstractHeader.php',
    'Symfony\\Component\\Mime\\Header\\DateHeader' => $vendorDir . '/symfony/mime/Header/DateHeader.php',
    'Symfony\\Component\\Mime\\Header\\HeaderInterface' => $vendorDir . '/symfony/mime/Header/HeaderInterface.php',
    'Symfony\\Component\\Mime\\Header\\Headers' => $vendorDir . '/symfony/mime/Header/Headers.php',
    'Symfony\\Component\\Mime\\Header\\IdentificationHeader' => $vendorDir . '/symfony/mime/Header/IdentificationHeader.php',
    'Symfony\\Component\\Mime\\Header\\MailboxHeader' => $vendorDir . '/symfony/mime/Header/MailboxHeader.php',
    'Symfony\\Component\\Mime\\Header\\MailboxListHeader' => $vendorDir . '/symfony/mime/Header/MailboxListHeader.php',
    'Symfony\\Component\\Mime\\Header\\ParameterizedHeader' => $vendorDir . '/symfony/mime/Header/ParameterizedHeader.php',
    'Symfony\\Component\\Mime\\Header\\PathHeader' => $vendorDir . '/symfony/mime/Header/PathHeader.php',
    'Symfony\\Component\\Mime\\Header\\UnstructuredHeader' => $vendorDir . '/symfony/mime/Header/UnstructuredHeader.php',
    'Symfony\\Component\\Mime\\Message' => $vendorDir . '/symfony/mime/Message.php',
    'Symfony\\Component\\Mime\\MessageConverter' => $vendorDir . '/symfony/mime/MessageConverter.php',
    'Symfony\\Component\\Mime\\MimeTypeGuesserInterface' => $vendorDir . '/symfony/mime/MimeTypeGuesserInterface.php',
    'Symfony\\Component\\Mime\\MimeTypes' => $vendorDir . '/symfony/mime/MimeTypes.php',
    'Symfony\\Component\\Mime\\MimeTypesInterface' => $vendorDir . '/symfony/mime/MimeTypesInterface.php',
    'Symfony\\Component\\Mime\\Part\\AbstractMultipartPart' => $vendorDir . '/symfony/mime/Part/AbstractMultipartPart.php',
    'Symfony\\Component\\Mime\\Part\\AbstractPart' => $vendorDir . '/symfony/mime/Part/AbstractPart.php',
    'Symfony\\Component\\Mime\\Part\\DataPart' => $vendorDir . '/symfony/mime/Part/DataPart.php',
    'Symfony\\Component\\Mime\\Part\\MessagePart' => $vendorDir . '/symfony/mime/Part/MessagePart.php',
    'Symfony\\Component\\Mime\\Part\\Multipart\\AlternativePart' => $vendorDir . '/symfony/mime/Part/Multipart/AlternativePart.php',
    'Symfony\\Component\\Mime\\Part\\Multipart\\DigestPart' => $vendorDir . '/symfony/mime/Part/Multipart/DigestPart.php',
    'Symfony\\Component\\Mime\\Part\\Multipart\\FormDataPart' => $vendorDir . '/symfony/mime/Part/Multipart/FormDataPart.php',
    'Symfony\\Component\\Mime\\Part\\Multipart\\MixedPart' => $vendorDir . '/symfony/mime/Part/Multipart/MixedPart.php',
    'Symfony\\Component\\Mime\\Part\\Multipart\\RelatedPart' => $vendorDir . '/symfony/mime/Part/Multipart/RelatedPart.php',
    'Symfony\\Component\\Mime\\Part\\SMimePart' => $vendorDir . '/symfony/mime/Part/SMimePart.php',
    'Symfony\\Component\\Mime\\Part\\TextPart' => $vendorDir . '/symfony/mime/Part/TextPart.php',
    'Symfony\\Component\\Mime\\RawMessage' => $vendorDir . '/symfony/mime/RawMessage.php',
    'Symfony\\Component\\Mime\\Test\\Constraint\\EmailAddressContains' => $vendorDir . '/symfony/mime/Test/Constraint/EmailAddressContains.php',
    'Symfony\\Component\\Mime\\Test\\Constraint\\EmailAttachmentCount' => $vendorDir . '/symfony/mime/Test/Constraint/EmailAttachmentCount.php',
    'Symfony\\Component\\Mime\\Test\\Constraint\\EmailHasHeader' => $vendorDir . '/symfony/mime/Test/Constraint/EmailHasHeader.php',
    'Symfony\\Component\\Mime\\Test\\Constraint\\EmailHeaderSame' => $vendorDir . '/symfony/mime/Test/Constraint/EmailHeaderSame.php',
    'Symfony\\Component\\Mime\\Test\\Constraint\\EmailHtmlBodyContains' => $vendorDir . '/symfony/mime/Test/Constraint/EmailHtmlBodyContains.php',
    'Symfony\\Component\\Mime\\Test\\Constraint\\EmailTextBodyContains' => $vendorDir . '/symfony/mime/Test/Constraint/EmailTextBodyContains.php',
    'Symfony\\Component\\Process\\Exception\\ExceptionInterface' => $vendorDir . '/symfony/process/Exception/ExceptionInterface.php',
    'Symfony\\Component\\Process\\Exception\\InvalidArgumentException' => $vendorDir . '/symfony/process/Exception/InvalidArgumentException.php',
    'Symfony\\Component\\Process\\Exception\\LogicException' => $vendorDir . '/symfony/process/Exception/LogicException.php',
    'Symfony\\Component\\Process\\Exception\\ProcessFailedException' => $vendorDir . '/symfony/process/Exception/ProcessFailedException.php',
    'Symfony\\Component\\Process\\Exception\\ProcessSignaledException' => $vendorDir . '/symfony/process/Exception/ProcessSignaledException.php',
    'Symfony\\Component\\Process\\Exception\\ProcessTimedOutException' => $vendorDir . '/symfony/process/Exception/ProcessTimedOutException.php',
    'Symfony\\Component\\Process\\Exception\\RuntimeException' => $vendorDir . '/symfony/process/Exception/RuntimeException.php',
    'Symfony\\Component\\Process\\ExecutableFinder' => $vendorDir . '/symfony/process/ExecutableFinder.php',
    'Symfony\\Component\\Process\\InputStream' => $vendorDir . '/symfony/process/InputStream.php',
    'Symfony\\Component\\Process\\PhpExecutableFinder' => $vendorDir . '/symfony/process/PhpExecutableFinder.php',
    'Symfony\\Component\\Process\\PhpProcess' => $vendorDir . '/symfony/process/PhpProcess.php',
    'Symfony\\Component\\Process\\Pipes\\AbstractPipes' => $vendorDir . '/symfony/process/Pipes/AbstractPipes.php',
    'Symfony\\Component\\Process\\Pipes\\PipesInterface' => $vendorDir . '/symfony/process/Pipes/PipesInterface.php',
    'Symfony\\Component\\Process\\Pipes\\UnixPipes' => $vendorDir . '/symfony/process/Pipes/UnixPipes.php',
    'Symfony\\Component\\Process\\Pipes\\WindowsPipes' => $vendorDir . '/symfony/process/Pipes/WindowsPipes.php',
    'Symfony\\Component\\Process\\Process' => $vendorDir . '/symfony/process/Process.php',
    'Symfony\\Component\\Process\\ProcessUtils' => $vendorDir . '/symfony/process/ProcessUtils.php',
    'Symfony\\Component\\Routing\\Alias' => $vendorDir . '/symfony/routing/Alias.php',
    'Symfony\\Component\\Routing\\Annotation\\Route' => $vendorDir . '/symfony/routing/Annotation/Route.php',
    'Symfony\\Component\\Routing\\CompiledRoute' => $vendorDir . '/symfony/routing/CompiledRoute.php',
    'Symfony\\Component\\Routing\\DependencyInjection\\RoutingResolverPass' => $vendorDir . '/symfony/routing/DependencyInjection/RoutingResolverPass.php',
    'Symfony\\Component\\Routing\\Exception\\ExceptionInterface' => $vendorDir . '/symfony/routing/Exception/ExceptionInterface.php',
    'Symfony\\Component\\Routing\\Exception\\InvalidArgumentException' => $vendorDir . '/symfony/routing/Exception/InvalidArgumentException.php',
    'Symfony\\Component\\Routing\\Exception\\InvalidParameterException' => $vendorDir . '/symfony/routing/Exception/InvalidParameterException.php',
    'Symfony\\Component\\Routing\\Exception\\MethodNotAllowedException' => $vendorDir . '/symfony/routing/Exception/MethodNotAllowedException.php',
    'Symfony\\Component\\Routing\\Exception\\MissingMandatoryParametersException' => $vendorDir . '/symfony/routing/Exception/MissingMandatoryParametersException.php',
    'Symfony\\Component\\Routing\\Exception\\NoConfigurationException' => $vendorDir . '/symfony/routing/Exception/NoConfigurationException.php',
    'Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException' => $vendorDir . '/symfony/routing/Exception/ResourceNotFoundException.php',
    'Symfony\\Component\\Routing\\Exception\\RouteCircularReferenceException' => $vendorDir . '/symfony/routing/Exception/RouteCircularReferenceException.php',
    'Symfony\\Component\\Routing\\Exception\\RouteNotFoundException' => $vendorDir . '/symfony/routing/Exception/RouteNotFoundException.php',
    'Symfony\\Component\\Routing\\Exception\\RuntimeException' => $vendorDir . '/symfony/routing/Exception/RuntimeException.php',
    'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator' => $vendorDir . '/symfony/routing/Generator/CompiledUrlGenerator.php',
    'Symfony\\Component\\Routing\\Generator\\ConfigurableRequirementsInterface' => $vendorDir . '/symfony/routing/Generator/ConfigurableRequirementsInterface.php',
    'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper' => $vendorDir . '/symfony/routing/Generator/Dumper/CompiledUrlGeneratorDumper.php',
    'Symfony\\Component\\Routing\\Generator\\Dumper\\GeneratorDumper' => $vendorDir . '/symfony/routing/Generator/Dumper/GeneratorDumper.php',
    'Symfony\\Component\\Routing\\Generator\\Dumper\\GeneratorDumperInterface' => $vendorDir . '/symfony/routing/Generator/Dumper/GeneratorDumperInterface.php',
    'Symfony\\Component\\Routing\\Generator\\UrlGenerator' => $vendorDir . '/symfony/routing/Generator/UrlGenerator.php',
    'Symfony\\Component\\Routing\\Generator\\UrlGeneratorInterface' => $vendorDir . '/symfony/routing/Generator/UrlGeneratorInterface.php',
    'Symfony\\Component\\Routing\\Loader\\AnnotationClassLoader' => $vendorDir . '/symfony/routing/Loader/AnnotationClassLoader.php',
    'Symfony\\Component\\Routing\\Loader\\AnnotationDirectoryLoader' => $vendorDir . '/symfony/routing/Loader/AnnotationDirectoryLoader.php',
    'Symfony\\Component\\Routing\\Loader\\AnnotationFileLoader' => $vendorDir . '/symfony/routing/Loader/AnnotationFileLoader.php',
    'Symfony\\Component\\Routing\\Loader\\ClosureLoader' => $vendorDir . '/symfony/routing/Loader/ClosureLoader.php',
    'Symfony\\Component\\Routing\\Loader\\Configurator\\AliasConfigurator' => $vendorDir . '/symfony/routing/Loader/Configurator/AliasConfigurator.php',
    'Symfony\\Component\\Routing\\Loader\\Configurator\\CollectionConfigurator' => $vendorDir . '/symfony/routing/Loader/Configurator/CollectionConfigurator.php',
    'Symfony\\Component\\Routing\\Loader\\Configurator\\ImportConfigurator' => $vendorDir . '/symfony/routing/Loader/Configurator/ImportConfigurator.php',
    'Symfony\\Component\\Routing\\Loader\\Configurator\\RouteConfigurator' => $vendorDir . '/symfony/routing/Loader/Configurator/RouteConfigurator.php',
    'Symfony\\Component\\Routing\\Loader\\Configurator\\RoutingConfigurator' => $vendorDir . '/symfony/routing/Loader/Configurator/RoutingConfigurator.php',
    'Symfony\\Component\\Routing\\Loader\\Configurator\\Traits\\AddTrait' => $vendorDir . '/symfony/routing/Loader/Configurator/Traits/AddTrait.php',
    'Symfony\\Component\\Routing\\Loader\\Configurator\\Traits\\HostTrait' => $vendorDir . '/symfony/routing/Loader/Configurator/Traits/HostTrait.php',
    'Symfony\\Component\\Routing\\Loader\\Configurator\\Traits\\LocalizedRouteTrait' => $vendorDir . '/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php',
    'Symfony\\Component\\Routing\\Loader\\Configurator\\Traits\\PrefixTrait' => $vendorDir . '/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php',
    'Symfony\\Component\\Routing\\Loader\\Configurator\\Traits\\RouteTrait' => $vendorDir . '/symfony/routing/Loader/Configurator/Traits/RouteTrait.php',
    'Symfony\\Component\\Routing\\Loader\\ContainerLoader' => $vendorDir . '/symfony/routing/Loader/ContainerLoader.php',
    'Symfony\\Component\\Routing\\Loader\\DirectoryLoader' => $vendorDir . '/symfony/routing/Loader/DirectoryLoader.php',
    'Symfony\\Component\\Routing\\Loader\\GlobFileLoader' => $vendorDir . '/symfony/routing/Loader/GlobFileLoader.php',
    'Symfony\\Component\\Routing\\Loader\\ObjectLoader' => $vendorDir . '/symfony/routing/Loader/ObjectLoader.php',
    'Symfony\\Component\\Routing\\Loader\\PhpFileLoader' => $vendorDir . '/symfony/routing/Loader/PhpFileLoader.php',
    'Symfony\\Component\\Routing\\Loader\\XmlFileLoader' => $vendorDir . '/symfony/routing/Loader/XmlFileLoader.php',
    'Symfony\\Component\\Routing\\Loader\\YamlFileLoader' => $vendorDir . '/symfony/routing/Loader/YamlFileLoader.php',
    'Symfony\\Component\\Routing\\Matcher\\CompiledUrlMatcher' => $vendorDir . '/symfony/routing/Matcher/CompiledUrlMatcher.php',
    'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper' => $vendorDir . '/symfony/routing/Matcher/Dumper/CompiledUrlMatcherDumper.php',
    'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait' => $vendorDir . '/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php',
    'Symfony\\Component\\Routing\\Matcher\\Dumper\\MatcherDumper' => $vendorDir . '/symfony/routing/Matcher/Dumper/MatcherDumper.php',
    'Symfony\\Component\\Routing\\Matcher\\Dumper\\MatcherDumperInterface' => $vendorDir . '/symfony/routing/Matcher/Dumper/MatcherDumperInterface.php',
    'Symfony\\Component\\Routing\\Matcher\\Dumper\\StaticPrefixCollection' => $vendorDir . '/symfony/routing/Matcher/Dumper/StaticPrefixCollection.php',
    'Symfony\\Component\\Routing\\Matcher\\ExpressionLanguageProvider' => $vendorDir . '/symfony/routing/Matcher/ExpressionLanguageProvider.php',
    'Symfony\\Component\\Routing\\Matcher\\RedirectableUrlMatcher' => $vendorDir . '/symfony/routing/Matcher/RedirectableUrlMatcher.php',
    'Symfony\\Component\\Routing\\Matcher\\RedirectableUrlMatcherInterface' => $vendorDir . '/symfony/routing/Matcher/RedirectableUrlMatcherInterface.php',
    'Symfony\\Component\\Routing\\Matcher\\RequestMatcherInterface' => $vendorDir . '/symfony/routing/Matcher/RequestMatcherInterface.php',
    'Symfony\\Component\\Routing\\Matcher\\TraceableUrlMatcher' => $vendorDir . '/symfony/routing/Matcher/TraceableUrlMatcher.php',
    'Symfony\\Component\\Routing\\Matcher\\UrlMatcher' => $vendorDir . '/symfony/routing/Matcher/UrlMatcher.php',
    'Symfony\\Component\\Routing\\Matcher\\UrlMatcherInterface' => $vendorDir . '/symfony/routing/Matcher/UrlMatcherInterface.php',
    'Symfony\\Component\\Routing\\RequestContext' => $vendorDir . '/symfony/routing/RequestContext.php',
    'Symfony\\Component\\Routing\\RequestContextAwareInterface' => $vendorDir . '/symfony/routing/RequestContextAwareInterface.php',
    'Symfony\\Component\\Routing\\Route' => $vendorDir . '/symfony/routing/Route.php',
    'Symfony\\Component\\Routing\\RouteCollection' => $vendorDir . '/symfony/routing/RouteCollection.php',
    'Symfony\\Component\\Routing\\RouteCollectionBuilder' => $vendorDir . '/symfony/routing/RouteCollectionBuilder.php',
    'Symfony\\Component\\Routing\\RouteCompiler' => $vendorDir . '/symfony/routing/RouteCompiler.php',
    'Symfony\\Component\\Routing\\RouteCompilerInterface' => $vendorDir . '/symfony/routing/RouteCompilerInterface.php',
    'Symfony\\Component\\Routing\\Router' => $vendorDir . '/symfony/routing/Router.php',
    'Symfony\\Component\\Routing\\RouterInterface' => $vendorDir . '/symfony/routing/RouterInterface.php',
    'Symfony\\Component\\String\\AbstractString' => $vendorDir . '/symfony/string/AbstractString.php',
    'Symfony\\Component\\String\\AbstractUnicodeString' => $vendorDir . '/symfony/string/AbstractUnicodeString.php',
    'Symfony\\Component\\String\\ByteString' => $vendorDir . '/symfony/string/ByteString.php',
    'Symfony\\Component\\String\\CodePointString' => $vendorDir . '/symfony/string/CodePointString.php',
    'Symfony\\Component\\String\\Exception\\ExceptionInterface' => $vendorDir . '/symfony/string/Exception/ExceptionInterface.php',
    'Symfony\\Component\\String\\Exception\\InvalidArgumentException' => $vendorDir . '/symfony/string/Exception/InvalidArgumentException.php',
    'Symfony\\Component\\String\\Exception\\RuntimeException' => $vendorDir . '/symfony/string/Exception/RuntimeException.php',
    'Symfony\\Component\\String\\Inflector\\EnglishInflector' => $vendorDir . '/symfony/string/Inflector/EnglishInflector.php',
    'Symfony\\Component\\String\\Inflector\\FrenchInflector' => $vendorDir . '/symfony/string/Inflector/FrenchInflector.php',
    'Symfony\\Component\\String\\Inflector\\InflectorInterface' => $vendorDir . '/symfony/string/Inflector/InflectorInterface.php',
    'Symfony\\Component\\String\\LazyString' => $vendorDir . '/symfony/string/LazyString.php',
    'Symfony\\Component\\String\\Slugger\\AsciiSlugger' => $vendorDir . '/symfony/string/Slugger/AsciiSlugger.php',
    'Symfony\\Component\\String\\Slugger\\SluggerInterface' => $vendorDir . '/symfony/string/Slugger/SluggerInterface.php',
    'Symfony\\Component\\String\\UnicodeString' => $vendorDir . '/symfony/string/UnicodeString.php',
    'Symfony\\Component\\Translation\\Catalogue\\AbstractOperation' => $vendorDir . '/symfony/translation/Catalogue/AbstractOperation.php',
    'Symfony\\Component\\Translation\\Catalogue\\MergeOperation' => $vendorDir . '/symfony/translation/Catalogue/MergeOperation.php',
    'Symfony\\Component\\Translation\\Catalogue\\OperationInterface' => $vendorDir . '/symfony/translation/Catalogue/OperationInterface.php',
    'Symfony\\Component\\Translation\\Catalogue\\TargetOperation' => $vendorDir . '/symfony/translation/Catalogue/TargetOperation.php',
    'Symfony\\Component\\Translation\\Command\\TranslationPullCommand' => $vendorDir . '/symfony/translation/Command/TranslationPullCommand.php',
    'Symfony\\Component\\Translation\\Command\\TranslationPushCommand' => $vendorDir . '/symfony/translation/Command/TranslationPushCommand.php',
    'Symfony\\Component\\Translation\\Command\\TranslationTrait' => $vendorDir . '/symfony/translation/Command/TranslationTrait.php',
    'Symfony\\Component\\Translation\\Command\\XliffLintCommand' => $vendorDir . '/symfony/translation/Command/XliffLintCommand.php',
    'Symfony\\Component\\Translation\\DataCollectorTranslator' => $vendorDir . '/symfony/translation/DataCollectorTranslator.php',
    'Symfony\\Component\\Translation\\DataCollector\\TranslationDataCollector' => $vendorDir . '/symfony/translation/DataCollector/TranslationDataCollector.php',
    'Symfony\\Component\\Translation\\DependencyInjection\\TranslationDumperPass' => $vendorDir . '/symfony/translation/DependencyInjection/TranslationDumperPass.php',
    'Symfony\\Component\\Translation\\DependencyInjection\\TranslationExtractorPass' => $vendorDir . '/symfony/translation/DependencyInjection/TranslationExtractorPass.php',
    'Symfony\\Component\\Translation\\DependencyInjection\\TranslatorPass' => $vendorDir . '/symfony/translation/DependencyInjection/TranslatorPass.php',
    'Symfony\\Component\\Translation\\DependencyInjection\\TranslatorPathsPass' => $vendorDir . '/symfony/translation/DependencyInjection/TranslatorPathsPass.php',
    'Symfony\\Component\\Translation\\Dumper\\CsvFileDumper' => $vendorDir . '/symfony/translation/Dumper/CsvFileDumper.php',
    'Symfony\\Component\\Translation\\Dumper\\DumperInterface' => $vendorDir . '/symfony/translation/Dumper/DumperInterface.php',
    'Symfony\\Component\\Translation\\Dumper\\FileDumper' => $vendorDir . '/symfony/translation/Dumper/FileDumper.php',
    'Symfony\\Component\\Translation\\Dumper\\IcuResFileDumper' => $vendorDir . '/symfony/translation/Dumper/IcuResFileDumper.php',
    'Symfony\\Component\\Translation\\Dumper\\IniFileDumper' => $vendorDir . '/symfony/translation/Dumper/IniFileDumper.php',
    'Symfony\\Component\\Translation\\Dumper\\JsonFileDumper' => $vendorDir . '/symfony/translation/Dumper/JsonFileDumper.php',
    'Symfony\\Component\\Translation\\Dumper\\MoFileDumper' => $vendorDir . '/symfony/translation/Dumper/MoFileDumper.php',
    'Symfony\\Component\\Translation\\Dumper\\PhpFileDumper' => $vendorDir . '/symfony/translation/Dumper/PhpFileDumper.php',
    'Symfony\\Component\\Translation\\Dumper\\PoFileDumper' => $vendorDir . '/symfony/translation/Dumper/PoFileDumper.php',
    'Symfony\\Component\\Translation\\Dumper\\QtFileDumper' => $vendorDir . '/symfony/translation/Dumper/QtFileDumper.php',
    'Symfony\\Component\\Translation\\Dumper\\XliffFileDumper' => $vendorDir . '/symfony/translation/Dumper/XliffFileDumper.php',
    'Symfony\\Component\\Translation\\Dumper\\YamlFileDumper' => $vendorDir . '/symfony/translation/Dumper/YamlFileDumper.php',
    'Symfony\\Component\\Translation\\Exception\\ExceptionInterface' => $vendorDir . '/symfony/translation/Exception/ExceptionInterface.php',
    'Symfony\\Component\\Translation\\Exception\\IncompleteDsnException' => $vendorDir . '/symfony/translation/Exception/IncompleteDsnException.php',
    'Symfony\\Component\\Translation\\Exception\\InvalidArgumentException' => $vendorDir . '/symfony/translation/Exception/InvalidArgumentException.php',
    'Symfony\\Component\\Translation\\Exception\\InvalidResourceException' => $vendorDir . '/symfony/translation/Exception/InvalidResourceException.php',
    'Symfony\\Component\\Translation\\Exception\\LogicException' => $vendorDir . '/symfony/translation/Exception/LogicException.php',
    'Symfony\\Component\\Translation\\Exception\\MissingRequiredOptionException' => $vendorDir . '/symfony/translation/Exception/MissingRequiredOptionException.php',
    'Symfony\\Component\\Translation\\Exception\\NotFoundResourceException' => $vendorDir . '/symfony/translation/Exception/NotFoundResourceException.php',
    'Symfony\\Component\\Translation\\Exception\\ProviderException' => $vendorDir . '/symfony/translation/Exception/ProviderException.php',
    'Symfony\\Component\\Translation\\Exception\\ProviderExceptionInterface' => $vendorDir . '/symfony/translation/Exception/ProviderExceptionInterface.php',
    'Symfony\\Component\\Translation\\Exception\\RuntimeException' => $vendorDir . '/symfony/translation/Exception/RuntimeException.php',
    'Symfony\\Component\\Translation\\Exception\\UnsupportedSchemeException' => $vendorDir . '/symfony/translation/Exception/UnsupportedSchemeException.php',
    'Symfony\\Component\\Translation\\Extractor\\AbstractFileExtractor' => $vendorDir . '/symfony/translation/Extractor/AbstractFileExtractor.php',
    'Symfony\\Component\\Translation\\Extractor\\ChainExtractor' => $vendorDir . '/symfony/translation/Extractor/ChainExtractor.php',
    'Symfony\\Component\\Translation\\Extractor\\ExtractorInterface' => $vendorDir . '/symfony/translation/Extractor/ExtractorInterface.php',
    'Symfony\\Component\\Translation\\Extractor\\PhpExtractor' => $vendorDir . '/symfony/translation/Extractor/PhpExtractor.php',
    'Symfony\\Component\\Translation\\Extractor\\PhpStringTokenParser' => $vendorDir . '/symfony/translation/Extractor/PhpStringTokenParser.php',
    'Symfony\\Component\\Translation\\Formatter\\IntlFormatter' => $vendorDir . '/symfony/translation/Formatter/IntlFormatter.php',
    'Symfony\\Component\\Translation\\Formatter\\IntlFormatterInterface' => $vendorDir . '/symfony/translation/Formatter/IntlFormatterInterface.php',
    'Symfony\\Component\\Translation\\Formatter\\MessageFormatter' => $vendorDir . '/symfony/translation/Formatter/MessageFormatter.php',
    'Symfony\\Component\\Translation\\Formatter\\MessageFormatterInterface' => $vendorDir . '/symfony/translation/Formatter/MessageFormatterInterface.php',
    'Symfony\\Component\\Translation\\IdentityTranslator' => $vendorDir . '/symfony/translation/IdentityTranslator.php',
    'Symfony\\Component\\Translation\\Loader\\ArrayLoader' => $vendorDir . '/symfony/translation/Loader/ArrayLoader.php',
    'Symfony\\Component\\Translation\\Loader\\CsvFileLoader' => $vendorDir . '/symfony/translation/Loader/CsvFileLoader.php',
    'Symfony\\Component\\Translation\\Loader\\FileLoader' => $vendorDir . '/symfony/translation/Loader/FileLoader.php',
    'Symfony\\Component\\Translation\\Loader\\IcuDatFileLoader' => $vendorDir . '/symfony/translation/Loader/IcuDatFileLoader.php',
    'Symfony\\Component\\Translation\\Loader\\IcuResFileLoader' => $vendorDir . '/symfony/translation/Loader/IcuResFileLoader.php',
    'Symfony\\Component\\Translation\\Loader\\IniFileLoader' => $vendorDir . '/symfony/translation/Loader/IniFileLoader.php',
    'Symfony\\Component\\Translation\\Loader\\JsonFileLoader' => $vendorDir . '/symfony/translation/Loader/JsonFileLoader.php',
    'Symfony\\Component\\Translation\\Loader\\LoaderInterface' => $vendorDir . '/symfony/translation/Loader/LoaderInterface.php',
    'Symfony\\Component\\Translation\\Loader\\MoFileLoader' => $vendorDir . '/symfony/translation/Loader/MoFileLoader.php',
    'Symfony\\Component\\Translation\\Loader\\PhpFileLoader' => $vendorDir . '/symfony/translation/Loader/PhpFileLoader.php',
    'Symfony\\Component\\Translation\\Loader\\PoFileLoader' => $vendorDir . '/symfony/translation/Loader/PoFileLoader.php',
    'Symfony\\Component\\Translation\\Loader\\QtFileLoader' => $vendorDir . '/symfony/translation/Loader/QtFileLoader.php',
    'Symfony\\Component\\Translation\\Loader\\XliffFileLoader' => $vendorDir . '/symfony/translation/Loader/XliffFileLoader.php',
    'Symfony\\Component\\Translation\\Loader\\YamlFileLoader' => $vendorDir . '/symfony/translation/Loader/YamlFileLoader.php',
    'Symfony\\Component\\Translation\\LoggingTranslator' => $vendorDir . '/symfony/translation/LoggingTranslator.php',
    'Symfony\\Component\\Translation\\MessageCatalogue' => $vendorDir . '/symfony/translation/MessageCatalogue.php',
    'Symfony\\Component\\Translation\\MessageCatalogueInterface' => $vendorDir . '/symfony/translation/MessageCatalogueInterface.php',
    'Symfony\\Component\\Translation\\MetadataAwareInterface' => $vendorDir . '/symfony/translation/MetadataAwareInterface.php',
    'Symfony\\Component\\Translation\\Provider\\AbstractProviderFactory' => $vendorDir . '/symfony/translation/Provider/AbstractProviderFactory.php',
    'Symfony\\Component\\Translation\\Provider\\Dsn' => $vendorDir . '/symfony/translation/Provider/Dsn.php',
    'Symfony\\Component\\Translation\\Provider\\FilteringProvider' => $vendorDir . '/symfony/translation/Provider/FilteringProvider.php',
    'Symfony\\Component\\Translation\\Provider\\NullProvider' => $vendorDir . '/symfony/translation/Provider/NullProvider.php',
    'Symfony\\Component\\Translation\\Provider\\NullProviderFactory' => $vendorDir . '/symfony/translation/Provider/NullProviderFactory.php',
    'Symfony\\Component\\Translation\\Provider\\ProviderFactoryInterface' => $vendorDir . '/symfony/translation/Provider/ProviderFactoryInterface.php',
    'Symfony\\Component\\Translation\\Provider\\ProviderInterface' => $vendorDir . '/symfony/translation/Provider/ProviderInterface.php',
    'Symfony\\Component\\Translation\\Provider\\TranslationProviderCollection' => $vendorDir . '/symfony/translation/Provider/TranslationProviderCollection.php',
    'Symfony\\Component\\Translation\\Provider\\TranslationProviderCollectionFactory' => $vendorDir . '/symfony/translation/Provider/TranslationProviderCollectionFactory.php',
    'Symfony\\Component\\Translation\\PseudoLocalizationTranslator' => $vendorDir . '/symfony/translation/PseudoLocalizationTranslator.php',
    'Symfony\\Component\\Translation\\Reader\\TranslationReader' => $vendorDir . '/symfony/translation/Reader/TranslationReader.php',
    'Symfony\\Component\\Translation\\Reader\\TranslationReaderInterface' => $vendorDir . '/symfony/translation/Reader/TranslationReaderInterface.php',
    'Symfony\\Component\\Translation\\Test\\ProviderFactoryTestCase' => $vendorDir . '/symfony/translation/Test/ProviderFactoryTestCase.php',
    'Symfony\\Component\\Translation\\Test\\ProviderTestCase' => $vendorDir . '/symfony/translation/Test/ProviderTestCase.php',
    'Symfony\\Component\\Translation\\TranslatableMessage' => $vendorDir . '/symfony/translation/TranslatableMessage.php',
    'Symfony\\Component\\Translation\\Translator' => $vendorDir . '/symfony/translation/Translator.php',
    'Symfony\\Component\\Translation\\TranslatorBag' => $vendorDir . '/symfony/translation/TranslatorBag.php',
    'Symfony\\Component\\Translation\\TranslatorBagInterface' => $vendorDir . '/symfony/translation/TranslatorBagInterface.php',
    'Symfony\\Component\\Translation\\Util\\ArrayConverter' => $vendorDir . '/symfony/translation/Util/ArrayConverter.php',
    'Symfony\\Component\\Translation\\Util\\XliffUtils' => $vendorDir . '/symfony/translation/Util/XliffUtils.php',
    'Symfony\\Component\\Translation\\Writer\\TranslationWriter' => $vendorDir . '/symfony/translation/Writer/TranslationWriter.php',
    'Symfony\\Component\\Translation\\Writer\\TranslationWriterInterface' => $vendorDir . '/symfony/translation/Writer/TranslationWriterInterface.php',
    'Symfony\\Component\\VarDumper\\Caster\\AmqpCaster' => $vendorDir . '/symfony/var-dumper/Caster/AmqpCaster.php',
    'Symfony\\Component\\VarDumper\\Caster\\ArgsStub' => $vendorDir . '/symfony/var-dumper/Caster/ArgsStub.php',
    'Symfony\\Component\\VarDumper\\Caster\\Caster' => $vendorDir . '/symfony/var-dumper/Caster/Caster.php',
    'Symfony\\Component\\VarDumper\\Caster\\ClassStub' => $vendorDir . '/symfony/var-dumper/Caster/ClassStub.php',
    'Symfony\\Component\\VarDumper\\Caster\\ConstStub' => $vendorDir . '/symfony/var-dumper/Caster/ConstStub.php',
    'Symfony\\Component\\VarDumper\\Caster\\CutArrayStub' => $vendorDir . '/symfony/var-dumper/Caster/CutArrayStub.php',
    'Symfony\\Component\\VarDumper\\Caster\\CutStub' => $vendorDir . '/symfony/var-dumper/Caster/CutStub.php',
    'Symfony\\Component\\VarDumper\\Caster\\DOMCaster' => $vendorDir . '/symfony/var-dumper/Caster/DOMCaster.php',
    'Symfony\\Component\\VarDumper\\Caster\\DateCaster' => $vendorDir . '/symfony/var-dumper/Caster/DateCaster.php',
    'Symfony\\Component\\VarDumper\\Caster\\DoctrineCaster' => $vendorDir . '/symfony/var-dumper/Caster/DoctrineCaster.php',
    'Symfony\\Component\\VarDumper\\Caster\\DsCaster' => $vendorDir . '/symfony/var-dumper/Caster/DsCaster.php',
    'Symfony\\Component\\VarDumper\\Caster\\DsPairStub' => $vendorDir . '/symfony/var-dumper/Caster/DsPairStub.php',
    'Symfony\\Component\\VarDumper\\Caster\\EnumStub' => $vendorDir . '/symfony/var-dumper/Caster/EnumStub.php',
    'Symfony\\Component\\VarDumper\\Caster\\ExceptionCaster' => $vendorDir . '/symfony/var-dumper/Caster/ExceptionCaster.php',
    'Symfony\\Component\\VarDumper\\Caster\\FiberCaster' => $vendorDir . '/symfony/var-dumper/Caster/FiberCaster.php',
    'Symfony\\Component\\VarDumper\\Caster\\FrameStub' => $vendorDir . '/symfony/var-dumper/Caster/FrameStub.php',
    'Symfony\\Component\\VarDumper\\Caster\\GmpCaster' => $vendorDir . '/symfony/var-dumper/Caster/GmpCaster.php',
    'Symfony\\Component\\VarDumper\\Caster\\ImagineCaster' => $vendorDir . '/symfony/var-dumper/Caster/ImagineCaster.php',
    'Symfony\\Component\\VarDumper\\Caster\\ImgStub' => $vendorDir . '/symfony/var-dumper/Caster/ImgStub.php',
    'Symfony\\Component\\VarDumper\\Caster\\IntlCaster' => $vendorDir . '/symfony/var-dumper/Caster/IntlCaster.php',
    'Symfony\\Component\\VarDumper\\Caster\\LinkStub' => $vendorDir . '/symfony/var-dumper/Caster/LinkStub.php',
    'Symfony\\Component\\VarDumper\\Caster\\MemcachedCaster' => $vendorDir . '/symfony/var-dumper/Caster/MemcachedCaster.php',
    'Symfony\\Component\\VarDumper\\Caster\\MysqliCaster' => $vendorDir . '/symfony/var-dumper/Caster/MysqliCaster.php',
    'Symfony\\Component\\VarDumper\\Caster\\PdoCaster' => $vendorDir . '/symfony/var-dumper/Caster/PdoCaster.php',
    'Symfony\\Component\\VarDumper\\Caster\\PgSqlCaster' => $vendorDir . '/symfony/var-dumper/Caster/PgSqlCaster.php',
    'Symfony\\Component\\VarDumper\\Caster\\ProxyManagerCaster' => $vendorDir . '/symfony/var-dumper/Caster/ProxyManagerCaster.php',
    'Symfony\\Component\\VarDumper\\Caster\\RdKafkaCaster' => $vendorDir . '/symfony/var-dumper/Caster/RdKafkaCaster.php',
    'Symfony\\Component\\VarDumper\\Caster\\RedisCaster' => $vendorDir . '/symfony/var-dumper/Caster/RedisCaster.php',
    'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster' => $vendorDir . '/symfony/var-dumper/Caster/ReflectionCaster.php',
    'Symfony\\Component\\VarDumper\\Caster\\ResourceCaster' => $vendorDir . '/symfony/var-dumper/Caster/ResourceCaster.php',
    'Symfony\\Component\\VarDumper\\Caster\\SplCaster' => $vendorDir . '/symfony/var-dumper/Caster/SplCaster.php',
    'Symfony\\Component\\VarDumper\\Caster\\StubCaster' => $vendorDir . '/symfony/var-dumper/Caster/StubCaster.php',
    'Symfony\\Component\\VarDumper\\Caster\\SymfonyCaster' => $vendorDir . '/symfony/var-dumper/Caster/SymfonyCaster.php',
    'Symfony\\Component\\VarDumper\\Caster\\TraceStub' => $vendorDir . '/symfony/var-dumper/Caster/TraceStub.php',
    'Symfony\\Component\\VarDumper\\Caster\\UuidCaster' => $vendorDir . '/symfony/var-dumper/Caster/UuidCaster.php',
    'Symfony\\Component\\VarDumper\\Caster\\XmlReaderCaster' => $vendorDir . '/symfony/var-dumper/Caster/XmlReaderCaster.php',
    'Symfony\\Component\\VarDumper\\Caster\\XmlResourceCaster' => $vendorDir . '/symfony/var-dumper/Caster/XmlResourceCaster.php',
    'Symfony\\Component\\VarDumper\\Cloner\\AbstractCloner' => $vendorDir . '/symfony/var-dumper/Cloner/AbstractCloner.php',
    'Symfony\\Component\\VarDumper\\Cloner\\ClonerInterface' => $vendorDir . '/symfony/var-dumper/Cloner/ClonerInterface.php',
    'Symfony\\Component\\VarDumper\\Cloner\\Cursor' => $vendorDir . '/symfony/var-dumper/Cloner/Cursor.php',
    'Symfony\\Component\\VarDumper\\Cloner\\Data' => $vendorDir . '/symfony/var-dumper/Cloner/Data.php',
    'Symfony\\Component\\VarDumper\\Cloner\\DumperInterface' => $vendorDir . '/symfony/var-dumper/Cloner/DumperInterface.php',
    'Symfony\\Component\\VarDumper\\Cloner\\Stub' => $vendorDir . '/symfony/var-dumper/Cloner/Stub.php',
    'Symfony\\Component\\VarDumper\\Cloner\\VarCloner' => $vendorDir . '/symfony/var-dumper/Cloner/VarCloner.php',
    'Symfony\\Component\\VarDumper\\Command\\Descriptor\\CliDescriptor' => $vendorDir . '/symfony/var-dumper/Command/Descriptor/CliDescriptor.php',
    'Symfony\\Component\\VarDumper\\Command\\Descriptor\\DumpDescriptorInterface' => $vendorDir . '/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php',
    'Symfony\\Component\\VarDumper\\Command\\Descriptor\\HtmlDescriptor' => $vendorDir . '/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php',
    'Symfony\\Component\\VarDumper\\Command\\ServerDumpCommand' => $vendorDir . '/symfony/var-dumper/Command/ServerDumpCommand.php',
    'Symfony\\Component\\VarDumper\\Dumper\\AbstractDumper' => $vendorDir . '/symfony/var-dumper/Dumper/AbstractDumper.php',
    'Symfony\\Component\\VarDumper\\Dumper\\CliDumper' => $vendorDir . '/symfony/var-dumper/Dumper/CliDumper.php',
    'Symfony\\Component\\VarDumper\\Dumper\\ContextProvider\\CliContextProvider' => $vendorDir . '/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php',
    'Symfony\\Component\\VarDumper\\Dumper\\ContextProvider\\ContextProviderInterface' => $vendorDir . '/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php',
    'Symfony\\Component\\VarDumper\\Dumper\\ContextProvider\\RequestContextProvider' => $vendorDir . '/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php',
    'Symfony\\Component\\VarDumper\\Dumper\\ContextProvider\\SourceContextProvider' => $vendorDir . '/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php',
    'Symfony\\Component\\VarDumper\\Dumper\\ContextualizedDumper' => $vendorDir . '/symfony/var-dumper/Dumper/ContextualizedDumper.php',
    'Symfony\\Component\\VarDumper\\Dumper\\DataDumperInterface' => $vendorDir . '/symfony/var-dumper/Dumper/DataDumperInterface.php',
    'Symfony\\Component\\VarDumper\\Dumper\\HtmlDumper' => $vendorDir . '/symfony/var-dumper/Dumper/HtmlDumper.php',
    'Symfony\\Component\\VarDumper\\Dumper\\ServerDumper' => $vendorDir . '/symfony/var-dumper/Dumper/ServerDumper.php',
    'Symfony\\Component\\VarDumper\\Exception\\ThrowingCasterException' => $vendorDir . '/symfony/var-dumper/Exception/ThrowingCasterException.php',
    'Symfony\\Component\\VarDumper\\Server\\Connection' => $vendorDir . '/symfony/var-dumper/Server/Connection.php',
    'Symfony\\Component\\VarDumper\\Server\\DumpServer' => $vendorDir . '/symfony/var-dumper/Server/DumpServer.php',
    'Symfony\\Component\\VarDumper\\Test\\VarDumperTestTrait' => $vendorDir . '/symfony/var-dumper/Test/VarDumperTestTrait.php',
    'Symfony\\Component\\VarDumper\\VarDumper' => $vendorDir . '/symfony/var-dumper/VarDumper.php',
    'Symfony\\Contracts\\EventDispatcher\\Event' => $vendorDir . '/symfony/event-dispatcher-contracts/Event.php',
    'Symfony\\Contracts\\EventDispatcher\\EventDispatcherInterface' => $vendorDir . '/symfony/event-dispatcher-contracts/EventDispatcherInterface.php',
    'Symfony\\Contracts\\HttpClient\\ChunkInterface' => $vendorDir . '/symfony/http-client-contracts/ChunkInterface.php',
    'Symfony\\Contracts\\HttpClient\\Exception\\ClientExceptionInterface' => $vendorDir . '/symfony/http-client-contracts/Exception/ClientExceptionInterface.php',
    'Symfony\\Contracts\\HttpClient\\Exception\\DecodingExceptionInterface' => $vendorDir . '/symfony/http-client-contracts/Exception/DecodingExceptionInterface.php',
    'Symfony\\Contracts\\HttpClient\\Exception\\ExceptionInterface' => $vendorDir . '/symfony/http-client-contracts/Exception/ExceptionInterface.php',
    'Symfony\\Contracts\\HttpClient\\Exception\\HttpExceptionInterface' => $vendorDir . '/symfony/http-client-contracts/Exception/HttpExceptionInterface.php',
    'Symfony\\Contracts\\HttpClient\\Exception\\RedirectionExceptionInterface' => $vendorDir . '/symfony/http-client-contracts/Exception/RedirectionExceptionInterface.php',
    'Symfony\\Contracts\\HttpClient\\Exception\\ServerExceptionInterface' => $vendorDir . '/symfony/http-client-contracts/Exception/ServerExceptionInterface.php',
    'Symfony\\Contracts\\HttpClient\\Exception\\TimeoutExceptionInterface' => $vendorDir . '/symfony/http-client-contracts/Exception/TimeoutExceptionInterface.php',
    'Symfony\\Contracts\\HttpClient\\Exception\\TransportExceptionInterface' => $vendorDir . '/symfony/http-client-contracts/Exception/TransportExceptionInterface.php',
    'Symfony\\Contracts\\HttpClient\\HttpClientInterface' => $vendorDir . '/symfony/http-client-contracts/HttpClientInterface.php',
    'Symfony\\Contracts\\HttpClient\\ResponseInterface' => $vendorDir . '/symfony/http-client-contracts/ResponseInterface.php',
    'Symfony\\Contracts\\HttpClient\\ResponseStreamInterface' => $vendorDir . '/symfony/http-client-contracts/ResponseStreamInterface.php',
    'Symfony\\Contracts\\HttpClient\\Test\\HttpClientTestCase' => $vendorDir . '/symfony/http-client-contracts/Test/HttpClientTestCase.php',
    'Symfony\\Contracts\\HttpClient\\Test\\TestHttpServer' => $vendorDir . '/symfony/http-client-contracts/Test/TestHttpServer.php',
    'Symfony\\Contracts\\Service\\Attribute\\Required' => $vendorDir . '/symfony/service-contracts/Attribute/Required.php',
    'Symfony\\Contracts\\Service\\Attribute\\SubscribedService' => $vendorDir . '/symfony/service-contracts/Attribute/SubscribedService.php',
    'Symfony\\Contracts\\Service\\ResetInterface' => $vendorDir . '/symfony/service-contracts/ResetInterface.php',
    'Symfony\\Contracts\\Service\\ServiceLocatorTrait' => $vendorDir . '/symfony/service-contracts/ServiceLocatorTrait.php',
    'Symfony\\Contracts\\Service\\ServiceProviderInterface' => $vendorDir . '/symfony/service-contracts/ServiceProviderInterface.php',
    'Symfony\\Contracts\\Service\\ServiceSubscriberInterface' => $vendorDir . '/symfony/service-contracts/ServiceSubscriberInterface.php',
    'Symfony\\Contracts\\Service\\ServiceSubscriberTrait' => $vendorDir . '/symfony/service-contracts/ServiceSubscriberTrait.php',
    'Symfony\\Contracts\\Service\\Test\\ServiceLocatorTest' => $vendorDir . '/symfony/service-contracts/Test/ServiceLocatorTest.php',
    'Symfony\\Contracts\\Service\\Test\\ServiceLocatorTestCase' => $vendorDir . '/symfony/service-contracts/Test/ServiceLocatorTestCase.php',
    'Symfony\\Contracts\\Translation\\LocaleAwareInterface' => $vendorDir . '/symfony/translation-contracts/LocaleAwareInterface.php',
    'Symfony\\Contracts\\Translation\\Test\\TranslatorTest' => $vendorDir . '/symfony/translation-contracts/Test/TranslatorTest.php',
    'Symfony\\Contracts\\Translation\\TranslatableInterface' => $vendorDir . '/symfony/translation-contracts/TranslatableInterface.php',
    'Symfony\\Contracts\\Translation\\TranslatorInterface' => $vendorDir . '/symfony/translation-contracts/TranslatorInterface.php',
    'Symfony\\Contracts\\Translation\\TranslatorTrait' => $vendorDir . '/symfony/translation-contracts/TranslatorTrait.php',
    'Symfony\\Polyfill\\Ctype\\Ctype' => $vendorDir . '/symfony/polyfill-ctype/Ctype.php',
    'Symfony\\Polyfill\\Iconv\\Iconv' => $vendorDir . '/symfony/polyfill-iconv/Iconv.php',
    'Symfony\\Polyfill\\Intl\\Grapheme\\Grapheme' => $vendorDir . '/symfony/polyfill-intl-grapheme/Grapheme.php',
    'Symfony\\Polyfill\\Intl\\Idn\\Idn' => $vendorDir . '/symfony/polyfill-intl-idn/Idn.php',
    'Symfony\\Polyfill\\Intl\\Idn\\Info' => $vendorDir . '/symfony/polyfill-intl-idn/Info.php',
    'Symfony\\Polyfill\\Intl\\Idn\\Resources\\unidata\\DisallowedRanges' => $vendorDir . '/symfony/polyfill-intl-idn/Resources/unidata/DisallowedRanges.php',
    'Symfony\\Polyfill\\Intl\\Idn\\Resources\\unidata\\Regex' => $vendorDir . '/symfony/polyfill-intl-idn/Resources/unidata/Regex.php',
    'Symfony\\Polyfill\\Intl\\Normalizer\\Normalizer' => $vendorDir . '/symfony/polyfill-intl-normalizer/Normalizer.php',
    'Symfony\\Polyfill\\Mbstring\\Mbstring' => $vendorDir . '/symfony/polyfill-mbstring/Mbstring.php',
    'Symfony\\Polyfill\\Php73\\Php73' => $vendorDir . '/symfony/polyfill-php73/Php73.php',
    'Symfony\\Polyfill\\Php80\\Php80' => $vendorDir . '/symfony/polyfill-php80/Php80.php',
    'Symfony\\Polyfill\\Php80\\PhpToken' => $vendorDir . '/symfony/polyfill-php80/PhpToken.php',
    'Symfony\\Polyfill\\Php81\\Php81' => $vendorDir . '/symfony/polyfill-php81/Php81.php',
    'TijsVerkoyen\\CssToInlineStyles\\CssToInlineStyles' => $vendorDir . '/tijsverkoyen/css-to-inline-styles/src/CssToInlineStyles.php',
    'TijsVerkoyen\\CssToInlineStyles\\Css\\Processor' => $vendorDir . '/tijsverkoyen/css-to-inline-styles/src/Css/Processor.php',
    'TijsVerkoyen\\CssToInlineStyles\\Css\\Property\\Processor' => $vendorDir . '/tijsverkoyen/css-to-inline-styles/src/Css/Property/Processor.php',
    'TijsVerkoyen\\CssToInlineStyles\\Css\\Property\\Property' => $vendorDir . '/tijsverkoyen/css-to-inline-styles/src/Css/Property/Property.php',
    'TijsVerkoyen\\CssToInlineStyles\\Css\\Rule\\Processor' => $vendorDir . '/tijsverkoyen/css-to-inline-styles/src/Css/Rule/Processor.php',
    'TijsVerkoyen\\CssToInlineStyles\\Css\\Rule\\Rule' => $vendorDir . '/tijsverkoyen/css-to-inline-styles/src/Css/Rule/Rule.php',
    'UnhandledMatchError' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php',
    'ValueError' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/ValueError.php',
    'Webmozart\\Assert\\Assert' => $vendorDir . '/webmozart/assert/src/Assert.php',
    'Webmozart\\Assert\\InvalidArgumentException' => $vendorDir . '/webmozart/assert/src/InvalidArgumentException.php',
    'Webmozart\\Assert\\Mixin' => $vendorDir . '/webmozart/assert/src/Mixin.php',
    'voku\\helper\\ASCII' => $vendorDir . '/voku/portable-ascii/src/voku/helper/ASCII.php',
);
