Use canonicalName for naming the core API class
diff --git a/generated/googleapis/lib/abusiveexperiencereport/v1.dart b/generated/googleapis/lib/abusiveexperiencereport/v1.dart
index 668c76c..b5ab215 100644
--- a/generated/googleapis/lib/abusiveexperiencereport/v1.dart
+++ b/generated/googleapis/lib/abusiveexperiencereport/v1.dart
@@ -37,14 +37,14 @@
 
 /// Views Abusive Experience Report data, and gets a list of sites that have a
 /// significant number of abusive experiences.
-class AbusiveexperiencereportApi {
+class AbusiveExperienceReportApi {
   final commons.ApiRequester _requester;
 
   SitesResourceApi get sites => SitesResourceApi(_requester);
   ViolatingSitesResourceApi get violatingSites =>
       ViolatingSitesResourceApi(_requester);
 
-  AbusiveexperiencereportApi(http.Client client,
+  AbusiveExperienceReportApi(http.Client client,
       {core.String rootUrl = 'https://abusiveexperiencereport.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/accessapproval/v1.dart b/generated/googleapis/lib/accessapproval/v1.dart
index a969d8b..06aed30 100644
--- a/generated/googleapis/lib/accessapproval/v1.dart
+++ b/generated/googleapis/lib/accessapproval/v1.dart
@@ -35,7 +35,7 @@
     show ApiRequestError, DetailedApiRequestError;
 
 /// An API for controlling access to data by Google personnel.
-class AccessapprovalApi {
+class AccessApprovalApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -47,7 +47,7 @@
       OrganizationsResourceApi(_requester);
   ProjectsResourceApi get projects => ProjectsResourceApi(_requester);
 
-  AccessapprovalApi(http.Client client,
+  AccessApprovalApi(http.Client client,
       {core.String rootUrl = 'https://accessapproval.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/accesscontextmanager/v1.dart b/generated/googleapis/lib/accesscontextmanager/v1.dart
index 9e6c31b..8ac4d7b 100644
--- a/generated/googleapis/lib/accesscontextmanager/v1.dart
+++ b/generated/googleapis/lib/accesscontextmanager/v1.dart
@@ -38,7 +38,7 @@
 
 /// An API for setting attribute based access control to requests to GCP
 /// services.
-class AccesscontextmanagerApi {
+class AccessContextManagerApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -51,7 +51,7 @@
   OrganizationsResourceApi get organizations =>
       OrganizationsResourceApi(_requester);
 
-  AccesscontextmanagerApi(http.Client client,
+  AccessContextManagerApi(http.Client client,
       {core.String rootUrl = 'https://accesscontextmanager.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/adexchangebuyer/v1_3.dart b/generated/googleapis/lib/adexchangebuyer/v1_3.dart
index 3d8be49..2c46e74 100644
--- a/generated/googleapis/lib/adexchangebuyer/v1_3.dart
+++ b/generated/googleapis/lib/adexchangebuyer/v1_3.dart
@@ -38,7 +38,7 @@
 
 /// Accesses your bidding-account information, submits creatives for validation,
 /// finds available direct deals, and retrieves performance reports.
-class AdexchangebuyerApi {
+class AdExchangeBuyerApi {
   /// Manage your Ad Exchange buyer account configuration
   static const adexchangeBuyerScope =
       'https://www.googleapis.com/auth/adexchange.buyer';
@@ -55,7 +55,7 @@
   PretargetingConfigResourceApi get pretargetingConfig =>
       PretargetingConfigResourceApi(_requester);
 
-  AdexchangebuyerApi(http.Client client,
+  AdExchangeBuyerApi(http.Client client,
       {core.String rootUrl = 'https://www.googleapis.com/',
       core.String servicePath = 'adexchangebuyer/v1.3/'})
       : _requester =
diff --git a/generated/googleapis/lib/adexchangebuyer/v1_4.dart b/generated/googleapis/lib/adexchangebuyer/v1_4.dart
index 84740c6..a6ef359 100644
--- a/generated/googleapis/lib/adexchangebuyer/v1_4.dart
+++ b/generated/googleapis/lib/adexchangebuyer/v1_4.dart
@@ -38,7 +38,7 @@
 
 /// Accesses your bidding-account information, submits creatives for validation,
 /// finds available direct deals, and retrieves performance reports.
-class AdexchangebuyerApi {
+class AdExchangeBuyerApi {
   /// Manage your Ad Exchange buyer account configuration
   static const adexchangeBuyerScope =
       'https://www.googleapis.com/auth/adexchange.buyer';
@@ -63,7 +63,7 @@
   ProposalsResourceApi get proposals => ProposalsResourceApi(_requester);
   PubprofilesResourceApi get pubprofiles => PubprofilesResourceApi(_requester);
 
-  AdexchangebuyerApi(http.Client client,
+  AdExchangeBuyerApi(http.Client client,
       {core.String rootUrl = 'https://www.googleapis.com/',
       core.String servicePath = 'adexchangebuyer/v1.4/'})
       : _requester =
diff --git a/generated/googleapis/lib/adexperiencereport/v1.dart b/generated/googleapis/lib/adexperiencereport/v1.dart
index 7e553e4..76e170b 100644
--- a/generated/googleapis/lib/adexperiencereport/v1.dart
+++ b/generated/googleapis/lib/adexperiencereport/v1.dart
@@ -37,14 +37,14 @@
 
 /// Views Ad Experience Report data, and gets a list of sites that have a
 /// significant number of annoying ads.
-class AdexperiencereportApi {
+class AdExperienceReportApi {
   final commons.ApiRequester _requester;
 
   SitesResourceApi get sites => SitesResourceApi(_requester);
   ViolatingSitesResourceApi get violatingSites =>
       ViolatingSitesResourceApi(_requester);
 
-  AdexperiencereportApi(http.Client client,
+  AdExperienceReportApi(http.Client client,
       {core.String rootUrl = 'https://adexperiencereport.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/admin/datatransfer_v1.dart b/generated/googleapis/lib/admin/datatransfer_v1.dart
index e14a4f8..7ac564e 100644
--- a/generated/googleapis/lib/admin/datatransfer_v1.dart
+++ b/generated/googleapis/lib/admin/datatransfer_v1.dart
@@ -39,7 +39,7 @@
 /// Admin SDK lets administrators of enterprise domains to view and manage
 /// resources like user, groups etc. It also provides audit and usage reports of
 /// domain.
-class AdminApi {
+class DataTransferApi {
   /// View and manage data transfers between users in your organization
   static const adminDatatransferScope =
       'https://www.googleapis.com/auth/admin.datatransfer';
@@ -54,7 +54,7 @@
       ApplicationsResourceApi(_requester);
   TransfersResourceApi get transfers => TransfersResourceApi(_requester);
 
-  AdminApi(http.Client client,
+  DataTransferApi(http.Client client,
       {core.String rootUrl = 'https://www.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/admin/directory_v1.dart b/generated/googleapis/lib/admin/directory_v1.dart
index 2593140..c9eec0d 100644
--- a/generated/googleapis/lib/admin/directory_v1.dart
+++ b/generated/googleapis/lib/admin/directory_v1.dart
@@ -40,7 +40,7 @@
 /// Admin SDK lets administrators of enterprise domains to view and manage
 /// resources like user, groups etc. It also provides audit and usage reports of
 /// domain.
-class AdminApi {
+class DirectoryApi {
   /// View and manage customer related information
   static const adminDirectoryCustomerScope =
       'https://www.googleapis.com/auth/admin.directory.customer';
@@ -177,7 +177,7 @@
   VerificationCodesResourceApi get verificationCodes =>
       VerificationCodesResourceApi(_requester);
 
-  AdminApi(http.Client client,
+  DirectoryApi(http.Client client,
       {core.String rootUrl = 'https://www.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/admin/reports_v1.dart b/generated/googleapis/lib/admin/reports_v1.dart
index b5b11b8..d0d4e62 100644
--- a/generated/googleapis/lib/admin/reports_v1.dart
+++ b/generated/googleapis/lib/admin/reports_v1.dart
@@ -39,7 +39,7 @@
 /// Admin SDK lets administrators of enterprise domains to view and manage
 /// resources like user, groups etc. It also provides audit and usage reports of
 /// domain.
-class AdminApi {
+class ReportsApi {
   /// View audit reports for your G Suite domain
   static const adminReportsAuditReadonlyScope =
       'https://www.googleapis.com/auth/admin.reports.audit.readonly';
@@ -59,7 +59,7 @@
   UserUsageReportResourceApi get userUsageReport =>
       UserUsageReportResourceApi(_requester);
 
-  AdminApi(http.Client client,
+  ReportsApi(http.Client client,
       {core.String rootUrl = 'https://www.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/admob/v1.dart b/generated/googleapis/lib/admob/v1.dart
index fcce61a..5e56227 100644
--- a/generated/googleapis/lib/admob/v1.dart
+++ b/generated/googleapis/lib/admob/v1.dart
@@ -37,7 +37,7 @@
 
 /// The AdMob API allows publishers to programmatically get information about
 /// their AdMob account.
-class AdmobApi {
+class AdMobApi {
   /// See your AdMob data
   static const admobReportScope =
       'https://www.googleapis.com/auth/admob.report';
@@ -46,7 +46,7 @@
 
   AccountsResourceApi get accounts => AccountsResourceApi(_requester);
 
-  AdmobApi(http.Client client,
+  AdMobApi(http.Client client,
       {core.String rootUrl = 'https://admob.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/adsense/v1_4.dart b/generated/googleapis/lib/adsense/v1_4.dart
index 8ec32c2..ad6f889 100644
--- a/generated/googleapis/lib/adsense/v1_4.dart
+++ b/generated/googleapis/lib/adsense/v1_4.dart
@@ -43,7 +43,7 @@
         ByteRange;
 
 /// Accesses AdSense publishers' inventory and generates performance reports.
-class AdsenseApi {
+class AdSenseApi {
   /// View and manage your AdSense data
   static const adsenseScope = 'https://www.googleapis.com/auth/adsense';
 
@@ -66,7 +66,7 @@
       SavedadstylesResourceApi(_requester);
   UrlchannelsResourceApi get urlchannels => UrlchannelsResourceApi(_requester);
 
-  AdsenseApi(http.Client client,
+  AdSenseApi(http.Client client,
       {core.String rootUrl = 'https://www.googleapis.com/',
       core.String servicePath = 'adsense/v1.4/'})
       : _requester =
diff --git a/generated/googleapis/lib/adsensehost/v4_1.dart b/generated/googleapis/lib/adsensehost/v4_1.dart
index 29aed83..c213535 100644
--- a/generated/googleapis/lib/adsensehost/v4_1.dart
+++ b/generated/googleapis/lib/adsensehost/v4_1.dart
@@ -37,7 +37,7 @@
 
 /// Generates performance reports, generates ad codes, and provides publisher
 /// management capabilities for AdSense Hosts.
-class AdsensehostApi {
+class AdSenseHostApi {
   /// View and manage your AdSense host data and associated accounts
   static const adsensehostScope = 'https://www.googleapis.com/auth/adsensehost';
 
@@ -52,7 +52,7 @@
   ReportsResourceApi get reports => ReportsResourceApi(_requester);
   UrlchannelsResourceApi get urlchannels => UrlchannelsResourceApi(_requester);
 
-  AdsensehostApi(http.Client client,
+  AdSenseHostApi(http.Client client,
       {core.String rootUrl = 'https://www.googleapis.com/',
       core.String servicePath = 'adsensehost/v4.1/'})
       : _requester =
diff --git a/generated/googleapis/lib/analytics/v3.dart b/generated/googleapis/lib/analytics/v3.dart
index 0dc8740..af471af 100644
--- a/generated/googleapis/lib/analytics/v3.dart
+++ b/generated/googleapis/lib/analytics/v3.dart
@@ -112,13 +112,13 @@
   /// form ga:XXXX, where XXXX is the Analytics view (profile) ID.
   /// Value must have pattern "ga:[0-9]+".
   ///
-  /// [start_date] - Start date for fetching Analytics data. Requests can
-  /// specify a start date formatted as YYYY-MM-DD, or as a relative date (e.g.,
-  /// today, yesterday, or 7daysAgo). The default value is 7daysAgo.
+  /// [startDate] - Start date for fetching Analytics data. Requests can specify
+  /// a start date formatted as YYYY-MM-DD, or as a relative date (e.g., today,
+  /// yesterday, or 7daysAgo). The default value is 7daysAgo.
   /// Value must have pattern
   /// "[0-9]{4}-[0-9]{2}-[0-9]{2}|today|yesterday|[0-9]+(daysAgo)".
   ///
-  /// [end_date] - End date for fetching Analytics data. Request can should
+  /// [endDate] - End date for fetching Analytics data. Request can should
   /// specify an end date formatted as YYYY-MM-DD, or as a relative date (e.g.,
   /// today, yesterday, or 7daysAgo). The default value is yesterday.
   /// Value must have pattern
@@ -136,10 +136,10 @@
   /// applied to Analytics data.
   /// Value must have pattern "ga:.+".
   ///
-  /// [include_empty_rows] - The response will include empty rows if this
+  /// [includeEmptyRows] - The response will include empty rows if this
   /// parameter is set to true, the default is true
   ///
-  /// [max_results] - The maximum number of entries to include in this feed.
+  /// [maxResults] - The maximum number of entries to include in this feed.
   ///
   /// [output] - The selected format for the response. Default format is JSON.
   /// Possible string values are:
@@ -161,7 +161,7 @@
   /// the sort order for Analytics data.
   /// Value must have pattern "(-)?ga:.+".
   ///
-  /// [start_index] - An index of the first entity to retrieve. Use this
+  /// [startIndex] - An index of the first entity to retrieve. Use this
   /// parameter as a pagination mechanism along with the max-results parameter.
   ///
   /// [$fields] - Selector specifying which fields to include in a partial
@@ -176,18 +176,18 @@
   /// this method will complete with the same error.
   async.Future<GaData> get(
     core.String ids,
-    core.String start_date,
-    core.String end_date,
+    core.String startDate,
+    core.String endDate,
     core.String metrics, {
     core.String dimensions,
     core.String filters,
-    core.bool include_empty_rows,
-    core.int max_results,
+    core.bool includeEmptyRows,
+    core.int maxResults,
     core.String output,
     core.String samplingLevel,
     core.String segment,
     core.String sort,
-    core.int start_index,
+    core.int startIndex,
     core.String $fields,
   }) {
     core.String _url;
@@ -201,14 +201,14 @@
       throw core.ArgumentError('Parameter ids is required.');
     }
     _queryParams['ids'] = [ids];
-    if (start_date == null) {
-      throw core.ArgumentError('Parameter start_date is required.');
+    if (startDate == null) {
+      throw core.ArgumentError('Parameter startDate is required.');
     }
-    _queryParams['start-date'] = [start_date];
-    if (end_date == null) {
-      throw core.ArgumentError('Parameter end_date is required.');
+    _queryParams['start-date'] = [startDate];
+    if (endDate == null) {
+      throw core.ArgumentError('Parameter endDate is required.');
     }
-    _queryParams['end-date'] = [end_date];
+    _queryParams['end-date'] = [endDate];
     if (metrics == null) {
       throw core.ArgumentError('Parameter metrics is required.');
     }
@@ -219,11 +219,11 @@
     if (filters != null) {
       _queryParams['filters'] = [filters];
     }
-    if (include_empty_rows != null) {
-      _queryParams['include-empty-rows'] = ['${include_empty_rows}'];
+    if (includeEmptyRows != null) {
+      _queryParams['include-empty-rows'] = ['${includeEmptyRows}'];
     }
-    if (max_results != null) {
-      _queryParams['max-results'] = ['${max_results}'];
+    if (maxResults != null) {
+      _queryParams['max-results'] = ['${maxResults}'];
     }
     if (output != null) {
       _queryParams['output'] = [output];
@@ -237,8 +237,8 @@
     if (sort != null) {
       _queryParams['sort'] = [sort];
     }
-    if (start_index != null) {
-      _queryParams['start-index'] = ['${start_index}'];
+    if (startIndex != null) {
+      _queryParams['start-index'] = ['${startIndex}'];
     }
     if ($fields != null) {
       _queryParams['fields'] = [$fields];
@@ -274,13 +274,13 @@
   /// form ga:XXXX, where XXXX is the Analytics view (profile) ID.
   /// Value must have pattern "ga:[0-9]+".
   ///
-  /// [start_date] - Start date for fetching Analytics data. Requests can
-  /// specify a start date formatted as YYYY-MM-DD, or as a relative date (e.g.,
-  /// today, yesterday, or 7daysAgo). The default value is 7daysAgo.
+  /// [startDate] - Start date for fetching Analytics data. Requests can specify
+  /// a start date formatted as YYYY-MM-DD, or as a relative date (e.g., today,
+  /// yesterday, or 7daysAgo). The default value is 7daysAgo.
   /// Value must have pattern
   /// "[0-9]{4}-[0-9]{2}-[0-9]{2}|today|yesterday|[0-9]+(daysAgo)".
   ///
-  /// [end_date] - End date for fetching Analytics data. Requests can specify a
+  /// [endDate] - End date for fetching Analytics data. Requests can specify a
   /// start date formatted as YYYY-MM-DD, or as a relative date (e.g., today,
   /// yesterday, or 7daysAgo). The default value is 7daysAgo.
   /// Value must have pattern
@@ -299,7 +299,7 @@
   /// applied to the Analytics data.
   /// Value must have pattern "mcf:.+".
   ///
-  /// [max_results] - The maximum number of entries to include in this feed.
+  /// [maxResults] - The maximum number of entries to include in this feed.
   ///
   /// [samplingLevel] - The desired sampling level.
   /// Possible string values are:
@@ -313,7 +313,7 @@
   /// the sort order for the Analytics data.
   /// Value must have pattern "(-)?mcf:.+".
   ///
-  /// [start_index] - An index of the first entity to retrieve. Use this
+  /// [startIndex] - An index of the first entity to retrieve. Use this
   /// parameter as a pagination mechanism along with the max-results parameter.
   ///
   /// [$fields] - Selector specifying which fields to include in a partial
@@ -328,15 +328,15 @@
   /// this method will complete with the same error.
   async.Future<McfData> get(
     core.String ids,
-    core.String start_date,
-    core.String end_date,
+    core.String startDate,
+    core.String endDate,
     core.String metrics, {
     core.String dimensions,
     core.String filters,
-    core.int max_results,
+    core.int maxResults,
     core.String samplingLevel,
     core.String sort,
-    core.int start_index,
+    core.int startIndex,
     core.String $fields,
   }) {
     core.String _url;
@@ -350,14 +350,14 @@
       throw core.ArgumentError('Parameter ids is required.');
     }
     _queryParams['ids'] = [ids];
-    if (start_date == null) {
-      throw core.ArgumentError('Parameter start_date is required.');
+    if (startDate == null) {
+      throw core.ArgumentError('Parameter startDate is required.');
     }
-    _queryParams['start-date'] = [start_date];
-    if (end_date == null) {
-      throw core.ArgumentError('Parameter end_date is required.');
+    _queryParams['start-date'] = [startDate];
+    if (endDate == null) {
+      throw core.ArgumentError('Parameter endDate is required.');
     }
-    _queryParams['end-date'] = [end_date];
+    _queryParams['end-date'] = [endDate];
     if (metrics == null) {
       throw core.ArgumentError('Parameter metrics is required.');
     }
@@ -368,8 +368,8 @@
     if (filters != null) {
       _queryParams['filters'] = [filters];
     }
-    if (max_results != null) {
-      _queryParams['max-results'] = ['${max_results}'];
+    if (maxResults != null) {
+      _queryParams['max-results'] = ['${maxResults}'];
     }
     if (samplingLevel != null) {
       _queryParams['samplingLevel'] = [samplingLevel];
@@ -377,8 +377,8 @@
     if (sort != null) {
       _queryParams['sort'] = [sort];
     }
-    if (start_index != null) {
-      _queryParams['start-index'] = ['${start_index}'];
+    if (startIndex != null) {
+      _queryParams['start-index'] = ['${startIndex}'];
     }
     if ($fields != null) {
       _queryParams['fields'] = [$fields];
@@ -426,7 +426,7 @@
   /// applied to real time data.
   /// Value must have pattern "(ga:.+)|(rt:.+)".
   ///
-  /// [max_results] - The maximum number of entries to include in this feed.
+  /// [maxResults] - The maximum number of entries to include in this feed.
   ///
   /// [sort] - A comma-separated list of dimensions or metrics that determine
   /// the sort order for real time data.
@@ -447,7 +447,7 @@
     core.String metrics, {
     core.String dimensions,
     core.String filters,
-    core.int max_results,
+    core.int maxResults,
     core.String sort,
     core.String $fields,
   }) {
@@ -472,8 +472,8 @@
     if (filters != null) {
       _queryParams['filters'] = [filters];
     }
-    if (max_results != null) {
-      _queryParams['max-results'] = ['${max_results}'];
+    if (maxResults != null) {
+      _queryParams['max-results'] = ['${maxResults}'];
     }
     if (sort != null) {
       _queryParams['sort'] = [sort];
@@ -558,10 +558,10 @@
   ///
   /// Request parameters:
   ///
-  /// [max_results] - The maximum number of account summaries to include in this
+  /// [maxResults] - The maximum number of account summaries to include in this
   /// response, where the largest acceptable value is 1000.
   ///
-  /// [start_index] - An index of the first entity to retrieve. Use this
+  /// [startIndex] - An index of the first entity to retrieve. Use this
   /// parameter as a pagination mechanism along with the max-results parameter.
   ///
   /// [$fields] - Selector specifying which fields to include in a partial
@@ -575,8 +575,8 @@
   /// If the used [http.Client] completes with an error when making a REST call,
   /// this method will complete with the same error.
   async.Future<AccountSummaries> list({
-    core.int max_results,
-    core.int start_index,
+    core.int maxResults,
+    core.int startIndex,
     core.String $fields,
   }) {
     core.String _url;
@@ -586,11 +586,11 @@
     var _downloadOptions = commons.DownloadOptions.Metadata;
     core.String _body;
 
-    if (max_results != null) {
-      _queryParams['max-results'] = ['${max_results}'];
+    if (maxResults != null) {
+      _queryParams['max-results'] = ['${maxResults}'];
     }
-    if (start_index != null) {
-      _queryParams['start-index'] = ['${start_index}'];
+    if (startIndex != null) {
+      _queryParams['start-index'] = ['${startIndex}'];
     }
     if ($fields != null) {
       _queryParams['fields'] = [$fields];
@@ -744,10 +744,10 @@
   ///
   /// [accountId] - Account ID to retrieve the user links for.
   ///
-  /// [max_results] - The maximum number of account-user links to include in
-  /// this response.
+  /// [maxResults] - The maximum number of account-user links to include in this
+  /// response.
   ///
-  /// [start_index] - An index of the first account-user link to retrieve. Use
+  /// [startIndex] - An index of the first account-user link to retrieve. Use
   /// this parameter as a pagination mechanism along with the max-results
   /// parameter.
   ///
@@ -763,8 +763,8 @@
   /// this method will complete with the same error.
   async.Future<EntityUserLinks> list(
     core.String accountId, {
-    core.int max_results,
-    core.int start_index,
+    core.int maxResults,
+    core.int startIndex,
     core.String $fields,
   }) {
     core.String _url;
@@ -777,11 +777,11 @@
     if (accountId == null) {
       throw core.ArgumentError('Parameter accountId is required.');
     }
-    if (max_results != null) {
-      _queryParams['max-results'] = ['${max_results}'];
+    if (maxResults != null) {
+      _queryParams['max-results'] = ['${maxResults}'];
     }
-    if (start_index != null) {
-      _queryParams['start-index'] = ['${start_index}'];
+    if (startIndex != null) {
+      _queryParams['start-index'] = ['${startIndex}'];
     }
     if ($fields != null) {
       _queryParams['fields'] = [$fields];
@@ -883,10 +883,9 @@
   ///
   /// Request parameters:
   ///
-  /// [max_results] - The maximum number of accounts to include in this
-  /// response.
+  /// [maxResults] - The maximum number of accounts to include in this response.
   ///
-  /// [start_index] - An index of the first account to retrieve. Use this
+  /// [startIndex] - An index of the first account to retrieve. Use this
   /// parameter as a pagination mechanism along with the max-results parameter.
   ///
   /// [$fields] - Selector specifying which fields to include in a partial
@@ -900,8 +899,8 @@
   /// If the used [http.Client] completes with an error when making a REST call,
   /// this method will complete with the same error.
   async.Future<Accounts> list({
-    core.int max_results,
-    core.int start_index,
+    core.int maxResults,
+    core.int startIndex,
     core.String $fields,
   }) {
     core.String _url;
@@ -911,11 +910,11 @@
     var _downloadOptions = commons.DownloadOptions.Metadata;
     core.String _body;
 
-    if (max_results != null) {
-      _queryParams['max-results'] = ['${max_results}'];
+    if (maxResults != null) {
+      _queryParams['max-results'] = ['${maxResults}'];
     }
-    if (start_index != null) {
-      _queryParams['start-index'] = ['${start_index}'];
+    if (startIndex != null) {
+      _queryParams['start-index'] = ['${startIndex}'];
     }
     if ($fields != null) {
       _queryParams['fields'] = [$fields];
@@ -1012,10 +1011,10 @@
   /// [webPropertyId] - Web property Id for the custom data sources to retrieve.
   /// Value must have pattern "UA-(\d+)-(\d+)".
   ///
-  /// [max_results] - The maximum number of custom data sources to include in
+  /// [maxResults] - The maximum number of custom data sources to include in
   /// this response.
   ///
-  /// [start_index] - A 1-based index of the first custom data source to
+  /// [startIndex] - A 1-based index of the first custom data source to
   /// retrieve. Use this parameter as a pagination mechanism along with the
   /// max-results parameter.
   ///
@@ -1032,8 +1031,8 @@
   async.Future<CustomDataSources> list(
     core.String accountId,
     core.String webPropertyId, {
-    core.int max_results,
-    core.int start_index,
+    core.int maxResults,
+    core.int startIndex,
     core.String $fields,
   }) {
     core.String _url;
@@ -1049,11 +1048,11 @@
     if (webPropertyId == null) {
       throw core.ArgumentError('Parameter webPropertyId is required.');
     }
-    if (max_results != null) {
-      _queryParams['max-results'] = ['${max_results}'];
+    if (maxResults != null) {
+      _queryParams['max-results'] = ['${maxResults}'];
     }
-    if (start_index != null) {
-      _queryParams['start-index'] = ['${start_index}'];
+    if (startIndex != null) {
+      _queryParams['start-index'] = ['${startIndex}'];
     }
     if ($fields != null) {
       _queryParams['fields'] = [$fields];
@@ -1230,10 +1229,10 @@
   ///
   /// [webPropertyId] - Web property ID for the custom dimensions to retrieve.
   ///
-  /// [max_results] - The maximum number of custom dimensions to include in this
+  /// [maxResults] - The maximum number of custom dimensions to include in this
   /// response.
   ///
-  /// [start_index] - An index of the first entity to retrieve. Use this
+  /// [startIndex] - An index of the first entity to retrieve. Use this
   /// parameter as a pagination mechanism along with the max-results parameter.
   ///
   /// [$fields] - Selector specifying which fields to include in a partial
@@ -1249,8 +1248,8 @@
   async.Future<CustomDimensions> list(
     core.String accountId,
     core.String webPropertyId, {
-    core.int max_results,
-    core.int start_index,
+    core.int maxResults,
+    core.int startIndex,
     core.String $fields,
   }) {
     core.String _url;
@@ -1266,11 +1265,11 @@
     if (webPropertyId == null) {
       throw core.ArgumentError('Parameter webPropertyId is required.');
     }
-    if (max_results != null) {
-      _queryParams['max-results'] = ['${max_results}'];
+    if (maxResults != null) {
+      _queryParams['max-results'] = ['${maxResults}'];
     }
-    if (start_index != null) {
-      _queryParams['start-index'] = ['${start_index}'];
+    if (startIndex != null) {
+      _queryParams['start-index'] = ['${startIndex}'];
     }
     if ($fields != null) {
       _queryParams['fields'] = [$fields];
@@ -1618,10 +1617,10 @@
   ///
   /// [webPropertyId] - Web property ID for the custom metrics to retrieve.
   ///
-  /// [max_results] - The maximum number of custom metrics to include in this
+  /// [maxResults] - The maximum number of custom metrics to include in this
   /// response.
   ///
-  /// [start_index] - An index of the first entity to retrieve. Use this
+  /// [startIndex] - An index of the first entity to retrieve. Use this
   /// parameter as a pagination mechanism along with the max-results parameter.
   ///
   /// [$fields] - Selector specifying which fields to include in a partial
@@ -1637,8 +1636,8 @@
   async.Future<CustomMetrics> list(
     core.String accountId,
     core.String webPropertyId, {
-    core.int max_results,
-    core.int start_index,
+    core.int maxResults,
+    core.int startIndex,
     core.String $fields,
   }) {
     core.String _url;
@@ -1654,11 +1653,11 @@
     if (webPropertyId == null) {
       throw core.ArgumentError('Parameter webPropertyId is required.');
     }
-    if (max_results != null) {
-      _queryParams['max-results'] = ['${max_results}'];
+    if (maxResults != null) {
+      _queryParams['max-results'] = ['${maxResults}'];
     }
-    if (start_index != null) {
-      _queryParams['start-index'] = ['${start_index}'];
+    if (startIndex != null) {
+      _queryParams['start-index'] = ['${startIndex}'];
     }
     if ($fields != null) {
       _queryParams['fields'] = [$fields];
@@ -2099,10 +2098,10 @@
   /// [profileId] - View (Profile) ID to retrieve experiments for.
   /// Value must have pattern "\d+".
   ///
-  /// [max_results] - The maximum number of experiments to include in this
+  /// [maxResults] - The maximum number of experiments to include in this
   /// response.
   ///
-  /// [start_index] - An index of the first experiment to retrieve. Use this
+  /// [startIndex] - An index of the first experiment to retrieve. Use this
   /// parameter as a pagination mechanism along with the max-results parameter.
   ///
   /// [$fields] - Selector specifying which fields to include in a partial
@@ -2119,8 +2118,8 @@
     core.String accountId,
     core.String webPropertyId,
     core.String profileId, {
-    core.int max_results,
-    core.int start_index,
+    core.int maxResults,
+    core.int startIndex,
     core.String $fields,
   }) {
     core.String _url;
@@ -2139,11 +2138,11 @@
     if (profileId == null) {
       throw core.ArgumentError('Parameter profileId is required.');
     }
-    if (max_results != null) {
-      _queryParams['max-results'] = ['${max_results}'];
+    if (maxResults != null) {
+      _queryParams['max-results'] = ['${maxResults}'];
     }
-    if (start_index != null) {
-      _queryParams['start-index'] = ['${start_index}'];
+    if (startIndex != null) {
+      _queryParams['start-index'] = ['${startIndex}'];
     }
     if ($fields != null) {
       _queryParams['fields'] = [$fields];
@@ -2526,9 +2525,9 @@
   /// [accountId] - Account ID to retrieve filters for.
   /// Value must have pattern "\d+".
   ///
-  /// [max_results] - The maximum number of filters to include in this response.
+  /// [maxResults] - The maximum number of filters to include in this response.
   ///
-  /// [start_index] - An index of the first entity to retrieve. Use this
+  /// [startIndex] - An index of the first entity to retrieve. Use this
   /// parameter as a pagination mechanism along with the max-results parameter.
   ///
   /// [$fields] - Selector specifying which fields to include in a partial
@@ -2543,8 +2542,8 @@
   /// this method will complete with the same error.
   async.Future<Filters> list(
     core.String accountId, {
-    core.int max_results,
-    core.int start_index,
+    core.int maxResults,
+    core.int startIndex,
     core.String $fields,
   }) {
     core.String _url;
@@ -2557,11 +2556,11 @@
     if (accountId == null) {
       throw core.ArgumentError('Parameter accountId is required.');
     }
-    if (max_results != null) {
-      _queryParams['max-results'] = ['${max_results}'];
+    if (maxResults != null) {
+      _queryParams['max-results'] = ['${maxResults}'];
     }
-    if (start_index != null) {
-      _queryParams['start-index'] = ['${start_index}'];
+    if (startIndex != null) {
+      _queryParams['start-index'] = ['${startIndex}'];
     }
     if ($fields != null) {
       _queryParams['fields'] = [$fields];
@@ -2886,9 +2885,9 @@
   /// specific view (profile) ID or '~all', which refers to all the views
   /// (profiles) that user has access to.
   ///
-  /// [max_results] - The maximum number of goals to include in this response.
+  /// [maxResults] - The maximum number of goals to include in this response.
   ///
-  /// [start_index] - An index of the first goal to retrieve. Use this parameter
+  /// [startIndex] - An index of the first goal to retrieve. Use this parameter
   /// as a pagination mechanism along with the max-results parameter.
   ///
   /// [$fields] - Selector specifying which fields to include in a partial
@@ -2905,8 +2904,8 @@
     core.String accountId,
     core.String webPropertyId,
     core.String profileId, {
-    core.int max_results,
-    core.int start_index,
+    core.int maxResults,
+    core.int startIndex,
     core.String $fields,
   }) {
     core.String _url;
@@ -2925,11 +2924,11 @@
     if (profileId == null) {
       throw core.ArgumentError('Parameter profileId is required.');
     }
-    if (max_results != null) {
-      _queryParams['max-results'] = ['${max_results}'];
+    if (maxResults != null) {
+      _queryParams['max-results'] = ['${maxResults}'];
     }
-    if (start_index != null) {
-      _queryParams['start-index'] = ['${start_index}'];
+    if (startIndex != null) {
+      _queryParams['start-index'] = ['${startIndex}'];
     }
     if ($fields != null) {
       _queryParams['fields'] = [$fields];
@@ -3379,10 +3378,10 @@
   /// specific profile ID or '~all', which refers to all the profiles that user
   /// has access to.
   ///
-  /// [max_results] - The maximum number of profile filter links to include in
+  /// [maxResults] - The maximum number of profile filter links to include in
   /// this response.
   ///
-  /// [start_index] - An index of the first entity to retrieve. Use this
+  /// [startIndex] - An index of the first entity to retrieve. Use this
   /// parameter as a pagination mechanism along with the max-results parameter.
   ///
   /// [$fields] - Selector specifying which fields to include in a partial
@@ -3399,8 +3398,8 @@
     core.String accountId,
     core.String webPropertyId,
     core.String profileId, {
-    core.int max_results,
-    core.int start_index,
+    core.int maxResults,
+    core.int startIndex,
     core.String $fields,
   }) {
     core.String _url;
@@ -3419,11 +3418,11 @@
     if (profileId == null) {
       throw core.ArgumentError('Parameter profileId is required.');
     }
-    if (max_results != null) {
-      _queryParams['max-results'] = ['${max_results}'];
+    if (maxResults != null) {
+      _queryParams['max-results'] = ['${maxResults}'];
     }
-    if (start_index != null) {
-      _queryParams['start-index'] = ['${start_index}'];
+    if (startIndex != null) {
+      _queryParams['start-index'] = ['${startIndex}'];
     }
     if ($fields != null) {
       _queryParams['fields'] = [$fields];
@@ -3796,10 +3795,10 @@
   /// Can either be a specific profile ID or '~all', which refers to all the
   /// profiles that user has access to.
   ///
-  /// [max_results] - The maximum number of profile-user links to include in
-  /// this response.
+  /// [maxResults] - The maximum number of profile-user links to include in this
+  /// response.
   ///
-  /// [start_index] - An index of the first profile-user link to retrieve. Use
+  /// [startIndex] - An index of the first profile-user link to retrieve. Use
   /// this parameter as a pagination mechanism along with the max-results
   /// parameter.
   ///
@@ -3817,8 +3816,8 @@
     core.String accountId,
     core.String webPropertyId,
     core.String profileId, {
-    core.int max_results,
-    core.int start_index,
+    core.int maxResults,
+    core.int startIndex,
     core.String $fields,
   }) {
     core.String _url;
@@ -3837,11 +3836,11 @@
     if (profileId == null) {
       throw core.ArgumentError('Parameter profileId is required.');
     }
-    if (max_results != null) {
-      _queryParams['max-results'] = ['${max_results}'];
+    if (maxResults != null) {
+      _queryParams['max-results'] = ['${maxResults}'];
     }
-    if (start_index != null) {
-      _queryParams['start-index'] = ['${start_index}'];
+    if (startIndex != null) {
+      _queryParams['start-index'] = ['${startIndex}'];
     }
     if ($fields != null) {
       _queryParams['fields'] = [$fields];
@@ -4174,10 +4173,10 @@
   /// Can either be a specific web property ID or '~all', which refers to all
   /// the web properties to which the user has access.
   ///
-  /// [max_results] - The maximum number of views (profiles) to include in this
+  /// [maxResults] - The maximum number of views (profiles) to include in this
   /// response.
   ///
-  /// [start_index] - An index of the first entity to retrieve. Use this
+  /// [startIndex] - An index of the first entity to retrieve. Use this
   /// parameter as a pagination mechanism along with the max-results parameter.
   ///
   /// [$fields] - Selector specifying which fields to include in a partial
@@ -4193,8 +4192,8 @@
   async.Future<Profiles> list(
     core.String accountId,
     core.String webPropertyId, {
-    core.int max_results,
-    core.int start_index,
+    core.int maxResults,
+    core.int startIndex,
     core.String $fields,
   }) {
     core.String _url;
@@ -4210,11 +4209,11 @@
     if (webPropertyId == null) {
       throw core.ArgumentError('Parameter webPropertyId is required.');
     }
-    if (max_results != null) {
-      _queryParams['max-results'] = ['${max_results}'];
+    if (maxResults != null) {
+      _queryParams['max-results'] = ['${maxResults}'];
     }
-    if (start_index != null) {
-      _queryParams['start-index'] = ['${start_index}'];
+    if (startIndex != null) {
+      _queryParams['start-index'] = ['${startIndex}'];
     }
     if ($fields != null) {
       _queryParams['fields'] = [$fields];
@@ -4607,10 +4606,10 @@
   /// [webPropertyId] - The web property ID of the remarketing audiences to
   /// retrieve.
   ///
-  /// [max_results] - The maximum number of remarketing audiences to include in
+  /// [maxResults] - The maximum number of remarketing audiences to include in
   /// this response.
   ///
-  /// [start_index] - An index of the first entity to retrieve. Use this
+  /// [startIndex] - An index of the first entity to retrieve. Use this
   /// parameter as a pagination mechanism along with the max-results parameter.
   ///
   /// [type] - null
@@ -4628,8 +4627,8 @@
   async.Future<RemarketingAudiences> list(
     core.String accountId,
     core.String webPropertyId, {
-    core.int max_results,
-    core.int start_index,
+    core.int maxResults,
+    core.int startIndex,
     core.String type,
     core.String $fields,
   }) {
@@ -4646,11 +4645,11 @@
     if (webPropertyId == null) {
       throw core.ArgumentError('Parameter webPropertyId is required.');
     }
-    if (max_results != null) {
-      _queryParams['max-results'] = ['${max_results}'];
+    if (maxResults != null) {
+      _queryParams['max-results'] = ['${maxResults}'];
     }
-    if (start_index != null) {
-      _queryParams['start-index'] = ['${start_index}'];
+    if (startIndex != null) {
+      _queryParams['start-index'] = ['${startIndex}'];
     }
     if (type != null) {
       _queryParams['type'] = [type];
@@ -4842,10 +4841,9 @@
   ///
   /// Request parameters:
   ///
-  /// [max_results] - The maximum number of segments to include in this
-  /// response.
+  /// [maxResults] - The maximum number of segments to include in this response.
   ///
-  /// [start_index] - An index of the first segment to retrieve. Use this
+  /// [startIndex] - An index of the first segment to retrieve. Use this
   /// parameter as a pagination mechanism along with the max-results parameter.
   ///
   /// [$fields] - Selector specifying which fields to include in a partial
@@ -4859,8 +4857,8 @@
   /// If the used [http.Client] completes with an error when making a REST call,
   /// this method will complete with the same error.
   async.Future<Segments> list({
-    core.int max_results,
-    core.int start_index,
+    core.int maxResults,
+    core.int startIndex,
     core.String $fields,
   }) {
     core.String _url;
@@ -4870,11 +4868,11 @@
     var _downloadOptions = commons.DownloadOptions.Metadata;
     core.String _body;
 
-    if (max_results != null) {
-      _queryParams['max-results'] = ['${max_results}'];
+    if (maxResults != null) {
+      _queryParams['max-results'] = ['${maxResults}'];
     }
-    if (start_index != null) {
-      _queryParams['start-index'] = ['${start_index}'];
+    if (startIndex != null) {
+      _queryParams['start-index'] = ['${startIndex}'];
     }
     if ($fields != null) {
       _queryParams['fields'] = [$fields];
@@ -5142,10 +5140,10 @@
   /// [profileId] - View (Profile) ID to retrieve unsampled reports for. Must be
   /// a specific view (profile) ID, ~all is not supported.
   ///
-  /// [max_results] - The maximum number of unsampled reports to include in this
+  /// [maxResults] - The maximum number of unsampled reports to include in this
   /// response.
   ///
-  /// [start_index] - An index of the first unsampled report to retrieve. Use
+  /// [startIndex] - An index of the first unsampled report to retrieve. Use
   /// this parameter as a pagination mechanism along with the max-results
   /// parameter.
   ///
@@ -5163,8 +5161,8 @@
     core.String accountId,
     core.String webPropertyId,
     core.String profileId, {
-    core.int max_results,
-    core.int start_index,
+    core.int maxResults,
+    core.int startIndex,
     core.String $fields,
   }) {
     core.String _url;
@@ -5183,11 +5181,11 @@
     if (profileId == null) {
       throw core.ArgumentError('Parameter profileId is required.');
     }
-    if (max_results != null) {
-      _queryParams['max-results'] = ['${max_results}'];
+    if (maxResults != null) {
+      _queryParams['max-results'] = ['${maxResults}'];
     }
-    if (start_index != null) {
-      _queryParams['start-index'] = ['${start_index}'];
+    if (startIndex != null) {
+      _queryParams['start-index'] = ['${startIndex}'];
     }
     if ($fields != null) {
       _queryParams['fields'] = [$fields];
@@ -5393,9 +5391,9 @@
   /// [customDataSourceId] - Custom data source Id for uploads to retrieve.
   /// Value must have pattern ".{22}".
   ///
-  /// [max_results] - The maximum number of uploads to include in this response.
+  /// [maxResults] - The maximum number of uploads to include in this response.
   ///
-  /// [start_index] - A 1-based index of the first upload to retrieve. Use this
+  /// [startIndex] - A 1-based index of the first upload to retrieve. Use this
   /// parameter as a pagination mechanism along with the max-results parameter.
   ///
   /// [$fields] - Selector specifying which fields to include in a partial
@@ -5412,8 +5410,8 @@
     core.String accountId,
     core.String webPropertyId,
     core.String customDataSourceId, {
-    core.int max_results,
-    core.int start_index,
+    core.int maxResults,
+    core.int startIndex,
     core.String $fields,
   }) {
     core.String _url;
@@ -5432,11 +5430,11 @@
     if (customDataSourceId == null) {
       throw core.ArgumentError('Parameter customDataSourceId is required.');
     }
-    if (max_results != null) {
-      _queryParams['max-results'] = ['${max_results}'];
+    if (maxResults != null) {
+      _queryParams['max-results'] = ['${maxResults}'];
     }
-    if (start_index != null) {
-      _queryParams['start-index'] = ['${start_index}'];
+    if (startIndex != null) {
+      _queryParams['start-index'] = ['${startIndex}'];
     }
     if ($fields != null) {
       _queryParams['fields'] = [$fields];
@@ -5784,10 +5782,10 @@
   ///
   /// [webPropertyId] - Web property ID to retrieve the Google Ads links for.
   ///
-  /// [max_results] - The maximum number of webProperty-Google Ads links to
+  /// [maxResults] - The maximum number of webProperty-Google Ads links to
   /// include in this response.
   ///
-  /// [start_index] - An index of the first webProperty-Google Ads link to
+  /// [startIndex] - An index of the first webProperty-Google Ads link to
   /// retrieve. Use this parameter as a pagination mechanism along with the
   /// max-results parameter.
   ///
@@ -5804,8 +5802,8 @@
   async.Future<EntityAdWordsLinks> list(
     core.String accountId,
     core.String webPropertyId, {
-    core.int max_results,
-    core.int start_index,
+    core.int maxResults,
+    core.int startIndex,
     core.String $fields,
   }) {
     core.String _url;
@@ -5821,11 +5819,11 @@
     if (webPropertyId == null) {
       throw core.ArgumentError('Parameter webPropertyId is required.');
     }
-    if (max_results != null) {
-      _queryParams['max-results'] = ['${max_results}'];
+    if (maxResults != null) {
+      _queryParams['max-results'] = ['${maxResults}'];
     }
-    if (start_index != null) {
-      _queryParams['start-index'] = ['${start_index}'];
+    if (startIndex != null) {
+      _queryParams['start-index'] = ['${startIndex}'];
     }
     if ($fields != null) {
       _queryParams['fields'] = [$fields];
@@ -6141,10 +6139,10 @@
   /// specific account ID or '~all', which refers to all the accounts that user
   /// has access to.
   ///
-  /// [max_results] - The maximum number of web properties to include in this
+  /// [maxResults] - The maximum number of web properties to include in this
   /// response.
   ///
-  /// [start_index] - An index of the first entity to retrieve. Use this
+  /// [startIndex] - An index of the first entity to retrieve. Use this
   /// parameter as a pagination mechanism along with the max-results parameter.
   ///
   /// [$fields] - Selector specifying which fields to include in a partial
@@ -6159,8 +6157,8 @@
   /// this method will complete with the same error.
   async.Future<Webproperties> list(
     core.String accountId, {
-    core.int max_results,
-    core.int start_index,
+    core.int maxResults,
+    core.int startIndex,
     core.String $fields,
   }) {
     core.String _url;
@@ -6173,11 +6171,11 @@
     if (accountId == null) {
       throw core.ArgumentError('Parameter accountId is required.');
     }
-    if (max_results != null) {
-      _queryParams['max-results'] = ['${max_results}'];
+    if (maxResults != null) {
+      _queryParams['max-results'] = ['${maxResults}'];
     }
-    if (start_index != null) {
-      _queryParams['start-index'] = ['${start_index}'];
+    if (startIndex != null) {
+      _queryParams['start-index'] = ['${startIndex}'];
     }
     if ($fields != null) {
       _queryParams['fields'] = [$fields];
@@ -6485,10 +6483,10 @@
   /// retrieve. Can either be a specific web property ID or '~all', which refers
   /// to all the web properties that user has access to.
   ///
-  /// [max_results] - The maximum number of webProperty-user Links to include in
+  /// [maxResults] - The maximum number of webProperty-user Links to include in
   /// this response.
   ///
-  /// [start_index] - An index of the first webProperty-user link to retrieve.
+  /// [startIndex] - An index of the first webProperty-user link to retrieve.
   /// Use this parameter as a pagination mechanism along with the max-results
   /// parameter.
   ///
@@ -6505,8 +6503,8 @@
   async.Future<EntityUserLinks> list(
     core.String accountId,
     core.String webPropertyId, {
-    core.int max_results,
-    core.int start_index,
+    core.int maxResults,
+    core.int startIndex,
     core.String $fields,
   }) {
     core.String _url;
@@ -6522,11 +6520,11 @@
     if (webPropertyId == null) {
       throw core.ArgumentError('Parameter webPropertyId is required.');
     }
-    if (max_results != null) {
-      _queryParams['max-results'] = ['${max_results}'];
+    if (maxResults != null) {
+      _queryParams['max-results'] = ['${maxResults}'];
     }
-    if (start_index != null) {
-      _queryParams['start-index'] = ['${start_index}'];
+    if (startIndex != null) {
+      _queryParams['start-index'] = ['${startIndex}'];
     }
     if ($fields != null) {
       _queryParams['fields'] = [$fields];
@@ -10469,7 +10467,7 @@
   core.String dimensions;
 
   /// End date.
-  core.String end_date;
+  core.String endDate;
 
   /// Comma-separated list of dimension or metric filters.
   core.String filters;
@@ -10478,7 +10476,7 @@
   core.String ids;
 
   /// Maximum results per page.
-  core.int max_results;
+  core.int maxResults;
 
   /// List of analytics metrics.
   core.List<core.String> metrics;
@@ -10493,10 +10491,10 @@
   core.List<core.String> sort;
 
   /// Start date.
-  core.String start_date;
+  core.String startDate;
 
   /// Start index.
-  core.int start_index;
+  core.int startIndex;
 
   GaDataQuery();
 
@@ -10505,7 +10503,7 @@
       dimensions = _json['dimensions'] as core.String;
     }
     if (_json.containsKey('end-date')) {
-      end_date = _json['end-date'] as core.String;
+      endDate = _json['end-date'] as core.String;
     }
     if (_json.containsKey('filters')) {
       filters = _json['filters'] as core.String;
@@ -10514,7 +10512,7 @@
       ids = _json['ids'] as core.String;
     }
     if (_json.containsKey('max-results')) {
-      max_results = _json['max-results'] as core.int;
+      maxResults = _json['max-results'] as core.int;
     }
     if (_json.containsKey('metrics')) {
       metrics = (_json['metrics'] as core.List)
@@ -10533,10 +10531,10 @@
           .toList();
     }
     if (_json.containsKey('start-date')) {
-      start_date = _json['start-date'] as core.String;
+      startDate = _json['start-date'] as core.String;
     }
     if (_json.containsKey('start-index')) {
-      start_index = _json['start-index'] as core.int;
+      startIndex = _json['start-index'] as core.int;
     }
   }
 
@@ -10545,8 +10543,8 @@
     if (dimensions != null) {
       _json['dimensions'] = dimensions;
     }
-    if (end_date != null) {
-      _json['end-date'] = end_date;
+    if (endDate != null) {
+      _json['end-date'] = endDate;
     }
     if (filters != null) {
       _json['filters'] = filters;
@@ -10554,8 +10552,8 @@
     if (ids != null) {
       _json['ids'] = ids;
     }
-    if (max_results != null) {
-      _json['max-results'] = max_results;
+    if (maxResults != null) {
+      _json['max-results'] = maxResults;
     }
     if (metrics != null) {
       _json['metrics'] = metrics;
@@ -10569,11 +10567,11 @@
     if (sort != null) {
       _json['sort'] = sort;
     }
-    if (start_date != null) {
-      _json['start-date'] = start_date;
+    if (startDate != null) {
+      _json['start-date'] = startDate;
     }
-    if (start_index != null) {
-      _json['start-index'] = start_index;
+    if (startIndex != null) {
+      _json['start-index'] = startIndex;
     }
     return _json;
   }
@@ -11704,7 +11702,7 @@
   core.String dimensions;
 
   /// End date.
-  core.String end_date;
+  core.String endDate;
 
   /// Comma-separated list of dimension or metric filters.
   core.String filters;
@@ -11713,7 +11711,7 @@
   core.String ids;
 
   /// Maximum results per page.
-  core.int max_results;
+  core.int maxResults;
 
   /// List of analytics metrics.
   core.List<core.String> metrics;
@@ -11728,10 +11726,10 @@
   core.List<core.String> sort;
 
   /// Start date.
-  core.String start_date;
+  core.String startDate;
 
   /// Start index.
-  core.int start_index;
+  core.int startIndex;
 
   McfDataQuery();
 
@@ -11740,7 +11738,7 @@
       dimensions = _json['dimensions'] as core.String;
     }
     if (_json.containsKey('end-date')) {
-      end_date = _json['end-date'] as core.String;
+      endDate = _json['end-date'] as core.String;
     }
     if (_json.containsKey('filters')) {
       filters = _json['filters'] as core.String;
@@ -11749,7 +11747,7 @@
       ids = _json['ids'] as core.String;
     }
     if (_json.containsKey('max-results')) {
-      max_results = _json['max-results'] as core.int;
+      maxResults = _json['max-results'] as core.int;
     }
     if (_json.containsKey('metrics')) {
       metrics = (_json['metrics'] as core.List)
@@ -11768,10 +11766,10 @@
           .toList();
     }
     if (_json.containsKey('start-date')) {
-      start_date = _json['start-date'] as core.String;
+      startDate = _json['start-date'] as core.String;
     }
     if (_json.containsKey('start-index')) {
-      start_index = _json['start-index'] as core.int;
+      startIndex = _json['start-index'] as core.int;
     }
   }
 
@@ -11780,8 +11778,8 @@
     if (dimensions != null) {
       _json['dimensions'] = dimensions;
     }
-    if (end_date != null) {
-      _json['end-date'] = end_date;
+    if (endDate != null) {
+      _json['end-date'] = endDate;
     }
     if (filters != null) {
       _json['filters'] = filters;
@@ -11789,8 +11787,8 @@
     if (ids != null) {
       _json['ids'] = ids;
     }
-    if (max_results != null) {
-      _json['max-results'] = max_results;
+    if (maxResults != null) {
+      _json['max-results'] = maxResults;
     }
     if (metrics != null) {
       _json['metrics'] = metrics;
@@ -11804,11 +11802,11 @@
     if (sort != null) {
       _json['sort'] = sort;
     }
-    if (start_date != null) {
-      _json['start-date'] = start_date;
+    if (startDate != null) {
+      _json['start-date'] = startDate;
     }
-    if (start_index != null) {
-      _json['start-index'] = start_index;
+    if (startIndex != null) {
+      _json['start-index'] = startIndex;
     }
     return _json;
   }
@@ -12946,7 +12944,7 @@
   core.String ids;
 
   /// Maximum results per page.
-  core.int max_results;
+  core.int maxResults;
 
   /// List of real time metrics.
   core.List<core.String> metrics;
@@ -12967,7 +12965,7 @@
       ids = _json['ids'] as core.String;
     }
     if (_json.containsKey('max-results')) {
-      max_results = _json['max-results'] as core.int;
+      maxResults = _json['max-results'] as core.int;
     }
     if (_json.containsKey('metrics')) {
       metrics = (_json['metrics'] as core.List)
@@ -12992,8 +12990,8 @@
     if (ids != null) {
       _json['ids'] = ids;
     }
-    if (max_results != null) {
-      _json['max-results'] = max_results;
+    if (maxResults != null) {
+      _json['max-results'] = maxResults;
     }
     if (metrics != null) {
       _json['metrics'] = metrics;
@@ -13734,7 +13732,7 @@
   UnsampledReportDriveDownloadDetails driveDownloadDetails;
 
   /// The end date for the unsampled report.
-  core.String end_date;
+  core.String endDate;
 
   /// The filters for the unsampled report.
   core.String filters;
@@ -13758,7 +13756,7 @@
   core.String selfLink;
 
   /// The start date for the unsampled report.
-  core.String start_date;
+  core.String startDate;
 
   /// Status of this unsampled report. Possible values are PENDING, COMPLETED,
   /// or FAILED.
@@ -13800,7 +13798,7 @@
           _json['driveDownloadDetails'] as core.Map<core.String, core.dynamic>);
     }
     if (_json.containsKey('end-date')) {
-      end_date = _json['end-date'] as core.String;
+      endDate = _json['end-date'] as core.String;
     }
     if (_json.containsKey('filters')) {
       filters = _json['filters'] as core.String;
@@ -13824,7 +13822,7 @@
       selfLink = _json['selfLink'] as core.String;
     }
     if (_json.containsKey('start-date')) {
-      start_date = _json['start-date'] as core.String;
+      startDate = _json['start-date'] as core.String;
     }
     if (_json.containsKey('status')) {
       status = _json['status'] as core.String;
@@ -13861,8 +13859,8 @@
     if (driveDownloadDetails != null) {
       _json['driveDownloadDetails'] = driveDownloadDetails.toJson();
     }
-    if (end_date != null) {
-      _json['end-date'] = end_date;
+    if (endDate != null) {
+      _json['end-date'] = endDate;
     }
     if (filters != null) {
       _json['filters'] = filters;
@@ -13885,8 +13883,8 @@
     if (selfLink != null) {
       _json['selfLink'] = selfLink;
     }
-    if (start_date != null) {
-      _json['start-date'] = start_date;
+    if (startDate != null) {
+      _json['start-date'] = startDate;
     }
     if (status != null) {
       _json['status'] = status;
diff --git a/generated/googleapis/lib/analyticsreporting/v4.dart b/generated/googleapis/lib/analyticsreporting/v4.dart
index 394bd3d..b4421a5 100644
--- a/generated/googleapis/lib/analyticsreporting/v4.dart
+++ b/generated/googleapis/lib/analyticsreporting/v4.dart
@@ -36,7 +36,7 @@
     show ApiRequestError, DetailedApiRequestError;
 
 /// Accesses Analytics report data.
-class AnalyticsreportingApi {
+class AnalyticsReportingApi {
   /// View and manage your Google Analytics data
   static const analyticsScope = 'https://www.googleapis.com/auth/analytics';
 
@@ -50,7 +50,7 @@
   UserActivityResourceApi get userActivity =>
       UserActivityResourceApi(_requester);
 
-  AnalyticsreportingApi(http.Client client,
+  AnalyticsReportingApi(http.Client client,
       {core.String rootUrl = 'https://analyticsreporting.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/androiddeviceprovisioning/v1.dart b/generated/googleapis/lib/androiddeviceprovisioning/v1.dart
index 031a3c5..c835ad6 100644
--- a/generated/googleapis/lib/androiddeviceprovisioning/v1.dart
+++ b/generated/googleapis/lib/androiddeviceprovisioning/v1.dart
@@ -37,14 +37,14 @@
 
 /// Automates Android zero-touch enrollment for device resellers, customers, and
 /// EMMs.
-class AndroiddeviceprovisioningApi {
+class AndroidProvisioningPartnerApi {
   final commons.ApiRequester _requester;
 
   CustomersResourceApi get customers => CustomersResourceApi(_requester);
   OperationsResourceApi get operations => OperationsResourceApi(_requester);
   PartnersResourceApi get partners => PartnersResourceApi(_requester);
 
-  AndroiddeviceprovisioningApi(http.Client client,
+  AndroidProvisioningPartnerApi(http.Client client,
       {core.String rootUrl =
           'https://androiddeviceprovisioning.googleapis.com/',
       core.String servicePath = ''})
diff --git a/generated/googleapis/lib/androidenterprise/v1.dart b/generated/googleapis/lib/androidenterprise/v1.dart
index 966519b..b2d1536 100644
--- a/generated/googleapis/lib/androidenterprise/v1.dart
+++ b/generated/googleapis/lib/androidenterprise/v1.dart
@@ -36,7 +36,7 @@
     show ApiRequestError, DetailedApiRequestError;
 
 /// Manages the deployment of apps to Android Enterprise devices.
-class AndroidenterpriseApi {
+class AndroidEnterpriseApi {
   /// Manage corporate Android devices
   static const androidenterpriseScope =
       'https://www.googleapis.com/auth/androidenterprise';
@@ -70,7 +70,7 @@
   UsersResourceApi get users => UsersResourceApi(_requester);
   WebappsResourceApi get webapps => WebappsResourceApi(_requester);
 
-  AndroidenterpriseApi(http.Client client,
+  AndroidEnterpriseApi(http.Client client,
       {core.String rootUrl = 'https://androidenterprise.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/androidmanagement/v1.dart b/generated/googleapis/lib/androidmanagement/v1.dart
index ffb59f5..887f71b 100644
--- a/generated/googleapis/lib/androidmanagement/v1.dart
+++ b/generated/googleapis/lib/androidmanagement/v1.dart
@@ -37,7 +37,7 @@
 
 /// The Android Management API provides remote enterprise management of Android
 /// devices and apps.
-class AndroidmanagementApi {
+class AndroidManagementApi {
   /// Manage Android devices and apps for your customers
   static const androidmanagementScope =
       'https://www.googleapis.com/auth/androidmanagement';
@@ -47,7 +47,7 @@
   EnterprisesResourceApi get enterprises => EnterprisesResourceApi(_requester);
   SignupUrlsResourceApi get signupUrls => SignupUrlsResourceApi(_requester);
 
-  AndroidmanagementApi(http.Client client,
+  AndroidManagementApi(http.Client client,
       {core.String rootUrl = 'https://androidmanagement.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/androidpublisher/v3.dart b/generated/googleapis/lib/androidpublisher/v3.dart
index 8f81c14..78c09b1 100644
--- a/generated/googleapis/lib/androidpublisher/v3.dart
+++ b/generated/googleapis/lib/androidpublisher/v3.dart
@@ -43,7 +43,7 @@
         ByteRange;
 
 /// Lets Android application developers access their Google Play accounts.
-class AndroidpublisherApi {
+class AndroidPublisherApi {
   /// View and manage your Google Play Developer account
   static const androidpublisherScope =
       'https://www.googleapis.com/auth/androidpublisher';
@@ -60,7 +60,7 @@
   ReviewsResourceApi get reviews => ReviewsResourceApi(_requester);
   SystemapksResourceApi get systemapks => SystemapksResourceApi(_requester);
 
-  AndroidpublisherApi(http.Client client,
+  AndroidPublisherApi(http.Client client,
       {core.String rootUrl = 'https://androidpublisher.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/bigquerydatatransfer/v1.dart b/generated/googleapis/lib/bigquerydatatransfer/v1.dart
index afd9af1..a491625 100644
--- a/generated/googleapis/lib/bigquerydatatransfer/v1.dart
+++ b/generated/googleapis/lib/bigquerydatatransfer/v1.dart
@@ -37,7 +37,7 @@
 
 /// Schedule queries or transfer external data from SaaS applications to Google
 /// BigQuery on a regular basis.
-class BigquerydatatransferApi {
+class BigQueryDataTransferApi {
   /// View and manage your data in Google BigQuery
   static const bigqueryScope = 'https://www.googleapis.com/auth/bigquery';
 
@@ -57,7 +57,7 @@
 
   ProjectsResourceApi get projects => ProjectsResourceApi(_requester);
 
-  BigquerydatatransferApi(http.Client client,
+  BigQueryDataTransferApi(http.Client client,
       {core.String rootUrl = 'https://bigquerydatatransfer.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/bigqueryreservation/v1.dart b/generated/googleapis/lib/bigqueryreservation/v1.dart
index b7e4fef..3d42c0c 100644
--- a/generated/googleapis/lib/bigqueryreservation/v1.dart
+++ b/generated/googleapis/lib/bigqueryreservation/v1.dart
@@ -35,7 +35,7 @@
     show ApiRequestError, DetailedApiRequestError;
 
 /// A service to modify your BigQuery flat-rate reservations.
-class BigqueryreservationApi {
+class BigQueryReservationApi {
   /// View and manage your data in Google BigQuery
   static const bigqueryScope = 'https://www.googleapis.com/auth/bigquery';
 
@@ -48,7 +48,7 @@
   OperationsResourceApi get operations => OperationsResourceApi(_requester);
   ProjectsResourceApi get projects => ProjectsResourceApi(_requester);
 
-  BigqueryreservationApi(http.Client client,
+  BigQueryReservationApi(http.Client client,
       {core.String rootUrl = 'https://bigqueryreservation.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/bigtableadmin/v2.dart b/generated/googleapis/lib/bigtableadmin/v2.dart
index 981df45..98e17ed 100644
--- a/generated/googleapis/lib/bigtableadmin/v2.dart
+++ b/generated/googleapis/lib/bigtableadmin/v2.dart
@@ -35,7 +35,7 @@
     show ApiRequestError, DetailedApiRequestError;
 
 /// Administer your Cloud Bigtable tables and instances.
-class BigtableadminApi {
+class BigtableAdminApi {
   /// Administer your Cloud Bigtable tables and clusters
   static const bigtableAdminScope =
       'https://www.googleapis.com/auth/bigtable.admin';
@@ -77,7 +77,7 @@
   OperationsResourceApi get operations => OperationsResourceApi(_requester);
   ProjectsResourceApi get projects => ProjectsResourceApi(_requester);
 
-  BigtableadminApi(http.Client client,
+  BigtableAdminApi(http.Client client,
       {core.String rootUrl = 'https://bigtableadmin.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/binaryauthorization/v1.dart b/generated/googleapis/lib/binaryauthorization/v1.dart
index 5ab9d1f..a45ee14 100644
--- a/generated/googleapis/lib/binaryauthorization/v1.dart
+++ b/generated/googleapis/lib/binaryauthorization/v1.dart
@@ -37,7 +37,7 @@
 
 /// The management interface for Binary Authorization, a system providing policy
 /// control for images deployed to Kubernetes Engine clusters.
-class BinaryauthorizationApi {
+class BinaryAuthorizationApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -46,7 +46,7 @@
 
   ProjectsResourceApi get projects => ProjectsResourceApi(_requester);
 
-  BinaryauthorizationApi(http.Client client,
+  BinaryAuthorizationApi(http.Client client,
       {core.String rootUrl = 'https://binaryauthorization.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/chat/v1.dart b/generated/googleapis/lib/chat/v1.dart
index 9aceb61..457d704 100644
--- a/generated/googleapis/lib/chat/v1.dart
+++ b/generated/googleapis/lib/chat/v1.dart
@@ -43,13 +43,13 @@
         ByteRange;
 
 /// Enables bots to fetch information and perform actions in Hangouts Chat.
-class ChatApi {
+class HangoutsChatApi {
   final commons.ApiRequester _requester;
 
   MediaResourceApi get media => MediaResourceApi(_requester);
   SpacesResourceApi get spaces => SpacesResourceApi(_requester);
 
-  ChatApi(http.Client client,
+  HangoutsChatApi(http.Client client,
       {core.String rootUrl = 'https://chat.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/civicinfo/v2.dart b/generated/googleapis/lib/civicinfo/v2.dart
index fae874e..d0dd14c 100644
--- a/generated/googleapis/lib/civicinfo/v2.dart
+++ b/generated/googleapis/lib/civicinfo/v2.dart
@@ -36,7 +36,7 @@
 
 /// Provides polling places, early vote locations, contest data, election
 /// officials, and government representatives for U.S. residential addresses.
-class CivicinfoApi {
+class CivicInfoApi {
   final commons.ApiRequester _requester;
 
   DivisionsResourceApi get divisions => DivisionsResourceApi(_requester);
@@ -44,7 +44,7 @@
   RepresentativesResourceApi get representatives =>
       RepresentativesResourceApi(_requester);
 
-  CivicinfoApi(http.Client client,
+  CivicInfoApi(http.Client client,
       {core.String rootUrl = 'https://civicinfo.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/cloudasset/v1.dart b/generated/googleapis/lib/cloudasset/v1.dart
index 1eadbbf..b10451d 100644
--- a/generated/googleapis/lib/cloudasset/v1.dart
+++ b/generated/googleapis/lib/cloudasset/v1.dart
@@ -36,7 +36,7 @@
     show ApiRequestError, DetailedApiRequestError;
 
 /// The cloud asset API manages the history and inventory of cloud resources.
-class CloudassetApi {
+class CloudAssetApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -47,7 +47,7 @@
   OperationsResourceApi get operations => OperationsResourceApi(_requester);
   V1ResourceApi get v1 => V1ResourceApi(_requester);
 
-  CloudassetApi(http.Client client,
+  CloudAssetApi(http.Client client,
       {core.String rootUrl = 'https://cloudasset.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/cloudbuild/v1.dart b/generated/googleapis/lib/cloudbuild/v1.dart
index aa4b271..30cbb5d 100644
--- a/generated/googleapis/lib/cloudbuild/v1.dart
+++ b/generated/googleapis/lib/cloudbuild/v1.dart
@@ -35,7 +35,7 @@
     show ApiRequestError, DetailedApiRequestError;
 
 /// Creates and manages builds on Google Cloud Platform.
-class CloudbuildApi {
+class CloudBuildApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -45,7 +45,7 @@
   OperationsResourceApi get operations => OperationsResourceApi(_requester);
   ProjectsResourceApi get projects => ProjectsResourceApi(_requester);
 
-  CloudbuildApi(http.Client client,
+  CloudBuildApi(http.Client client,
       {core.String rootUrl = 'https://cloudbuild.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/clouddebugger/v2.dart b/generated/googleapis/lib/clouddebugger/v2.dart
index 5cb1d22..82fe12b 100644
--- a/generated/googleapis/lib/clouddebugger/v2.dart
+++ b/generated/googleapis/lib/clouddebugger/v2.dart
@@ -37,7 +37,7 @@
 
 /// Examines the call stack and variables of a running application without
 /// stopping or slowing it down.
-class ClouddebuggerApi {
+class CloudDebuggerApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -51,7 +51,7 @@
   ControllerResourceApi get controller => ControllerResourceApi(_requester);
   DebuggerResourceApi get debugger => DebuggerResourceApi(_requester);
 
-  ClouddebuggerApi(http.Client client,
+  CloudDebuggerApi(http.Client client,
       {core.String rootUrl = 'https://clouddebugger.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/cloudfunctions/v1.dart b/generated/googleapis/lib/cloudfunctions/v1.dart
index 9c7c559..79a1feb 100644
--- a/generated/googleapis/lib/cloudfunctions/v1.dart
+++ b/generated/googleapis/lib/cloudfunctions/v1.dart
@@ -35,7 +35,7 @@
     show ApiRequestError, DetailedApiRequestError;
 
 /// Manages lightweight user-provided functions executed in response to events.
-class CloudfunctionsApi {
+class CloudFunctionsApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -45,7 +45,7 @@
   OperationsResourceApi get operations => OperationsResourceApi(_requester);
   ProjectsResourceApi get projects => ProjectsResourceApi(_requester);
 
-  CloudfunctionsApi(http.Client client,
+  CloudFunctionsApi(http.Client client,
       {core.String rootUrl = 'https://cloudfunctions.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/cloudidentity/v1.dart b/generated/googleapis/lib/cloudidentity/v1.dart
index bef7576..94abd7a 100644
--- a/generated/googleapis/lib/cloudidentity/v1.dart
+++ b/generated/googleapis/lib/cloudidentity/v1.dart
@@ -35,7 +35,7 @@
     show ApiRequestError, DetailedApiRequestError;
 
 /// API for provisioning and managing identity resources.
-class CloudidentityApi {
+class CloudIdentityApi {
   /// See your device details
   static const cloudIdentityDevicesLookupScope =
       'https://www.googleapis.com/auth/cloud-identity.devices.lookup';
@@ -59,7 +59,7 @@
   DevicesResourceApi get devices => DevicesResourceApi(_requester);
   GroupsResourceApi get groups => GroupsResourceApi(_requester);
 
-  CloudidentityApi(http.Client client,
+  CloudIdentityApi(http.Client client,
       {core.String rootUrl = 'https://cloudidentity.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/cloudiot/v1.dart b/generated/googleapis/lib/cloudiot/v1.dart
index 593baa8..957bbbc 100644
--- a/generated/googleapis/lib/cloudiot/v1.dart
+++ b/generated/googleapis/lib/cloudiot/v1.dart
@@ -37,7 +37,7 @@
 
 /// Registers and manages IoT (Internet of Things) devices that connect to the
 /// Google Cloud Platform.
-class CloudiotApi {
+class CloudIotApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -49,7 +49,7 @@
 
   ProjectsResourceApi get projects => ProjectsResourceApi(_requester);
 
-  CloudiotApi(http.Client client,
+  CloudIotApi(http.Client client,
       {core.String rootUrl = 'https://cloudiot.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/cloudkms/v1.dart b/generated/googleapis/lib/cloudkms/v1.dart
index ca6ffeb..cfe2aac 100644
--- a/generated/googleapis/lib/cloudkms/v1.dart
+++ b/generated/googleapis/lib/cloudkms/v1.dart
@@ -37,7 +37,7 @@
 
 /// Manages keys and performs cryptographic operations in a central cloud
 /// service, for direct use by other cloud resources and applications.
-class CloudkmsApi {
+class CloudKMSApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -50,7 +50,7 @@
 
   ProjectsResourceApi get projects => ProjectsResourceApi(_requester);
 
-  CloudkmsApi(http.Client client,
+  CloudKMSApi(http.Client client,
       {core.String rootUrl = 'https://cloudkms.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/cloudprofiler/v2.dart b/generated/googleapis/lib/cloudprofiler/v2.dart
index 454f01e..8acc73c 100644
--- a/generated/googleapis/lib/cloudprofiler/v2.dart
+++ b/generated/googleapis/lib/cloudprofiler/v2.dart
@@ -35,7 +35,7 @@
     show ApiRequestError, DetailedApiRequestError;
 
 /// Manages continuous profiling information.
-class CloudprofilerApi {
+class CloudProfilerApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -52,7 +52,7 @@
 
   ProjectsResourceApi get projects => ProjectsResourceApi(_requester);
 
-  CloudprofilerApi(http.Client client,
+  CloudProfilerApi(http.Client client,
       {core.String rootUrl = 'https://cloudprofiler.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/cloudresourcemanager/v1.dart b/generated/googleapis/lib/cloudresourcemanager/v1.dart
index 9bbd287..e982d9d 100644
--- a/generated/googleapis/lib/cloudresourcemanager/v1.dart
+++ b/generated/googleapis/lib/cloudresourcemanager/v1.dart
@@ -37,7 +37,7 @@
 
 /// Creates, reads, and updates metadata for Google Cloud Platform resource
 /// containers.
-class CloudresourcemanagerApi {
+class CloudResourceManagerApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -55,7 +55,7 @@
       OrganizationsResourceApi(_requester);
   ProjectsResourceApi get projects => ProjectsResourceApi(_requester);
 
-  CloudresourcemanagerApi(http.Client client,
+  CloudResourceManagerApi(http.Client client,
       {core.String rootUrl = 'https://cloudresourcemanager.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/cloudresourcemanager/v2.dart b/generated/googleapis/lib/cloudresourcemanager/v2.dart
index ebff23e..c9b39f8 100644
--- a/generated/googleapis/lib/cloudresourcemanager/v2.dart
+++ b/generated/googleapis/lib/cloudresourcemanager/v2.dart
@@ -37,7 +37,7 @@
 
 /// Creates, reads, and updates metadata for Google Cloud Platform resource
 /// containers.
-class CloudresourcemanagerApi {
+class CloudResourceManagerApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -51,7 +51,7 @@
   FoldersResourceApi get folders => FoldersResourceApi(_requester);
   OperationsResourceApi get operations => OperationsResourceApi(_requester);
 
-  CloudresourcemanagerApi(http.Client client,
+  CloudResourceManagerApi(http.Client client,
       {core.String rootUrl = 'https://cloudresourcemanager.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/cloudscheduler/v1.dart b/generated/googleapis/lib/cloudscheduler/v1.dart
index daf2510..0dca84b 100644
--- a/generated/googleapis/lib/cloudscheduler/v1.dart
+++ b/generated/googleapis/lib/cloudscheduler/v1.dart
@@ -35,7 +35,7 @@
     show ApiRequestError, DetailedApiRequestError;
 
 /// Creates and manages jobs run on a regular recurring schedule.
-class CloudschedulerApi {
+class CloudSchedulerApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -44,7 +44,7 @@
 
   ProjectsResourceApi get projects => ProjectsResourceApi(_requester);
 
-  CloudschedulerApi(http.Client client,
+  CloudSchedulerApi(http.Client client,
       {core.String rootUrl = 'https://cloudscheduler.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/cloudsearch/v1.dart b/generated/googleapis/lib/cloudsearch/v1.dart
index 46a64bf..f09e137 100644
--- a/generated/googleapis/lib/cloudsearch/v1.dart
+++ b/generated/googleapis/lib/cloudsearch/v1.dart
@@ -46,7 +46,7 @@
 
 /// Cloud Search provides cloud-based search capabilities over G Suite data. The
 /// Cloud Search API allows indexing of non-G Suite data into Cloud Search.
-class CloudsearchApi {
+class CloudSearchApi {
   /// Index and serve your organization's data with Cloud Search
   static const cloudSearchScope =
       'https://www.googleapis.com/auth/cloud_search';
@@ -93,7 +93,7 @@
   SettingsResourceApi get settings => SettingsResourceApi(_requester);
   StatsResourceApi get stats => StatsResourceApi(_requester);
 
-  CloudsearchApi(http.Client client,
+  CloudSearchApi(http.Client client,
       {core.String rootUrl = 'https://cloudsearch.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/cloudshell/v1.dart b/generated/googleapis/lib/cloudshell/v1.dart
index 355a9dd..97fbc1a 100644
--- a/generated/googleapis/lib/cloudshell/v1.dart
+++ b/generated/googleapis/lib/cloudshell/v1.dart
@@ -37,7 +37,7 @@
 
 /// Allows users to start, configure, and connect to interactive shell sessions
 /// running in the cloud.
-class CloudshellApi {
+class CloudShellApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -47,7 +47,7 @@
   OperationsResourceApi get operations => OperationsResourceApi(_requester);
   UsersResourceApi get users => UsersResourceApi(_requester);
 
-  CloudshellApi(http.Client client,
+  CloudShellApi(http.Client client,
       {core.String rootUrl = 'https://cloudshell.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/cloudtasks/v2.dart b/generated/googleapis/lib/cloudtasks/v2.dart
index 5681758..a36d934 100644
--- a/generated/googleapis/lib/cloudtasks/v2.dart
+++ b/generated/googleapis/lib/cloudtasks/v2.dart
@@ -35,7 +35,7 @@
     show ApiRequestError, DetailedApiRequestError;
 
 /// Manages the execution of large numbers of distributed requests.
-class CloudtasksApi {
+class CloudTasksApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -44,7 +44,7 @@
 
   ProjectsResourceApi get projects => ProjectsResourceApi(_requester);
 
-  CloudtasksApi(http.Client client,
+  CloudTasksApi(http.Client client,
       {core.String rootUrl = 'https://cloudtasks.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/cloudtrace/v2.dart b/generated/googleapis/lib/cloudtrace/v2.dart
index 87363d1..8b4e1c7 100644
--- a/generated/googleapis/lib/cloudtrace/v2.dart
+++ b/generated/googleapis/lib/cloudtrace/v2.dart
@@ -43,7 +43,7 @@
 /// applications can be provided using this API. This library is used to
 /// interact with the Cloud Trace API directly. If you are looking to instrument
 /// your application for Cloud Trace, we recommend using OpenCensus.
-class CloudtraceApi {
+class CloudTraceApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -56,7 +56,7 @@
 
   ProjectsResourceApi get projects => ProjectsResourceApi(_requester);
 
-  CloudtraceApi(http.Client client,
+  CloudTraceApi(http.Client client,
       {core.String rootUrl = 'https://cloudtrace.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/composer/v1.dart b/generated/googleapis/lib/composer/v1.dart
index db7ee21..b1c1fe0 100644
--- a/generated/googleapis/lib/composer/v1.dart
+++ b/generated/googleapis/lib/composer/v1.dart
@@ -35,7 +35,7 @@
     show ApiRequestError, DetailedApiRequestError;
 
 /// Manages Apache Airflow environments on Google Cloud Platform.
-class ComposerApi {
+class CloudComposerApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -44,7 +44,7 @@
 
   ProjectsResourceApi get projects => ProjectsResourceApi(_requester);
 
-  ComposerApi(http.Client client,
+  CloudComposerApi(http.Client client,
       {core.String rootUrl = 'https://composer.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/container/v1.dart b/generated/googleapis/lib/container/v1.dart
index da5b93a..abed73d 100644
--- a/generated/googleapis/lib/container/v1.dart
+++ b/generated/googleapis/lib/container/v1.dart
@@ -252,8 +252,8 @@
 
   ProjectsLocationsClustersNodePoolsResourceApi get nodePools =>
       ProjectsLocationsClustersNodePoolsResourceApi(_requester);
-  ProjectsLocationsClustersWell_knownResourceApi get well_known =>
-      ProjectsLocationsClustersWell_knownResourceApi(_requester);
+  ProjectsLocationsClustersWellKnownResourceApi get wellKnown =>
+      ProjectsLocationsClustersWellKnownResourceApi(_requester);
 
   ProjectsLocationsClustersResourceApi(commons.ApiRequester client)
       : _requester = client;
@@ -2024,10 +2024,10 @@
   }
 }
 
-class ProjectsLocationsClustersWell_knownResourceApi {
+class ProjectsLocationsClustersWellKnownResourceApi {
   final commons.ApiRequester _requester;
 
-  ProjectsLocationsClustersWell_knownResourceApi(commons.ApiRequester client)
+  ProjectsLocationsClustersWellKnownResourceApi(commons.ApiRequester client)
       : _requester = client;
 
   /// Gets the OIDC discovery document for the cluster. See the [OpenID Connect
@@ -2053,7 +2053,7 @@
   ///
   /// If the used [http.Client] completes with an error when making a REST call,
   /// this method will complete with the same error.
-  async.Future<GetOpenIDConfigResponse> getOpenid_configuration(
+  async.Future<GetOpenIDConfigResponse> getOpenidConfiguration(
     core.String parent, {
     core.String $fields,
   }) {
diff --git a/generated/googleapis/lib/content/v2_1.dart b/generated/googleapis/lib/content/v2_1.dart
index 0439a26..a1de0a0 100644
--- a/generated/googleapis/lib/content/v2_1.dart
+++ b/generated/googleapis/lib/content/v2_1.dart
@@ -37,7 +37,7 @@
 
 /// Manages product items, inventory, and Merchant Center accounts for Google
 /// Shopping.
-class ContentApi {
+class ShoppingContentApi {
   /// Manage your product listings and accounts for Google Shopping
   static const contentScope = 'https://www.googleapis.com/auth/content';
 
@@ -79,7 +79,7 @@
   ShippingsettingsResourceApi get shippingsettings =>
       ShippingsettingsResourceApi(_requester);
 
-  ContentApi(http.Client client,
+  ShoppingContentApi(http.Client client,
       {core.String rootUrl = 'https://www.googleapis.com/',
       core.String servicePath = 'content/v2.1/'})
       : _requester =
diff --git a/generated/googleapis/lib/customsearch/v1.dart b/generated/googleapis/lib/customsearch/v1.dart
index 8070e5e..4223810 100644
--- a/generated/googleapis/lib/customsearch/v1.dart
+++ b/generated/googleapis/lib/customsearch/v1.dart
@@ -35,12 +35,12 @@
     show ApiRequestError, DetailedApiRequestError;
 
 /// Searches over a website or collection of websites
-class CustomsearchApi {
+class CustomSearchApi {
   final commons.ApiRequester _requester;
 
   CseResourceApi get cse => CseResourceApi(_requester);
 
-  CustomsearchApi(http.Client client,
+  CustomSearchApi(http.Client client,
       {core.String rootUrl = 'https://customsearch.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/deploymentmanager/v2.dart b/generated/googleapis/lib/deploymentmanager/v2.dart
index 3cf818e..e217cdd 100644
--- a/generated/googleapis/lib/deploymentmanager/v2.dart
+++ b/generated/googleapis/lib/deploymentmanager/v2.dart
@@ -37,7 +37,7 @@
 
 /// Declares, configures, and deploys complex solutions on Google Cloud
 /// Platform.
-class DeploymentmanagerApi {
+class DeploymentManagerApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -64,7 +64,7 @@
   ResourcesResourceApi get resources => ResourcesResourceApi(_requester);
   TypesResourceApi get types => TypesResourceApi(_requester);
 
-  DeploymentmanagerApi(http.Client client,
+  DeploymentManagerApi(http.Client client,
       {core.String rootUrl = 'https://www.googleapis.com/',
       core.String servicePath = 'deploymentmanager/v2/projects/'})
       : _requester =
diff --git a/generated/googleapis/lib/displayvideo/v1.dart b/generated/googleapis/lib/displayvideo/v1.dart
index 7e7dc96..0e232e7 100644
--- a/generated/googleapis/lib/displayvideo/v1.dart
+++ b/generated/googleapis/lib/displayvideo/v1.dart
@@ -45,7 +45,7 @@
 
 /// Display & Video 360 API allows users to manage and create campaigns and
 /// reports.
-class DisplayvideoApi {
+class DisplayVideoApi {
   /// Create, see, edit, and permanently delete your Display & Video 360
   /// entities and reports
   static const displayVideoScope =
@@ -90,7 +90,7 @@
       TargetingTypesResourceApi(_requester);
   UsersResourceApi get users => UsersResourceApi(_requester);
 
-  DisplayvideoApi(http.Client client,
+  DisplayVideoApi(http.Client client,
       {core.String rootUrl = 'https://displayvideo.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/dlp/v2.dart b/generated/googleapis/lib/dlp/v2.dart
index 7efe947..9f1293a 100644
--- a/generated/googleapis/lib/dlp/v2.dart
+++ b/generated/googleapis/lib/dlp/v2.dart
@@ -39,7 +39,7 @@
 /// Provides methods for detection, risk analysis, and de-identification of
 /// privacy-sensitive fragments in text, images, and Google Cloud Platform
 /// storage repositories.
-class DlpApi {
+class DLPApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -52,7 +52,7 @@
       OrganizationsResourceApi(_requester);
   ProjectsResourceApi get projects => ProjectsResourceApi(_requester);
 
-  DlpApi(http.Client client,
+  DLPApi(http.Client client,
       {core.String rootUrl = 'https://dlp.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/domainsrdap/v1.dart b/generated/googleapis/lib/domainsrdap/v1.dart
index 8371ee5..13f694f 100644
--- a/generated/googleapis/lib/domainsrdap/v1.dart
+++ b/generated/googleapis/lib/domainsrdap/v1.dart
@@ -37,7 +37,7 @@
 
 /// Read-only public API that lets users search for information about domain
 /// names.
-class DomainsrdapApi {
+class DomainsRDAPApi {
   final commons.ApiRequester _requester;
 
   AutnumResourceApi get autnum => AutnumResourceApi(_requester);
@@ -47,7 +47,7 @@
   NameserverResourceApi get nameserver => NameserverResourceApi(_requester);
   V1ResourceApi get v1 => V1ResourceApi(_requester);
 
-  DomainsrdapApi(http.Client client,
+  DomainsRDAPApi(http.Client client,
       {core.String rootUrl = 'https://domainsrdap.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/doubleclickbidmanager/v1_1.dart b/generated/googleapis/lib/doubleclickbidmanager/v1_1.dart
index 95f4bff..9a70aa7 100644
--- a/generated/googleapis/lib/doubleclickbidmanager/v1_1.dart
+++ b/generated/googleapis/lib/doubleclickbidmanager/v1_1.dart
@@ -37,7 +37,7 @@
 
 /// DoubleClick Bid Manager API allows users to manage and create campaigns and
 /// reports.
-class DoubleclickbidmanagerApi {
+class DoubleClickBidManagerApi {
   /// View and manage your reports in DoubleClick Bid Manager
   static const doubleclickbidmanagerScope =
       'https://www.googleapis.com/auth/doubleclickbidmanager';
@@ -49,7 +49,7 @@
   ReportsResourceApi get reports => ReportsResourceApi(_requester);
   SdfResourceApi get sdf => SdfResourceApi(_requester);
 
-  DoubleclickbidmanagerApi(http.Client client,
+  DoubleClickBidManagerApi(http.Client client,
       {core.String rootUrl = 'https://doubleclickbidmanager.googleapis.com/',
       core.String servicePath = 'doubleclickbidmanager/v1.1/'})
       : _requester =
diff --git a/generated/googleapis/lib/driveactivity/v2.dart b/generated/googleapis/lib/driveactivity/v2.dart
index 8786862..dad6e75 100644
--- a/generated/googleapis/lib/driveactivity/v2.dart
+++ b/generated/googleapis/lib/driveactivity/v2.dart
@@ -35,7 +35,7 @@
     show ApiRequestError, DetailedApiRequestError;
 
 /// Provides a historical view of activity in Google Drive.
-class DriveactivityApi {
+class DriveActivityApi {
   /// View and add to the activity record of files in your Google Drive
   static const driveActivityScope =
       'https://www.googleapis.com/auth/drive.activity';
@@ -48,7 +48,7 @@
 
   ActivityResourceApi get activity => ActivityResourceApi(_requester);
 
-  DriveactivityApi(http.Client client,
+  DriveActivityApi(http.Client client,
       {core.String rootUrl = 'https://driveactivity.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/fcm/v1.dart b/generated/googleapis/lib/fcm/v1.dart
index c98f8a2..ddcfd48 100644
--- a/generated/googleapis/lib/fcm/v1.dart
+++ b/generated/googleapis/lib/fcm/v1.dart
@@ -37,7 +37,7 @@
 
 /// FCM send API that provides a cross-platform messaging solution to reliably
 /// deliver messages at no cost.
-class FcmApi {
+class FirebaseCloudMessagingApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -46,7 +46,7 @@
 
   ProjectsResourceApi get projects => ProjectsResourceApi(_requester);
 
-  FcmApi(http.Client client,
+  FirebaseCloudMessagingApi(http.Client client,
       {core.String rootUrl = 'https://fcm.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/file/v1.dart b/generated/googleapis/lib/file/v1.dart
index d08d68b..bf81e2b 100644
--- a/generated/googleapis/lib/file/v1.dart
+++ b/generated/googleapis/lib/file/v1.dart
@@ -37,7 +37,7 @@
 
 /// The Cloud Filestore API is used for creating and managing cloud file
 /// servers.
-class FileApi {
+class CloudFilestoreApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -46,7 +46,7 @@
 
   ProjectsResourceApi get projects => ProjectsResourceApi(_requester);
 
-  FileApi(http.Client client,
+  CloudFilestoreApi(http.Client client,
       {core.String rootUrl = 'https://file.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/firebasedynamiclinks/v1.dart b/generated/googleapis/lib/firebasedynamiclinks/v1.dart
index a82a16d..142537d 100644
--- a/generated/googleapis/lib/firebasedynamiclinks/v1.dart
+++ b/generated/googleapis/lib/firebasedynamiclinks/v1.dart
@@ -35,7 +35,7 @@
     show ApiRequestError, DetailedApiRequestError;
 
 /// Programmatically creates and manages Firebase Dynamic Links.
-class FirebasedynamiclinksApi {
+class FirebaseDynamicLinksApi {
   /// View and administer all your Firebase data and settings
   static const firebaseScope = 'https://www.googleapis.com/auth/firebase';
 
@@ -46,7 +46,7 @@
   ShortLinksResourceApi get shortLinks => ShortLinksResourceApi(_requester);
   V1ResourceApi get v1 => V1ResourceApi(_requester);
 
-  FirebasedynamiclinksApi(http.Client client,
+  FirebaseDynamicLinksApi(http.Client client,
       {core.String rootUrl = 'https://firebasedynamiclinks.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/firebaserules/v1.dart b/generated/googleapis/lib/firebaserules/v1.dart
index 5e90710..476d004 100644
--- a/generated/googleapis/lib/firebaserules/v1.dart
+++ b/generated/googleapis/lib/firebaserules/v1.dart
@@ -38,7 +38,7 @@
 
 /// Creates and manages rules that determine when a Firebase Rules-enabled
 /// service should permit a request.
-class FirebaserulesApi {
+class FirebaseRulesApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -54,7 +54,7 @@
 
   ProjectsResourceApi get projects => ProjectsResourceApi(_requester);
 
-  FirebaserulesApi(http.Client client,
+  FirebaseRulesApi(http.Client client,
       {core.String rootUrl = 'https://firebaserules.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/groupsmigration/v1.dart b/generated/googleapis/lib/groupsmigration/v1.dart
index 64f381c..852d2ec 100644
--- a/generated/googleapis/lib/groupsmigration/v1.dart
+++ b/generated/googleapis/lib/groupsmigration/v1.dart
@@ -45,7 +45,7 @@
 
 /// The Groups Migration API allows domain administrators to archive emails into
 /// Google groups.
-class GroupsmigrationApi {
+class GroupsMigrationApi {
   /// Manage messages in groups on your domain
   static const appsGroupsMigrationScope =
       'https://www.googleapis.com/auth/apps.groups.migration';
@@ -54,7 +54,7 @@
 
   ArchiveResourceApi get archive => ArchiveResourceApi(_requester);
 
-  GroupsmigrationApi(http.Client client,
+  GroupsMigrationApi(http.Client client,
       {core.String rootUrl = 'https://groupsmigration.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/healthcare/v1.dart b/generated/googleapis/lib/healthcare/v1.dart
index 7775f20..ba8526b 100644
--- a/generated/googleapis/lib/healthcare/v1.dart
+++ b/generated/googleapis/lib/healthcare/v1.dart
@@ -35,7 +35,7 @@
     show ApiRequestError, DetailedApiRequestError;
 
 /// Manage, store, and access healthcare data in Google Cloud Platform.
-class HealthcareApi {
+class CloudHealthcareApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -44,7 +44,7 @@
 
   ProjectsResourceApi get projects => ProjectsResourceApi(_requester);
 
-  HealthcareApi(http.Client client,
+  CloudHealthcareApi(http.Client client,
       {core.String rootUrl = 'https://healthcare.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
@@ -3865,7 +3865,7 @@
   ///
   /// If the used [http.Client] completes with an error when making a REST call,
   /// this method will complete with the same error.
-  async.Future<HttpBody> Patient_everything(
+  async.Future<HttpBody> PatientEverything(
     core.String name, {
     core.int P_count,
     core.String P_pageToken,
@@ -3948,7 +3948,7 @@
   ///
   /// If the used [http.Client] completes with an error when making a REST call,
   /// this method will complete with the same error.
-  async.Future<Empty> Resource_purge(
+  async.Future<Empty> ResourcePurge(
     core.String name, {
     core.String $fields,
   }) {
diff --git a/generated/googleapis/lib/homegraph/v1.dart b/generated/googleapis/lib/homegraph/v1.dart
index c93bfb6..70c9ac2 100644
--- a/generated/googleapis/lib/homegraph/v1.dart
+++ b/generated/googleapis/lib/homegraph/v1.dart
@@ -35,7 +35,7 @@
 export 'package:_discoveryapis_commons/_discoveryapis_commons.dart'
     show ApiRequestError, DetailedApiRequestError;
 
-class HomegraphApi {
+class HomeGraphServiceApi {
   /// New Service: https://www.googleapis.com/auth/homegraph
   static const homegraphScope = 'https://www.googleapis.com/auth/homegraph';
 
@@ -44,7 +44,7 @@
   AgentUsersResourceApi get agentUsers => AgentUsersResourceApi(_requester);
   DevicesResourceApi get devices => DevicesResourceApi(_requester);
 
-  HomegraphApi(http.Client client,
+  HomeGraphServiceApi(http.Client client,
       {core.String rootUrl = 'https://homegraph.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/iamcredentials/v1.dart b/generated/googleapis/lib/iamcredentials/v1.dart
index 05c56b4..32fb16a 100644
--- a/generated/googleapis/lib/iamcredentials/v1.dart
+++ b/generated/googleapis/lib/iamcredentials/v1.dart
@@ -40,7 +40,7 @@
 /// Creates short-lived credentials for impersonating IAM service accounts.
 /// *Note:* This API is tied to the IAM API (iam.googleapis.com). Enabling or
 /// disabling this API will also enable or disable the IAM API.
-class IamcredentialsApi {
+class IAMCredentialsApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -49,7 +49,7 @@
 
   ProjectsResourceApi get projects => ProjectsResourceApi(_requester);
 
-  IamcredentialsApi(http.Client client,
+  IAMCredentialsApi(http.Client client,
       {core.String rootUrl = 'https://iamcredentials.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/iap/v1.dart b/generated/googleapis/lib/iap/v1.dart
index a01d2f6..df9e3da 100644
--- a/generated/googleapis/lib/iap/v1.dart
+++ b/generated/googleapis/lib/iap/v1.dart
@@ -35,7 +35,7 @@
     show ApiRequestError, DetailedApiRequestError;
 
 /// Controls access to cloud applications running on Google Cloud Platform.
-class IapApi {
+class CloudIAPApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -45,7 +45,7 @@
   ProjectsResourceApi get projects => ProjectsResourceApi(_requester);
   V1ResourceApi get v1 => V1ResourceApi(_requester);
 
-  IapApi(http.Client client,
+  CloudIAPApi(http.Client client,
       {core.String rootUrl = 'https://iap.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/identitytoolkit/v3.dart b/generated/googleapis/lib/identitytoolkit/v3.dart
index f593a59..36d04e0 100644
--- a/generated/googleapis/lib/identitytoolkit/v3.dart
+++ b/generated/googleapis/lib/identitytoolkit/v3.dart
@@ -37,7 +37,7 @@
     show ApiRequestError, DetailedApiRequestError;
 
 /// Help the third party sites to implement federated login.
-class IdentitytoolkitApi {
+class IdentityToolkitApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -50,7 +50,7 @@
   RelyingpartyResourceApi get relyingparty =>
       RelyingpartyResourceApi(_requester);
 
-  IdentitytoolkitApi(http.Client client,
+  IdentityToolkitApi(http.Client client,
       {core.String rootUrl = 'https://www.googleapis.com/',
       core.String servicePath = 'identitytoolkit/v3/relyingparty/'})
       : _requester =
diff --git a/generated/googleapis/lib/jobs/v2.dart b/generated/googleapis/lib/jobs/v2.dart
index 9ae82c0..d23dda9 100644
--- a/generated/googleapis/lib/jobs/v2.dart
+++ b/generated/googleapis/lib/jobs/v2.dart
@@ -38,7 +38,7 @@
 
 /// Cloud Talent Solution provides the capability to create, read, update, and
 /// delete job postings, as well as search jobs based on keywords and filters.
-class JobsApi {
+class CloudTalentSolutionApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -52,7 +52,7 @@
   JobsResourceApi get jobs => JobsResourceApi(_requester);
   V2ResourceApi get v2 => V2ResourceApi(_requester);
 
-  JobsApi(http.Client client,
+  CloudTalentSolutionApi(http.Client client,
       {core.String rootUrl = 'https://jobs.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/jobs/v3.dart b/generated/googleapis/lib/jobs/v3.dart
index e018ee9..c2d1ce8 100644
--- a/generated/googleapis/lib/jobs/v3.dart
+++ b/generated/googleapis/lib/jobs/v3.dart
@@ -38,7 +38,7 @@
 
 /// Cloud Talent Solution provides the capability to create, read, update, and
 /// delete job postings, as well as search jobs based on keywords and filters.
-class JobsApi {
+class CloudTalentSolutionApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -50,7 +50,7 @@
 
   ProjectsResourceApi get projects => ProjectsResourceApi(_requester);
 
-  JobsApi(http.Client client,
+  CloudTalentSolutionApi(http.Client client,
       {core.String rootUrl = 'https://jobs.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/language/v1.dart b/generated/googleapis/lib/language/v1.dart
index 8a2550c..0817435 100644
--- a/generated/googleapis/lib/language/v1.dart
+++ b/generated/googleapis/lib/language/v1.dart
@@ -39,7 +39,7 @@
 /// Provides natural language understanding technologies, such as sentiment
 /// analysis, entity recognition, entity sentiment analysis, and other text
 /// annotations, to developers.
-class LanguageApi {
+class CloudNaturalLanguageApi {
   /// Apply machine learning models to reveal the structure and meaning of text
   static const cloudLanguageScope =
       'https://www.googleapis.com/auth/cloud-language';
@@ -52,7 +52,7 @@
 
   DocumentsResourceApi get documents => DocumentsResourceApi(_requester);
 
-  LanguageApi(http.Client client,
+  CloudNaturalLanguageApi(http.Client client,
       {core.String rootUrl = 'https://language.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/managedidentities/v1.dart b/generated/googleapis/lib/managedidentities/v1.dart
index 933b06f..5443e7b 100644
--- a/generated/googleapis/lib/managedidentities/v1.dart
+++ b/generated/googleapis/lib/managedidentities/v1.dart
@@ -39,7 +39,7 @@
 /// The Managed Service for Microsoft Active Directory API is used for managing
 /// a highly available, hardened service running Microsoft Active Directory
 /// (AD).
-class ManagedidentitiesApi {
+class ManagedServiceForMicrosoftActiveDirectoryConsumerApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -48,7 +48,7 @@
 
   ProjectsResourceApi get projects => ProjectsResourceApi(_requester);
 
-  ManagedidentitiesApi(http.Client client,
+  ManagedServiceForMicrosoftActiveDirectoryConsumerApi(http.Client client,
       {core.String rootUrl = 'https://managedidentities.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/manufacturers/v1.dart b/generated/googleapis/lib/manufacturers/v1.dart
index 2d4c7f1..dbf5a55 100644
--- a/generated/googleapis/lib/manufacturers/v1.dart
+++ b/generated/googleapis/lib/manufacturers/v1.dart
@@ -35,7 +35,7 @@
     show ApiRequestError, DetailedApiRequestError;
 
 /// Public API for managing Manufacturer Center related data.
-class ManufacturersApi {
+class ManufacturerCenterApi {
   /// Manage your product listings for Google Manufacturer Center
   static const manufacturercenterScope =
       'https://www.googleapis.com/auth/manufacturercenter';
@@ -44,7 +44,7 @@
 
   AccountsResourceApi get accounts => AccountsResourceApi(_requester);
 
-  ManufacturersApi(http.Client client,
+  ManufacturerCenterApi(http.Client client,
       {core.String rootUrl = 'https://manufacturers.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/ml/v1.dart b/generated/googleapis/lib/ml/v1.dart
index 265ccbb..32a26ee 100644
--- a/generated/googleapis/lib/ml/v1.dart
+++ b/generated/googleapis/lib/ml/v1.dart
@@ -35,7 +35,7 @@
     show ApiRequestError, DetailedApiRequestError;
 
 /// An API to enable creating and using machine learning models.
-class MlApi {
+class CloudMachineLearningEngineApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -48,7 +48,7 @@
 
   ProjectsResourceApi get projects => ProjectsResourceApi(_requester);
 
-  MlApi(http.Client client,
+  CloudMachineLearningEngineApi(http.Client client,
       {core.String rootUrl = 'https://ml.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/networkmanagement/v1.dart b/generated/googleapis/lib/networkmanagement/v1.dart
index 1c4dc5a..9f888df 100644
--- a/generated/googleapis/lib/networkmanagement/v1.dart
+++ b/generated/googleapis/lib/networkmanagement/v1.dart
@@ -37,7 +37,7 @@
 
 /// The Network Management API provides a collection of network performance
 /// monitoring and diagnostic capabilities.
-class NetworkmanagementApi {
+class NetworkManagementApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -46,7 +46,7 @@
 
   ProjectsResourceApi get projects => ProjectsResourceApi(_requester);
 
-  NetworkmanagementApi(http.Client client,
+  NetworkManagementApi(http.Client client,
       {core.String rootUrl = 'https://networkmanagement.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/osconfig/v1.dart b/generated/googleapis/lib/osconfig/v1.dart
index 9ba5807..b5741fa 100644
--- a/generated/googleapis/lib/osconfig/v1.dart
+++ b/generated/googleapis/lib/osconfig/v1.dart
@@ -37,7 +37,7 @@
 
 /// OS management tools that can be used for patch management, patch compliance,
 /// and configuration management on VM instances.
-class OsconfigApi {
+class OSConfigApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -46,7 +46,7 @@
 
   ProjectsResourceApi get projects => ProjectsResourceApi(_requester);
 
-  OsconfigApi(http.Client client,
+  OSConfigApi(http.Client client,
       {core.String rootUrl = 'https://osconfig.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/oslogin/v1.dart b/generated/googleapis/lib/oslogin/v1.dart
index 0cd8ec9..07789d5 100644
--- a/generated/googleapis/lib/oslogin/v1.dart
+++ b/generated/googleapis/lib/oslogin/v1.dart
@@ -35,7 +35,7 @@
     show ApiRequestError, DetailedApiRequestError;
 
 /// You can use OS Login to manage access to your VM instances using IAM roles.
-class OsloginApi {
+class CloudOSLoginApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -47,7 +47,7 @@
 
   UsersResourceApi get users => UsersResourceApi(_requester);
 
-  OsloginApi(http.Client client,
+  CloudOSLoginApi(http.Client client,
       {core.String rootUrl = 'https://oslogin.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/pagespeedonline/v5.dart b/generated/googleapis/lib/pagespeedonline/v5.dart
index f1f02ca..380c83c 100644
--- a/generated/googleapis/lib/pagespeedonline/v5.dart
+++ b/generated/googleapis/lib/pagespeedonline/v5.dart
@@ -41,7 +41,7 @@
 /// with a simple API. It offers tailored suggestions for how you can optimize
 /// your site, and lets you easily integrate PageSpeed Insights analysis into
 /// your development tools and workflow.
-class PagespeedonlineApi {
+class PagespeedInsightsApi {
   /// Associate you with your personal info on Google
   static const openidScope = 'openid';
 
@@ -50,7 +50,7 @@
   PagespeedapiResourceApi get pagespeedapi =>
       PagespeedapiResourceApi(_requester);
 
-  PagespeedonlineApi(http.Client client,
+  PagespeedInsightsApi(http.Client client,
       {core.String rootUrl = 'https://pagespeedonline.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
@@ -247,7 +247,7 @@
   LighthouseCategoryV5 accessibility;
 
   /// The best practices category, containing all best practices related audits.
-  LighthouseCategoryV5 best_practices;
+  LighthouseCategoryV5 bestPractices;
 
   /// The performance category, containing all performance related audits.
   LighthouseCategoryV5 performance;
@@ -267,7 +267,7 @@
           _json['accessibility'] as core.Map<core.String, core.dynamic>);
     }
     if (_json.containsKey('best-practices')) {
-      best_practices = LighthouseCategoryV5.fromJson(
+      bestPractices = LighthouseCategoryV5.fromJson(
           _json['best-practices'] as core.Map<core.String, core.dynamic>);
     }
     if (_json.containsKey('performance')) {
@@ -289,8 +289,8 @@
     if (accessibility != null) {
       _json['accessibility'] = accessibility.toJson();
     }
-    if (best_practices != null) {
-      _json['best-practices'] = best_practices.toJson();
+    if (bestPractices != null) {
+      _json['best-practices'] = bestPractices.toJson();
     }
     if (performance != null) {
       _json['performance'] = performance.toJson();
diff --git a/generated/googleapis/lib/people/v1.dart b/generated/googleapis/lib/people/v1.dart
index 2b774d2..59885b5 100644
--- a/generated/googleapis/lib/people/v1.dart
+++ b/generated/googleapis/lib/people/v1.dart
@@ -35,7 +35,7 @@
     show ApiRequestError, DetailedApiRequestError;
 
 /// Provides access to information about profiles and contacts.
-class PeopleApi {
+class PeopleServiceApi {
   /// See, edit, download, and permanently delete your contacts
   static const contactsScope = 'https://www.googleapis.com/auth/contacts';
 
@@ -92,7 +92,7 @@
       OtherContactsResourceApi(_requester);
   PeopleResourceApi get people => PeopleResourceApi(_requester);
 
-  PeopleApi(http.Client client,
+  PeopleServiceApi(http.Client client,
       {core.String rootUrl = 'https://people.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/policytroubleshooter/v1.dart b/generated/googleapis/lib/policytroubleshooter/v1.dart
index eae53df..7be3980 100644
--- a/generated/googleapis/lib/policytroubleshooter/v1.dart
+++ b/generated/googleapis/lib/policytroubleshooter/v1.dart
@@ -34,7 +34,7 @@
 export 'package:_discoveryapis_commons/_discoveryapis_commons.dart'
     show ApiRequestError, DetailedApiRequestError;
 
-class PolicytroubleshooterApi {
+class PolicyTroubleshooterApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -43,7 +43,7 @@
 
   IamResourceApi get iam => IamResourceApi(_requester);
 
-  PolicytroubleshooterApi(http.Client client,
+  PolicyTroubleshooterApi(http.Client client,
       {core.String rootUrl = 'https://policytroubleshooter.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/poly/v1.dart b/generated/googleapis/lib/poly/v1.dart
index 76a9ac4..e525a35 100644
--- a/generated/googleapis/lib/poly/v1.dart
+++ b/generated/googleapis/lib/poly/v1.dart
@@ -41,13 +41,13 @@
 /// href="https://poly.google.com">poly.google.com</a> to all, and upload access
 /// to <a href="https://poly.google.com">poly.google.com</a> for whitelisted
 /// accounts.
-class PolyApi {
+class PolyServiceApi {
   final commons.ApiRequester _requester;
 
   AssetsResourceApi get assets => AssetsResourceApi(_requester);
   UsersResourceApi get users => UsersResourceApi(_requester);
 
-  PolyApi(http.Client client,
+  PolyServiceApi(http.Client client,
       {core.String rootUrl = 'https://poly.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/redis/v1.dart b/generated/googleapis/lib/redis/v1.dart
index 1ea5d49..d8febe9 100644
--- a/generated/googleapis/lib/redis/v1.dart
+++ b/generated/googleapis/lib/redis/v1.dart
@@ -35,7 +35,7 @@
     show ApiRequestError, DetailedApiRequestError;
 
 /// Creates and manages Redis instances on the Google Cloud Platform.
-class RedisApi {
+class CloudRedisApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -44,7 +44,7 @@
 
   ProjectsResourceApi get projects => ProjectsResourceApi(_requester);
 
-  RedisApi(http.Client client,
+  CloudRedisApi(http.Client client,
       {core.String rootUrl = 'https://redis.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/remotebuildexecution/v2.dart b/generated/googleapis/lib/remotebuildexecution/v2.dart
index 9881a1d..c7cbf59 100644
--- a/generated/googleapis/lib/remotebuildexecution/v2.dart
+++ b/generated/googleapis/lib/remotebuildexecution/v2.dart
@@ -36,7 +36,7 @@
     show ApiRequestError, DetailedApiRequestError;
 
 /// Supplies a Remote Execution API service for tools such as bazel.
-class RemotebuildexecutionApi {
+class RemoteBuildExecutionApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -50,7 +50,7 @@
   OperationsResourceApi get operations => OperationsResourceApi(_requester);
   V2ResourceApi get v2 => V2ResourceApi(_requester);
 
-  RemotebuildexecutionApi(http.Client client,
+  RemoteBuildExecutionApi(http.Client client,
       {core.String rootUrl = 'https://remotebuildexecution.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/run/v1.dart b/generated/googleapis/lib/run/v1.dart
index ec7c6c0..07a8f45 100644
--- a/generated/googleapis/lib/run/v1.dart
+++ b/generated/googleapis/lib/run/v1.dart
@@ -37,7 +37,7 @@
 
 /// Deploy and manage user provided container images that scale automatically
 /// based on HTTP traffic.
-class RunApi {
+class CloudRunApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -47,7 +47,7 @@
   NamespacesResourceApi get namespaces => NamespacesResourceApi(_requester);
   ProjectsResourceApi get projects => ProjectsResourceApi(_requester);
 
-  RunApi(http.Client client,
+  CloudRunApi(http.Client client,
       {core.String rootUrl = 'https://run.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/runtimeconfig/v1.dart b/generated/googleapis/lib/runtimeconfig/v1.dart
index 1a1e0c7..df617f8 100644
--- a/generated/googleapis/lib/runtimeconfig/v1.dart
+++ b/generated/googleapis/lib/runtimeconfig/v1.dart
@@ -42,7 +42,7 @@
 /// variables through Google Cloud Platform. In addition, you can also set
 /// Watchers and Waiters that will watch for changes to your data and return
 /// based on certain conditions.
-class RuntimeconfigApi {
+class CloudRuntimeConfigApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -55,7 +55,7 @@
 
   OperationsResourceApi get operations => OperationsResourceApi(_requester);
 
-  RuntimeconfigApi(http.Client client,
+  CloudRuntimeConfigApi(http.Client client,
       {core.String rootUrl = 'https://runtimeconfig.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/searchconsole/v1.dart b/generated/googleapis/lib/searchconsole/v1.dart
index 2b2cac5..49994a6 100644
--- a/generated/googleapis/lib/searchconsole/v1.dart
+++ b/generated/googleapis/lib/searchconsole/v1.dart
@@ -38,7 +38,7 @@
 
 /// The Search Console API provides access to both Search Console data (verified
 /// users only) and to public information on an URL basis (anyone)
-class SearchconsoleApi {
+class SearchConsoleApi {
   /// View and manage Search Console data for your verified sites
   static const webmastersScope = 'https://www.googleapis.com/auth/webmasters';
 
@@ -55,7 +55,7 @@
   UrlTestingToolsResourceApi get urlTestingTools =>
       UrlTestingToolsResourceApi(_requester);
 
-  SearchconsoleApi(http.Client client,
+  SearchConsoleApi(http.Client client,
       {core.String rootUrl = 'https://searchconsole.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/secretmanager/v1.dart b/generated/googleapis/lib/secretmanager/v1.dart
index 4757cf9..b943c3a 100644
--- a/generated/googleapis/lib/secretmanager/v1.dart
+++ b/generated/googleapis/lib/secretmanager/v1.dart
@@ -37,7 +37,7 @@
 
 /// Stores sensitive data such as API keys, passwords, and certificates.
 /// Provides convenience while improving security.
-class SecretmanagerApi {
+class SecretManagerApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -46,7 +46,7 @@
 
   ProjectsResourceApi get projects => ProjectsResourceApi(_requester);
 
-  SecretmanagerApi(http.Client client,
+  SecretManagerApi(http.Client client,
       {core.String rootUrl = 'https://secretmanager.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/securitycenter/v1.dart b/generated/googleapis/lib/securitycenter/v1.dart
index 460dd9a..a3649ae 100644
--- a/generated/googleapis/lib/securitycenter/v1.dart
+++ b/generated/googleapis/lib/securitycenter/v1.dart
@@ -38,7 +38,7 @@
 
 /// Security Command Center API provides access to temporal views of assets and
 /// findings within an organization.
-class SecuritycenterApi {
+class SecurityCommandCenterApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -48,7 +48,7 @@
   OrganizationsResourceApi get organizations =>
       OrganizationsResourceApi(_requester);
 
-  SecuritycenterApi(http.Client client,
+  SecurityCommandCenterApi(http.Client client,
       {core.String rootUrl = 'https://securitycenter.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/serviceconsumermanagement/v1.dart b/generated/googleapis/lib/serviceconsumermanagement/v1.dart
index 38139f7..9600006 100644
--- a/generated/googleapis/lib/serviceconsumermanagement/v1.dart
+++ b/generated/googleapis/lib/serviceconsumermanagement/v1.dart
@@ -36,7 +36,7 @@
     show ApiRequestError, DetailedApiRequestError;
 
 /// Manages the service consumers of a Service Infrastructure service.
-class ServiceconsumermanagementApi {
+class ServiceConsumerManagementApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -46,7 +46,7 @@
   OperationsResourceApi get operations => OperationsResourceApi(_requester);
   ServicesResourceApi get services => ServicesResourceApi(_requester);
 
-  ServiceconsumermanagementApi(http_1.Client client,
+  ServiceConsumerManagementApi(http_1.Client client,
       {core.String rootUrl =
           'https://serviceconsumermanagement.googleapis.com/',
       core.String servicePath = ''})
diff --git a/generated/googleapis/lib/servicecontrol/v1.dart b/generated/googleapis/lib/servicecontrol/v1.dart
index c74dd7e..10b89c9 100644
--- a/generated/googleapis/lib/servicecontrol/v1.dart
+++ b/generated/googleapis/lib/servicecontrol/v1.dart
@@ -37,7 +37,7 @@
 
 /// Provides control plane functionality to managed services, such as logging,
 /// monitoring, and status checks.
-class ServicecontrolApi {
+class ServiceControlApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -50,7 +50,7 @@
 
   ServicesResourceApi get services => ServicesResourceApi(_requester);
 
-  ServicecontrolApi(http.Client client,
+  ServiceControlApi(http.Client client,
       {core.String rootUrl = 'https://servicecontrol.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/servicemanagement/v1.dart b/generated/googleapis/lib/servicemanagement/v1.dart
index fb1c832..e80ffc2 100644
--- a/generated/googleapis/lib/servicemanagement/v1.dart
+++ b/generated/googleapis/lib/servicemanagement/v1.dart
@@ -39,7 +39,7 @@
 /// Google Service Management allows service producers to publish their services
 /// on Google Cloud Platform so that they can be discovered and used by service
 /// consumers.
-class ServicemanagementApi {
+class ServiceManagementApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -61,7 +61,7 @@
   OperationsResourceApi get operations => OperationsResourceApi(_requester);
   ServicesResourceApi get services => ServicesResourceApi(_requester);
 
-  ServicemanagementApi(http_1.Client client,
+  ServiceManagementApi(http_1.Client client,
       {core.String rootUrl = 'https://servicemanagement.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/servicenetworking/v1.dart b/generated/googleapis/lib/servicenetworking/v1.dart
index 641535d..e4cc4f7 100644
--- a/generated/googleapis/lib/servicenetworking/v1.dart
+++ b/generated/googleapis/lib/servicenetworking/v1.dart
@@ -38,7 +38,7 @@
 
 /// Provides automatic management of network configurations necessary for
 /// certain services.
-class ServicenetworkingApi {
+class ServiceNetworkingApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -52,7 +52,7 @@
   OperationsResourceApi get operations => OperationsResourceApi(_requester);
   ServicesResourceApi get services => ServicesResourceApi(_requester);
 
-  ServicenetworkingApi(http_1.Client client,
+  ServiceNetworkingApi(http_1.Client client,
       {core.String rootUrl = 'https://servicenetworking.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/serviceusage/v1.dart b/generated/googleapis/lib/serviceusage/v1.dart
index 23e9b5e..aa8a870 100644
--- a/generated/googleapis/lib/serviceusage/v1.dart
+++ b/generated/googleapis/lib/serviceusage/v1.dart
@@ -39,7 +39,7 @@
 /// Enables services that service consumers want to use on Google Cloud
 /// Platform, lists the available or enabled services, or disables services that
 /// service consumers no longer use.
-class ServiceusageApi {
+class ServiceUsageApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -57,7 +57,7 @@
   OperationsResourceApi get operations => OperationsResourceApi(_requester);
   ServicesResourceApi get services => ServicesResourceApi(_requester);
 
-  ServiceusageApi(http_1.Client client,
+  ServiceUsageApi(http_1.Client client,
       {core.String rootUrl = 'https://serviceusage.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/sourcerepo/v1.dart b/generated/googleapis/lib/sourcerepo/v1.dart
index 326ab42..a217cc5 100644
--- a/generated/googleapis/lib/sourcerepo/v1.dart
+++ b/generated/googleapis/lib/sourcerepo/v1.dart
@@ -36,7 +36,7 @@
     show ApiRequestError, DetailedApiRequestError;
 
 /// Accesses source code repositories hosted by Google.
-class SourcerepoApi {
+class CloudSourceRepositoriesApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -57,7 +57,7 @@
 
   ProjectsResourceApi get projects => ProjectsResourceApi(_requester);
 
-  SourcerepoApi(http.Client client,
+  CloudSourceRepositoriesApi(http.Client client,
       {core.String rootUrl = 'https://sourcerepo.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/streetviewpublish/v1.dart b/generated/googleapis/lib/streetviewpublish/v1.dart
index 4825176..0276d43 100644
--- a/generated/googleapis/lib/streetviewpublish/v1.dart
+++ b/generated/googleapis/lib/streetviewpublish/v1.dart
@@ -40,7 +40,7 @@
 /// Publishes 360 photos to Google Maps, along with position, orientation, and
 /// connectivity metadata. Apps can offer an interface for positioning,
 /// connecting, and uploading user-generated Street View images.
-class StreetviewpublishApi {
+class StreetViewPublishApi {
   /// Publish and manage your 360 photos on Google Street View
   static const streetviewpublishScope =
       'https://www.googleapis.com/auth/streetviewpublish';
@@ -50,7 +50,7 @@
   PhotoResourceApi get photo => PhotoResourceApi(_requester);
   PhotosResourceApi get photos => PhotosResourceApi(_requester);
 
-  StreetviewpublishApi(http.Client client,
+  StreetViewPublishApi(http.Client client,
       {core.String rootUrl = 'https://streetviewpublish.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/tagmanager/v1.dart b/generated/googleapis/lib/tagmanager/v1.dart
index 678f289..1e5e2d0 100644
--- a/generated/googleapis/lib/tagmanager/v1.dart
+++ b/generated/googleapis/lib/tagmanager/v1.dart
@@ -37,7 +37,7 @@
 
 /// This API allows clients to access and modify container and tag
 /// configuration.
-class TagmanagerApi {
+class TagManagerApi {
   /// Delete your Google Tag Manager containers
   static const tagmanagerDeleteContainersScope =
       'https://www.googleapis.com/auth/tagmanager.delete.containers';
@@ -71,7 +71,7 @@
 
   AccountsResourceApi get accounts => AccountsResourceApi(_requester);
 
-  TagmanagerApi(http.Client client,
+  TagManagerApi(http.Client client,
       {core.String rootUrl = 'https://tagmanager.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/tagmanager/v2.dart b/generated/googleapis/lib/tagmanager/v2.dart
index 41ebf4a..70bf395 100644
--- a/generated/googleapis/lib/tagmanager/v2.dart
+++ b/generated/googleapis/lib/tagmanager/v2.dart
@@ -37,7 +37,7 @@
 
 /// This API allows clients to access and modify container and tag
 /// configuration.
-class TagmanagerApi {
+class TagManagerApi {
   /// Delete your Google Tag Manager containers
   static const tagmanagerDeleteContainersScope =
       'https://www.googleapis.com/auth/tagmanager.delete.containers';
@@ -71,7 +71,7 @@
 
   AccountsResourceApi get accounts => AccountsResourceApi(_requester);
 
-  TagmanagerApi(http.Client client,
+  TagManagerApi(http.Client client,
       {core.String rootUrl = 'https://tagmanager.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/tpu/v1.dart b/generated/googleapis/lib/tpu/v1.dart
index 9d51290..a43cba4 100644
--- a/generated/googleapis/lib/tpu/v1.dart
+++ b/generated/googleapis/lib/tpu/v1.dart
@@ -35,7 +35,7 @@
     show ApiRequestError, DetailedApiRequestError;
 
 /// TPU API provides customers with access to Google TPU technology.
-class TpuApi {
+class TPUApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -44,7 +44,7 @@
 
   ProjectsResourceApi get projects => ProjectsResourceApi(_requester);
 
-  TpuApi(http.Client client,
+  TPUApi(http.Client client,
       {core.String rootUrl = 'https://tpu.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/videointelligence/v1.dart b/generated/googleapis/lib/videointelligence/v1.dart
index 2c43b13..be0ebf8 100644
--- a/generated/googleapis/lib/videointelligence/v1.dart
+++ b/generated/googleapis/lib/videointelligence/v1.dart
@@ -40,7 +40,7 @@
 /// Detects objects, explicit content, and scene changes in videos. It also
 /// specifies the region for annotation and transcribes speech to text. Supports
 /// both asynchronous API and streaming API.
-class VideointelligenceApi {
+class CloudVideoIntelligenceApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -51,7 +51,7 @@
   ProjectsResourceApi get projects => ProjectsResourceApi(_requester);
   VideosResourceApi get videos => VideosResourceApi(_requester);
 
-  VideointelligenceApi(http.Client client,
+  CloudVideoIntelligenceApi(http.Client client,
       {core.String rootUrl = 'https://videointelligence.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/websecurityscanner/v1.dart b/generated/googleapis/lib/websecurityscanner/v1.dart
index 295909e..a8fd834 100644
--- a/generated/googleapis/lib/websecurityscanner/v1.dart
+++ b/generated/googleapis/lib/websecurityscanner/v1.dart
@@ -36,7 +36,7 @@
     show ApiRequestError, DetailedApiRequestError;
 
 /// Scans your Compute and App Engine apps for common web vulnerabilities.
-class WebsecurityscannerApi {
+class WebSecurityScannerApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -45,7 +45,7 @@
 
   ProjectsResourceApi get projects => ProjectsResourceApi(_requester);
 
-  WebsecurityscannerApi(http.Client client,
+  WebSecurityScannerApi(http.Client client,
       {core.String rootUrl = 'https://websecurityscanner.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/youtube/v3.dart b/generated/googleapis/lib/youtube/v3.dart
index 295a61a..ced6644 100644
--- a/generated/googleapis/lib/youtube/v3.dart
+++ b/generated/googleapis/lib/youtube/v3.dart
@@ -45,7 +45,7 @@
 
 /// The YouTube Data API v3 is an API that provides access to YouTube data, such
 /// as videos, playlists, and channels.
-class YoutubeApi {
+class YouTubeApi {
   /// Manage your YouTube account
   static const youtubeScope = 'https://www.googleapis.com/auth/youtube';
 
@@ -125,7 +125,7 @@
   VideosResourceApi get videos => VideosResourceApi(_requester);
   WatermarksResourceApi get watermarks => WatermarksResourceApi(_requester);
 
-  YoutubeApi(http.Client client,
+  YouTubeApi(http.Client client,
       {core.String rootUrl = 'https://www.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/youtubeanalytics/v2.dart b/generated/googleapis/lib/youtubeanalytics/v2.dart
index 896988b..6a4c7e0 100644
--- a/generated/googleapis/lib/youtubeanalytics/v2.dart
+++ b/generated/googleapis/lib/youtubeanalytics/v2.dart
@@ -35,7 +35,7 @@
     show ApiRequestError, DetailedApiRequestError;
 
 /// Retrieves your YouTube Analytics data.
-class YoutubeAnalyticsApi {
+class YouTubeAnalyticsApi {
   /// Manage your YouTube account
   static const youtubeScope = 'https://www.googleapis.com/auth/youtube';
 
@@ -62,7 +62,7 @@
   GroupsResourceApi get groups => GroupsResourceApi(_requester);
   ReportsResourceApi get reports => ReportsResourceApi(_requester);
 
-  YoutubeAnalyticsApi(http.Client client,
+  YouTubeAnalyticsApi(http.Client client,
       {core.String rootUrl = 'https://youtubeanalytics.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/lib/youtubereporting/v1.dart b/generated/googleapis/lib/youtubereporting/v1.dart
index f75a6e5..40a38c1 100644
--- a/generated/googleapis/lib/youtubereporting/v1.dart
+++ b/generated/googleapis/lib/youtubereporting/v1.dart
@@ -46,7 +46,7 @@
 
 /// Schedules reporting jobs containing your YouTube Analytics data and
 /// downloads the resulting bulk data reports in the form of CSV files.
-class YoutubereportingApi {
+class YouTubeReportingApi {
   /// View monetary and non-monetary YouTube Analytics reports for your YouTube
   /// content
   static const ytAnalyticsMonetaryReadonlyScope =
@@ -62,7 +62,7 @@
   MediaResourceApi get media => MediaResourceApi(_requester);
   ReportTypesResourceApi get reportTypes => ReportTypesResourceApi(_requester);
 
-  YoutubereportingApi(http.Client client,
+  YouTubeReportingApi(http.Client client,
       {core.String rootUrl = 'https://youtubereporting.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis/test/abusiveexperiencereport/v1_test.dart b/generated/googleapis/test/abusiveexperiencereport/v1_test.dart
index add7d6d..81f1a97 100644
--- a/generated/googleapis/test/abusiveexperiencereport/v1_test.dart
+++ b/generated/googleapis/test/abusiveexperiencereport/v1_test.dart
@@ -110,7 +110,7 @@
   unittest.group('resource-SitesResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AbusiveexperiencereportApi(mock).sites;
+      var res = api.AbusiveExperienceReportApi(mock).sites;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -160,7 +160,7 @@
   unittest.group('resource-ViolatingSitesResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AbusiveexperiencereportApi(mock).violatingSites;
+      var res = api.AbusiveExperienceReportApi(mock).violatingSites;
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
         var path = (req.url).path;
diff --git a/generated/googleapis/test/accessapproval/v1_test.dart b/generated/googleapis/test/accessapproval/v1_test.dart
index b1c173b..178687b 100644
--- a/generated/googleapis/test/accessapproval/v1_test.dart
+++ b/generated/googleapis/test/accessapproval/v1_test.dart
@@ -423,7 +423,7 @@
   unittest.group('resource-FoldersResourceApi', () {
     unittest.test('method--deleteAccessApprovalSettings', () {
       var mock = HttpServerMock();
-      var res = api.AccessapprovalApi(mock).folders;
+      var res = api.AccessApprovalApi(mock).folders;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -471,7 +471,7 @@
 
     unittest.test('method--getAccessApprovalSettings', () {
       var mock = HttpServerMock();
-      var res = api.AccessapprovalApi(mock).folders;
+      var res = api.AccessApprovalApi(mock).folders;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -519,7 +519,7 @@
 
     unittest.test('method--updateAccessApprovalSettings', () {
       var mock = HttpServerMock();
-      var res = api.AccessapprovalApi(mock).folders;
+      var res = api.AccessApprovalApi(mock).folders;
       var arg_request = buildAccessApprovalSettings();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -578,7 +578,7 @@
   unittest.group('resource-FoldersApprovalRequestsResourceApi', () {
     unittest.test('method--approve', () {
       var mock = HttpServerMock();
-      var res = api.AccessapprovalApi(mock).folders.approvalRequests;
+      var res = api.AccessApprovalApi(mock).folders.approvalRequests;
       var arg_request = buildApproveApprovalRequestMessage();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -632,7 +632,7 @@
 
     unittest.test('method--dismiss', () {
       var mock = HttpServerMock();
-      var res = api.AccessapprovalApi(mock).folders.approvalRequests;
+      var res = api.AccessApprovalApi(mock).folders.approvalRequests;
       var arg_request = buildDismissApprovalRequestMessage();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -686,7 +686,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AccessapprovalApi(mock).folders.approvalRequests;
+      var res = api.AccessApprovalApi(mock).folders.approvalRequests;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -734,7 +734,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AccessapprovalApi(mock).folders.approvalRequests;
+      var res = api.AccessApprovalApi(mock).folders.approvalRequests;
       var arg_parent = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -797,7 +797,7 @@
   unittest.group('resource-OrganizationsResourceApi', () {
     unittest.test('method--deleteAccessApprovalSettings', () {
       var mock = HttpServerMock();
-      var res = api.AccessapprovalApi(mock).organizations;
+      var res = api.AccessApprovalApi(mock).organizations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -845,7 +845,7 @@
 
     unittest.test('method--getAccessApprovalSettings', () {
       var mock = HttpServerMock();
-      var res = api.AccessapprovalApi(mock).organizations;
+      var res = api.AccessApprovalApi(mock).organizations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -893,7 +893,7 @@
 
     unittest.test('method--updateAccessApprovalSettings', () {
       var mock = HttpServerMock();
-      var res = api.AccessapprovalApi(mock).organizations;
+      var res = api.AccessApprovalApi(mock).organizations;
       var arg_request = buildAccessApprovalSettings();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -952,7 +952,7 @@
   unittest.group('resource-OrganizationsApprovalRequestsResourceApi', () {
     unittest.test('method--approve', () {
       var mock = HttpServerMock();
-      var res = api.AccessapprovalApi(mock).organizations.approvalRequests;
+      var res = api.AccessApprovalApi(mock).organizations.approvalRequests;
       var arg_request = buildApproveApprovalRequestMessage();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -1006,7 +1006,7 @@
 
     unittest.test('method--dismiss', () {
       var mock = HttpServerMock();
-      var res = api.AccessapprovalApi(mock).organizations.approvalRequests;
+      var res = api.AccessApprovalApi(mock).organizations.approvalRequests;
       var arg_request = buildDismissApprovalRequestMessage();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -1060,7 +1060,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AccessapprovalApi(mock).organizations.approvalRequests;
+      var res = api.AccessApprovalApi(mock).organizations.approvalRequests;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1108,7 +1108,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AccessapprovalApi(mock).organizations.approvalRequests;
+      var res = api.AccessApprovalApi(mock).organizations.approvalRequests;
       var arg_parent = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -1171,7 +1171,7 @@
   unittest.group('resource-ProjectsResourceApi', () {
     unittest.test('method--deleteAccessApprovalSettings', () {
       var mock = HttpServerMock();
-      var res = api.AccessapprovalApi(mock).projects;
+      var res = api.AccessApprovalApi(mock).projects;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1219,7 +1219,7 @@
 
     unittest.test('method--getAccessApprovalSettings', () {
       var mock = HttpServerMock();
-      var res = api.AccessapprovalApi(mock).projects;
+      var res = api.AccessApprovalApi(mock).projects;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1267,7 +1267,7 @@
 
     unittest.test('method--updateAccessApprovalSettings', () {
       var mock = HttpServerMock();
-      var res = api.AccessapprovalApi(mock).projects;
+      var res = api.AccessApprovalApi(mock).projects;
       var arg_request = buildAccessApprovalSettings();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -1326,7 +1326,7 @@
   unittest.group('resource-ProjectsApprovalRequestsResourceApi', () {
     unittest.test('method--approve', () {
       var mock = HttpServerMock();
-      var res = api.AccessapprovalApi(mock).projects.approvalRequests;
+      var res = api.AccessApprovalApi(mock).projects.approvalRequests;
       var arg_request = buildApproveApprovalRequestMessage();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -1380,7 +1380,7 @@
 
     unittest.test('method--dismiss', () {
       var mock = HttpServerMock();
-      var res = api.AccessapprovalApi(mock).projects.approvalRequests;
+      var res = api.AccessApprovalApi(mock).projects.approvalRequests;
       var arg_request = buildDismissApprovalRequestMessage();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -1434,7 +1434,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AccessapprovalApi(mock).projects.approvalRequests;
+      var res = api.AccessApprovalApi(mock).projects.approvalRequests;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1482,7 +1482,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AccessapprovalApi(mock).projects.approvalRequests;
+      var res = api.AccessApprovalApi(mock).projects.approvalRequests;
       var arg_parent = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
diff --git a/generated/googleapis/test/accesscontextmanager/v1_test.dart b/generated/googleapis/test/accesscontextmanager/v1_test.dart
index 8e3aabe..55e3aeb 100644
--- a/generated/googleapis/test/accesscontextmanager/v1_test.dart
+++ b/generated/googleapis/test/accesscontextmanager/v1_test.dart
@@ -1258,7 +1258,7 @@
   unittest.group('resource-AccessPoliciesResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.AccesscontextmanagerApi(mock).accessPolicies;
+      var res = api.AccessContextManagerApi(mock).accessPolicies;
       var arg_request = buildAccessPolicy();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1309,7 +1309,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.AccesscontextmanagerApi(mock).accessPolicies;
+      var res = api.AccessContextManagerApi(mock).accessPolicies;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1357,7 +1357,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AccesscontextmanagerApi(mock).accessPolicies;
+      var res = api.AccessContextManagerApi(mock).accessPolicies;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1405,7 +1405,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AccesscontextmanagerApi(mock).accessPolicies;
+      var res = api.AccessContextManagerApi(mock).accessPolicies;
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
       var arg_parent = 'foo';
@@ -1464,7 +1464,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.AccesscontextmanagerApi(mock).accessPolicies;
+      var res = api.AccessContextManagerApi(mock).accessPolicies;
       var arg_request = buildAccessPolicy();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -1523,7 +1523,7 @@
   unittest.group('resource-AccessPoliciesAccessLevelsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.AccesscontextmanagerApi(mock).accessPolicies.accessLevels;
+      var res = api.AccessContextManagerApi(mock).accessPolicies.accessLevels;
       var arg_request = buildAccessLevel();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -1576,7 +1576,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.AccesscontextmanagerApi(mock).accessPolicies.accessLevels;
+      var res = api.AccessContextManagerApi(mock).accessPolicies.accessLevels;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1624,7 +1624,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AccesscontextmanagerApi(mock).accessPolicies.accessLevels;
+      var res = api.AccessContextManagerApi(mock).accessPolicies.accessLevels;
       var arg_name = 'foo';
       var arg_accessLevelFormat = 'foo';
       var arg_$fields = 'foo';
@@ -1676,7 +1676,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AccesscontextmanagerApi(mock).accessPolicies.accessLevels;
+      var res = api.AccessContextManagerApi(mock).accessPolicies.accessLevels;
       var arg_parent = 'foo';
       var arg_accessLevelFormat = 'foo';
       var arg_pageSize = 42;
@@ -1737,7 +1737,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.AccesscontextmanagerApi(mock).accessPolicies.accessLevels;
+      var res = api.AccessContextManagerApi(mock).accessPolicies.accessLevels;
       var arg_request = buildAccessLevel();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -1794,7 +1794,7 @@
 
     unittest.test('method--replaceAll', () {
       var mock = HttpServerMock();
-      var res = api.AccesscontextmanagerApi(mock).accessPolicies.accessLevels;
+      var res = api.AccessContextManagerApi(mock).accessPolicies.accessLevels;
       var arg_request = buildReplaceAccessLevelsRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -1850,7 +1850,7 @@
     unittest.test('method--commit', () {
       var mock = HttpServerMock();
       var res =
-          api.AccesscontextmanagerApi(mock).accessPolicies.servicePerimeters;
+          api.AccessContextManagerApi(mock).accessPolicies.servicePerimeters;
       var arg_request = buildCommitServicePerimetersRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -1905,7 +1905,7 @@
     unittest.test('method--create', () {
       var mock = HttpServerMock();
       var res =
-          api.AccesscontextmanagerApi(mock).accessPolicies.servicePerimeters;
+          api.AccessContextManagerApi(mock).accessPolicies.servicePerimeters;
       var arg_request = buildServicePerimeter();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -1959,7 +1959,7 @@
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
       var res =
-          api.AccesscontextmanagerApi(mock).accessPolicies.servicePerimeters;
+          api.AccessContextManagerApi(mock).accessPolicies.servicePerimeters;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2008,7 +2008,7 @@
     unittest.test('method--get', () {
       var mock = HttpServerMock();
       var res =
-          api.AccesscontextmanagerApi(mock).accessPolicies.servicePerimeters;
+          api.AccessContextManagerApi(mock).accessPolicies.servicePerimeters;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2057,7 +2057,7 @@
     unittest.test('method--list', () {
       var mock = HttpServerMock();
       var res =
-          api.AccesscontextmanagerApi(mock).accessPolicies.servicePerimeters;
+          api.AccessContextManagerApi(mock).accessPolicies.servicePerimeters;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -2116,7 +2116,7 @@
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
       var res =
-          api.AccesscontextmanagerApi(mock).accessPolicies.servicePerimeters;
+          api.AccessContextManagerApi(mock).accessPolicies.servicePerimeters;
       var arg_request = buildServicePerimeter();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -2174,7 +2174,7 @@
     unittest.test('method--replaceAll', () {
       var mock = HttpServerMock();
       var res =
-          api.AccesscontextmanagerApi(mock).accessPolicies.servicePerimeters;
+          api.AccessContextManagerApi(mock).accessPolicies.servicePerimeters;
       var arg_request = buildReplaceServicePerimetersRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -2230,7 +2230,7 @@
   unittest.group('resource-OperationsResourceApi', () {
     unittest.test('method--cancel', () {
       var mock = HttpServerMock();
-      var res = api.AccesscontextmanagerApi(mock).operations;
+      var res = api.AccessContextManagerApi(mock).operations;
       var arg_request = buildCancelOperationRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -2283,7 +2283,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.AccesscontextmanagerApi(mock).operations;
+      var res = api.AccessContextManagerApi(mock).operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2331,7 +2331,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AccesscontextmanagerApi(mock).operations;
+      var res = api.AccessContextManagerApi(mock).operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2379,7 +2379,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AccesscontextmanagerApi(mock).operations;
+      var res = api.AccessContextManagerApi(mock).operations;
       var arg_name = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -2442,7 +2442,7 @@
     unittest.test('method--create', () {
       var mock = HttpServerMock();
       var res =
-          api.AccesscontextmanagerApi(mock).organizations.gcpUserAccessBindings;
+          api.AccessContextManagerApi(mock).organizations.gcpUserAccessBindings;
       var arg_request = buildGcpUserAccessBinding();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -2496,7 +2496,7 @@
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
       var res =
-          api.AccesscontextmanagerApi(mock).organizations.gcpUserAccessBindings;
+          api.AccessContextManagerApi(mock).organizations.gcpUserAccessBindings;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2545,7 +2545,7 @@
     unittest.test('method--get', () {
       var mock = HttpServerMock();
       var res =
-          api.AccesscontextmanagerApi(mock).organizations.gcpUserAccessBindings;
+          api.AccessContextManagerApi(mock).organizations.gcpUserAccessBindings;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2594,7 +2594,7 @@
     unittest.test('method--list', () {
       var mock = HttpServerMock();
       var res =
-          api.AccesscontextmanagerApi(mock).organizations.gcpUserAccessBindings;
+          api.AccessContextManagerApi(mock).organizations.gcpUserAccessBindings;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -2654,7 +2654,7 @@
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
       var res =
-          api.AccesscontextmanagerApi(mock).organizations.gcpUserAccessBindings;
+          api.AccessContextManagerApi(mock).organizations.gcpUserAccessBindings;
       var arg_request = buildGcpUserAccessBinding();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
diff --git a/generated/googleapis/test/adexchangebuyer/v1_3_test.dart b/generated/googleapis/test/adexchangebuyer/v1_3_test.dart
index f2fbcc5..887caee 100644
--- a/generated/googleapis/test/adexchangebuyer/v1_3_test.dart
+++ b/generated/googleapis/test/adexchangebuyer/v1_3_test.dart
@@ -1681,7 +1681,7 @@
   unittest.group('resource-AccountsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).accounts;
+      var res = api.AdExchangeBuyerApi(mock).accounts;
       var arg_id = 42;
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1734,7 +1734,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).accounts;
+      var res = api.AdExchangeBuyerApi(mock).accounts;
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
         var path = (req.url).path;
@@ -1781,7 +1781,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).accounts;
+      var res = api.AdExchangeBuyerApi(mock).accounts;
       var arg_request = buildAccount();
       var arg_id = 42;
       var arg_$fields = 'foo';
@@ -1839,7 +1839,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).accounts;
+      var res = api.AdExchangeBuyerApi(mock).accounts;
       var arg_request = buildAccount();
       var arg_id = 42;
       var arg_$fields = 'foo';
@@ -1899,7 +1899,7 @@
   unittest.group('resource-BillingInfoResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).billingInfo;
+      var res = api.AdExchangeBuyerApi(mock).billingInfo;
       var arg_accountId = 42;
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1952,7 +1952,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).billingInfo;
+      var res = api.AdExchangeBuyerApi(mock).billingInfo;
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
         var path = (req.url).path;
@@ -2001,7 +2001,7 @@
   unittest.group('resource-BudgetResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).budget;
+      var res = api.AdExchangeBuyerApi(mock).budget;
       var arg_accountId = 'foo';
       var arg_billingId = 'foo';
       var arg_$fields = 'foo';
@@ -2064,7 +2064,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).budget;
+      var res = api.AdExchangeBuyerApi(mock).budget;
       var arg_request = buildBudget();
       var arg_accountId = 'foo';
       var arg_billingId = 'foo';
@@ -2133,7 +2133,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).budget;
+      var res = api.AdExchangeBuyerApi(mock).budget;
       var arg_request = buildBudget();
       var arg_accountId = 'foo';
       var arg_billingId = 'foo';
@@ -2204,7 +2204,7 @@
   unittest.group('resource-CreativesResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).creatives;
+      var res = api.AdExchangeBuyerApi(mock).creatives;
       var arg_accountId = 42;
       var arg_buyerCreativeId = 'foo';
       var arg_$fields = 'foo';
@@ -2267,7 +2267,7 @@
 
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).creatives;
+      var res = api.AdExchangeBuyerApi(mock).creatives;
       var arg_request = buildCreative();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2321,7 +2321,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).creatives;
+      var res = api.AdExchangeBuyerApi(mock).creatives;
       var arg_accountId = buildUnnamed1725();
       var arg_buyerCreativeId = buildUnnamed1726();
       var arg_maxResults = 42;
@@ -2393,7 +2393,7 @@
   unittest.group('resource-DirectDealsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).directDeals;
+      var res = api.AdExchangeBuyerApi(mock).directDeals;
       var arg_id = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2446,7 +2446,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).directDeals;
+      var res = api.AdExchangeBuyerApi(mock).directDeals;
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
         var path = (req.url).path;
@@ -2495,7 +2495,7 @@
   unittest.group('resource-PerformanceReportResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).performanceReport;
+      var res = api.AdExchangeBuyerApi(mock).performanceReport;
       var arg_accountId = 'foo';
       var arg_endDateTime = 'foo';
       var arg_startDateTime = 'foo';
@@ -2564,7 +2564,7 @@
   unittest.group('resource-PretargetingConfigResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).pretargetingConfig;
+      var res = api.AdExchangeBuyerApi(mock).pretargetingConfig;
       var arg_accountId = 'foo';
       var arg_configId = 'foo';
       var arg_$fields = 'foo';
@@ -2625,7 +2625,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).pretargetingConfig;
+      var res = api.AdExchangeBuyerApi(mock).pretargetingConfig;
       var arg_accountId = 'foo';
       var arg_configId = 'foo';
       var arg_$fields = 'foo';
@@ -2688,7 +2688,7 @@
 
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).pretargetingConfig;
+      var res = api.AdExchangeBuyerApi(mock).pretargetingConfig;
       var arg_request = buildPretargetingConfig();
       var arg_accountId = 'foo';
       var arg_$fields = 'foo';
@@ -2746,7 +2746,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).pretargetingConfig;
+      var res = api.AdExchangeBuyerApi(mock).pretargetingConfig;
       var arg_accountId = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2799,7 +2799,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).pretargetingConfig;
+      var res = api.AdExchangeBuyerApi(mock).pretargetingConfig;
       var arg_request = buildPretargetingConfig();
       var arg_accountId = 'foo';
       var arg_configId = 'foo';
@@ -2867,7 +2867,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).pretargetingConfig;
+      var res = api.AdExchangeBuyerApi(mock).pretargetingConfig;
       var arg_request = buildPretargetingConfig();
       var arg_accountId = 'foo';
       var arg_configId = 'foo';
diff --git a/generated/googleapis/test/adexchangebuyer/v1_4_test.dart b/generated/googleapis/test/adexchangebuyer/v1_4_test.dart
index 44beeba..35ee369 100644
--- a/generated/googleapis/test/adexchangebuyer/v1_4_test.dart
+++ b/generated/googleapis/test/adexchangebuyer/v1_4_test.dart
@@ -4369,7 +4369,7 @@
   unittest.group('resource-AccountsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).accounts;
+      var res = api.AdExchangeBuyerApi(mock).accounts;
       var arg_id = 42;
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4422,7 +4422,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).accounts;
+      var res = api.AdExchangeBuyerApi(mock).accounts;
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
         var path = (req.url).path;
@@ -4469,7 +4469,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).accounts;
+      var res = api.AdExchangeBuyerApi(mock).accounts;
       var arg_request = buildAccount();
       var arg_id = 42;
       var arg_confirmUnsafeAccountChange = true;
@@ -4532,7 +4532,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).accounts;
+      var res = api.AdExchangeBuyerApi(mock).accounts;
       var arg_request = buildAccount();
       var arg_id = 42;
       var arg_confirmUnsafeAccountChange = true;
@@ -4597,7 +4597,7 @@
   unittest.group('resource-BillingInfoResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).billingInfo;
+      var res = api.AdExchangeBuyerApi(mock).billingInfo;
       var arg_accountId = 42;
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4650,7 +4650,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).billingInfo;
+      var res = api.AdExchangeBuyerApi(mock).billingInfo;
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
         var path = (req.url).path;
@@ -4699,7 +4699,7 @@
   unittest.group('resource-BudgetResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).budget;
+      var res = api.AdExchangeBuyerApi(mock).budget;
       var arg_accountId = 'foo';
       var arg_billingId = 'foo';
       var arg_$fields = 'foo';
@@ -4762,7 +4762,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).budget;
+      var res = api.AdExchangeBuyerApi(mock).budget;
       var arg_request = buildBudget();
       var arg_accountId = 'foo';
       var arg_billingId = 'foo';
@@ -4831,7 +4831,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).budget;
+      var res = api.AdExchangeBuyerApi(mock).budget;
       var arg_request = buildBudget();
       var arg_accountId = 'foo';
       var arg_billingId = 'foo';
@@ -4902,7 +4902,7 @@
   unittest.group('resource-CreativesResourceApi', () {
     unittest.test('method--addDeal', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).creatives;
+      var res = api.AdExchangeBuyerApi(mock).creatives;
       var arg_accountId = 42;
       var arg_buyerCreativeId = 'foo';
       var arg_dealId = 'foo';
@@ -4974,7 +4974,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).creatives;
+      var res = api.AdExchangeBuyerApi(mock).creatives;
       var arg_accountId = 42;
       var arg_buyerCreativeId = 'foo';
       var arg_$fields = 'foo';
@@ -5037,7 +5037,7 @@
 
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).creatives;
+      var res = api.AdExchangeBuyerApi(mock).creatives;
       var arg_request = buildCreative();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -5091,7 +5091,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).creatives;
+      var res = api.AdExchangeBuyerApi(mock).creatives;
       var arg_accountId = buildUnnamed2051();
       var arg_buyerCreativeId = buildUnnamed2052();
       var arg_dealsStatusFilter = 'foo';
@@ -5165,7 +5165,7 @@
 
     unittest.test('method--listDeals', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).creatives;
+      var res = api.AdExchangeBuyerApi(mock).creatives;
       var arg_accountId = 42;
       var arg_buyerCreativeId = 'foo';
       var arg_$fields = 'foo';
@@ -5234,7 +5234,7 @@
 
     unittest.test('method--removeDeal', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).creatives;
+      var res = api.AdExchangeBuyerApi(mock).creatives;
       var arg_accountId = 42;
       var arg_buyerCreativeId = 'foo';
       var arg_dealId = 'foo';
@@ -5308,7 +5308,7 @@
   unittest.group('resource-MarketplacedealsResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).marketplacedeals;
+      var res = api.AdExchangeBuyerApi(mock).marketplacedeals;
       var arg_request = buildDeleteOrderDealsRequest();
       var arg_proposalId = 'foo';
       var arg_$fields = 'foo';
@@ -5372,7 +5372,7 @@
 
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).marketplacedeals;
+      var res = api.AdExchangeBuyerApi(mock).marketplacedeals;
       var arg_request = buildAddOrderDealsRequest();
       var arg_proposalId = 'foo';
       var arg_$fields = 'foo';
@@ -5436,7 +5436,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).marketplacedeals;
+      var res = api.AdExchangeBuyerApi(mock).marketplacedeals;
       var arg_proposalId = 'foo';
       var arg_pqlQuery = 'foo';
       var arg_$fields = 'foo';
@@ -5498,7 +5498,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).marketplacedeals;
+      var res = api.AdExchangeBuyerApi(mock).marketplacedeals;
       var arg_request = buildEditAllOrderDealsRequest();
       var arg_proposalId = 'foo';
       var arg_$fields = 'foo';
@@ -5565,7 +5565,7 @@
   unittest.group('resource-MarketplacenotesResourceApi', () {
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).marketplacenotes;
+      var res = api.AdExchangeBuyerApi(mock).marketplacenotes;
       var arg_request = buildAddOrderNotesRequest();
       var arg_proposalId = 'foo';
       var arg_$fields = 'foo';
@@ -5629,7 +5629,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).marketplacenotes;
+      var res = api.AdExchangeBuyerApi(mock).marketplacenotes;
       var arg_proposalId = 'foo';
       var arg_pqlQuery = 'foo';
       var arg_$fields = 'foo';
@@ -5693,7 +5693,7 @@
   unittest.group('resource-MarketplaceprivateauctionResourceApi', () {
     unittest.test('method--updateproposal', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).marketplaceprivateauction;
+      var res = api.AdExchangeBuyerApi(mock).marketplaceprivateauction;
       var arg_request = buildUpdatePrivateAuctionProposalRequest();
       var arg_privateAuctionId = 'foo';
       var arg_$fields = 'foo';
@@ -5759,7 +5759,7 @@
   unittest.group('resource-PerformanceReportResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).performanceReport;
+      var res = api.AdExchangeBuyerApi(mock).performanceReport;
       var arg_accountId = 'foo';
       var arg_endDateTime = 'foo';
       var arg_startDateTime = 'foo';
@@ -5828,7 +5828,7 @@
   unittest.group('resource-PretargetingConfigResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).pretargetingConfig;
+      var res = api.AdExchangeBuyerApi(mock).pretargetingConfig;
       var arg_accountId = 'foo';
       var arg_configId = 'foo';
       var arg_$fields = 'foo';
@@ -5889,7 +5889,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).pretargetingConfig;
+      var res = api.AdExchangeBuyerApi(mock).pretargetingConfig;
       var arg_accountId = 'foo';
       var arg_configId = 'foo';
       var arg_$fields = 'foo';
@@ -5952,7 +5952,7 @@
 
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).pretargetingConfig;
+      var res = api.AdExchangeBuyerApi(mock).pretargetingConfig;
       var arg_request = buildPretargetingConfig();
       var arg_accountId = 'foo';
       var arg_$fields = 'foo';
@@ -6010,7 +6010,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).pretargetingConfig;
+      var res = api.AdExchangeBuyerApi(mock).pretargetingConfig;
       var arg_accountId = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -6063,7 +6063,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).pretargetingConfig;
+      var res = api.AdExchangeBuyerApi(mock).pretargetingConfig;
       var arg_request = buildPretargetingConfig();
       var arg_accountId = 'foo';
       var arg_configId = 'foo';
@@ -6131,7 +6131,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).pretargetingConfig;
+      var res = api.AdExchangeBuyerApi(mock).pretargetingConfig;
       var arg_request = buildPretargetingConfig();
       var arg_accountId = 'foo';
       var arg_configId = 'foo';
@@ -6202,7 +6202,7 @@
   unittest.group('resource-ProductsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).products;
+      var res = api.AdExchangeBuyerApi(mock).products;
       var arg_productId = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -6255,7 +6255,7 @@
 
     unittest.test('method--search', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).products;
+      var res = api.AdExchangeBuyerApi(mock).products;
       var arg_pqlQuery = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -6309,7 +6309,7 @@
   unittest.group('resource-ProposalsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).proposals;
+      var res = api.AdExchangeBuyerApi(mock).proposals;
       var arg_proposalId = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -6362,7 +6362,7 @@
 
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).proposals;
+      var res = api.AdExchangeBuyerApi(mock).proposals;
       var arg_request = buildCreateOrdersRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -6416,7 +6416,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).proposals;
+      var res = api.AdExchangeBuyerApi(mock).proposals;
       var arg_request = buildProposal();
       var arg_proposalId = 'foo';
       var arg_revisionNumber = 'foo';
@@ -6496,7 +6496,7 @@
 
     unittest.test('method--search', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).proposals;
+      var res = api.AdExchangeBuyerApi(mock).proposals;
       var arg_pqlQuery = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -6548,7 +6548,7 @@
 
     unittest.test('method--setupcomplete', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).proposals;
+      var res = api.AdExchangeBuyerApi(mock).proposals;
       var arg_proposalId = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -6605,7 +6605,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).proposals;
+      var res = api.AdExchangeBuyerApi(mock).proposals;
       var arg_request = buildProposal();
       var arg_proposalId = 'foo';
       var arg_revisionNumber = 'foo';
@@ -6687,7 +6687,7 @@
   unittest.group('resource-PubprofilesResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdexchangebuyerApi(mock).pubprofiles;
+      var res = api.AdExchangeBuyerApi(mock).pubprofiles;
       var arg_accountId = 42;
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
diff --git a/generated/googleapis/test/adexperiencereport/v1_test.dart b/generated/googleapis/test/adexperiencereport/v1_test.dart
index 7c21265..d639111 100644
--- a/generated/googleapis/test/adexperiencereport/v1_test.dart
+++ b/generated/googleapis/test/adexperiencereport/v1_test.dart
@@ -154,7 +154,7 @@
   unittest.group('resource-SitesResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AdexperiencereportApi(mock).sites;
+      var res = api.AdExperienceReportApi(mock).sites;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -204,7 +204,7 @@
   unittest.group('resource-ViolatingSitesResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdexperiencereportApi(mock).violatingSites;
+      var res = api.AdExperienceReportApi(mock).violatingSites;
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
         var path = (req.url).path;
diff --git a/generated/googleapis/test/admin/datatransfer_v1_test.dart b/generated/googleapis/test/admin/datatransfer_v1_test.dart
index a2604f2..216ff7c 100644
--- a/generated/googleapis/test/admin/datatransfer_v1_test.dart
+++ b/generated/googleapis/test/admin/datatransfer_v1_test.dart
@@ -312,7 +312,7 @@
   unittest.group('resource-ApplicationsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).applications;
+      var res = api.DataTransferApi(mock).applications;
       var arg_applicationId = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -362,7 +362,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).applications;
+      var res = api.DataTransferApi(mock).applications;
       var arg_customerId = 'foo';
       var arg_maxResults = 42;
       var arg_pageToken = 'foo';
@@ -423,7 +423,7 @@
   unittest.group('resource-TransfersResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).transfers;
+      var res = api.DataTransferApi(mock).transfers;
       var arg_dataTransferId = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -473,7 +473,7 @@
 
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).transfers;
+      var res = api.DataTransferApi(mock).transfers;
       var arg_request = buildDataTransfer();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -524,7 +524,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).transfers;
+      var res = api.DataTransferApi(mock).transfers;
       var arg_customerId = 'foo';
       var arg_maxResults = 42;
       var arg_newOwnerUserId = 'foo';
diff --git a/generated/googleapis/test/admin/directory_v1_test.dart b/generated/googleapis/test/admin/directory_v1_test.dart
index 48ca454..7e9b561 100644
--- a/generated/googleapis/test/admin/directory_v1_test.dart
+++ b/generated/googleapis/test/admin/directory_v1_test.dart
@@ -3931,7 +3931,7 @@
   unittest.group('resource-AspsResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).asps;
+      var res = api.DirectoryApi(mock).asps;
       var arg_userKey = 'foo';
       var arg_codeId = 42;
       var arg_$fields = 'foo';
@@ -3989,7 +3989,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).asps;
+      var res = api.DirectoryApi(mock).asps;
       var arg_userKey = 'foo';
       var arg_codeId = 42;
       var arg_$fields = 'foo';
@@ -4049,7 +4049,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).asps;
+      var res = api.DirectoryApi(mock).asps;
       var arg_userKey = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4107,7 +4107,7 @@
   unittest.group('resource-ChannelsResourceApi', () {
     unittest.test('method--stop', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).channels;
+      var res = api.DirectoryApi(mock).channels;
       var arg_request = buildChannel();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4158,7 +4158,7 @@
   unittest.group('resource-ChromeosdevicesResourceApi', () {
     unittest.test('method--action', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).chromeosdevices;
+      var res = api.DirectoryApi(mock).chromeosdevices;
       var arg_request = buildChromeOsDeviceAction();
       var arg_customerId = 'foo';
       var arg_resourceId = 'foo';
@@ -4228,7 +4228,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).chromeosdevices;
+      var res = api.DirectoryApi(mock).chromeosdevices;
       var arg_customerId = 'foo';
       var arg_deviceId = 'foo';
       var arg_projection = 'foo';
@@ -4292,7 +4292,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).chromeosdevices;
+      var res = api.DirectoryApi(mock).chromeosdevices;
       var arg_customerId = 'foo';
       var arg_maxResults = 42;
       var arg_orderBy = 'foo';
@@ -4376,7 +4376,7 @@
 
     unittest.test('method--moveDevicesToOu', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).chromeosdevices;
+      var res = api.DirectoryApi(mock).chromeosdevices;
       var arg_request = buildChromeOsMoveDevicesToOu();
       var arg_customerId = 'foo';
       var arg_orgUnitPath = 'foo';
@@ -4439,7 +4439,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).chromeosdevices;
+      var res = api.DirectoryApi(mock).chromeosdevices;
       var arg_request = buildChromeOsDevice();
       var arg_customerId = 'foo';
       var arg_deviceId = 'foo';
@@ -4508,7 +4508,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).chromeosdevices;
+      var res = api.DirectoryApi(mock).chromeosdevices;
       var arg_request = buildChromeOsDevice();
       var arg_customerId = 'foo';
       var arg_deviceId = 'foo';
@@ -4579,7 +4579,7 @@
   unittest.group('resource-CustomersResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).customers;
+      var res = api.DirectoryApi(mock).customers;
       var arg_customerKey = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4629,7 +4629,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).customers;
+      var res = api.DirectoryApi(mock).customers;
       var arg_request = buildCustomer();
       var arg_customerKey = 'foo';
       var arg_$fields = 'foo';
@@ -4684,7 +4684,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).customers;
+      var res = api.DirectoryApi(mock).customers;
       var arg_request = buildCustomer();
       var arg_customerKey = 'foo';
       var arg_$fields = 'foo';
@@ -4741,7 +4741,7 @@
   unittest.group('resource-DomainAliasesResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).domainAliases;
+      var res = api.DirectoryApi(mock).domainAliases;
       var arg_customer = 'foo';
       var arg_domainAliasName = 'foo';
       var arg_$fields = 'foo';
@@ -4799,7 +4799,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).domainAliases;
+      var res = api.DirectoryApi(mock).domainAliases;
       var arg_customer = 'foo';
       var arg_domainAliasName = 'foo';
       var arg_$fields = 'foo';
@@ -4859,7 +4859,7 @@
 
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).domainAliases;
+      var res = api.DirectoryApi(mock).domainAliases;
       var arg_request = buildDomainAlias();
       var arg_customer = 'foo';
       var arg_$fields = 'foo';
@@ -4920,7 +4920,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).domainAliases;
+      var res = api.DirectoryApi(mock).domainAliases;
       var arg_customer = 'foo';
       var arg_parentDomainName = 'foo';
       var arg_$fields = 'foo';
@@ -4982,7 +4982,7 @@
   unittest.group('resource-DomainsResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).domains;
+      var res = api.DirectoryApi(mock).domains;
       var arg_customer = 'foo';
       var arg_domainName = 'foo';
       var arg_$fields = 'foo';
@@ -5040,7 +5040,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).domains;
+      var res = api.DirectoryApi(mock).domains;
       var arg_customer = 'foo';
       var arg_domainName = 'foo';
       var arg_$fields = 'foo';
@@ -5100,7 +5100,7 @@
 
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).domains;
+      var res = api.DirectoryApi(mock).domains;
       var arg_request = buildDomains();
       var arg_customer = 'foo';
       var arg_$fields = 'foo';
@@ -5161,7 +5161,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).domains;
+      var res = api.DirectoryApi(mock).domains;
       var arg_customer = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -5219,7 +5219,7 @@
   unittest.group('resource-GroupsResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).groups;
+      var res = api.DirectoryApi(mock).groups;
       var arg_groupKey = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -5267,7 +5267,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).groups;
+      var res = api.DirectoryApi(mock).groups;
       var arg_groupKey = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -5317,7 +5317,7 @@
 
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).groups;
+      var res = api.DirectoryApi(mock).groups;
       var arg_request = buildGroup();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -5368,7 +5368,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).groups;
+      var res = api.DirectoryApi(mock).groups;
       var arg_customer = 'foo';
       var arg_domain = 'foo';
       var arg_maxResults = 42;
@@ -5445,7 +5445,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).groups;
+      var res = api.DirectoryApi(mock).groups;
       var arg_request = buildGroup();
       var arg_groupKey = 'foo';
       var arg_$fields = 'foo';
@@ -5500,7 +5500,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).groups;
+      var res = api.DirectoryApi(mock).groups;
       var arg_request = buildGroup();
       var arg_groupKey = 'foo';
       var arg_$fields = 'foo';
@@ -5557,7 +5557,7 @@
   unittest.group('resource-GroupsAliasesResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).groups.aliases;
+      var res = api.DirectoryApi(mock).groups.aliases;
       var arg_groupKey = 'foo';
       var arg_alias = 'foo';
       var arg_$fields = 'foo';
@@ -5615,7 +5615,7 @@
 
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).groups.aliases;
+      var res = api.DirectoryApi(mock).groups.aliases;
       var arg_request = buildAlias();
       var arg_groupKey = 'foo';
       var arg_$fields = 'foo';
@@ -5676,7 +5676,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).groups.aliases;
+      var res = api.DirectoryApi(mock).groups.aliases;
       var arg_groupKey = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -5734,7 +5734,7 @@
   unittest.group('resource-MembersResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).members;
+      var res = api.DirectoryApi(mock).members;
       var arg_groupKey = 'foo';
       var arg_memberKey = 'foo';
       var arg_$fields = 'foo';
@@ -5792,7 +5792,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).members;
+      var res = api.DirectoryApi(mock).members;
       var arg_groupKey = 'foo';
       var arg_memberKey = 'foo';
       var arg_$fields = 'foo';
@@ -5852,7 +5852,7 @@
 
     unittest.test('method--hasMember', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).members;
+      var res = api.DirectoryApi(mock).members;
       var arg_groupKey = 'foo';
       var arg_memberKey = 'foo';
       var arg_$fields = 'foo';
@@ -5912,7 +5912,7 @@
 
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).members;
+      var res = api.DirectoryApi(mock).members;
       var arg_request = buildMember();
       var arg_groupKey = 'foo';
       var arg_$fields = 'foo';
@@ -5973,7 +5973,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).members;
+      var res = api.DirectoryApi(mock).members;
       var arg_groupKey = 'foo';
       var arg_includeDerivedMembership = true;
       var arg_maxResults = 42;
@@ -6045,7 +6045,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).members;
+      var res = api.DirectoryApi(mock).members;
       var arg_request = buildMember();
       var arg_groupKey = 'foo';
       var arg_memberKey = 'foo';
@@ -6110,7 +6110,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).members;
+      var res = api.DirectoryApi(mock).members;
       var arg_request = buildMember();
       var arg_groupKey = 'foo';
       var arg_memberKey = 'foo';
@@ -6178,7 +6178,7 @@
   unittest.group('resource-MobiledevicesResourceApi', () {
     unittest.test('method--action', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).mobiledevices;
+      var res = api.DirectoryApi(mock).mobiledevices;
       var arg_request = buildMobileDeviceAction();
       var arg_customerId = 'foo';
       var arg_resourceId = 'foo';
@@ -6248,7 +6248,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).mobiledevices;
+      var res = api.DirectoryApi(mock).mobiledevices;
       var arg_customerId = 'foo';
       var arg_resourceId = 'foo';
       var arg_$fields = 'foo';
@@ -6306,7 +6306,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).mobiledevices;
+      var res = api.DirectoryApi(mock).mobiledevices;
       var arg_customerId = 'foo';
       var arg_resourceId = 'foo';
       var arg_projection = 'foo';
@@ -6370,7 +6370,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).mobiledevices;
+      var res = api.DirectoryApi(mock).mobiledevices;
       var arg_customerId = 'foo';
       var arg_maxResults = 42;
       var arg_orderBy = 'foo';
@@ -6452,7 +6452,7 @@
   unittest.group('resource-OrgunitsResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).orgunits;
+      var res = api.DirectoryApi(mock).orgunits;
       var arg_customerId = 'foo';
       var arg_orgUnitPath = 'foo';
       var arg_$fields = 'foo';
@@ -6508,7 +6508,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).orgunits;
+      var res = api.DirectoryApi(mock).orgunits;
       var arg_customerId = 'foo';
       var arg_orgUnitPath = 'foo';
       var arg_$fields = 'foo';
@@ -6566,7 +6566,7 @@
 
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).orgunits;
+      var res = api.DirectoryApi(mock).orgunits;
       var arg_request = buildOrgUnit();
       var arg_customerId = 'foo';
       var arg_$fields = 'foo';
@@ -6627,7 +6627,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).orgunits;
+      var res = api.DirectoryApi(mock).orgunits;
       var arg_customerId = 'foo';
       var arg_orgUnitPath = 'foo';
       var arg_type = 'foo';
@@ -6691,7 +6691,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).orgunits;
+      var res = api.DirectoryApi(mock).orgunits;
       var arg_request = buildOrgUnit();
       var arg_customerId = 'foo';
       var arg_orgUnitPath = 'foo';
@@ -6755,7 +6755,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).orgunits;
+      var res = api.DirectoryApi(mock).orgunits;
       var arg_request = buildOrgUnit();
       var arg_customerId = 'foo';
       var arg_orgUnitPath = 'foo';
@@ -6821,7 +6821,7 @@
   unittest.group('resource-PrivilegesResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).privileges;
+      var res = api.DirectoryApi(mock).privileges;
       var arg_customer = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -6879,7 +6879,7 @@
   unittest.group('resource-ResourcesBuildingsResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).resources.buildings;
+      var res = api.DirectoryApi(mock).resources.buildings;
       var arg_customer = 'foo';
       var arg_buildingId = 'foo';
       var arg_$fields = 'foo';
@@ -6937,7 +6937,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).resources.buildings;
+      var res = api.DirectoryApi(mock).resources.buildings;
       var arg_customer = 'foo';
       var arg_buildingId = 'foo';
       var arg_$fields = 'foo';
@@ -6997,7 +6997,7 @@
 
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).resources.buildings;
+      var res = api.DirectoryApi(mock).resources.buildings;
       var arg_request = buildBuilding();
       var arg_customer = 'foo';
       var arg_coordinatesSource = 'foo';
@@ -7062,7 +7062,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).resources.buildings;
+      var res = api.DirectoryApi(mock).resources.buildings;
       var arg_customer = 'foo';
       var arg_maxResults = 42;
       var arg_pageToken = 'foo';
@@ -7127,7 +7127,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).resources.buildings;
+      var res = api.DirectoryApi(mock).resources.buildings;
       var arg_request = buildBuilding();
       var arg_customer = 'foo';
       var arg_buildingId = 'foo';
@@ -7196,7 +7196,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).resources.buildings;
+      var res = api.DirectoryApi(mock).resources.buildings;
       var arg_request = buildBuilding();
       var arg_customer = 'foo';
       var arg_buildingId = 'foo';
@@ -7267,7 +7267,7 @@
   unittest.group('resource-ResourcesCalendarsResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).resources.calendars;
+      var res = api.DirectoryApi(mock).resources.calendars;
       var arg_customer = 'foo';
       var arg_calendarResourceId = 'foo';
       var arg_$fields = 'foo';
@@ -7325,7 +7325,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).resources.calendars;
+      var res = api.DirectoryApi(mock).resources.calendars;
       var arg_customer = 'foo';
       var arg_calendarResourceId = 'foo';
       var arg_$fields = 'foo';
@@ -7385,7 +7385,7 @@
 
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).resources.calendars;
+      var res = api.DirectoryApi(mock).resources.calendars;
       var arg_request = buildCalendarResource();
       var arg_customer = 'foo';
       var arg_$fields = 'foo';
@@ -7446,7 +7446,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).resources.calendars;
+      var res = api.DirectoryApi(mock).resources.calendars;
       var arg_customer = 'foo';
       var arg_maxResults = 42;
       var arg_orderBy = 'foo';
@@ -7518,7 +7518,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).resources.calendars;
+      var res = api.DirectoryApi(mock).resources.calendars;
       var arg_request = buildCalendarResource();
       var arg_customer = 'foo';
       var arg_calendarResourceId = 'foo';
@@ -7584,7 +7584,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).resources.calendars;
+      var res = api.DirectoryApi(mock).resources.calendars;
       var arg_request = buildCalendarResource();
       var arg_customer = 'foo';
       var arg_calendarResourceId = 'foo';
@@ -7652,7 +7652,7 @@
   unittest.group('resource-ResourcesFeaturesResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).resources.features;
+      var res = api.DirectoryApi(mock).resources.features;
       var arg_customer = 'foo';
       var arg_featureKey = 'foo';
       var arg_$fields = 'foo';
@@ -7710,7 +7710,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).resources.features;
+      var res = api.DirectoryApi(mock).resources.features;
       var arg_customer = 'foo';
       var arg_featureKey = 'foo';
       var arg_$fields = 'foo';
@@ -7770,7 +7770,7 @@
 
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).resources.features;
+      var res = api.DirectoryApi(mock).resources.features;
       var arg_request = buildFeature();
       var arg_customer = 'foo';
       var arg_$fields = 'foo';
@@ -7831,7 +7831,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).resources.features;
+      var res = api.DirectoryApi(mock).resources.features;
       var arg_customer = 'foo';
       var arg_maxResults = 42;
       var arg_pageToken = 'foo';
@@ -7896,7 +7896,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).resources.features;
+      var res = api.DirectoryApi(mock).resources.features;
       var arg_request = buildFeature();
       var arg_customer = 'foo';
       var arg_featureKey = 'foo';
@@ -7962,7 +7962,7 @@
 
     unittest.test('method--rename', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).resources.features;
+      var res = api.DirectoryApi(mock).resources.features;
       var arg_request = buildFeatureRename();
       var arg_customer = 'foo';
       var arg_oldName = 'foo';
@@ -8031,7 +8031,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).resources.features;
+      var res = api.DirectoryApi(mock).resources.features;
       var arg_request = buildFeature();
       var arg_customer = 'foo';
       var arg_featureKey = 'foo';
@@ -8099,7 +8099,7 @@
   unittest.group('resource-RoleAssignmentsResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).roleAssignments;
+      var res = api.DirectoryApi(mock).roleAssignments;
       var arg_customer = 'foo';
       var arg_roleAssignmentId = 'foo';
       var arg_$fields = 'foo';
@@ -8157,7 +8157,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).roleAssignments;
+      var res = api.DirectoryApi(mock).roleAssignments;
       var arg_customer = 'foo';
       var arg_roleAssignmentId = 'foo';
       var arg_$fields = 'foo';
@@ -8217,7 +8217,7 @@
 
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).roleAssignments;
+      var res = api.DirectoryApi(mock).roleAssignments;
       var arg_request = buildRoleAssignment();
       var arg_customer = 'foo';
       var arg_$fields = 'foo';
@@ -8278,7 +8278,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).roleAssignments;
+      var res = api.DirectoryApi(mock).roleAssignments;
       var arg_customer = 'foo';
       var arg_maxResults = 42;
       var arg_pageToken = 'foo';
@@ -8352,7 +8352,7 @@
   unittest.group('resource-RolesResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).roles;
+      var res = api.DirectoryApi(mock).roles;
       var arg_customer = 'foo';
       var arg_roleId = 'foo';
       var arg_$fields = 'foo';
@@ -8410,7 +8410,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).roles;
+      var res = api.DirectoryApi(mock).roles;
       var arg_customer = 'foo';
       var arg_roleId = 'foo';
       var arg_$fields = 'foo';
@@ -8470,7 +8470,7 @@
 
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).roles;
+      var res = api.DirectoryApi(mock).roles;
       var arg_request = buildRole();
       var arg_customer = 'foo';
       var arg_$fields = 'foo';
@@ -8531,7 +8531,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).roles;
+      var res = api.DirectoryApi(mock).roles;
       var arg_customer = 'foo';
       var arg_maxResults = 42;
       var arg_pageToken = 'foo';
@@ -8596,7 +8596,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).roles;
+      var res = api.DirectoryApi(mock).roles;
       var arg_request = buildRole();
       var arg_customer = 'foo';
       var arg_roleId = 'foo';
@@ -8661,7 +8661,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).roles;
+      var res = api.DirectoryApi(mock).roles;
       var arg_request = buildRole();
       var arg_customer = 'foo';
       var arg_roleId = 'foo';
@@ -8728,7 +8728,7 @@
   unittest.group('resource-SchemasResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).schemas;
+      var res = api.DirectoryApi(mock).schemas;
       var arg_customerId = 'foo';
       var arg_schemaKey = 'foo';
       var arg_$fields = 'foo';
@@ -8786,7 +8786,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).schemas;
+      var res = api.DirectoryApi(mock).schemas;
       var arg_customerId = 'foo';
       var arg_schemaKey = 'foo';
       var arg_$fields = 'foo';
@@ -8846,7 +8846,7 @@
 
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).schemas;
+      var res = api.DirectoryApi(mock).schemas;
       var arg_request = buildSchema();
       var arg_customerId = 'foo';
       var arg_$fields = 'foo';
@@ -8907,7 +8907,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).schemas;
+      var res = api.DirectoryApi(mock).schemas;
       var arg_customerId = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -8963,7 +8963,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).schemas;
+      var res = api.DirectoryApi(mock).schemas;
       var arg_request = buildSchema();
       var arg_customerId = 'foo';
       var arg_schemaKey = 'foo';
@@ -9029,7 +9029,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).schemas;
+      var res = api.DirectoryApi(mock).schemas;
       var arg_request = buildSchema();
       var arg_customerId = 'foo';
       var arg_schemaKey = 'foo';
@@ -9097,7 +9097,7 @@
   unittest.group('resource-TokensResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).tokens;
+      var res = api.DirectoryApi(mock).tokens;
       var arg_userKey = 'foo';
       var arg_clientId = 'foo';
       var arg_$fields = 'foo';
@@ -9155,7 +9155,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).tokens;
+      var res = api.DirectoryApi(mock).tokens;
       var arg_userKey = 'foo';
       var arg_clientId = 'foo';
       var arg_$fields = 'foo';
@@ -9215,7 +9215,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).tokens;
+      var res = api.DirectoryApi(mock).tokens;
       var arg_userKey = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -9273,7 +9273,7 @@
   unittest.group('resource-TwoStepVerificationResourceApi', () {
     unittest.test('method--turnOff', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).twoStepVerification;
+      var res = api.DirectoryApi(mock).twoStepVerification;
       var arg_userKey = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -9329,7 +9329,7 @@
   unittest.group('resource-UsersResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).users;
+      var res = api.DirectoryApi(mock).users;
       var arg_userKey = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -9377,7 +9377,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).users;
+      var res = api.DirectoryApi(mock).users;
       var arg_userKey = 'foo';
       var arg_customFieldMask = 'foo';
       var arg_projection = 'foo';
@@ -9440,7 +9440,7 @@
 
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).users;
+      var res = api.DirectoryApi(mock).users;
       var arg_request = buildUser();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -9491,7 +9491,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).users;
+      var res = api.DirectoryApi(mock).users;
       var arg_customFieldMask = 'foo';
       var arg_customer = 'foo';
       var arg_domain = 'foo';
@@ -9580,7 +9580,7 @@
 
     unittest.test('method--makeAdmin', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).users;
+      var res = api.DirectoryApi(mock).users;
       var arg_request = buildUserMakeAdmin();
       var arg_userKey = 'foo';
       var arg_$fields = 'foo';
@@ -9639,7 +9639,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).users;
+      var res = api.DirectoryApi(mock).users;
       var arg_request = buildUser();
       var arg_userKey = 'foo';
       var arg_$fields = 'foo';
@@ -9694,7 +9694,7 @@
 
     unittest.test('method--signOut', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).users;
+      var res = api.DirectoryApi(mock).users;
       var arg_userKey = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -9748,7 +9748,7 @@
 
     unittest.test('method--undelete', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).users;
+      var res = api.DirectoryApi(mock).users;
       var arg_request = buildUserUndelete();
       var arg_userKey = 'foo';
       var arg_$fields = 'foo';
@@ -9807,7 +9807,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).users;
+      var res = api.DirectoryApi(mock).users;
       var arg_request = buildUser();
       var arg_userKey = 'foo';
       var arg_$fields = 'foo';
@@ -9862,7 +9862,7 @@
 
     unittest.test('method--watch', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).users;
+      var res = api.DirectoryApi(mock).users;
       var arg_request = buildChannel();
       var arg_customFieldMask = 'foo';
       var arg_customer = 'foo';
@@ -9961,7 +9961,7 @@
   unittest.group('resource-UsersAliasesResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).users.aliases;
+      var res = api.DirectoryApi(mock).users.aliases;
       var arg_userKey = 'foo';
       var arg_alias = 'foo';
       var arg_$fields = 'foo';
@@ -10019,7 +10019,7 @@
 
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).users.aliases;
+      var res = api.DirectoryApi(mock).users.aliases;
       var arg_request = buildAlias();
       var arg_userKey = 'foo';
       var arg_$fields = 'foo';
@@ -10080,7 +10080,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).users.aliases;
+      var res = api.DirectoryApi(mock).users.aliases;
       var arg_userKey = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -10136,7 +10136,7 @@
 
     unittest.test('method--watch', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).users.aliases;
+      var res = api.DirectoryApi(mock).users.aliases;
       var arg_request = buildChannel();
       var arg_userKey = 'foo';
       var arg_event = 'foo';
@@ -10202,7 +10202,7 @@
   unittest.group('resource-UsersPhotosResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).users.photos;
+      var res = api.DirectoryApi(mock).users.photos;
       var arg_userKey = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -10256,7 +10256,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).users.photos;
+      var res = api.DirectoryApi(mock).users.photos;
       var arg_userKey = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -10312,7 +10312,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).users.photos;
+      var res = api.DirectoryApi(mock).users.photos;
       var arg_request = buildUserPhoto();
       var arg_userKey = 'foo';
       var arg_$fields = 'foo';
@@ -10373,7 +10373,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).users.photos;
+      var res = api.DirectoryApi(mock).users.photos;
       var arg_request = buildUserPhoto();
       var arg_userKey = 'foo';
       var arg_$fields = 'foo';
@@ -10436,7 +10436,7 @@
   unittest.group('resource-VerificationCodesResourceApi', () {
     unittest.test('method--generate', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).verificationCodes;
+      var res = api.DirectoryApi(mock).verificationCodes;
       var arg_userKey = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -10490,7 +10490,7 @@
 
     unittest.test('method--invalidate', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).verificationCodes;
+      var res = api.DirectoryApi(mock).verificationCodes;
       var arg_userKey = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -10544,7 +10544,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).verificationCodes;
+      var res = api.DirectoryApi(mock).verificationCodes;
       var arg_userKey = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
diff --git a/generated/googleapis/test/admin/reports_v1_test.dart b/generated/googleapis/test/admin/reports_v1_test.dart
index 65ff537..5160855 100644
--- a/generated/googleapis/test/admin/reports_v1_test.dart
+++ b/generated/googleapis/test/admin/reports_v1_test.dart
@@ -844,7 +844,7 @@
   unittest.group('resource-ActivitiesResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).activities;
+      var res = api.ReportsApi(mock).activities;
       var arg_userKey = 'foo';
       var arg_applicationName = 'foo';
       var arg_actorIpAddress = 'foo';
@@ -941,7 +941,7 @@
 
     unittest.test('method--watch', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).activities;
+      var res = api.ReportsApi(mock).activities;
       var arg_request = buildChannel();
       var arg_userKey = 'foo';
       var arg_applicationName = 'foo';
@@ -1051,7 +1051,7 @@
   unittest.group('resource-ChannelsResourceApi', () {
     unittest.test('method--stop', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).channels;
+      var res = api.ReportsApi(mock).channels;
       var arg_request = buildChannel();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1102,7 +1102,7 @@
   unittest.group('resource-CustomerUsageReportsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).customerUsageReports;
+      var res = api.ReportsApi(mock).customerUsageReports;
       var arg_date = 'foo';
       var arg_customerId = 'foo';
       var arg_pageToken = 'foo';
@@ -1167,7 +1167,7 @@
   unittest.group('resource-EntityUsageReportsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).entityUsageReports;
+      var res = api.ReportsApi(mock).entityUsageReports;
       var arg_entityType = 'foo';
       var arg_entityKey = 'foo';
       var arg_date = 'foo';
@@ -1260,7 +1260,7 @@
   unittest.group('resource-UserUsageReportResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AdminApi(mock).userUsageReport;
+      var res = api.ReportsApi(mock).userUsageReport;
       var arg_userKey = 'foo';
       var arg_date = 'foo';
       var arg_customerId = 'foo';
diff --git a/generated/googleapis/test/admob/v1_test.dart b/generated/googleapis/test/admob/v1_test.dart
index 3a72342..5de63c8 100644
--- a/generated/googleapis/test/admob/v1_test.dart
+++ b/generated/googleapis/test/admob/v1_test.dart
@@ -898,7 +898,7 @@
   unittest.group('resource-AccountsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AdmobApi(mock).accounts;
+      var res = api.AdMobApi(mock).accounts;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -946,7 +946,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdmobApi(mock).accounts;
+      var res = api.AdMobApi(mock).accounts;
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
       var arg_$fields = 'foo';
@@ -1004,7 +1004,7 @@
   unittest.group('resource-AccountsMediationReportResourceApi', () {
     unittest.test('method--generate', () {
       var mock = HttpServerMock();
-      var res = api.AdmobApi(mock).accounts.mediationReport;
+      var res = api.AdMobApi(mock).accounts.mediationReport;
       var arg_request = buildGenerateMediationReportRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -1061,7 +1061,7 @@
   unittest.group('resource-AccountsNetworkReportResourceApi', () {
     unittest.test('method--generate', () {
       var mock = HttpServerMock();
-      var res = api.AdmobApi(mock).accounts.networkReport;
+      var res = api.AdMobApi(mock).accounts.networkReport;
       var arg_request = buildGenerateNetworkReportRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
diff --git a/generated/googleapis/test/adsense/v1_4_test.dart b/generated/googleapis/test/adsense/v1_4_test.dart
index aa075f9..e553d10 100644
--- a/generated/googleapis/test/adsense/v1_4_test.dart
+++ b/generated/googleapis/test/adsense/v1_4_test.dart
@@ -1491,7 +1491,7 @@
   unittest.group('resource-AccountsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AdsenseApi(mock).accounts;
+      var res = api.AdSenseApi(mock).accounts;
       var arg_accountId = 'foo';
       var arg_tree = true;
       var arg_$fields = 'foo';
@@ -1546,7 +1546,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdsenseApi(mock).accounts;
+      var res = api.AdSenseApi(mock).accounts;
       var arg_maxResults = 42;
       var arg_pageToken = 'foo';
       var arg_$fields = 'foo';
@@ -1606,7 +1606,7 @@
   unittest.group('resource-AccountsAdclientsResourceApi', () {
     unittest.test('method--getAdCode', () {
       var mock = HttpServerMock();
-      var res = api.AdsenseApi(mock).accounts.adclients;
+      var res = api.AdSenseApi(mock).accounts.adclients;
       var arg_accountId = 'foo';
       var arg_adClientId = 'foo';
       var arg_tagPartner = 'foo';
@@ -1679,7 +1679,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdsenseApi(mock).accounts.adclients;
+      var res = api.AdSenseApi(mock).accounts.adclients;
       var arg_accountId = 'foo';
       var arg_maxResults = 42;
       var arg_pageToken = 'foo';
@@ -1749,7 +1749,7 @@
   unittest.group('resource-AccountsAdunitsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AdsenseApi(mock).accounts.adunits;
+      var res = api.AdSenseApi(mock).accounts.adunits;
       var arg_accountId = 'foo';
       var arg_adClientId = 'foo';
       var arg_adUnitId = 'foo';
@@ -1823,7 +1823,7 @@
 
     unittest.test('method--getAdCode', () {
       var mock = HttpServerMock();
-      var res = api.AdsenseApi(mock).accounts.adunits;
+      var res = api.AdSenseApi(mock).accounts.adunits;
       var arg_accountId = 'foo';
       var arg_adClientId = 'foo';
       var arg_adUnitId = 'foo';
@@ -1903,7 +1903,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdsenseApi(mock).accounts.adunits;
+      var res = api.AdSenseApi(mock).accounts.adunits;
       var arg_accountId = 'foo';
       var arg_adClientId = 'foo';
       var arg_includeInactive = true;
@@ -1987,7 +1987,7 @@
   unittest.group('resource-AccountsAdunitsCustomchannelsResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdsenseApi(mock).accounts.adunits.customchannels;
+      var res = api.AdSenseApi(mock).accounts.adunits.customchannels;
       var arg_accountId = 'foo';
       var arg_adClientId = 'foo';
       var arg_adUnitId = 'foo';
@@ -2077,7 +2077,7 @@
   unittest.group('resource-AccountsAlertsResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.AdsenseApi(mock).accounts.alerts;
+      var res = api.AdSenseApi(mock).accounts.alerts;
       var arg_accountId = 'foo';
       var arg_alertId = 'foo';
       var arg_$fields = 'foo';
@@ -2138,7 +2138,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdsenseApi(mock).accounts.alerts;
+      var res = api.AdSenseApi(mock).accounts.alerts;
       var arg_accountId = 'foo';
       var arg_locale = 'foo';
       var arg_$fields = 'foo';
@@ -2201,7 +2201,7 @@
   unittest.group('resource-AccountsCustomchannelsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AdsenseApi(mock).accounts.customchannels;
+      var res = api.AdSenseApi(mock).accounts.customchannels;
       var arg_accountId = 'foo';
       var arg_adClientId = 'foo';
       var arg_customChannelId = 'foo';
@@ -2275,7 +2275,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdsenseApi(mock).accounts.customchannels;
+      var res = api.AdSenseApi(mock).accounts.customchannels;
       var arg_accountId = 'foo';
       var arg_adClientId = 'foo';
       var arg_maxResults = 42;
@@ -2355,7 +2355,7 @@
   unittest.group('resource-AccountsCustomchannelsAdunitsResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdsenseApi(mock).accounts.customchannels.adunits;
+      var res = api.AdSenseApi(mock).accounts.customchannels.adunits;
       var arg_accountId = 'foo';
       var arg_adClientId = 'foo';
       var arg_customChannelId = 'foo';
@@ -2449,7 +2449,7 @@
   unittest.group('resource-AccountsPaymentsResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdsenseApi(mock).accounts.payments;
+      var res = api.AdSenseApi(mock).accounts.payments;
       var arg_accountId = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2513,7 +2513,7 @@
       // TODO: Implement tests for media download;
 
       var mock = HttpServerMock();
-      var res = api.AdsenseApi(mock).accounts.reports;
+      var res = api.AdSenseApi(mock).accounts.reports;
       var arg_accountId = 'foo';
       var arg_startDate = 'foo';
       var arg_endDate = 'foo';
@@ -2613,7 +2613,7 @@
   unittest.group('resource-AccountsReportsSavedResourceApi', () {
     unittest.test('method--generate', () {
       var mock = HttpServerMock();
-      var res = api.AdsenseApi(mock).accounts.reports.saved;
+      var res = api.AdSenseApi(mock).accounts.reports.saved;
       var arg_accountId = 'foo';
       var arg_savedReportId = 'foo';
       var arg_locale = 'foo';
@@ -2689,7 +2689,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdsenseApi(mock).accounts.reports.saved;
+      var res = api.AdSenseApi(mock).accounts.reports.saved;
       var arg_accountId = 'foo';
       var arg_maxResults = 42;
       var arg_pageToken = 'foo';
@@ -2759,7 +2759,7 @@
   unittest.group('resource-AccountsSavedadstylesResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AdsenseApi(mock).accounts.savedadstyles;
+      var res = api.AdSenseApi(mock).accounts.savedadstyles;
       var arg_accountId = 'foo';
       var arg_savedAdStyleId = 'foo';
       var arg_$fields = 'foo';
@@ -2822,7 +2822,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdsenseApi(mock).accounts.savedadstyles;
+      var res = api.AdSenseApi(mock).accounts.savedadstyles;
       var arg_accountId = 'foo';
       var arg_maxResults = 42;
       var arg_pageToken = 'foo';
@@ -2892,7 +2892,7 @@
   unittest.group('resource-AccountsUrlchannelsResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdsenseApi(mock).accounts.urlchannels;
+      var res = api.AdSenseApi(mock).accounts.urlchannels;
       var arg_accountId = 'foo';
       var arg_adClientId = 'foo';
       var arg_maxResults = 42;
@@ -2972,7 +2972,7 @@
   unittest.group('resource-AdclientsResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdsenseApi(mock).adclients;
+      var res = api.AdSenseApi(mock).adclients;
       var arg_maxResults = 42;
       var arg_pageToken = 'foo';
       var arg_$fields = 'foo';
@@ -3032,7 +3032,7 @@
   unittest.group('resource-AdunitsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AdsenseApi(mock).adunits;
+      var res = api.AdSenseApi(mock).adunits;
       var arg_adClientId = 'foo';
       var arg_adUnitId = 'foo';
       var arg_$fields = 'foo';
@@ -3095,7 +3095,7 @@
 
     unittest.test('method--getAdCode', () {
       var mock = HttpServerMock();
-      var res = api.AdsenseApi(mock).adunits;
+      var res = api.AdSenseApi(mock).adunits;
       var arg_adClientId = 'foo';
       var arg_adUnitId = 'foo';
       var arg_$fields = 'foo';
@@ -3164,7 +3164,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdsenseApi(mock).adunits;
+      var res = api.AdSenseApi(mock).adunits;
       var arg_adClientId = 'foo';
       var arg_includeInactive = true;
       var arg_maxResults = 42;
@@ -3238,7 +3238,7 @@
   unittest.group('resource-AdunitsCustomchannelsResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdsenseApi(mock).adunits.customchannels;
+      var res = api.AdSenseApi(mock).adunits.customchannels;
       var arg_adClientId = 'foo';
       var arg_adUnitId = 'foo';
       var arg_maxResults = 42;
@@ -3318,7 +3318,7 @@
   unittest.group('resource-AlertsResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.AdsenseApi(mock).alerts;
+      var res = api.AdSenseApi(mock).alerts;
       var arg_alertId = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3369,7 +3369,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdsenseApi(mock).alerts;
+      var res = api.AdSenseApi(mock).alerts;
       var arg_locale = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3422,7 +3422,7 @@
   unittest.group('resource-CustomchannelsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AdsenseApi(mock).customchannels;
+      var res = api.AdSenseApi(mock).customchannels;
       var arg_adClientId = 'foo';
       var arg_customChannelId = 'foo';
       var arg_$fields = 'foo';
@@ -3485,7 +3485,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdsenseApi(mock).customchannels;
+      var res = api.AdSenseApi(mock).customchannels;
       var arg_adClientId = 'foo';
       var arg_maxResults = 42;
       var arg_pageToken = 'foo';
@@ -3555,7 +3555,7 @@
   unittest.group('resource-CustomchannelsAdunitsResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdsenseApi(mock).customchannels.adunits;
+      var res = api.AdSenseApi(mock).customchannels.adunits;
       var arg_adClientId = 'foo';
       var arg_customChannelId = 'foo';
       var arg_includeInactive = true;
@@ -3639,7 +3639,7 @@
   unittest.group('resource-MetadataDimensionsResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdsenseApi(mock).metadata.dimensions;
+      var res = api.AdSenseApi(mock).metadata.dimensions;
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
         var path = (req.url).path;
@@ -3688,7 +3688,7 @@
   unittest.group('resource-MetadataMetricsResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdsenseApi(mock).metadata.metrics;
+      var res = api.AdSenseApi(mock).metadata.metrics;
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
         var path = (req.url).path;
@@ -3737,7 +3737,7 @@
   unittest.group('resource-PaymentsResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdsenseApi(mock).payments;
+      var res = api.AdSenseApi(mock).payments;
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
         var path = (req.url).path;
@@ -3789,7 +3789,7 @@
       // TODO: Implement tests for media download;
 
       var mock = HttpServerMock();
-      var res = api.AdsenseApi(mock).reports;
+      var res = api.AdSenseApi(mock).reports;
       var arg_startDate = 'foo';
       var arg_endDate = 'foo';
       var arg_accountId = buildUnnamed3664();
@@ -3882,7 +3882,7 @@
   unittest.group('resource-ReportsSavedResourceApi', () {
     unittest.test('method--generate', () {
       var mock = HttpServerMock();
-      var res = api.AdsenseApi(mock).reports.saved;
+      var res = api.AdSenseApi(mock).reports.saved;
       var arg_savedReportId = 'foo';
       var arg_locale = 'foo';
       var arg_maxResults = 42;
@@ -3948,7 +3948,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdsenseApi(mock).reports.saved;
+      var res = api.AdSenseApi(mock).reports.saved;
       var arg_maxResults = 42;
       var arg_pageToken = 'foo';
       var arg_$fields = 'foo';
@@ -4008,7 +4008,7 @@
   unittest.group('resource-SavedadstylesResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AdsenseApi(mock).savedadstyles;
+      var res = api.AdSenseApi(mock).savedadstyles;
       var arg_savedAdStyleId = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4061,7 +4061,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdsenseApi(mock).savedadstyles;
+      var res = api.AdSenseApi(mock).savedadstyles;
       var arg_maxResults = 42;
       var arg_pageToken = 'foo';
       var arg_$fields = 'foo';
@@ -4121,7 +4121,7 @@
   unittest.group('resource-UrlchannelsResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdsenseApi(mock).urlchannels;
+      var res = api.AdSenseApi(mock).urlchannels;
       var arg_adClientId = 'foo';
       var arg_maxResults = 42;
       var arg_pageToken = 'foo';
diff --git a/generated/googleapis/test/adsensehost/v4_1_test.dart b/generated/googleapis/test/adsensehost/v4_1_test.dart
index 89c981f..0620967 100644
--- a/generated/googleapis/test/adsensehost/v4_1_test.dart
+++ b/generated/googleapis/test/adsensehost/v4_1_test.dart
@@ -1007,7 +1007,7 @@
   unittest.group('resource-AccountsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AdsensehostApi(mock).accounts;
+      var res = api.AdSenseHostApi(mock).accounts;
       var arg_accountId = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1060,7 +1060,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdsensehostApi(mock).accounts;
+      var res = api.AdSenseHostApi(mock).accounts;
       var arg_filterAdClientId = buildUnnamed4318();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1114,7 +1114,7 @@
   unittest.group('resource-AccountsAdclientsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AdsensehostApi(mock).accounts.adclients;
+      var res = api.AdSenseHostApi(mock).accounts.adclients;
       var arg_accountId = 'foo';
       var arg_adClientId = 'foo';
       var arg_$fields = 'foo';
@@ -1177,7 +1177,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdsensehostApi(mock).accounts.adclients;
+      var res = api.AdSenseHostApi(mock).accounts.adclients;
       var arg_accountId = 'foo';
       var arg_maxResults = 42;
       var arg_pageToken = 'foo';
@@ -1247,7 +1247,7 @@
   unittest.group('resource-AccountsAdunitsResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.AdsensehostApi(mock).accounts.adunits;
+      var res = api.AdSenseHostApi(mock).accounts.adunits;
       var arg_accountId = 'foo';
       var arg_adClientId = 'foo';
       var arg_adUnitId = 'foo';
@@ -1321,7 +1321,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AdsensehostApi(mock).accounts.adunits;
+      var res = api.AdSenseHostApi(mock).accounts.adunits;
       var arg_accountId = 'foo';
       var arg_adClientId = 'foo';
       var arg_adUnitId = 'foo';
@@ -1395,7 +1395,7 @@
 
     unittest.test('method--getAdCode', () {
       var mock = HttpServerMock();
-      var res = api.AdsensehostApi(mock).accounts.adunits;
+      var res = api.AdSenseHostApi(mock).accounts.adunits;
       var arg_accountId = 'foo';
       var arg_adClientId = 'foo';
       var arg_adUnitId = 'foo';
@@ -1479,7 +1479,7 @@
 
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.AdsensehostApi(mock).accounts.adunits;
+      var res = api.AdSenseHostApi(mock).accounts.adunits;
       var arg_request = buildAdUnit();
       var arg_accountId = 'foo';
       var arg_adClientId = 'foo';
@@ -1554,7 +1554,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdsensehostApi(mock).accounts.adunits;
+      var res = api.AdSenseHostApi(mock).accounts.adunits;
       var arg_accountId = 'foo';
       var arg_adClientId = 'foo';
       var arg_includeInactive = true;
@@ -1636,7 +1636,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.AdsensehostApi(mock).accounts.adunits;
+      var res = api.AdSenseHostApi(mock).accounts.adunits;
       var arg_request = buildAdUnit();
       var arg_accountId = 'foo';
       var arg_adClientId = 'foo';
@@ -1714,7 +1714,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.AdsensehostApi(mock).accounts.adunits;
+      var res = api.AdSenseHostApi(mock).accounts.adunits;
       var arg_request = buildAdUnit();
       var arg_accountId = 'foo';
       var arg_adClientId = 'foo';
@@ -1791,7 +1791,7 @@
   unittest.group('resource-AccountsReportsResourceApi', () {
     unittest.test('method--generate', () {
       var mock = HttpServerMock();
-      var res = api.AdsensehostApi(mock).accounts.reports;
+      var res = api.AdSenseHostApi(mock).accounts.reports;
       var arg_accountId = 'foo';
       var arg_startDate = 'foo';
       var arg_endDate = 'foo';
@@ -1882,7 +1882,7 @@
   unittest.group('resource-AdclientsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AdsensehostApi(mock).adclients;
+      var res = api.AdSenseHostApi(mock).adclients;
       var arg_adClientId = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1935,7 +1935,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdsensehostApi(mock).adclients;
+      var res = api.AdSenseHostApi(mock).adclients;
       var arg_maxResults = 42;
       var arg_pageToken = 'foo';
       var arg_$fields = 'foo';
@@ -1995,7 +1995,7 @@
   unittest.group('resource-AssociationsessionsResourceApi', () {
     unittest.test('method--start', () {
       var mock = HttpServerMock();
-      var res = api.AdsensehostApi(mock).associationsessions;
+      var res = api.AdSenseHostApi(mock).associationsessions;
       var arg_productCode = buildUnnamed4324();
       var arg_websiteUrl = 'foo';
       var arg_callbackUrl = 'foo';
@@ -2063,7 +2063,7 @@
 
     unittest.test('method--verify', () {
       var mock = HttpServerMock();
-      var res = api.AdsensehostApi(mock).associationsessions;
+      var res = api.AdSenseHostApi(mock).associationsessions;
       var arg_token = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2116,7 +2116,7 @@
   unittest.group('resource-CustomchannelsResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.AdsensehostApi(mock).customchannels;
+      var res = api.AdSenseHostApi(mock).customchannels;
       var arg_adClientId = 'foo';
       var arg_customChannelId = 'foo';
       var arg_$fields = 'foo';
@@ -2179,7 +2179,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AdsensehostApi(mock).customchannels;
+      var res = api.AdSenseHostApi(mock).customchannels;
       var arg_adClientId = 'foo';
       var arg_customChannelId = 'foo';
       var arg_$fields = 'foo';
@@ -2242,7 +2242,7 @@
 
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.AdsensehostApi(mock).customchannels;
+      var res = api.AdSenseHostApi(mock).customchannels;
       var arg_request = buildCustomChannel();
       var arg_adClientId = 'foo';
       var arg_$fields = 'foo';
@@ -2306,7 +2306,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdsensehostApi(mock).customchannels;
+      var res = api.AdSenseHostApi(mock).customchannels;
       var arg_adClientId = 'foo';
       var arg_maxResults = 42;
       var arg_pageToken = 'foo';
@@ -2374,7 +2374,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.AdsensehostApi(mock).customchannels;
+      var res = api.AdSenseHostApi(mock).customchannels;
       var arg_request = buildCustomChannel();
       var arg_adClientId = 'foo';
       var arg_customChannelId = 'foo';
@@ -2442,7 +2442,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.AdsensehostApi(mock).customchannels;
+      var res = api.AdSenseHostApi(mock).customchannels;
       var arg_request = buildCustomChannel();
       var arg_adClientId = 'foo';
       var arg_$fields = 'foo';
@@ -2508,7 +2508,7 @@
   unittest.group('resource-ReportsResourceApi', () {
     unittest.test('method--generate', () {
       var mock = HttpServerMock();
-      var res = api.AdsensehostApi(mock).reports;
+      var res = api.AdSenseHostApi(mock).reports;
       var arg_startDate = 'foo';
       var arg_endDate = 'foo';
       var arg_dimension = buildUnnamed4325();
@@ -2589,7 +2589,7 @@
   unittest.group('resource-UrlchannelsResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.AdsensehostApi(mock).urlchannels;
+      var res = api.AdSenseHostApi(mock).urlchannels;
       var arg_adClientId = 'foo';
       var arg_urlChannelId = 'foo';
       var arg_$fields = 'foo';
@@ -2652,7 +2652,7 @@
 
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.AdsensehostApi(mock).urlchannels;
+      var res = api.AdSenseHostApi(mock).urlchannels;
       var arg_request = buildUrlChannel();
       var arg_adClientId = 'foo';
       var arg_$fields = 'foo';
@@ -2716,7 +2716,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AdsensehostApi(mock).urlchannels;
+      var res = api.AdSenseHostApi(mock).urlchannels;
       var arg_adClientId = 'foo';
       var arg_maxResults = 42;
       var arg_pageToken = 'foo';
diff --git a/generated/googleapis/test/analytics/v3_test.dart b/generated/googleapis/test/analytics/v3_test.dart
index ca2c629..39fd27c 100644
--- a/generated/googleapis/test/analytics/v3_test.dart
+++ b/generated/googleapis/test/analytics/v3_test.dart
@@ -1850,16 +1850,16 @@
   buildCounterGaDataQuery++;
   if (buildCounterGaDataQuery < 3) {
     o.dimensions = 'foo';
-    o.end_date = 'foo';
+    o.endDate = 'foo';
     o.filters = 'foo';
     o.ids = 'foo';
-    o.max_results = 42;
+    o.maxResults = 42;
     o.metrics = buildUnnamed4508();
     o.samplingLevel = 'foo';
     o.segment = 'foo';
     o.sort = buildUnnamed4509();
-    o.start_date = 'foo';
-    o.start_index = 42;
+    o.startDate = 'foo';
+    o.startIndex = 42;
   }
   buildCounterGaDataQuery--;
   return o;
@@ -1869,16 +1869,16 @@
   buildCounterGaDataQuery++;
   if (buildCounterGaDataQuery < 3) {
     unittest.expect(o.dimensions, unittest.equals('foo'));
-    unittest.expect(o.end_date, unittest.equals('foo'));
+    unittest.expect(o.endDate, unittest.equals('foo'));
     unittest.expect(o.filters, unittest.equals('foo'));
     unittest.expect(o.ids, unittest.equals('foo'));
-    unittest.expect(o.max_results, unittest.equals(42));
+    unittest.expect(o.maxResults, unittest.equals(42));
     checkUnnamed4508(o.metrics);
     unittest.expect(o.samplingLevel, unittest.equals('foo'));
     unittest.expect(o.segment, unittest.equals('foo'));
     checkUnnamed4509(o.sort);
-    unittest.expect(o.start_date, unittest.equals('foo'));
-    unittest.expect(o.start_index, unittest.equals(42));
+    unittest.expect(o.startDate, unittest.equals('foo'));
+    unittest.expect(o.startIndex, unittest.equals(42));
   }
   buildCounterGaDataQuery--;
 }
@@ -2478,16 +2478,16 @@
   buildCounterMcfDataQuery++;
   if (buildCounterMcfDataQuery < 3) {
     o.dimensions = 'foo';
-    o.end_date = 'foo';
+    o.endDate = 'foo';
     o.filters = 'foo';
     o.ids = 'foo';
-    o.max_results = 42;
+    o.maxResults = 42;
     o.metrics = buildUnnamed4517();
     o.samplingLevel = 'foo';
     o.segment = 'foo';
     o.sort = buildUnnamed4518();
-    o.start_date = 'foo';
-    o.start_index = 42;
+    o.startDate = 'foo';
+    o.startIndex = 42;
   }
   buildCounterMcfDataQuery--;
   return o;
@@ -2497,16 +2497,16 @@
   buildCounterMcfDataQuery++;
   if (buildCounterMcfDataQuery < 3) {
     unittest.expect(o.dimensions, unittest.equals('foo'));
-    unittest.expect(o.end_date, unittest.equals('foo'));
+    unittest.expect(o.endDate, unittest.equals('foo'));
     unittest.expect(o.filters, unittest.equals('foo'));
     unittest.expect(o.ids, unittest.equals('foo'));
-    unittest.expect(o.max_results, unittest.equals(42));
+    unittest.expect(o.maxResults, unittest.equals(42));
     checkUnnamed4517(o.metrics);
     unittest.expect(o.samplingLevel, unittest.equals('foo'));
     unittest.expect(o.segment, unittest.equals('foo'));
     checkUnnamed4518(o.sort);
-    unittest.expect(o.start_date, unittest.equals('foo'));
-    unittest.expect(o.start_index, unittest.equals(42));
+    unittest.expect(o.startDate, unittest.equals('foo'));
+    unittest.expect(o.startIndex, unittest.equals(42));
   }
   buildCounterMcfDataQuery--;
 }
@@ -3077,7 +3077,7 @@
     o.dimensions = 'foo';
     o.filters = 'foo';
     o.ids = 'foo';
-    o.max_results = 42;
+    o.maxResults = 42;
     o.metrics = buildUnnamed4527();
     o.sort = buildUnnamed4528();
   }
@@ -3091,7 +3091,7 @@
     unittest.expect(o.dimensions, unittest.equals('foo'));
     unittest.expect(o.filters, unittest.equals('foo'));
     unittest.expect(o.ids, unittest.equals('foo'));
-    unittest.expect(o.max_results, unittest.equals(42));
+    unittest.expect(o.maxResults, unittest.equals(42));
     checkUnnamed4527(o.metrics);
     checkUnnamed4528(o.sort);
   }
@@ -3509,7 +3509,7 @@
     o.dimensions = 'foo';
     o.downloadType = 'foo';
     o.driveDownloadDetails = buildUnsampledReportDriveDownloadDetails();
-    o.end_date = 'foo';
+    o.endDate = 'foo';
     o.filters = 'foo';
     o.id = 'foo';
     o.kind = 'foo';
@@ -3517,7 +3517,7 @@
     o.profileId = 'foo';
     o.segment = 'foo';
     o.selfLink = 'foo';
-    o.start_date = 'foo';
+    o.startDate = 'foo';
     o.status = 'foo';
     o.title = 'foo';
     o.updated = core.DateTime.parse("2002-02-27T14:01:02");
@@ -3540,7 +3540,7 @@
     unittest.expect(o.downloadType, unittest.equals('foo'));
     checkUnsampledReportDriveDownloadDetails(
         o.driveDownloadDetails as api.UnsampledReportDriveDownloadDetails);
-    unittest.expect(o.end_date, unittest.equals('foo'));
+    unittest.expect(o.endDate, unittest.equals('foo'));
     unittest.expect(o.filters, unittest.equals('foo'));
     unittest.expect(o.id, unittest.equals('foo'));
     unittest.expect(o.kind, unittest.equals('foo'));
@@ -3548,7 +3548,7 @@
     unittest.expect(o.profileId, unittest.equals('foo'));
     unittest.expect(o.segment, unittest.equals('foo'));
     unittest.expect(o.selfLink, unittest.equals('foo'));
-    unittest.expect(o.start_date, unittest.equals('foo'));
+    unittest.expect(o.startDate, unittest.equals('foo'));
     unittest.expect(o.status, unittest.equals('foo'));
     unittest.expect(o.title, unittest.equals('foo'));
     unittest.expect(
@@ -4901,18 +4901,18 @@
       var mock = HttpServerMock();
       var res = api.AnalyticsApi(mock).data.ga;
       var arg_ids = 'foo';
-      var arg_start_date = 'foo';
-      var arg_end_date = 'foo';
+      var arg_startDate = 'foo';
+      var arg_endDate = 'foo';
       var arg_metrics = 'foo';
       var arg_dimensions = 'foo';
       var arg_filters = 'foo';
-      var arg_include_empty_rows = true;
-      var arg_max_results = 42;
+      var arg_includeEmptyRows = true;
+      var arg_maxResults = 42;
       var arg_output = 'foo';
       var arg_samplingLevel = 'foo';
       var arg_segment = 'foo';
       var arg_sort = 'foo';
-      var arg_start_index = 42;
+      var arg_startIndex = 42;
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
         var path = (req.url).path;
@@ -4946,9 +4946,9 @@
         }
         unittest.expect(queryMap["ids"].first, unittest.equals(arg_ids));
         unittest.expect(
-            queryMap["start-date"].first, unittest.equals(arg_start_date));
+            queryMap["start-date"].first, unittest.equals(arg_startDate));
         unittest.expect(
-            queryMap["end-date"].first, unittest.equals(arg_end_date));
+            queryMap["end-date"].first, unittest.equals(arg_endDate));
         unittest.expect(
             queryMap["metrics"].first, unittest.equals(arg_metrics));
         unittest.expect(
@@ -4956,9 +4956,9 @@
         unittest.expect(
             queryMap["filters"].first, unittest.equals(arg_filters));
         unittest.expect(queryMap["include-empty-rows"].first,
-            unittest.equals("$arg_include_empty_rows"));
+            unittest.equals("$arg_includeEmptyRows"));
         unittest.expect(core.int.parse(queryMap["max-results"].first),
-            unittest.equals(arg_max_results));
+            unittest.equals(arg_maxResults));
         unittest.expect(queryMap["output"].first, unittest.equals(arg_output));
         unittest.expect(queryMap["samplingLevel"].first,
             unittest.equals(arg_samplingLevel));
@@ -4966,7 +4966,7 @@
             queryMap["segment"].first, unittest.equals(arg_segment));
         unittest.expect(queryMap["sort"].first, unittest.equals(arg_sort));
         unittest.expect(core.int.parse(queryMap["start-index"].first),
-            unittest.equals(arg_start_index));
+            unittest.equals(arg_startIndex));
         unittest.expect(queryMap["fields"].first, unittest.equals(arg_$fields));
 
         var h = {
@@ -4976,16 +4976,16 @@
         return async.Future.value(stringResponse(200, h, resp));
       }), true);
       res
-          .get(arg_ids, arg_start_date, arg_end_date, arg_metrics,
+          .get(arg_ids, arg_startDate, arg_endDate, arg_metrics,
               dimensions: arg_dimensions,
               filters: arg_filters,
-              include_empty_rows: arg_include_empty_rows,
-              max_results: arg_max_results,
+              includeEmptyRows: arg_includeEmptyRows,
+              maxResults: arg_maxResults,
               output: arg_output,
               samplingLevel: arg_samplingLevel,
               segment: arg_segment,
               sort: arg_sort,
-              start_index: arg_start_index,
+              startIndex: arg_startIndex,
               $fields: arg_$fields)
           .then(unittest.expectAsync1(((response) {
         checkGaData(response as api.GaData);
@@ -4998,15 +4998,15 @@
       var mock = HttpServerMock();
       var res = api.AnalyticsApi(mock).data.mcf;
       var arg_ids = 'foo';
-      var arg_start_date = 'foo';
-      var arg_end_date = 'foo';
+      var arg_startDate = 'foo';
+      var arg_endDate = 'foo';
       var arg_metrics = 'foo';
       var arg_dimensions = 'foo';
       var arg_filters = 'foo';
-      var arg_max_results = 42;
+      var arg_maxResults = 42;
       var arg_samplingLevel = 'foo';
       var arg_sort = 'foo';
-      var arg_start_index = 42;
+      var arg_startIndex = 42;
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
         var path = (req.url).path;
@@ -5040,9 +5040,9 @@
         }
         unittest.expect(queryMap["ids"].first, unittest.equals(arg_ids));
         unittest.expect(
-            queryMap["start-date"].first, unittest.equals(arg_start_date));
+            queryMap["start-date"].first, unittest.equals(arg_startDate));
         unittest.expect(
-            queryMap["end-date"].first, unittest.equals(arg_end_date));
+            queryMap["end-date"].first, unittest.equals(arg_endDate));
         unittest.expect(
             queryMap["metrics"].first, unittest.equals(arg_metrics));
         unittest.expect(
@@ -5050,12 +5050,12 @@
         unittest.expect(
             queryMap["filters"].first, unittest.equals(arg_filters));
         unittest.expect(core.int.parse(queryMap["max-results"].first),
-            unittest.equals(arg_max_results));
+            unittest.equals(arg_maxResults));
         unittest.expect(queryMap["samplingLevel"].first,
             unittest.equals(arg_samplingLevel));
         unittest.expect(queryMap["sort"].first, unittest.equals(arg_sort));
         unittest.expect(core.int.parse(queryMap["start-index"].first),
-            unittest.equals(arg_start_index));
+            unittest.equals(arg_startIndex));
         unittest.expect(queryMap["fields"].first, unittest.equals(arg_$fields));
 
         var h = {
@@ -5065,13 +5065,13 @@
         return async.Future.value(stringResponse(200, h, resp));
       }), true);
       res
-          .get(arg_ids, arg_start_date, arg_end_date, arg_metrics,
+          .get(arg_ids, arg_startDate, arg_endDate, arg_metrics,
               dimensions: arg_dimensions,
               filters: arg_filters,
-              max_results: arg_max_results,
+              maxResults: arg_maxResults,
               samplingLevel: arg_samplingLevel,
               sort: arg_sort,
-              start_index: arg_start_index,
+              startIndex: arg_startIndex,
               $fields: arg_$fields)
           .then(unittest.expectAsync1(((response) {
         checkMcfData(response as api.McfData);
@@ -5087,7 +5087,7 @@
       var arg_metrics = 'foo';
       var arg_dimensions = 'foo';
       var arg_filters = 'foo';
-      var arg_max_results = 42;
+      var arg_maxResults = 42;
       var arg_sort = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -5128,7 +5128,7 @@
         unittest.expect(
             queryMap["filters"].first, unittest.equals(arg_filters));
         unittest.expect(core.int.parse(queryMap["max-results"].first),
-            unittest.equals(arg_max_results));
+            unittest.equals(arg_maxResults));
         unittest.expect(queryMap["sort"].first, unittest.equals(arg_sort));
         unittest.expect(queryMap["fields"].first, unittest.equals(arg_$fields));
 
@@ -5142,7 +5142,7 @@
           .get(arg_ids, arg_metrics,
               dimensions: arg_dimensions,
               filters: arg_filters,
-              max_results: arg_max_results,
+              maxResults: arg_maxResults,
               sort: arg_sort,
               $fields: arg_$fields)
           .then(unittest.expectAsync1(((response) {
@@ -5155,8 +5155,8 @@
     unittest.test('method--list', () {
       var mock = HttpServerMock();
       var res = api.AnalyticsApi(mock).management.accountSummaries;
-      var arg_max_results = 42;
-      var arg_start_index = 42;
+      var arg_maxResults = 42;
+      var arg_startIndex = 42;
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
         var path = (req.url).path;
@@ -5189,9 +5189,9 @@
           }
         }
         unittest.expect(core.int.parse(queryMap["max-results"].first),
-            unittest.equals(arg_max_results));
+            unittest.equals(arg_maxResults));
         unittest.expect(core.int.parse(queryMap["start-index"].first),
-            unittest.equals(arg_start_index));
+            unittest.equals(arg_startIndex));
         unittest.expect(queryMap["fields"].first, unittest.equals(arg_$fields));
 
         var h = {
@@ -5202,8 +5202,8 @@
       }), true);
       res
           .list(
-              max_results: arg_max_results,
-              start_index: arg_start_index,
+              maxResults: arg_maxResults,
+              startIndex: arg_startIndex,
               $fields: arg_$fields)
           .then(unittest.expectAsync1(((response) {
         checkAccountSummaries(response as api.AccountSummaries);
@@ -5341,8 +5341,8 @@
       var mock = HttpServerMock();
       var res = api.AnalyticsApi(mock).management.accountUserLinks;
       var arg_accountId = 'foo';
-      var arg_max_results = 42;
-      var arg_start_index = 42;
+      var arg_maxResults = 42;
+      var arg_startIndex = 42;
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
         var path = (req.url).path;
@@ -5384,9 +5384,9 @@
           }
         }
         unittest.expect(core.int.parse(queryMap["max-results"].first),
-            unittest.equals(arg_max_results));
+            unittest.equals(arg_maxResults));
         unittest.expect(core.int.parse(queryMap["start-index"].first),
-            unittest.equals(arg_start_index));
+            unittest.equals(arg_startIndex));
         unittest.expect(queryMap["fields"].first, unittest.equals(arg_$fields));
 
         var h = {
@@ -5397,8 +5397,8 @@
       }), true);
       res
           .list(arg_accountId,
-              max_results: arg_max_results,
-              start_index: arg_start_index,
+              maxResults: arg_maxResults,
+              startIndex: arg_startIndex,
               $fields: arg_$fields)
           .then(unittest.expectAsync1(((response) {
         checkEntityUserLinks(response as api.EntityUserLinks);
@@ -5478,8 +5478,8 @@
     unittest.test('method--list', () {
       var mock = HttpServerMock();
       var res = api.AnalyticsApi(mock).management.accounts;
-      var arg_max_results = 42;
-      var arg_start_index = 42;
+      var arg_maxResults = 42;
+      var arg_startIndex = 42;
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
         var path = (req.url).path;
@@ -5512,9 +5512,9 @@
           }
         }
         unittest.expect(core.int.parse(queryMap["max-results"].first),
-            unittest.equals(arg_max_results));
+            unittest.equals(arg_maxResults));
         unittest.expect(core.int.parse(queryMap["start-index"].first),
-            unittest.equals(arg_start_index));
+            unittest.equals(arg_startIndex));
         unittest.expect(queryMap["fields"].first, unittest.equals(arg_$fields));
 
         var h = {
@@ -5525,8 +5525,8 @@
       }), true);
       res
           .list(
-              max_results: arg_max_results,
-              start_index: arg_start_index,
+              maxResults: arg_maxResults,
+              startIndex: arg_startIndex,
               $fields: arg_$fields)
           .then(unittest.expectAsync1(((response) {
         checkAccounts(response as api.Accounts);
@@ -5596,8 +5596,8 @@
       var res = api.AnalyticsApi(mock).management.customDataSources;
       var arg_accountId = 'foo';
       var arg_webPropertyId = 'foo';
-      var arg_max_results = 42;
-      var arg_start_index = 42;
+      var arg_maxResults = 42;
+      var arg_startIndex = 42;
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
         var path = (req.url).path;
@@ -5648,9 +5648,9 @@
           }
         }
         unittest.expect(core.int.parse(queryMap["max-results"].first),
-            unittest.equals(arg_max_results));
+            unittest.equals(arg_maxResults));
         unittest.expect(core.int.parse(queryMap["start-index"].first),
-            unittest.equals(arg_start_index));
+            unittest.equals(arg_startIndex));
         unittest.expect(queryMap["fields"].first, unittest.equals(arg_$fields));
 
         var h = {
@@ -5661,8 +5661,8 @@
       }), true);
       res
           .list(arg_accountId, arg_webPropertyId,
-              max_results: arg_max_results,
-              start_index: arg_start_index,
+              maxResults: arg_maxResults,
+              startIndex: arg_startIndex,
               $fields: arg_$fields)
           .then(unittest.expectAsync1(((response) {
         checkCustomDataSources(response as api.CustomDataSources);
@@ -5825,8 +5825,8 @@
       var res = api.AnalyticsApi(mock).management.customDimensions;
       var arg_accountId = 'foo';
       var arg_webPropertyId = 'foo';
-      var arg_max_results = 42;
-      var arg_start_index = 42;
+      var arg_maxResults = 42;
+      var arg_startIndex = 42;
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
         var path = (req.url).path;
@@ -5877,9 +5877,9 @@
           }
         }
         unittest.expect(core.int.parse(queryMap["max-results"].first),
-            unittest.equals(arg_max_results));
+            unittest.equals(arg_maxResults));
         unittest.expect(core.int.parse(queryMap["start-index"].first),
-            unittest.equals(arg_start_index));
+            unittest.equals(arg_startIndex));
         unittest.expect(queryMap["fields"].first, unittest.equals(arg_$fields));
 
         var h = {
@@ -5890,8 +5890,8 @@
       }), true);
       res
           .list(arg_accountId, arg_webPropertyId,
-              max_results: arg_max_results,
-              start_index: arg_start_index,
+              maxResults: arg_maxResults,
+              startIndex: arg_startIndex,
               $fields: arg_$fields)
           .then(unittest.expectAsync1(((response) {
         checkCustomDimensions(response as api.CustomDimensions);
@@ -6222,8 +6222,8 @@
       var res = api.AnalyticsApi(mock).management.customMetrics;
       var arg_accountId = 'foo';
       var arg_webPropertyId = 'foo';
-      var arg_max_results = 42;
-      var arg_start_index = 42;
+      var arg_maxResults = 42;
+      var arg_startIndex = 42;
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
         var path = (req.url).path;
@@ -6274,9 +6274,9 @@
           }
         }
         unittest.expect(core.int.parse(queryMap["max-results"].first),
-            unittest.equals(arg_max_results));
+            unittest.equals(arg_maxResults));
         unittest.expect(core.int.parse(queryMap["start-index"].first),
-            unittest.equals(arg_start_index));
+            unittest.equals(arg_startIndex));
         unittest.expect(queryMap["fields"].first, unittest.equals(arg_$fields));
 
         var h = {
@@ -6287,8 +6287,8 @@
       }), true);
       res
           .list(arg_accountId, arg_webPropertyId,
-              max_results: arg_max_results,
-              start_index: arg_start_index,
+              maxResults: arg_maxResults,
+              startIndex: arg_startIndex,
               $fields: arg_$fields)
           .then(unittest.expectAsync1(((response) {
         checkCustomMetrics(response as api.CustomMetrics);
@@ -6724,8 +6724,8 @@
       var arg_accountId = 'foo';
       var arg_webPropertyId = 'foo';
       var arg_profileId = 'foo';
-      var arg_max_results = 42;
-      var arg_start_index = 42;
+      var arg_maxResults = 42;
+      var arg_startIndex = 42;
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
         var path = (req.url).path;
@@ -6785,9 +6785,9 @@
           }
         }
         unittest.expect(core.int.parse(queryMap["max-results"].first),
-            unittest.equals(arg_max_results));
+            unittest.equals(arg_maxResults));
         unittest.expect(core.int.parse(queryMap["start-index"].first),
-            unittest.equals(arg_start_index));
+            unittest.equals(arg_startIndex));
         unittest.expect(queryMap["fields"].first, unittest.equals(arg_$fields));
 
         var h = {
@@ -6798,8 +6798,8 @@
       }), true);
       res
           .list(arg_accountId, arg_webPropertyId, arg_profileId,
-              max_results: arg_max_results,
-              start_index: arg_start_index,
+              maxResults: arg_maxResults,
+              startIndex: arg_startIndex,
               $fields: arg_$fields)
           .then(unittest.expectAsync1(((response) {
         checkExperiments(response as api.Experiments);
@@ -7182,8 +7182,8 @@
       var mock = HttpServerMock();
       var res = api.AnalyticsApi(mock).management.filters;
       var arg_accountId = 'foo';
-      var arg_max_results = 42;
-      var arg_start_index = 42;
+      var arg_maxResults = 42;
+      var arg_startIndex = 42;
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
         var path = (req.url).path;
@@ -7225,9 +7225,9 @@
           }
         }
         unittest.expect(core.int.parse(queryMap["max-results"].first),
-            unittest.equals(arg_max_results));
+            unittest.equals(arg_maxResults));
         unittest.expect(core.int.parse(queryMap["start-index"].first),
-            unittest.equals(arg_start_index));
+            unittest.equals(arg_startIndex));
         unittest.expect(queryMap["fields"].first, unittest.equals(arg_$fields));
 
         var h = {
@@ -7238,8 +7238,8 @@
       }), true);
       res
           .list(arg_accountId,
-              max_results: arg_max_results,
-              start_index: arg_start_index,
+              maxResults: arg_maxResults,
+              startIndex: arg_startIndex,
               $fields: arg_$fields)
           .then(unittest.expectAsync1(((response) {
         checkFilters(response as api.Filters);
@@ -7560,8 +7560,8 @@
       var arg_accountId = 'foo';
       var arg_webPropertyId = 'foo';
       var arg_profileId = 'foo';
-      var arg_max_results = 42;
-      var arg_start_index = 42;
+      var arg_maxResults = 42;
+      var arg_startIndex = 42;
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
         var path = (req.url).path;
@@ -7621,9 +7621,9 @@
           }
         }
         unittest.expect(core.int.parse(queryMap["max-results"].first),
-            unittest.equals(arg_max_results));
+            unittest.equals(arg_maxResults));
         unittest.expect(core.int.parse(queryMap["start-index"].first),
-            unittest.equals(arg_start_index));
+            unittest.equals(arg_startIndex));
         unittest.expect(queryMap["fields"].first, unittest.equals(arg_$fields));
 
         var h = {
@@ -7634,8 +7634,8 @@
       }), true);
       res
           .list(arg_accountId, arg_webPropertyId, arg_profileId,
-              max_results: arg_max_results,
-              start_index: arg_start_index,
+              maxResults: arg_maxResults,
+              startIndex: arg_startIndex,
               $fields: arg_$fields)
           .then(unittest.expectAsync1(((response) {
         checkGoals(response as api.Goals);
@@ -8081,8 +8081,8 @@
       var arg_accountId = 'foo';
       var arg_webPropertyId = 'foo';
       var arg_profileId = 'foo';
-      var arg_max_results = 42;
-      var arg_start_index = 42;
+      var arg_maxResults = 42;
+      var arg_startIndex = 42;
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
         var path = (req.url).path;
@@ -8142,9 +8142,9 @@
           }
         }
         unittest.expect(core.int.parse(queryMap["max-results"].first),
-            unittest.equals(arg_max_results));
+            unittest.equals(arg_maxResults));
         unittest.expect(core.int.parse(queryMap["start-index"].first),
-            unittest.equals(arg_start_index));
+            unittest.equals(arg_startIndex));
         unittest.expect(queryMap["fields"].first, unittest.equals(arg_$fields));
 
         var h = {
@@ -8155,8 +8155,8 @@
       }), true);
       res
           .list(arg_accountId, arg_webPropertyId, arg_profileId,
-              max_results: arg_max_results,
-              start_index: arg_start_index,
+              maxResults: arg_maxResults,
+              startIndex: arg_startIndex,
               $fields: arg_$fields)
           .then(unittest.expectAsync1(((response) {
         checkProfileFilterLinks(response as api.ProfileFilterLinks);
@@ -8518,8 +8518,8 @@
       var arg_accountId = 'foo';
       var arg_webPropertyId = 'foo';
       var arg_profileId = 'foo';
-      var arg_max_results = 42;
-      var arg_start_index = 42;
+      var arg_maxResults = 42;
+      var arg_startIndex = 42;
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
         var path = (req.url).path;
@@ -8579,9 +8579,9 @@
           }
         }
         unittest.expect(core.int.parse(queryMap["max-results"].first),
-            unittest.equals(arg_max_results));
+            unittest.equals(arg_maxResults));
         unittest.expect(core.int.parse(queryMap["start-index"].first),
-            unittest.equals(arg_start_index));
+            unittest.equals(arg_startIndex));
         unittest.expect(queryMap["fields"].first, unittest.equals(arg_$fields));
 
         var h = {
@@ -8592,8 +8592,8 @@
       }), true);
       res
           .list(arg_accountId, arg_webPropertyId, arg_profileId,
-              max_results: arg_max_results,
-              start_index: arg_start_index,
+              maxResults: arg_maxResults,
+              startIndex: arg_startIndex,
               $fields: arg_$fields)
           .then(unittest.expectAsync1(((response) {
         checkEntityUserLinks(response as api.EntityUserLinks);
@@ -8918,8 +8918,8 @@
       var res = api.AnalyticsApi(mock).management.profiles;
       var arg_accountId = 'foo';
       var arg_webPropertyId = 'foo';
-      var arg_max_results = 42;
-      var arg_start_index = 42;
+      var arg_maxResults = 42;
+      var arg_startIndex = 42;
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
         var path = (req.url).path;
@@ -8970,9 +8970,9 @@
           }
         }
         unittest.expect(core.int.parse(queryMap["max-results"].first),
-            unittest.equals(arg_max_results));
+            unittest.equals(arg_maxResults));
         unittest.expect(core.int.parse(queryMap["start-index"].first),
-            unittest.equals(arg_start_index));
+            unittest.equals(arg_startIndex));
         unittest.expect(queryMap["fields"].first, unittest.equals(arg_$fields));
 
         var h = {
@@ -8983,8 +8983,8 @@
       }), true);
       res
           .list(arg_accountId, arg_webPropertyId,
-              max_results: arg_max_results,
-              start_index: arg_start_index,
+              maxResults: arg_maxResults,
+              startIndex: arg_startIndex,
               $fields: arg_$fields)
           .then(unittest.expectAsync1(((response) {
         checkProfiles(response as api.Profiles);
@@ -9377,8 +9377,8 @@
       var res = api.AnalyticsApi(mock).management.remarketingAudience;
       var arg_accountId = 'foo';
       var arg_webPropertyId = 'foo';
-      var arg_max_results = 42;
-      var arg_start_index = 42;
+      var arg_maxResults = 42;
+      var arg_startIndex = 42;
       var arg_type = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -9430,9 +9430,9 @@
           }
         }
         unittest.expect(core.int.parse(queryMap["max-results"].first),
-            unittest.equals(arg_max_results));
+            unittest.equals(arg_maxResults));
         unittest.expect(core.int.parse(queryMap["start-index"].first),
-            unittest.equals(arg_start_index));
+            unittest.equals(arg_startIndex));
         unittest.expect(queryMap["type"].first, unittest.equals(arg_type));
         unittest.expect(queryMap["fields"].first, unittest.equals(arg_$fields));
 
@@ -9444,8 +9444,8 @@
       }), true);
       res
           .list(arg_accountId, arg_webPropertyId,
-              max_results: arg_max_results,
-              start_index: arg_start_index,
+              maxResults: arg_maxResults,
+              startIndex: arg_startIndex,
               type: arg_type,
               $fields: arg_$fields)
           .then(unittest.expectAsync1(((response) {
@@ -9618,8 +9618,8 @@
     unittest.test('method--list', () {
       var mock = HttpServerMock();
       var res = api.AnalyticsApi(mock).management.segments;
-      var arg_max_results = 42;
-      var arg_start_index = 42;
+      var arg_maxResults = 42;
+      var arg_startIndex = 42;
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
         var path = (req.url).path;
@@ -9652,9 +9652,9 @@
           }
         }
         unittest.expect(core.int.parse(queryMap["max-results"].first),
-            unittest.equals(arg_max_results));
+            unittest.equals(arg_maxResults));
         unittest.expect(core.int.parse(queryMap["start-index"].first),
-            unittest.equals(arg_start_index));
+            unittest.equals(arg_startIndex));
         unittest.expect(queryMap["fields"].first, unittest.equals(arg_$fields));
 
         var h = {
@@ -9665,8 +9665,8 @@
       }), true);
       res
           .list(
-              max_results: arg_max_results,
-              start_index: arg_start_index,
+              maxResults: arg_maxResults,
+              startIndex: arg_startIndex,
               $fields: arg_$fields)
           .then(unittest.expectAsync1(((response) {
         checkSegments(response as api.Segments);
@@ -9934,8 +9934,8 @@
       var arg_accountId = 'foo';
       var arg_webPropertyId = 'foo';
       var arg_profileId = 'foo';
-      var arg_max_results = 42;
-      var arg_start_index = 42;
+      var arg_maxResults = 42;
+      var arg_startIndex = 42;
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
         var path = (req.url).path;
@@ -9995,9 +9995,9 @@
           }
         }
         unittest.expect(core.int.parse(queryMap["max-results"].first),
-            unittest.equals(arg_max_results));
+            unittest.equals(arg_maxResults));
         unittest.expect(core.int.parse(queryMap["start-index"].first),
-            unittest.equals(arg_start_index));
+            unittest.equals(arg_startIndex));
         unittest.expect(queryMap["fields"].first, unittest.equals(arg_$fields));
 
         var h = {
@@ -10008,8 +10008,8 @@
       }), true);
       res
           .list(arg_accountId, arg_webPropertyId, arg_profileId,
-              max_results: arg_max_results,
-              start_index: arg_start_index,
+              maxResults: arg_maxResults,
+              startIndex: arg_startIndex,
               $fields: arg_$fields)
           .then(unittest.expectAsync1(((response) {
         checkUnsampledReports(response as api.UnsampledReports);
@@ -10194,8 +10194,8 @@
       var arg_accountId = 'foo';
       var arg_webPropertyId = 'foo';
       var arg_customDataSourceId = 'foo';
-      var arg_max_results = 42;
-      var arg_start_index = 42;
+      var arg_maxResults = 42;
+      var arg_startIndex = 42;
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
         var path = (req.url).path;
@@ -10255,9 +10255,9 @@
           }
         }
         unittest.expect(core.int.parse(queryMap["max-results"].first),
-            unittest.equals(arg_max_results));
+            unittest.equals(arg_maxResults));
         unittest.expect(core.int.parse(queryMap["start-index"].first),
-            unittest.equals(arg_start_index));
+            unittest.equals(arg_startIndex));
         unittest.expect(queryMap["fields"].first, unittest.equals(arg_$fields));
 
         var h = {
@@ -10268,8 +10268,8 @@
       }), true);
       res
           .list(arg_accountId, arg_webPropertyId, arg_customDataSourceId,
-              max_results: arg_max_results,
-              start_index: arg_start_index,
+              maxResults: arg_maxResults,
+              startIndex: arg_startIndex,
               $fields: arg_$fields)
           .then(unittest.expectAsync1(((response) {
         checkUploads(response as api.Uploads);
@@ -10590,8 +10590,8 @@
       var res = api.AnalyticsApi(mock).management.webPropertyAdWordsLinks;
       var arg_accountId = 'foo';
       var arg_webPropertyId = 'foo';
-      var arg_max_results = 42;
-      var arg_start_index = 42;
+      var arg_maxResults = 42;
+      var arg_startIndex = 42;
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
         var path = (req.url).path;
@@ -10642,9 +10642,9 @@
           }
         }
         unittest.expect(core.int.parse(queryMap["max-results"].first),
-            unittest.equals(arg_max_results));
+            unittest.equals(arg_maxResults));
         unittest.expect(core.int.parse(queryMap["start-index"].first),
-            unittest.equals(arg_start_index));
+            unittest.equals(arg_startIndex));
         unittest.expect(queryMap["fields"].first, unittest.equals(arg_$fields));
 
         var h = {
@@ -10655,8 +10655,8 @@
       }), true);
       res
           .list(arg_accountId, arg_webPropertyId,
-              max_results: arg_max_results,
-              start_index: arg_start_index,
+              maxResults: arg_maxResults,
+              startIndex: arg_startIndex,
               $fields: arg_$fields)
           .then(unittest.expectAsync1(((response) {
         checkEntityAdWordsLinks(response as api.EntityAdWordsLinks);
@@ -10958,8 +10958,8 @@
       var mock = HttpServerMock();
       var res = api.AnalyticsApi(mock).management.webproperties;
       var arg_accountId = 'foo';
-      var arg_max_results = 42;
-      var arg_start_index = 42;
+      var arg_maxResults = 42;
+      var arg_startIndex = 42;
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
         var path = (req.url).path;
@@ -11001,9 +11001,9 @@
           }
         }
         unittest.expect(core.int.parse(queryMap["max-results"].first),
-            unittest.equals(arg_max_results));
+            unittest.equals(arg_maxResults));
         unittest.expect(core.int.parse(queryMap["start-index"].first),
-            unittest.equals(arg_start_index));
+            unittest.equals(arg_startIndex));
         unittest.expect(queryMap["fields"].first, unittest.equals(arg_$fields));
 
         var h = {
@@ -11014,8 +11014,8 @@
       }), true);
       res
           .list(arg_accountId,
-              max_results: arg_max_results,
-              start_index: arg_start_index,
+              maxResults: arg_maxResults,
+              startIndex: arg_startIndex,
               $fields: arg_$fields)
           .then(unittest.expectAsync1(((response) {
         checkWebproperties(response as api.Webproperties);
@@ -11314,8 +11314,8 @@
       var res = api.AnalyticsApi(mock).management.webpropertyUserLinks;
       var arg_accountId = 'foo';
       var arg_webPropertyId = 'foo';
-      var arg_max_results = 42;
-      var arg_start_index = 42;
+      var arg_maxResults = 42;
+      var arg_startIndex = 42;
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
         var path = (req.url).path;
@@ -11366,9 +11366,9 @@
           }
         }
         unittest.expect(core.int.parse(queryMap["max-results"].first),
-            unittest.equals(arg_max_results));
+            unittest.equals(arg_maxResults));
         unittest.expect(core.int.parse(queryMap["start-index"].first),
-            unittest.equals(arg_start_index));
+            unittest.equals(arg_startIndex));
         unittest.expect(queryMap["fields"].first, unittest.equals(arg_$fields));
 
         var h = {
@@ -11379,8 +11379,8 @@
       }), true);
       res
           .list(arg_accountId, arg_webPropertyId,
-              max_results: arg_max_results,
-              start_index: arg_start_index,
+              maxResults: arg_maxResults,
+              startIndex: arg_startIndex,
               $fields: arg_$fields)
           .then(unittest.expectAsync1(((response) {
         checkEntityUserLinks(response as api.EntityUserLinks);
diff --git a/generated/googleapis/test/analyticsreporting/v4_test.dart b/generated/googleapis/test/analyticsreporting/v4_test.dart
index 570e5cf..3acfcd5 100644
--- a/generated/googleapis/test/analyticsreporting/v4_test.dart
+++ b/generated/googleapis/test/analyticsreporting/v4_test.dart
@@ -2256,7 +2256,7 @@
   unittest.group('resource-ReportsResourceApi', () {
     unittest.test('method--batchGet', () {
       var mock = HttpServerMock();
-      var res = api.AnalyticsreportingApi(mock).reports;
+      var res = api.AnalyticsReportingApi(mock).reports;
       var arg_request = buildGetReportsRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2309,7 +2309,7 @@
   unittest.group('resource-UserActivityResourceApi', () {
     unittest.test('method--search', () {
       var mock = HttpServerMock();
-      var res = api.AnalyticsreportingApi(mock).userActivity;
+      var res = api.AnalyticsReportingApi(mock).userActivity;
       var arg_request = buildSearchUserActivityRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
diff --git a/generated/googleapis/test/androiddeviceprovisioning/v1_test.dart b/generated/googleapis/test/androiddeviceprovisioning/v1_test.dart
index b629a26..97a4697 100644
--- a/generated/googleapis/test/androiddeviceprovisioning/v1_test.dart
+++ b/generated/googleapis/test/androiddeviceprovisioning/v1_test.dart
@@ -1626,7 +1626,7 @@
   unittest.group('resource-CustomersResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AndroiddeviceprovisioningApi(mock).customers;
+      var res = api.AndroidProvisioningPartnerApi(mock).customers;
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
       var arg_$fields = 'foo';
@@ -1684,7 +1684,8 @@
   unittest.group('resource-CustomersConfigurationsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.AndroiddeviceprovisioningApi(mock).customers.configurations;
+      var res =
+          api.AndroidProvisioningPartnerApi(mock).customers.configurations;
       var arg_request = buildConfiguration();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -1737,7 +1738,8 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.AndroiddeviceprovisioningApi(mock).customers.configurations;
+      var res =
+          api.AndroidProvisioningPartnerApi(mock).customers.configurations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1785,7 +1787,8 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AndroiddeviceprovisioningApi(mock).customers.configurations;
+      var res =
+          api.AndroidProvisioningPartnerApi(mock).customers.configurations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1833,7 +1836,8 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AndroiddeviceprovisioningApi(mock).customers.configurations;
+      var res =
+          api.AndroidProvisioningPartnerApi(mock).customers.configurations;
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1883,7 +1887,8 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.AndroiddeviceprovisioningApi(mock).customers.configurations;
+      var res =
+          api.AndroidProvisioningPartnerApi(mock).customers.configurations;
       var arg_request = buildConfiguration();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -1942,7 +1947,7 @@
   unittest.group('resource-CustomersDevicesResourceApi', () {
     unittest.test('method--applyConfiguration', () {
       var mock = HttpServerMock();
-      var res = api.AndroiddeviceprovisioningApi(mock).customers.devices;
+      var res = api.AndroidProvisioningPartnerApi(mock).customers.devices;
       var arg_request = buildCustomerApplyConfigurationRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -1996,7 +2001,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AndroiddeviceprovisioningApi(mock).customers.devices;
+      var res = api.AndroidProvisioningPartnerApi(mock).customers.devices;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2044,7 +2049,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AndroiddeviceprovisioningApi(mock).customers.devices;
+      var res = api.AndroidProvisioningPartnerApi(mock).customers.devices;
       var arg_parent = 'foo';
       var arg_pageSize = 'foo';
       var arg_pageToken = 'foo';
@@ -2102,7 +2107,7 @@
 
     unittest.test('method--removeConfiguration', () {
       var mock = HttpServerMock();
-      var res = api.AndroiddeviceprovisioningApi(mock).customers.devices;
+      var res = api.AndroidProvisioningPartnerApi(mock).customers.devices;
       var arg_request = buildCustomerRemoveConfigurationRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -2156,7 +2161,7 @@
 
     unittest.test('method--unclaim', () {
       var mock = HttpServerMock();
-      var res = api.AndroiddeviceprovisioningApi(mock).customers.devices;
+      var res = api.AndroidProvisioningPartnerApi(mock).customers.devices;
       var arg_request = buildCustomerUnclaimDeviceRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -2212,7 +2217,7 @@
   unittest.group('resource-CustomersDpcsResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AndroiddeviceprovisioningApi(mock).customers.dpcs;
+      var res = api.AndroidProvisioningPartnerApi(mock).customers.dpcs;
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2262,7 +2267,7 @@
   unittest.group('resource-OperationsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AndroiddeviceprovisioningApi(mock).operations;
+      var res = api.AndroidProvisioningPartnerApi(mock).operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2312,7 +2317,7 @@
   unittest.group('resource-PartnersCustomersResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.AndroiddeviceprovisioningApi(mock).partners.customers;
+      var res = api.AndroidProvisioningPartnerApi(mock).partners.customers;
       var arg_request = buildCreateCustomerRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -2365,7 +2370,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AndroiddeviceprovisioningApi(mock).partners.customers;
+      var res = api.AndroidProvisioningPartnerApi(mock).partners.customers;
       var arg_partnerId = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -2424,7 +2429,7 @@
   unittest.group('resource-PartnersDevicesResourceApi', () {
     unittest.test('method--claim', () {
       var mock = HttpServerMock();
-      var res = api.AndroiddeviceprovisioningApi(mock).partners.devices;
+      var res = api.AndroidProvisioningPartnerApi(mock).partners.devices;
       var arg_request = buildClaimDeviceRequest();
       var arg_partnerId = 'foo';
       var arg_$fields = 'foo';
@@ -2477,7 +2482,7 @@
 
     unittest.test('method--claimAsync', () {
       var mock = HttpServerMock();
-      var res = api.AndroiddeviceprovisioningApi(mock).partners.devices;
+      var res = api.AndroidProvisioningPartnerApi(mock).partners.devices;
       var arg_request = buildClaimDevicesRequest();
       var arg_partnerId = 'foo';
       var arg_$fields = 'foo';
@@ -2530,7 +2535,7 @@
 
     unittest.test('method--findByIdentifier', () {
       var mock = HttpServerMock();
-      var res = api.AndroiddeviceprovisioningApi(mock).partners.devices;
+      var res = api.AndroidProvisioningPartnerApi(mock).partners.devices;
       var arg_request = buildFindDevicesByDeviceIdentifierRequest();
       var arg_partnerId = 'foo';
       var arg_$fields = 'foo';
@@ -2586,7 +2591,7 @@
 
     unittest.test('method--findByOwner', () {
       var mock = HttpServerMock();
-      var res = api.AndroiddeviceprovisioningApi(mock).partners.devices;
+      var res = api.AndroidProvisioningPartnerApi(mock).partners.devices;
       var arg_request = buildFindDevicesByOwnerRequest();
       var arg_partnerId = 'foo';
       var arg_$fields = 'foo';
@@ -2640,7 +2645,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AndroiddeviceprovisioningApi(mock).partners.devices;
+      var res = api.AndroidProvisioningPartnerApi(mock).partners.devices;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2688,7 +2693,7 @@
 
     unittest.test('method--metadata', () {
       var mock = HttpServerMock();
-      var res = api.AndroiddeviceprovisioningApi(mock).partners.devices;
+      var res = api.AndroidProvisioningPartnerApi(mock).partners.devices;
       var arg_request = buildUpdateDeviceMetadataRequest();
       var arg_metadataOwnerId = 'foo';
       var arg_deviceId = 'foo';
@@ -2744,7 +2749,7 @@
 
     unittest.test('method--unclaim', () {
       var mock = HttpServerMock();
-      var res = api.AndroiddeviceprovisioningApi(mock).partners.devices;
+      var res = api.AndroidProvisioningPartnerApi(mock).partners.devices;
       var arg_request = buildUnclaimDeviceRequest();
       var arg_partnerId = 'foo';
       var arg_$fields = 'foo';
@@ -2797,7 +2802,7 @@
 
     unittest.test('method--unclaimAsync', () {
       var mock = HttpServerMock();
-      var res = api.AndroiddeviceprovisioningApi(mock).partners.devices;
+      var res = api.AndroidProvisioningPartnerApi(mock).partners.devices;
       var arg_request = buildUnclaimDevicesRequest();
       var arg_partnerId = 'foo';
       var arg_$fields = 'foo';
@@ -2850,7 +2855,7 @@
 
     unittest.test('method--updateMetadataAsync', () {
       var mock = HttpServerMock();
-      var res = api.AndroiddeviceprovisioningApi(mock).partners.devices;
+      var res = api.AndroidProvisioningPartnerApi(mock).partners.devices;
       var arg_request = buildUpdateDeviceMetadataInBatchRequest();
       var arg_partnerId = 'foo';
       var arg_$fields = 'foo';
@@ -2906,7 +2911,7 @@
   unittest.group('resource-PartnersVendorsResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AndroiddeviceprovisioningApi(mock).partners.vendors;
+      var res = api.AndroidProvisioningPartnerApi(mock).partners.vendors;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -2966,7 +2971,7 @@
     unittest.test('method--list', () {
       var mock = HttpServerMock();
       var res =
-          api.AndroiddeviceprovisioningApi(mock).partners.vendors.customers;
+          api.AndroidProvisioningPartnerApi(mock).partners.vendors.customers;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
diff --git a/generated/googleapis/test/androidenterprise/v1_test.dart b/generated/googleapis/test/androidenterprise/v1_test.dart
index 2df6a61..c26d937 100644
--- a/generated/googleapis/test/androidenterprise/v1_test.dart
+++ b/generated/googleapis/test/androidenterprise/v1_test.dart
@@ -3359,7 +3359,7 @@
   unittest.group('resource-DevicesResourceApi', () {
     unittest.test('method--forceReportUpload', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).devices;
+      var res = api.AndroidEnterpriseApi(mock).devices;
       var arg_enterpriseId = 'foo';
       var arg_userId = 'foo';
       var arg_deviceId = 'foo';
@@ -3434,7 +3434,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).devices;
+      var res = api.AndroidEnterpriseApi(mock).devices;
       var arg_enterpriseId = 'foo';
       var arg_userId = 'foo';
       var arg_deviceId = 'foo';
@@ -3504,7 +3504,7 @@
 
     unittest.test('method--getState', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).devices;
+      var res = api.AndroidEnterpriseApi(mock).devices;
       var arg_enterpriseId = 'foo';
       var arg_userId = 'foo';
       var arg_deviceId = 'foo';
@@ -3581,7 +3581,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).devices;
+      var res = api.AndroidEnterpriseApi(mock).devices;
       var arg_enterpriseId = 'foo';
       var arg_userId = 'foo';
       var arg_$fields = 'foo';
@@ -3647,7 +3647,7 @@
 
     unittest.test('method--setState', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).devices;
+      var res = api.AndroidEnterpriseApi(mock).devices;
       var arg_request = buildDeviceState();
       var arg_enterpriseId = 'foo';
       var arg_userId = 'foo';
@@ -3729,7 +3729,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).devices;
+      var res = api.AndroidEnterpriseApi(mock).devices;
       var arg_request = buildDevice();
       var arg_enterpriseId = 'foo';
       var arg_userId = 'foo';
@@ -3810,7 +3810,7 @@
   unittest.group('resource-EnterprisesResourceApi', () {
     unittest.test('method--acknowledgeNotificationSet', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).enterprises;
+      var res = api.AndroidEnterpriseApi(mock).enterprises;
       var arg_notificationSetId = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3860,7 +3860,7 @@
 
     unittest.test('method--completeSignup', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).enterprises;
+      var res = api.AndroidEnterpriseApi(mock).enterprises;
       var arg_completionToken = 'foo';
       var arg_enterpriseToken = 'foo';
       var arg_$fields = 'foo';
@@ -3915,7 +3915,7 @@
 
     unittest.test('method--createWebToken', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).enterprises;
+      var res = api.AndroidEnterpriseApi(mock).enterprises;
       var arg_request = buildAdministratorWebTokenSpec();
       var arg_enterpriseId = 'foo';
       var arg_$fields = 'foo';
@@ -3976,7 +3976,7 @@
 
     unittest.test('method--enroll', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).enterprises;
+      var res = api.AndroidEnterpriseApi(mock).enterprises;
       var arg_request = buildEnterprise();
       var arg_token = 'foo';
       var arg_$fields = 'foo';
@@ -4029,7 +4029,7 @@
 
     unittest.test('method--generateSignupUrl', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).enterprises;
+      var res = api.AndroidEnterpriseApi(mock).enterprises;
       var arg_callbackUrl = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4078,7 +4078,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).enterprises;
+      var res = api.AndroidEnterpriseApi(mock).enterprises;
       var arg_enterpriseId = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4128,7 +4128,7 @@
 
     unittest.test('method--getServiceAccount', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).enterprises;
+      var res = api.AndroidEnterpriseApi(mock).enterprises;
       var arg_enterpriseId = 'foo';
       var arg_keyType = 'foo';
       var arg_$fields = 'foo';
@@ -4188,7 +4188,7 @@
 
     unittest.test('method--getStoreLayout', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).enterprises;
+      var res = api.AndroidEnterpriseApi(mock).enterprises;
       var arg_enterpriseId = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4244,7 +4244,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).enterprises;
+      var res = api.AndroidEnterpriseApi(mock).enterprises;
       var arg_domain = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4292,7 +4292,7 @@
 
     unittest.test('method--pullNotificationSet', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).enterprises;
+      var res = api.AndroidEnterpriseApi(mock).enterprises;
       var arg_requestMode = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4344,7 +4344,7 @@
 
     unittest.test('method--sendTestPushNotification', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).enterprises;
+      var res = api.AndroidEnterpriseApi(mock).enterprises;
       var arg_enterpriseId = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4402,7 +4402,7 @@
 
     unittest.test('method--setAccount', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).enterprises;
+      var res = api.AndroidEnterpriseApi(mock).enterprises;
       var arg_request = buildEnterpriseAccount();
       var arg_enterpriseId = 'foo';
       var arg_$fields = 'foo';
@@ -4463,7 +4463,7 @@
 
     unittest.test('method--setStoreLayout', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).enterprises;
+      var res = api.AndroidEnterpriseApi(mock).enterprises;
       var arg_request = buildStoreLayout();
       var arg_enterpriseId = 'foo';
       var arg_$fields = 'foo';
@@ -4524,7 +4524,7 @@
 
     unittest.test('method--unenroll', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).enterprises;
+      var res = api.AndroidEnterpriseApi(mock).enterprises;
       var arg_enterpriseId = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4580,7 +4580,7 @@
   unittest.group('resource-EntitlementsResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).entitlements;
+      var res = api.AndroidEnterpriseApi(mock).entitlements;
       var arg_enterpriseId = 'foo';
       var arg_userId = 'foo';
       var arg_entitlementId = 'foo';
@@ -4649,7 +4649,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).entitlements;
+      var res = api.AndroidEnterpriseApi(mock).entitlements;
       var arg_enterpriseId = 'foo';
       var arg_userId = 'foo';
       var arg_entitlementId = 'foo';
@@ -4720,7 +4720,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).entitlements;
+      var res = api.AndroidEnterpriseApi(mock).entitlements;
       var arg_enterpriseId = 'foo';
       var arg_userId = 'foo';
       var arg_$fields = 'foo';
@@ -4786,7 +4786,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).entitlements;
+      var res = api.AndroidEnterpriseApi(mock).entitlements;
       var arg_request = buildEntitlement();
       var arg_enterpriseId = 'foo';
       var arg_userId = 'foo';
@@ -4867,7 +4867,7 @@
   unittest.group('resource-GrouplicensesResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).grouplicenses;
+      var res = api.AndroidEnterpriseApi(mock).grouplicenses;
       var arg_enterpriseId = 'foo';
       var arg_groupLicenseId = 'foo';
       var arg_$fields = 'foo';
@@ -4927,7 +4927,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).grouplicenses;
+      var res = api.AndroidEnterpriseApi(mock).grouplicenses;
       var arg_enterpriseId = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4986,7 +4986,7 @@
   unittest.group('resource-GrouplicenseusersResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).grouplicenseusers;
+      var res = api.AndroidEnterpriseApi(mock).grouplicenseusers;
       var arg_enterpriseId = 'foo';
       var arg_groupLicenseId = 'foo';
       var arg_$fields = 'foo';
@@ -5055,7 +5055,7 @@
   unittest.group('resource-InstallsResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).installs;
+      var res = api.AndroidEnterpriseApi(mock).installs;
       var arg_enterpriseId = 'foo';
       var arg_userId = 'foo';
       var arg_deviceId = 'foo';
@@ -5134,7 +5134,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).installs;
+      var res = api.AndroidEnterpriseApi(mock).installs;
       var arg_enterpriseId = 'foo';
       var arg_userId = 'foo';
       var arg_deviceId = 'foo';
@@ -5215,7 +5215,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).installs;
+      var res = api.AndroidEnterpriseApi(mock).installs;
       var arg_enterpriseId = 'foo';
       var arg_userId = 'foo';
       var arg_deviceId = 'foo';
@@ -5292,7 +5292,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).installs;
+      var res = api.AndroidEnterpriseApi(mock).installs;
       var arg_request = buildInstall();
       var arg_enterpriseId = 'foo';
       var arg_userId = 'foo';
@@ -5381,7 +5381,7 @@
   unittest.group('resource-ManagedconfigurationsfordeviceResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).managedconfigurationsfordevice;
+      var res = api.AndroidEnterpriseApi(mock).managedconfigurationsfordevice;
       var arg_enterpriseId = 'foo';
       var arg_userId = 'foo';
       var arg_deviceId = 'foo';
@@ -5462,7 +5462,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).managedconfigurationsfordevice;
+      var res = api.AndroidEnterpriseApi(mock).managedconfigurationsfordevice;
       var arg_enterpriseId = 'foo';
       var arg_userId = 'foo';
       var arg_deviceId = 'foo';
@@ -5545,7 +5545,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).managedconfigurationsfordevice;
+      var res = api.AndroidEnterpriseApi(mock).managedconfigurationsfordevice;
       var arg_enterpriseId = 'foo';
       var arg_userId = 'foo';
       var arg_deviceId = 'foo';
@@ -5624,7 +5624,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).managedconfigurationsfordevice;
+      var res = api.AndroidEnterpriseApi(mock).managedconfigurationsfordevice;
       var arg_request = buildManagedConfiguration();
       var arg_enterpriseId = 'foo';
       var arg_userId = 'foo';
@@ -5714,7 +5714,7 @@
   unittest.group('resource-ManagedconfigurationsforuserResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).managedconfigurationsforuser;
+      var res = api.AndroidEnterpriseApi(mock).managedconfigurationsforuser;
       var arg_enterpriseId = 'foo';
       var arg_userId = 'foo';
       var arg_managedConfigurationForUserId = 'foo';
@@ -5785,7 +5785,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).managedconfigurationsforuser;
+      var res = api.AndroidEnterpriseApi(mock).managedconfigurationsforuser;
       var arg_enterpriseId = 'foo';
       var arg_userId = 'foo';
       var arg_managedConfigurationForUserId = 'foo';
@@ -5857,7 +5857,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).managedconfigurationsforuser;
+      var res = api.AndroidEnterpriseApi(mock).managedconfigurationsforuser;
       var arg_enterpriseId = 'foo';
       var arg_userId = 'foo';
       var arg_$fields = 'foo';
@@ -5925,7 +5925,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).managedconfigurationsforuser;
+      var res = api.AndroidEnterpriseApi(mock).managedconfigurationsforuser;
       var arg_request = buildManagedConfiguration();
       var arg_enterpriseId = 'foo';
       var arg_userId = 'foo';
@@ -6005,7 +6005,7 @@
   unittest.group('resource-ManagedconfigurationssettingsResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).managedconfigurationssettings;
+      var res = api.AndroidEnterpriseApi(mock).managedconfigurationssettings;
       var arg_enterpriseId = 'foo';
       var arg_productId = 'foo';
       var arg_$fields = 'foo';
@@ -6075,7 +6075,7 @@
   unittest.group('resource-PermissionsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).permissions;
+      var res = api.AndroidEnterpriseApi(mock).permissions;
       var arg_permissionId = 'foo';
       var arg_language = 'foo';
       var arg_$fields = 'foo';
@@ -6130,7 +6130,7 @@
   unittest.group('resource-ProductsResourceApi', () {
     unittest.test('method--approve', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).products;
+      var res = api.AndroidEnterpriseApi(mock).products;
       var arg_request = buildProductsApproveRequest();
       var arg_enterpriseId = 'foo';
       var arg_productId = 'foo';
@@ -6200,7 +6200,7 @@
 
     unittest.test('method--generateApprovalUrl', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).products;
+      var res = api.AndroidEnterpriseApi(mock).products;
       var arg_enterpriseId = 'foo';
       var arg_productId = 'foo';
       var arg_languageCode = 'foo';
@@ -6272,7 +6272,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).products;
+      var res = api.AndroidEnterpriseApi(mock).products;
       var arg_enterpriseId = 'foo';
       var arg_productId = 'foo';
       var arg_language = 'foo';
@@ -6336,7 +6336,7 @@
 
     unittest.test('method--getAppRestrictionsSchema', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).products;
+      var res = api.AndroidEnterpriseApi(mock).products;
       var arg_enterpriseId = 'foo';
       var arg_productId = 'foo';
       var arg_language = 'foo';
@@ -6406,7 +6406,7 @@
 
     unittest.test('method--getPermissions', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).products;
+      var res = api.AndroidEnterpriseApi(mock).products;
       var arg_enterpriseId = 'foo';
       var arg_productId = 'foo';
       var arg_$fields = 'foo';
@@ -6472,7 +6472,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).products;
+      var res = api.AndroidEnterpriseApi(mock).products;
       var arg_enterpriseId = 'foo';
       var arg_approved = true;
       var arg_language = 'foo';
@@ -6547,7 +6547,7 @@
 
     unittest.test('method--unapprove', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).products;
+      var res = api.AndroidEnterpriseApi(mock).products;
       var arg_enterpriseId = 'foo';
       var arg_productId = 'foo';
       var arg_$fields = 'foo';
@@ -6613,7 +6613,7 @@
   unittest.group('resource-ServiceaccountkeysResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).serviceaccountkeys;
+      var res = api.AndroidEnterpriseApi(mock).serviceaccountkeys;
       var arg_enterpriseId = 'foo';
       var arg_keyId = 'foo';
       var arg_$fields = 'foo';
@@ -6671,7 +6671,7 @@
 
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).serviceaccountkeys;
+      var res = api.AndroidEnterpriseApi(mock).serviceaccountkeys;
       var arg_request = buildServiceAccountKey();
       var arg_enterpriseId = 'foo';
       var arg_$fields = 'foo';
@@ -6732,7 +6732,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).serviceaccountkeys;
+      var res = api.AndroidEnterpriseApi(mock).serviceaccountkeys;
       var arg_enterpriseId = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -6791,7 +6791,7 @@
   unittest.group('resource-StorelayoutclustersResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).storelayoutclusters;
+      var res = api.AndroidEnterpriseApi(mock).storelayoutclusters;
       var arg_enterpriseId = 'foo';
       var arg_pageId = 'foo';
       var arg_clusterId = 'foo';
@@ -6860,7 +6860,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).storelayoutclusters;
+      var res = api.AndroidEnterpriseApi(mock).storelayoutclusters;
       var arg_enterpriseId = 'foo';
       var arg_pageId = 'foo';
       var arg_clusterId = 'foo';
@@ -6931,7 +6931,7 @@
 
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).storelayoutclusters;
+      var res = api.AndroidEnterpriseApi(mock).storelayoutclusters;
       var arg_request = buildStoreCluster();
       var arg_enterpriseId = 'foo';
       var arg_pageId = 'foo';
@@ -7003,7 +7003,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).storelayoutclusters;
+      var res = api.AndroidEnterpriseApi(mock).storelayoutclusters;
       var arg_enterpriseId = 'foo';
       var arg_pageId = 'foo';
       var arg_$fields = 'foo';
@@ -7070,7 +7070,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).storelayoutclusters;
+      var res = api.AndroidEnterpriseApi(mock).storelayoutclusters;
       var arg_request = buildStoreCluster();
       var arg_enterpriseId = 'foo';
       var arg_pageId = 'foo';
@@ -7148,7 +7148,7 @@
   unittest.group('resource-StorelayoutpagesResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).storelayoutpages;
+      var res = api.AndroidEnterpriseApi(mock).storelayoutpages;
       var arg_enterpriseId = 'foo';
       var arg_pageId = 'foo';
       var arg_$fields = 'foo';
@@ -7206,7 +7206,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).storelayoutpages;
+      var res = api.AndroidEnterpriseApi(mock).storelayoutpages;
       var arg_enterpriseId = 'foo';
       var arg_pageId = 'foo';
       var arg_$fields = 'foo';
@@ -7266,7 +7266,7 @@
 
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).storelayoutpages;
+      var res = api.AndroidEnterpriseApi(mock).storelayoutpages;
       var arg_request = buildStorePage();
       var arg_enterpriseId = 'foo';
       var arg_$fields = 'foo';
@@ -7327,7 +7327,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).storelayoutpages;
+      var res = api.AndroidEnterpriseApi(mock).storelayoutpages;
       var arg_enterpriseId = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -7384,7 +7384,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).storelayoutpages;
+      var res = api.AndroidEnterpriseApi(mock).storelayoutpages;
       var arg_request = buildStorePage();
       var arg_enterpriseId = 'foo';
       var arg_pageId = 'foo';
@@ -7452,7 +7452,7 @@
   unittest.group('resource-UsersResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).users;
+      var res = api.AndroidEnterpriseApi(mock).users;
       var arg_enterpriseId = 'foo';
       var arg_userId = 'foo';
       var arg_$fields = 'foo';
@@ -7510,7 +7510,7 @@
 
     unittest.test('method--generateAuthenticationToken', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).users;
+      var res = api.AndroidEnterpriseApi(mock).users;
       var arg_enterpriseId = 'foo';
       var arg_userId = 'foo';
       var arg_$fields = 'foo';
@@ -7577,7 +7577,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).users;
+      var res = api.AndroidEnterpriseApi(mock).users;
       var arg_enterpriseId = 'foo';
       var arg_userId = 'foo';
       var arg_$fields = 'foo';
@@ -7637,7 +7637,7 @@
 
     unittest.test('method--getAvailableProductSet', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).users;
+      var res = api.AndroidEnterpriseApi(mock).users;
       var arg_enterpriseId = 'foo';
       var arg_userId = 'foo';
       var arg_$fields = 'foo';
@@ -7704,7 +7704,7 @@
 
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).users;
+      var res = api.AndroidEnterpriseApi(mock).users;
       var arg_request = buildUser();
       var arg_enterpriseId = 'foo';
       var arg_$fields = 'foo';
@@ -7765,7 +7765,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).users;
+      var res = api.AndroidEnterpriseApi(mock).users;
       var arg_enterpriseId = 'foo';
       var arg_email = 'foo';
       var arg_$fields = 'foo';
@@ -7823,7 +7823,7 @@
 
     unittest.test('method--revokeDeviceAccess', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).users;
+      var res = api.AndroidEnterpriseApi(mock).users;
       var arg_enterpriseId = 'foo';
       var arg_userId = 'foo';
       var arg_$fields = 'foo';
@@ -7888,7 +7888,7 @@
 
     unittest.test('method--setAvailableProductSet', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).users;
+      var res = api.AndroidEnterpriseApi(mock).users;
       var arg_request = buildProductSet();
       var arg_enterpriseId = 'foo';
       var arg_userId = 'foo';
@@ -7960,7 +7960,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).users;
+      var res = api.AndroidEnterpriseApi(mock).users;
       var arg_request = buildUser();
       var arg_enterpriseId = 'foo';
       var arg_userId = 'foo';
@@ -8028,7 +8028,7 @@
   unittest.group('resource-WebappsResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).webapps;
+      var res = api.AndroidEnterpriseApi(mock).webapps;
       var arg_enterpriseId = 'foo';
       var arg_webAppId = 'foo';
       var arg_$fields = 'foo';
@@ -8086,7 +8086,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).webapps;
+      var res = api.AndroidEnterpriseApi(mock).webapps;
       var arg_enterpriseId = 'foo';
       var arg_webAppId = 'foo';
       var arg_$fields = 'foo';
@@ -8146,7 +8146,7 @@
 
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).webapps;
+      var res = api.AndroidEnterpriseApi(mock).webapps;
       var arg_request = buildWebApp();
       var arg_enterpriseId = 'foo';
       var arg_$fields = 'foo';
@@ -8207,7 +8207,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).webapps;
+      var res = api.AndroidEnterpriseApi(mock).webapps;
       var arg_enterpriseId = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -8263,7 +8263,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.AndroidenterpriseApi(mock).webapps;
+      var res = api.AndroidEnterpriseApi(mock).webapps;
       var arg_request = buildWebApp();
       var arg_enterpriseId = 'foo';
       var arg_webAppId = 'foo';
diff --git a/generated/googleapis/test/androidmanagement/v1_test.dart b/generated/googleapis/test/androidmanagement/v1_test.dart
index 1e5a19d..a602c22 100644
--- a/generated/googleapis/test/androidmanagement/v1_test.dart
+++ b/generated/googleapis/test/androidmanagement/v1_test.dart
@@ -3603,7 +3603,7 @@
   unittest.group('resource-EnterprisesResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.AndroidmanagementApi(mock).enterprises;
+      var res = api.AndroidManagementApi(mock).enterprises;
       var arg_request = buildEnterprise();
       var arg_enterpriseToken = 'foo';
       var arg_projectId = 'foo';
@@ -3667,7 +3667,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AndroidmanagementApi(mock).enterprises;
+      var res = api.AndroidManagementApi(mock).enterprises;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3715,7 +3715,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.AndroidmanagementApi(mock).enterprises;
+      var res = api.AndroidManagementApi(mock).enterprises;
       var arg_request = buildEnterprise();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -3774,7 +3774,7 @@
   unittest.group('resource-EnterprisesApplicationsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AndroidmanagementApi(mock).enterprises.applications;
+      var res = api.AndroidManagementApi(mock).enterprises.applications;
       var arg_name = 'foo';
       var arg_languageCode = 'foo';
       var arg_$fields = 'foo';
@@ -3827,7 +3827,7 @@
   unittest.group('resource-EnterprisesDevicesResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.AndroidmanagementApi(mock).enterprises.devices;
+      var res = api.AndroidManagementApi(mock).enterprises.devices;
       var arg_name = 'foo';
       var arg_wipeDataFlags = buildUnnamed5285();
       var arg_wipeReasonMessage = 'foo';
@@ -3884,7 +3884,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AndroidmanagementApi(mock).enterprises.devices;
+      var res = api.AndroidManagementApi(mock).enterprises.devices;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3932,7 +3932,7 @@
 
     unittest.test('method--issueCommand', () {
       var mock = HttpServerMock();
-      var res = api.AndroidmanagementApi(mock).enterprises.devices;
+      var res = api.AndroidManagementApi(mock).enterprises.devices;
       var arg_request = buildCommand();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -3985,7 +3985,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AndroidmanagementApi(mock).enterprises.devices;
+      var res = api.AndroidManagementApi(mock).enterprises.devices;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -4042,7 +4042,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.AndroidmanagementApi(mock).enterprises.devices;
+      var res = api.AndroidManagementApi(mock).enterprises.devices;
       var arg_request = buildDevice();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -4101,7 +4101,7 @@
   unittest.group('resource-EnterprisesDevicesOperationsResourceApi', () {
     unittest.test('method--cancel', () {
       var mock = HttpServerMock();
-      var res = api.AndroidmanagementApi(mock).enterprises.devices.operations;
+      var res = api.AndroidManagementApi(mock).enterprises.devices.operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4149,7 +4149,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.AndroidmanagementApi(mock).enterprises.devices.operations;
+      var res = api.AndroidManagementApi(mock).enterprises.devices.operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4197,7 +4197,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AndroidmanagementApi(mock).enterprises.devices.operations;
+      var res = api.AndroidManagementApi(mock).enterprises.devices.operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4245,7 +4245,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AndroidmanagementApi(mock).enterprises.devices.operations;
+      var res = api.AndroidManagementApi(mock).enterprises.devices.operations;
       var arg_name = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -4307,7 +4307,7 @@
   unittest.group('resource-EnterprisesEnrollmentTokensResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.AndroidmanagementApi(mock).enterprises.enrollmentTokens;
+      var res = api.AndroidManagementApi(mock).enterprises.enrollmentTokens;
       var arg_request = buildEnrollmentToken();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -4360,7 +4360,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.AndroidmanagementApi(mock).enterprises.enrollmentTokens;
+      var res = api.AndroidManagementApi(mock).enterprises.enrollmentTokens;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4410,7 +4410,7 @@
   unittest.group('resource-EnterprisesPoliciesResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.AndroidmanagementApi(mock).enterprises.policies;
+      var res = api.AndroidManagementApi(mock).enterprises.policies;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4458,7 +4458,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AndroidmanagementApi(mock).enterprises.policies;
+      var res = api.AndroidManagementApi(mock).enterprises.policies;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4506,7 +4506,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AndroidmanagementApi(mock).enterprises.policies;
+      var res = api.AndroidManagementApi(mock).enterprises.policies;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -4563,7 +4563,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.AndroidmanagementApi(mock).enterprises.policies;
+      var res = api.AndroidManagementApi(mock).enterprises.policies;
       var arg_request = buildPolicy();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -4622,7 +4622,7 @@
   unittest.group('resource-EnterprisesWebAppsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.AndroidmanagementApi(mock).enterprises.webApps;
+      var res = api.AndroidManagementApi(mock).enterprises.webApps;
       var arg_request = buildWebApp();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -4675,7 +4675,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.AndroidmanagementApi(mock).enterprises.webApps;
+      var res = api.AndroidManagementApi(mock).enterprises.webApps;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4723,7 +4723,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AndroidmanagementApi(mock).enterprises.webApps;
+      var res = api.AndroidManagementApi(mock).enterprises.webApps;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4771,7 +4771,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AndroidmanagementApi(mock).enterprises.webApps;
+      var res = api.AndroidManagementApi(mock).enterprises.webApps;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -4828,7 +4828,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.AndroidmanagementApi(mock).enterprises.webApps;
+      var res = api.AndroidManagementApi(mock).enterprises.webApps;
       var arg_request = buildWebApp();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -4887,7 +4887,7 @@
   unittest.group('resource-EnterprisesWebTokensResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.AndroidmanagementApi(mock).enterprises.webTokens;
+      var res = api.AndroidManagementApi(mock).enterprises.webTokens;
       var arg_request = buildWebToken();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -4942,7 +4942,7 @@
   unittest.group('resource-SignupUrlsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.AndroidmanagementApi(mock).signupUrls;
+      var res = api.AndroidManagementApi(mock).signupUrls;
       var arg_callbackUrl = 'foo';
       var arg_projectId = 'foo';
       var arg_$fields = 'foo';
diff --git a/generated/googleapis/test/androidpublisher/v3_test.dart b/generated/googleapis/test/androidpublisher/v3_test.dart
index 3125a5c..f0be0d8 100644
--- a/generated/googleapis/test/androidpublisher/v3_test.dart
+++ b/generated/googleapis/test/androidpublisher/v3_test.dart
@@ -2273,7 +2273,7 @@
   unittest.group('resource-EditsResourceApi', () {
     unittest.test('method--commit', () {
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).edits;
+      var res = api.AndroidPublisherApi(mock).edits;
       var arg_packageName = 'foo';
       var arg_editId = 'foo';
       var arg_$fields = 'foo';
@@ -2339,7 +2339,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).edits;
+      var res = api.AndroidPublisherApi(mock).edits;
       var arg_packageName = 'foo';
       var arg_editId = 'foo';
       var arg_$fields = 'foo';
@@ -2397,7 +2397,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).edits;
+      var res = api.AndroidPublisherApi(mock).edits;
       var arg_packageName = 'foo';
       var arg_editId = 'foo';
       var arg_$fields = 'foo';
@@ -2457,7 +2457,7 @@
 
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).edits;
+      var res = api.AndroidPublisherApi(mock).edits;
       var arg_request = buildAppEdit();
       var arg_packageName = 'foo';
       var arg_$fields = 'foo';
@@ -2518,7 +2518,7 @@
 
     unittest.test('method--validate', () {
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).edits;
+      var res = api.AndroidPublisherApi(mock).edits;
       var arg_packageName = 'foo';
       var arg_editId = 'foo';
       var arg_$fields = 'foo';
@@ -2586,7 +2586,7 @@
   unittest.group('resource-EditsApksResourceApi', () {
     unittest.test('method--addexternallyhosted', () {
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).edits.apks;
+      var res = api.AndroidPublisherApi(mock).edits.apks;
       var arg_request = buildApksAddExternallyHostedRequest();
       var arg_packageName = 'foo';
       var arg_editId = 'foo';
@@ -2660,7 +2660,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).edits.apks;
+      var res = api.AndroidPublisherApi(mock).edits.apks;
       var arg_packageName = 'foo';
       var arg_editId = 'foo';
       var arg_$fields = 'foo';
@@ -2729,7 +2729,7 @@
       // TODO: Implement tests for media download;
 
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).edits.apks;
+      var res = api.AndroidPublisherApi(mock).edits.apks;
       var arg_packageName = 'foo';
       var arg_editId = 'foo';
       var arg_$fields = 'foo';
@@ -2797,7 +2797,7 @@
   unittest.group('resource-EditsBundlesResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).edits.bundles;
+      var res = api.AndroidPublisherApi(mock).edits.bundles;
       var arg_packageName = 'foo';
       var arg_editId = 'foo';
       var arg_$fields = 'foo';
@@ -2866,7 +2866,7 @@
       // TODO: Implement tests for media download;
 
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).edits.bundles;
+      var res = api.AndroidPublisherApi(mock).edits.bundles;
       var arg_packageName = 'foo';
       var arg_editId = 'foo';
       var arg_ackBundleInstallationWarning = true;
@@ -2942,7 +2942,7 @@
       // TODO: Implement tests for media download;
 
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).edits.deobfuscationfiles;
+      var res = api.AndroidPublisherApi(mock).edits.deobfuscationfiles;
       var arg_packageName = 'foo';
       var arg_editId = 'foo';
       var arg_apkVersionCode = 42;
@@ -3027,7 +3027,7 @@
   unittest.group('resource-EditsDetailsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).edits.details;
+      var res = api.AndroidPublisherApi(mock).edits.details;
       var arg_packageName = 'foo';
       var arg_editId = 'foo';
       var arg_$fields = 'foo';
@@ -3093,7 +3093,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).edits.details;
+      var res = api.AndroidPublisherApi(mock).edits.details;
       var arg_request = buildAppDetails();
       var arg_packageName = 'foo';
       var arg_editId = 'foo';
@@ -3164,7 +3164,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).edits.details;
+      var res = api.AndroidPublisherApi(mock).edits.details;
       var arg_request = buildAppDetails();
       var arg_packageName = 'foo';
       var arg_editId = 'foo';
@@ -3238,7 +3238,7 @@
   unittest.group('resource-EditsExpansionfilesResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).edits.expansionfiles;
+      var res = api.AndroidPublisherApi(mock).edits.expansionfiles;
       var arg_packageName = 'foo';
       var arg_editId = 'foo';
       var arg_apkVersionCode = 42;
@@ -3320,7 +3320,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).edits.expansionfiles;
+      var res = api.AndroidPublisherApi(mock).edits.expansionfiles;
       var arg_request = buildExpansionFile();
       var arg_packageName = 'foo';
       var arg_editId = 'foo';
@@ -3407,7 +3407,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).edits.expansionfiles;
+      var res = api.AndroidPublisherApi(mock).edits.expansionfiles;
       var arg_request = buildExpansionFile();
       var arg_packageName = 'foo';
       var arg_editId = 'foo';
@@ -3497,7 +3497,7 @@
       // TODO: Implement tests for media download;
 
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).edits.expansionfiles;
+      var res = api.AndroidPublisherApi(mock).edits.expansionfiles;
       var arg_packageName = 'foo';
       var arg_editId = 'foo';
       var arg_apkVersionCode = 42;
@@ -3582,7 +3582,7 @@
   unittest.group('resource-EditsImagesResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).edits.images;
+      var res = api.AndroidPublisherApi(mock).edits.images;
       var arg_packageName = 'foo';
       var arg_editId = 'foo';
       var arg_language = 'foo';
@@ -3672,7 +3672,7 @@
 
     unittest.test('method--deleteall', () {
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).edits.images;
+      var res = api.AndroidPublisherApi(mock).edits.images;
       var arg_packageName = 'foo';
       var arg_editId = 'foo';
       var arg_language = 'foo';
@@ -3753,7 +3753,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).edits.images;
+      var res = api.AndroidPublisherApi(mock).edits.images;
       var arg_packageName = 'foo';
       var arg_editId = 'foo';
       var arg_language = 'foo';
@@ -3837,7 +3837,7 @@
       // TODO: Implement tests for media download;
 
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).edits.images;
+      var res = api.AndroidPublisherApi(mock).edits.images;
       var arg_packageName = 'foo';
       var arg_editId = 'foo';
       var arg_language = 'foo';
@@ -3920,7 +3920,7 @@
   unittest.group('resource-EditsListingsResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).edits.listings;
+      var res = api.AndroidPublisherApi(mock).edits.listings;
       var arg_packageName = 'foo';
       var arg_editId = 'foo';
       var arg_language = 'foo';
@@ -3989,7 +3989,7 @@
 
     unittest.test('method--deleteall', () {
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).edits.listings;
+      var res = api.AndroidPublisherApi(mock).edits.listings;
       var arg_packageName = 'foo';
       var arg_editId = 'foo';
       var arg_$fields = 'foo';
@@ -4053,7 +4053,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).edits.listings;
+      var res = api.AndroidPublisherApi(mock).edits.listings;
       var arg_packageName = 'foo';
       var arg_editId = 'foo';
       var arg_language = 'foo';
@@ -4123,7 +4123,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).edits.listings;
+      var res = api.AndroidPublisherApi(mock).edits.listings;
       var arg_packageName = 'foo';
       var arg_editId = 'foo';
       var arg_$fields = 'foo';
@@ -4189,7 +4189,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).edits.listings;
+      var res = api.AndroidPublisherApi(mock).edits.listings;
       var arg_request = buildListing();
       var arg_packageName = 'foo';
       var arg_editId = 'foo';
@@ -4265,7 +4265,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).edits.listings;
+      var res = api.AndroidPublisherApi(mock).edits.listings;
       var arg_request = buildListing();
       var arg_packageName = 'foo';
       var arg_editId = 'foo';
@@ -4343,7 +4343,7 @@
   unittest.group('resource-EditsTestersResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).edits.testers;
+      var res = api.AndroidPublisherApi(mock).edits.testers;
       var arg_packageName = 'foo';
       var arg_editId = 'foo';
       var arg_track = 'foo';
@@ -4413,7 +4413,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).edits.testers;
+      var res = api.AndroidPublisherApi(mock).edits.testers;
       var arg_request = buildTesters();
       var arg_packageName = 'foo';
       var arg_editId = 'foo';
@@ -4489,7 +4489,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).edits.testers;
+      var res = api.AndroidPublisherApi(mock).edits.testers;
       var arg_request = buildTesters();
       var arg_packageName = 'foo';
       var arg_editId = 'foo';
@@ -4567,7 +4567,7 @@
   unittest.group('resource-EditsTracksResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).edits.tracks;
+      var res = api.AndroidPublisherApi(mock).edits.tracks;
       var arg_packageName = 'foo';
       var arg_editId = 'foo';
       var arg_track = 'foo';
@@ -4637,7 +4637,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).edits.tracks;
+      var res = api.AndroidPublisherApi(mock).edits.tracks;
       var arg_packageName = 'foo';
       var arg_editId = 'foo';
       var arg_$fields = 'foo';
@@ -4703,7 +4703,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).edits.tracks;
+      var res = api.AndroidPublisherApi(mock).edits.tracks;
       var arg_request = buildTrack();
       var arg_packageName = 'foo';
       var arg_editId = 'foo';
@@ -4779,7 +4779,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).edits.tracks;
+      var res = api.AndroidPublisherApi(mock).edits.tracks;
       var arg_request = buildTrack();
       var arg_packageName = 'foo';
       var arg_editId = 'foo';
@@ -4857,7 +4857,7 @@
   unittest.group('resource-InappproductsResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).inappproducts;
+      var res = api.AndroidPublisherApi(mock).inappproducts;
       var arg_packageName = 'foo';
       var arg_sku = 'foo';
       var arg_$fields = 'foo';
@@ -4915,7 +4915,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).inappproducts;
+      var res = api.AndroidPublisherApi(mock).inappproducts;
       var arg_packageName = 'foo';
       var arg_sku = 'foo';
       var arg_$fields = 'foo';
@@ -4975,7 +4975,7 @@
 
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).inappproducts;
+      var res = api.AndroidPublisherApi(mock).inappproducts;
       var arg_request = buildInAppProduct();
       var arg_packageName = 'foo';
       var arg_autoConvertMissingPrices = true;
@@ -5041,7 +5041,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).inappproducts;
+      var res = api.AndroidPublisherApi(mock).inappproducts;
       var arg_packageName = 'foo';
       var arg_maxResults = 42;
       var arg_startIndex = 42;
@@ -5110,7 +5110,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).inappproducts;
+      var res = api.AndroidPublisherApi(mock).inappproducts;
       var arg_request = buildInAppProduct();
       var arg_packageName = 'foo';
       var arg_sku = 'foo';
@@ -5180,7 +5180,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).inappproducts;
+      var res = api.AndroidPublisherApi(mock).inappproducts;
       var arg_request = buildInAppProduct();
       var arg_packageName = 'foo';
       var arg_sku = 'foo';
@@ -5255,7 +5255,7 @@
       // TODO: Implement tests for media download;
 
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).internalappsharingartifacts;
+      var res = api.AndroidPublisherApi(mock).internalappsharingartifacts;
       var arg_packageName = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -5317,7 +5317,7 @@
       // TODO: Implement tests for media download;
 
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).internalappsharingartifacts;
+      var res = api.AndroidPublisherApi(mock).internalappsharingartifacts;
       var arg_packageName = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -5378,7 +5378,7 @@
   unittest.group('resource-OrdersResourceApi', () {
     unittest.test('method--refund', () {
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).orders;
+      var res = api.AndroidPublisherApi(mock).orders;
       var arg_packageName = 'foo';
       var arg_orderId = 'foo';
       var arg_revoke = true;
@@ -5448,7 +5448,7 @@
   unittest.group('resource-PurchasesProductsResourceApi', () {
     unittest.test('method--acknowledge', () {
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).purchases.products;
+      var res = api.AndroidPublisherApi(mock).purchases.products;
       var arg_request = buildProductPurchasesAcknowledgeRequest();
       var arg_packageName = 'foo';
       var arg_productId = 'foo';
@@ -5529,7 +5529,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).purchases.products;
+      var res = api.AndroidPublisherApi(mock).purchases.products;
       var arg_packageName = 'foo';
       var arg_productId = 'foo';
       var arg_token = 'foo';
@@ -5601,7 +5601,7 @@
   unittest.group('resource-PurchasesSubscriptionsResourceApi', () {
     unittest.test('method--acknowledge', () {
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).purchases.subscriptions;
+      var res = api.AndroidPublisherApi(mock).purchases.subscriptions;
       var arg_request = buildSubscriptionPurchasesAcknowledgeRequest();
       var arg_packageName = 'foo';
       var arg_subscriptionId = 'foo';
@@ -5683,7 +5683,7 @@
 
     unittest.test('method--cancel', () {
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).purchases.subscriptions;
+      var res = api.AndroidPublisherApi(mock).purchases.subscriptions;
       var arg_packageName = 'foo';
       var arg_token = 'foo';
       var arg_$fields = 'foo';
@@ -5747,7 +5747,7 @@
 
     unittest.test('method--defer', () {
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).purchases.subscriptions;
+      var res = api.AndroidPublisherApi(mock).purchases.subscriptions;
       var arg_request = buildSubscriptionPurchasesDeferRequest();
       var arg_packageName = 'foo';
       var arg_subscriptionId = 'foo';
@@ -5832,7 +5832,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).purchases.subscriptions;
+      var res = api.AndroidPublisherApi(mock).purchases.subscriptions;
       var arg_packageName = 'foo';
       var arg_subscriptionId = 'foo';
       var arg_token = 'foo';
@@ -5903,7 +5903,7 @@
 
     unittest.test('method--refund', () {
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).purchases.subscriptions;
+      var res = api.AndroidPublisherApi(mock).purchases.subscriptions;
       var arg_packageName = 'foo';
       var arg_subscriptionId = 'foo';
       var arg_token = 'foo';
@@ -5978,7 +5978,7 @@
 
     unittest.test('method--revoke', () {
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).purchases.subscriptions;
+      var res = api.AndroidPublisherApi(mock).purchases.subscriptions;
       var arg_packageName = 'foo';
       var arg_subscriptionId = 'foo';
       var arg_token = 'foo';
@@ -6055,7 +6055,7 @@
   unittest.group('resource-PurchasesVoidedpurchasesResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).purchases.voidedpurchases;
+      var res = api.AndroidPublisherApi(mock).purchases.voidedpurchases;
       var arg_packageName = 'foo';
       var arg_endTime = 'foo';
       var arg_maxResults = 42;
@@ -6138,7 +6138,7 @@
   unittest.group('resource-ReviewsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).reviews;
+      var res = api.AndroidPublisherApi(mock).reviews;
       var arg_packageName = 'foo';
       var arg_reviewId = 'foo';
       var arg_translationLanguage = 'foo';
@@ -6203,7 +6203,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).reviews;
+      var res = api.AndroidPublisherApi(mock).reviews;
       var arg_packageName = 'foo';
       var arg_maxResults = 42;
       var arg_startIndex = 42;
@@ -6275,7 +6275,7 @@
 
     unittest.test('method--reply', () {
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).reviews;
+      var res = api.AndroidPublisherApi(mock).reviews;
       var arg_request = buildReviewsReplyRequest();
       var arg_packageName = 'foo';
       var arg_reviewId = 'foo';
@@ -6349,7 +6349,7 @@
   unittest.group('resource-SystemapksVariantsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).systemapks.variants;
+      var res = api.AndroidPublisherApi(mock).systemapks.variants;
       var arg_request = buildVariant();
       var arg_packageName = 'foo';
       var arg_versionCode = 'foo';
@@ -6424,7 +6424,7 @@
       // TODO: Implement tests for media download;
 
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).systemapks.variants;
+      var res = api.AndroidPublisherApi(mock).systemapks.variants;
       var arg_packageName = 'foo';
       var arg_versionCode = 'foo';
       var arg_variantId = 42;
@@ -6499,7 +6499,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).systemapks.variants;
+      var res = api.AndroidPublisherApi(mock).systemapks.variants;
       var arg_packageName = 'foo';
       var arg_versionCode = 'foo';
       var arg_variantId = 42;
@@ -6570,7 +6570,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AndroidpublisherApi(mock).systemapks.variants;
+      var res = api.AndroidPublisherApi(mock).systemapks.variants;
       var arg_packageName = 'foo';
       var arg_versionCode = 'foo';
       var arg_$fields = 'foo';
diff --git a/generated/googleapis/test/bigquerydatatransfer/v1_test.dart b/generated/googleapis/test/bigquerydatatransfer/v1_test.dart
index da073c0..091dd29 100644
--- a/generated/googleapis/test/bigquerydatatransfer/v1_test.dart
+++ b/generated/googleapis/test/bigquerydatatransfer/v1_test.dart
@@ -1141,7 +1141,7 @@
   unittest.group('resource-ProjectsDataSourcesResourceApi', () {
     unittest.test('method--checkValidCreds', () {
       var mock = HttpServerMock();
-      var res = api.BigquerydatatransferApi(mock).projects.dataSources;
+      var res = api.BigQueryDataTransferApi(mock).projects.dataSources;
       var arg_request = buildCheckValidCredsRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -1194,7 +1194,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.BigquerydatatransferApi(mock).projects.dataSources;
+      var res = api.BigQueryDataTransferApi(mock).projects.dataSources;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1242,7 +1242,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.BigquerydatatransferApi(mock).projects.dataSources;
+      var res = api.BigQueryDataTransferApi(mock).projects.dataSources;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -1301,7 +1301,7 @@
   unittest.group('resource-ProjectsLocationsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.BigquerydatatransferApi(mock).projects.locations;
+      var res = api.BigQueryDataTransferApi(mock).projects.locations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1349,7 +1349,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.BigquerydatatransferApi(mock).projects.locations;
+      var res = api.BigQueryDataTransferApi(mock).projects.locations;
       var arg_name = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -1412,7 +1412,7 @@
     unittest.test('method--checkValidCreds', () {
       var mock = HttpServerMock();
       var res =
-          api.BigquerydatatransferApi(mock).projects.locations.dataSources;
+          api.BigQueryDataTransferApi(mock).projects.locations.dataSources;
       var arg_request = buildCheckValidCredsRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -1466,7 +1466,7 @@
     unittest.test('method--get', () {
       var mock = HttpServerMock();
       var res =
-          api.BigquerydatatransferApi(mock).projects.locations.dataSources;
+          api.BigQueryDataTransferApi(mock).projects.locations.dataSources;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1515,7 +1515,7 @@
     unittest.test('method--list', () {
       var mock = HttpServerMock();
       var res =
-          api.BigquerydatatransferApi(mock).projects.locations.dataSources;
+          api.BigQueryDataTransferApi(mock).projects.locations.dataSources;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -1575,7 +1575,7 @@
     unittest.test('method--create', () {
       var mock = HttpServerMock();
       var res =
-          api.BigquerydatatransferApi(mock).projects.locations.transferConfigs;
+          api.BigQueryDataTransferApi(mock).projects.locations.transferConfigs;
       var arg_request = buildTransferConfig();
       var arg_parent = 'foo';
       var arg_authorizationCode = 'foo';
@@ -1642,7 +1642,7 @@
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
       var res =
-          api.BigquerydatatransferApi(mock).projects.locations.transferConfigs;
+          api.BigQueryDataTransferApi(mock).projects.locations.transferConfigs;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1691,7 +1691,7 @@
     unittest.test('method--get', () {
       var mock = HttpServerMock();
       var res =
-          api.BigquerydatatransferApi(mock).projects.locations.transferConfigs;
+          api.BigQueryDataTransferApi(mock).projects.locations.transferConfigs;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1740,7 +1740,7 @@
     unittest.test('method--list', () {
       var mock = HttpServerMock();
       var res =
-          api.BigquerydatatransferApi(mock).projects.locations.transferConfigs;
+          api.BigQueryDataTransferApi(mock).projects.locations.transferConfigs;
       var arg_parent = 'foo';
       var arg_dataSourceIds = buildUnnamed2282();
       var arg_pageSize = 42;
@@ -1803,7 +1803,7 @@
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
       var res =
-          api.BigquerydatatransferApi(mock).projects.locations.transferConfigs;
+          api.BigQueryDataTransferApi(mock).projects.locations.transferConfigs;
       var arg_request = buildTransferConfig();
       var arg_name = 'foo';
       var arg_authorizationCode = 'foo';
@@ -1874,7 +1874,7 @@
     unittest.test('method--scheduleRuns', () {
       var mock = HttpServerMock();
       var res =
-          api.BigquerydatatransferApi(mock).projects.locations.transferConfigs;
+          api.BigQueryDataTransferApi(mock).projects.locations.transferConfigs;
       var arg_request = buildScheduleTransferRunsRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -1930,7 +1930,7 @@
     unittest.test('method--startManualRuns', () {
       var mock = HttpServerMock();
       var res =
-          api.BigquerydatatransferApi(mock).projects.locations.transferConfigs;
+          api.BigQueryDataTransferApi(mock).projects.locations.transferConfigs;
       var arg_request = buildStartManualTransferRunsRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -1988,7 +1988,7 @@
       () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.BigquerydatatransferApi(mock)
+      var res = api.BigQueryDataTransferApi(mock)
           .projects
           .locations
           .transferConfigs
@@ -2040,7 +2040,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.BigquerydatatransferApi(mock)
+      var res = api.BigQueryDataTransferApi(mock)
           .projects
           .locations
           .transferConfigs
@@ -2092,7 +2092,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.BigquerydatatransferApi(mock)
+      var res = api.BigQueryDataTransferApi(mock)
           .projects
           .locations
           .transferConfigs
@@ -2164,7 +2164,7 @@
       () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.BigquerydatatransferApi(mock)
+      var res = api.BigQueryDataTransferApi(mock)
           .projects
           .locations
           .transferConfigs
@@ -2232,7 +2232,7 @@
   unittest.group('resource-ProjectsTransferConfigsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.BigquerydatatransferApi(mock).projects.transferConfigs;
+      var res = api.BigQueryDataTransferApi(mock).projects.transferConfigs;
       var arg_request = buildTransferConfig();
       var arg_parent = 'foo';
       var arg_authorizationCode = 'foo';
@@ -2298,7 +2298,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.BigquerydatatransferApi(mock).projects.transferConfigs;
+      var res = api.BigQueryDataTransferApi(mock).projects.transferConfigs;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2346,7 +2346,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.BigquerydatatransferApi(mock).projects.transferConfigs;
+      var res = api.BigQueryDataTransferApi(mock).projects.transferConfigs;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2394,7 +2394,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.BigquerydatatransferApi(mock).projects.transferConfigs;
+      var res = api.BigQueryDataTransferApi(mock).projects.transferConfigs;
       var arg_parent = 'foo';
       var arg_dataSourceIds = buildUnnamed2285();
       var arg_pageSize = 42;
@@ -2456,7 +2456,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.BigquerydatatransferApi(mock).projects.transferConfigs;
+      var res = api.BigQueryDataTransferApi(mock).projects.transferConfigs;
       var arg_request = buildTransferConfig();
       var arg_name = 'foo';
       var arg_authorizationCode = 'foo';
@@ -2526,7 +2526,7 @@
 
     unittest.test('method--scheduleRuns', () {
       var mock = HttpServerMock();
-      var res = api.BigquerydatatransferApi(mock).projects.transferConfigs;
+      var res = api.BigQueryDataTransferApi(mock).projects.transferConfigs;
       var arg_request = buildScheduleTransferRunsRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -2581,7 +2581,7 @@
 
     unittest.test('method--startManualRuns', () {
       var mock = HttpServerMock();
-      var res = api.BigquerydatatransferApi(mock).projects.transferConfigs;
+      var res = api.BigQueryDataTransferApi(mock).projects.transferConfigs;
       var arg_request = buildStartManualTransferRunsRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -2638,7 +2638,7 @@
   unittest.group('resource-ProjectsTransferConfigsRunsResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.BigquerydatatransferApi(mock).projects.transferConfigs.runs;
+      var res = api.BigQueryDataTransferApi(mock).projects.transferConfigs.runs;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2686,7 +2686,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.BigquerydatatransferApi(mock).projects.transferConfigs.runs;
+      var res = api.BigQueryDataTransferApi(mock).projects.transferConfigs.runs;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2734,7 +2734,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.BigquerydatatransferApi(mock).projects.transferConfigs.runs;
+      var res = api.BigQueryDataTransferApi(mock).projects.transferConfigs.runs;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -2801,7 +2801,7 @@
       () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.BigquerydatatransferApi(mock)
+      var res = api.BigQueryDataTransferApi(mock)
           .projects
           .transferConfigs
           .runs
diff --git a/generated/googleapis/test/bigqueryreservation/v1_test.dart b/generated/googleapis/test/bigqueryreservation/v1_test.dart
index 19fd51e..a6c9baf 100644
--- a/generated/googleapis/test/bigqueryreservation/v1_test.dart
+++ b/generated/googleapis/test/bigqueryreservation/v1_test.dart
@@ -769,7 +769,7 @@
   unittest.group('resource-OperationsResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.BigqueryreservationApi(mock).operations;
+      var res = api.BigQueryReservationApi(mock).operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -817,7 +817,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.BigqueryreservationApi(mock).operations;
+      var res = api.BigQueryReservationApi(mock).operations;
       var arg_name = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -879,7 +879,7 @@
   unittest.group('resource-ProjectsLocationsResourceApi', () {
     unittest.test('method--getBiReservation', () {
       var mock = HttpServerMock();
-      var res = api.BigqueryreservationApi(mock).projects.locations;
+      var res = api.BigQueryReservationApi(mock).projects.locations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -927,7 +927,7 @@
 
     unittest.test('method--searchAllAssignments', () {
       var mock = HttpServerMock();
-      var res = api.BigqueryreservationApi(mock).projects.locations;
+      var res = api.BigQueryReservationApi(mock).projects.locations;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -988,7 +988,7 @@
 
     unittest.test('method--searchAssignments', () {
       var mock = HttpServerMock();
-      var res = api.BigqueryreservationApi(mock).projects.locations;
+      var res = api.BigQueryReservationApi(mock).projects.locations;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -1049,7 +1049,7 @@
 
     unittest.test('method--updateBiReservation', () {
       var mock = HttpServerMock();
-      var res = api.BigqueryreservationApi(mock).projects.locations;
+      var res = api.BigQueryReservationApi(mock).projects.locations;
       var arg_request = buildBiReservation();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -1109,7 +1109,7 @@
       () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.BigqueryreservationApi(mock)
+      var res = api.BigQueryReservationApi(mock)
           .projects
           .locations
           .capacityCommitments;
@@ -1171,7 +1171,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.BigqueryreservationApi(mock)
+      var res = api.BigQueryReservationApi(mock)
           .projects
           .locations
           .capacityCommitments;
@@ -1222,7 +1222,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.BigqueryreservationApi(mock)
+      var res = api.BigQueryReservationApi(mock)
           .projects
           .locations
           .capacityCommitments;
@@ -1273,7 +1273,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.BigqueryreservationApi(mock)
+      var res = api.BigQueryReservationApi(mock)
           .projects
           .locations
           .capacityCommitments;
@@ -1334,7 +1334,7 @@
 
     unittest.test('method--merge', () {
       var mock = HttpServerMock();
-      var res = api.BigqueryreservationApi(mock)
+      var res = api.BigQueryReservationApi(mock)
           .projects
           .locations
           .capacityCommitments;
@@ -1391,7 +1391,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.BigqueryreservationApi(mock)
+      var res = api.BigQueryReservationApi(mock)
           .projects
           .locations
           .capacityCommitments;
@@ -1451,7 +1451,7 @@
 
     unittest.test('method--split', () {
       var mock = HttpServerMock();
-      var res = api.BigqueryreservationApi(mock)
+      var res = api.BigQueryReservationApi(mock)
           .projects
           .locations
           .capacityCommitments;
@@ -1512,7 +1512,7 @@
     unittest.test('method--create', () {
       var mock = HttpServerMock();
       var res =
-          api.BigqueryreservationApi(mock).projects.locations.reservations;
+          api.BigQueryReservationApi(mock).projects.locations.reservations;
       var arg_request = buildReservation();
       var arg_parent = 'foo';
       var arg_reservationId = 'foo';
@@ -1570,7 +1570,7 @@
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
       var res =
-          api.BigqueryreservationApi(mock).projects.locations.reservations;
+          api.BigQueryReservationApi(mock).projects.locations.reservations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1619,7 +1619,7 @@
     unittest.test('method--get', () {
       var mock = HttpServerMock();
       var res =
-          api.BigqueryreservationApi(mock).projects.locations.reservations;
+          api.BigQueryReservationApi(mock).projects.locations.reservations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1668,7 +1668,7 @@
     unittest.test('method--list', () {
       var mock = HttpServerMock();
       var res =
-          api.BigqueryreservationApi(mock).projects.locations.reservations;
+          api.BigQueryReservationApi(mock).projects.locations.reservations;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -1726,7 +1726,7 @@
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
       var res =
-          api.BigqueryreservationApi(mock).projects.locations.reservations;
+          api.BigQueryReservationApi(mock).projects.locations.reservations;
       var arg_request = buildReservation();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -1786,7 +1786,7 @@
       () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.BigqueryreservationApi(mock)
+      var res = api.BigQueryReservationApi(mock)
           .projects
           .locations
           .reservations
@@ -1843,7 +1843,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.BigqueryreservationApi(mock)
+      var res = api.BigQueryReservationApi(mock)
           .projects
           .locations
           .reservations
@@ -1895,7 +1895,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.BigqueryreservationApi(mock)
+      var res = api.BigQueryReservationApi(mock)
           .projects
           .locations
           .reservations
@@ -1956,7 +1956,7 @@
 
     unittest.test('method--move', () {
       var mock = HttpServerMock();
-      var res = api.BigqueryreservationApi(mock)
+      var res = api.BigQueryReservationApi(mock)
           .projects
           .locations
           .reservations
diff --git a/generated/googleapis/test/bigtableadmin/v2_test.dart b/generated/googleapis/test/bigtableadmin/v2_test.dart
index c4c4078..d33a9db 100644
--- a/generated/googleapis/test/bigtableadmin/v2_test.dart
+++ b/generated/googleapis/test/bigtableadmin/v2_test.dart
@@ -2330,7 +2330,7 @@
   unittest.group('resource-OperationsResourceApi', () {
     unittest.test('method--cancel', () {
       var mock = HttpServerMock();
-      var res = api.BigtableadminApi(mock).operations;
+      var res = api.BigtableAdminApi(mock).operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2378,7 +2378,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.BigtableadminApi(mock).operations;
+      var res = api.BigtableAdminApi(mock).operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2426,7 +2426,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.BigtableadminApi(mock).operations;
+      var res = api.BigtableAdminApi(mock).operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2476,7 +2476,7 @@
   unittest.group('resource-OperationsProjectsOperationsResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.BigtableadminApi(mock).operations.projects.operations;
+      var res = api.BigtableAdminApi(mock).operations.projects.operations;
       var arg_name = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -2538,7 +2538,7 @@
   unittest.group('resource-ProjectsInstancesResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.BigtableadminApi(mock).projects.instances;
+      var res = api.BigtableAdminApi(mock).projects.instances;
       var arg_request = buildCreateInstanceRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -2591,7 +2591,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.BigtableadminApi(mock).projects.instances;
+      var res = api.BigtableAdminApi(mock).projects.instances;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2639,7 +2639,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.BigtableadminApi(mock).projects.instances;
+      var res = api.BigtableAdminApi(mock).projects.instances;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2687,7 +2687,7 @@
 
     unittest.test('method--getIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.BigtableadminApi(mock).projects.instances;
+      var res = api.BigtableAdminApi(mock).projects.instances;
       var arg_request = buildGetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -2740,7 +2740,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.BigtableadminApi(mock).projects.instances;
+      var res = api.BigtableAdminApi(mock).projects.instances;
       var arg_parent = 'foo';
       var arg_pageToken = 'foo';
       var arg_$fields = 'foo';
@@ -2791,7 +2791,7 @@
 
     unittest.test('method--partialUpdateInstance', () {
       var mock = HttpServerMock();
-      var res = api.BigtableadminApi(mock).projects.instances;
+      var res = api.BigtableAdminApi(mock).projects.instances;
       var arg_request = buildInstance();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -2848,7 +2848,7 @@
 
     unittest.test('method--setIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.BigtableadminApi(mock).projects.instances;
+      var res = api.BigtableAdminApi(mock).projects.instances;
       var arg_request = buildSetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -2901,7 +2901,7 @@
 
     unittest.test('method--testIamPermissions', () {
       var mock = HttpServerMock();
-      var res = api.BigtableadminApi(mock).projects.instances;
+      var res = api.BigtableAdminApi(mock).projects.instances;
       var arg_request = buildTestIamPermissionsRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -2955,7 +2955,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.BigtableadminApi(mock).projects.instances;
+      var res = api.BigtableAdminApi(mock).projects.instances;
       var arg_request = buildInstance();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -3010,7 +3010,7 @@
   unittest.group('resource-ProjectsInstancesAppProfilesResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.BigtableadminApi(mock).projects.instances.appProfiles;
+      var res = api.BigtableAdminApi(mock).projects.instances.appProfiles;
       var arg_request = buildAppProfile();
       var arg_parent = 'foo';
       var arg_appProfileId = 'foo';
@@ -3072,7 +3072,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.BigtableadminApi(mock).projects.instances.appProfiles;
+      var res = api.BigtableAdminApi(mock).projects.instances.appProfiles;
       var arg_name = 'foo';
       var arg_ignoreWarnings = true;
       var arg_$fields = 'foo';
@@ -3124,7 +3124,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.BigtableadminApi(mock).projects.instances.appProfiles;
+      var res = api.BigtableAdminApi(mock).projects.instances.appProfiles;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3172,7 +3172,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.BigtableadminApi(mock).projects.instances.appProfiles;
+      var res = api.BigtableAdminApi(mock).projects.instances.appProfiles;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -3229,7 +3229,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.BigtableadminApi(mock).projects.instances.appProfiles;
+      var res = api.BigtableAdminApi(mock).projects.instances.appProfiles;
       var arg_request = buildAppProfile();
       var arg_name = 'foo';
       var arg_ignoreWarnings = true;
@@ -3293,7 +3293,7 @@
   unittest.group('resource-ProjectsInstancesClustersResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.BigtableadminApi(mock).projects.instances.clusters;
+      var res = api.BigtableAdminApi(mock).projects.instances.clusters;
       var arg_request = buildCluster();
       var arg_parent = 'foo';
       var arg_clusterId = 'foo';
@@ -3350,7 +3350,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.BigtableadminApi(mock).projects.instances.clusters;
+      var res = api.BigtableAdminApi(mock).projects.instances.clusters;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3398,7 +3398,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.BigtableadminApi(mock).projects.instances.clusters;
+      var res = api.BigtableAdminApi(mock).projects.instances.clusters;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3446,7 +3446,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.BigtableadminApi(mock).projects.instances.clusters;
+      var res = api.BigtableAdminApi(mock).projects.instances.clusters;
       var arg_parent = 'foo';
       var arg_pageToken = 'foo';
       var arg_$fields = 'foo';
@@ -3497,7 +3497,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.BigtableadminApi(mock).projects.instances.clusters;
+      var res = api.BigtableAdminApi(mock).projects.instances.clusters;
       var arg_request = buildCluster();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -3552,7 +3552,7 @@
   unittest.group('resource-ProjectsInstancesClustersBackupsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.BigtableadminApi(mock).projects.instances.clusters.backups;
+      var res = api.BigtableAdminApi(mock).projects.instances.clusters.backups;
       var arg_request = buildBackup();
       var arg_parent = 'foo';
       var arg_backupId = 'foo';
@@ -3609,7 +3609,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.BigtableadminApi(mock).projects.instances.clusters.backups;
+      var res = api.BigtableAdminApi(mock).projects.instances.clusters.backups;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3657,7 +3657,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.BigtableadminApi(mock).projects.instances.clusters.backups;
+      var res = api.BigtableAdminApi(mock).projects.instances.clusters.backups;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3705,7 +3705,7 @@
 
     unittest.test('method--getIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.BigtableadminApi(mock).projects.instances.clusters.backups;
+      var res = api.BigtableAdminApi(mock).projects.instances.clusters.backups;
       var arg_request = buildGetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -3758,7 +3758,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.BigtableadminApi(mock).projects.instances.clusters.backups;
+      var res = api.BigtableAdminApi(mock).projects.instances.clusters.backups;
       var arg_parent = 'foo';
       var arg_filter = 'foo';
       var arg_orderBy = 'foo';
@@ -3822,7 +3822,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.BigtableadminApi(mock).projects.instances.clusters.backups;
+      var res = api.BigtableAdminApi(mock).projects.instances.clusters.backups;
       var arg_request = buildBackup();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -3879,7 +3879,7 @@
 
     unittest.test('method--setIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.BigtableadminApi(mock).projects.instances.clusters.backups;
+      var res = api.BigtableAdminApi(mock).projects.instances.clusters.backups;
       var arg_request = buildSetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -3932,7 +3932,7 @@
 
     unittest.test('method--testIamPermissions', () {
       var mock = HttpServerMock();
-      var res = api.BigtableadminApi(mock).projects.instances.clusters.backups;
+      var res = api.BigtableAdminApi(mock).projects.instances.clusters.backups;
       var arg_request = buildTestIamPermissionsRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -3988,7 +3988,7 @@
   unittest.group('resource-ProjectsInstancesTablesResourceApi', () {
     unittest.test('method--checkConsistency', () {
       var mock = HttpServerMock();
-      var res = api.BigtableadminApi(mock).projects.instances.tables;
+      var res = api.BigtableAdminApi(mock).projects.instances.tables;
       var arg_request = buildCheckConsistencyRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -4041,7 +4041,7 @@
 
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.BigtableadminApi(mock).projects.instances.tables;
+      var res = api.BigtableAdminApi(mock).projects.instances.tables;
       var arg_request = buildCreateTableRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -4094,7 +4094,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.BigtableadminApi(mock).projects.instances.tables;
+      var res = api.BigtableAdminApi(mock).projects.instances.tables;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4142,7 +4142,7 @@
 
     unittest.test('method--dropRowRange', () {
       var mock = HttpServerMock();
-      var res = api.BigtableadminApi(mock).projects.instances.tables;
+      var res = api.BigtableAdminApi(mock).projects.instances.tables;
       var arg_request = buildDropRowRangeRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -4195,7 +4195,7 @@
 
     unittest.test('method--generateConsistencyToken', () {
       var mock = HttpServerMock();
-      var res = api.BigtableadminApi(mock).projects.instances.tables;
+      var res = api.BigtableAdminApi(mock).projects.instances.tables;
       var arg_request = buildGenerateConsistencyTokenRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -4250,7 +4250,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.BigtableadminApi(mock).projects.instances.tables;
+      var res = api.BigtableAdminApi(mock).projects.instances.tables;
       var arg_name = 'foo';
       var arg_view = 'foo';
       var arg_$fields = 'foo';
@@ -4300,7 +4300,7 @@
 
     unittest.test('method--getIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.BigtableadminApi(mock).projects.instances.tables;
+      var res = api.BigtableAdminApi(mock).projects.instances.tables;
       var arg_request = buildGetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -4353,7 +4353,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.BigtableadminApi(mock).projects.instances.tables;
+      var res = api.BigtableAdminApi(mock).projects.instances.tables;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -4413,7 +4413,7 @@
 
     unittest.test('method--modifyColumnFamilies', () {
       var mock = HttpServerMock();
-      var res = api.BigtableadminApi(mock).projects.instances.tables;
+      var res = api.BigtableAdminApi(mock).projects.instances.tables;
       var arg_request = buildModifyColumnFamiliesRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -4467,7 +4467,7 @@
 
     unittest.test('method--restore', () {
       var mock = HttpServerMock();
-      var res = api.BigtableadminApi(mock).projects.instances.tables;
+      var res = api.BigtableAdminApi(mock).projects.instances.tables;
       var arg_request = buildRestoreTableRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -4520,7 +4520,7 @@
 
     unittest.test('method--setIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.BigtableadminApi(mock).projects.instances.tables;
+      var res = api.BigtableAdminApi(mock).projects.instances.tables;
       var arg_request = buildSetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -4573,7 +4573,7 @@
 
     unittest.test('method--testIamPermissions', () {
       var mock = HttpServerMock();
-      var res = api.BigtableadminApi(mock).projects.instances.tables;
+      var res = api.BigtableAdminApi(mock).projects.instances.tables;
       var arg_request = buildTestIamPermissionsRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -4629,7 +4629,7 @@
   unittest.group('resource-ProjectsLocationsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.BigtableadminApi(mock).projects.locations;
+      var res = api.BigtableAdminApi(mock).projects.locations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4677,7 +4677,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.BigtableadminApi(mock).projects.locations;
+      var res = api.BigtableAdminApi(mock).projects.locations;
       var arg_name = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
diff --git a/generated/googleapis/test/binaryauthorization/v1_test.dart b/generated/googleapis/test/binaryauthorization/v1_test.dart
index a327ec7..8c90d38 100644
--- a/generated/googleapis/test/binaryauthorization/v1_test.dart
+++ b/generated/googleapis/test/binaryauthorization/v1_test.dart
@@ -781,7 +781,7 @@
   unittest.group('resource-ProjectsResourceApi', () {
     unittest.test('method--getPolicy', () {
       var mock = HttpServerMock();
-      var res = api.BinaryauthorizationApi(mock).projects;
+      var res = api.BinaryAuthorizationApi(mock).projects;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -829,7 +829,7 @@
 
     unittest.test('method--updatePolicy', () {
       var mock = HttpServerMock();
-      var res = api.BinaryauthorizationApi(mock).projects;
+      var res = api.BinaryAuthorizationApi(mock).projects;
       var arg_request = buildPolicy();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -884,7 +884,7 @@
   unittest.group('resource-ProjectsAttestorsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.BinaryauthorizationApi(mock).projects.attestors;
+      var res = api.BinaryAuthorizationApi(mock).projects.attestors;
       var arg_request = buildAttestor();
       var arg_parent = 'foo';
       var arg_attestorId = 'foo';
@@ -941,7 +941,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.BinaryauthorizationApi(mock).projects.attestors;
+      var res = api.BinaryAuthorizationApi(mock).projects.attestors;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -989,7 +989,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.BinaryauthorizationApi(mock).projects.attestors;
+      var res = api.BinaryAuthorizationApi(mock).projects.attestors;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1037,7 +1037,7 @@
 
     unittest.test('method--getIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.BinaryauthorizationApi(mock).projects.attestors;
+      var res = api.BinaryAuthorizationApi(mock).projects.attestors;
       var arg_resource = 'foo';
       var arg_options_requestedPolicyVersion = 42;
       var arg_$fields = 'foo';
@@ -1092,7 +1092,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.BinaryauthorizationApi(mock).projects.attestors;
+      var res = api.BinaryAuthorizationApi(mock).projects.attestors;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -1149,7 +1149,7 @@
 
     unittest.test('method--setIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.BinaryauthorizationApi(mock).projects.attestors;
+      var res = api.BinaryAuthorizationApi(mock).projects.attestors;
       var arg_request = buildSetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -1202,7 +1202,7 @@
 
     unittest.test('method--testIamPermissions', () {
       var mock = HttpServerMock();
-      var res = api.BinaryauthorizationApi(mock).projects.attestors;
+      var res = api.BinaryAuthorizationApi(mock).projects.attestors;
       var arg_request = buildTestIamPermissionsRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -1256,7 +1256,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.BinaryauthorizationApi(mock).projects.attestors;
+      var res = api.BinaryAuthorizationApi(mock).projects.attestors;
       var arg_request = buildAttestor();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -1309,7 +1309,7 @@
 
     unittest.test('method--validateAttestationOccurrence', () {
       var mock = HttpServerMock();
-      var res = api.BinaryauthorizationApi(mock).projects.attestors;
+      var res = api.BinaryAuthorizationApi(mock).projects.attestors;
       var arg_request = buildValidateAttestationOccurrenceRequest();
       var arg_attestor = 'foo';
       var arg_$fields = 'foo';
@@ -1368,7 +1368,7 @@
   unittest.group('resource-ProjectsPolicyResourceApi', () {
     unittest.test('method--getIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.BinaryauthorizationApi(mock).projects.policy;
+      var res = api.BinaryAuthorizationApi(mock).projects.policy;
       var arg_resource = 'foo';
       var arg_options_requestedPolicyVersion = 42;
       var arg_$fields = 'foo';
@@ -1423,7 +1423,7 @@
 
     unittest.test('method--setIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.BinaryauthorizationApi(mock).projects.policy;
+      var res = api.BinaryAuthorizationApi(mock).projects.policy;
       var arg_request = buildSetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -1476,7 +1476,7 @@
 
     unittest.test('method--testIamPermissions', () {
       var mock = HttpServerMock();
-      var res = api.BinaryauthorizationApi(mock).projects.policy;
+      var res = api.BinaryAuthorizationApi(mock).projects.policy;
       var arg_request = buildTestIamPermissionsRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
diff --git a/generated/googleapis/test/chat/v1_test.dart b/generated/googleapis/test/chat/v1_test.dart
index 3223f68..be62e60 100644
--- a/generated/googleapis/test/chat/v1_test.dart
+++ b/generated/googleapis/test/chat/v1_test.dart
@@ -1207,7 +1207,7 @@
       // TODO: Implement tests for media download;
 
       var mock = HttpServerMock();
-      var res = api.ChatApi(mock).media;
+      var res = api.HangoutsChatApi(mock).media;
       var arg_resourceName = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1257,7 +1257,7 @@
   unittest.group('resource-SpacesResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ChatApi(mock).spaces;
+      var res = api.HangoutsChatApi(mock).spaces;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1305,7 +1305,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ChatApi(mock).spaces;
+      var res = api.HangoutsChatApi(mock).spaces;
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
       var arg_$fields = 'foo';
@@ -1362,7 +1362,7 @@
   unittest.group('resource-SpacesMembersResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ChatApi(mock).spaces.members;
+      var res = api.HangoutsChatApi(mock).spaces.members;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1410,7 +1410,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ChatApi(mock).spaces.members;
+      var res = api.HangoutsChatApi(mock).spaces.members;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -1469,7 +1469,7 @@
   unittest.group('resource-SpacesMessagesResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.ChatApi(mock).spaces.messages;
+      var res = api.HangoutsChatApi(mock).spaces.messages;
       var arg_request = buildMessage();
       var arg_parent = 'foo';
       var arg_threadKey = 'foo';
@@ -1526,7 +1526,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.ChatApi(mock).spaces.messages;
+      var res = api.HangoutsChatApi(mock).spaces.messages;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1574,7 +1574,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ChatApi(mock).spaces.messages;
+      var res = api.HangoutsChatApi(mock).spaces.messages;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1622,7 +1622,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.ChatApi(mock).spaces.messages;
+      var res = api.HangoutsChatApi(mock).spaces.messages;
       var arg_request = buildMessage();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -1681,7 +1681,7 @@
   unittest.group('resource-SpacesMessagesAttachmentsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ChatApi(mock).spaces.messages.attachments;
+      var res = api.HangoutsChatApi(mock).spaces.messages.attachments;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
diff --git a/generated/googleapis/test/civicinfo/v2_test.dart b/generated/googleapis/test/civicinfo/v2_test.dart
index 786a747..cd419a5 100644
--- a/generated/googleapis/test/civicinfo/v2_test.dart
+++ b/generated/googleapis/test/civicinfo/v2_test.dart
@@ -1328,7 +1328,7 @@
   unittest.group('resource-DivisionsResourceApi', () {
     unittest.test('method--search', () {
       var mock = HttpServerMock();
-      var res = api.CivicinfoApi(mock).divisions;
+      var res = api.CivicInfoApi(mock).divisions;
       var arg_query = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1378,7 +1378,7 @@
   unittest.group('resource-ElectionsResourceApi', () {
     unittest.test('method--electionQuery', () {
       var mock = HttpServerMock();
-      var res = api.CivicinfoApi(mock).elections;
+      var res = api.CivicInfoApi(mock).elections;
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
         var path = (req.url).path;
@@ -1424,7 +1424,7 @@
 
     unittest.test('method--voterInfoQuery', () {
       var mock = HttpServerMock();
-      var res = api.CivicinfoApi(mock).elections;
+      var res = api.CivicInfoApi(mock).elections;
       var arg_address = 'foo';
       var arg_electionId = 'foo';
       var arg_officialOnly = true;
@@ -1488,7 +1488,7 @@
   unittest.group('resource-RepresentativesResourceApi', () {
     unittest.test('method--representativeInfoByAddress', () {
       var mock = HttpServerMock();
-      var res = api.CivicinfoApi(mock).representatives;
+      var res = api.CivicInfoApi(mock).representatives;
       var arg_address = 'foo';
       var arg_includeOffices = true;
       var arg_levels = buildUnnamed2258();
@@ -1550,7 +1550,7 @@
 
     unittest.test('method--representativeInfoByDivision', () {
       var mock = HttpServerMock();
-      var res = api.CivicinfoApi(mock).representatives;
+      var res = api.CivicInfoApi(mock).representatives;
       var arg_ocdId = 'foo';
       var arg_levels = buildUnnamed2260();
       var arg_recursive = true;
diff --git a/generated/googleapis/test/cloudasset/v1_test.dart b/generated/googleapis/test/cloudasset/v1_test.dart
index e2e534a..57fdeff 100644
--- a/generated/googleapis/test/cloudasset/v1_test.dart
+++ b/generated/googleapis/test/cloudasset/v1_test.dart
@@ -2113,7 +2113,7 @@
   unittest.group('resource-FeedsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.CloudassetApi(mock).feeds;
+      var res = api.CloudAssetApi(mock).feeds;
       var arg_request = buildCreateFeedRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -2166,7 +2166,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.CloudassetApi(mock).feeds;
+      var res = api.CloudAssetApi(mock).feeds;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2214,7 +2214,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.CloudassetApi(mock).feeds;
+      var res = api.CloudAssetApi(mock).feeds;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2262,7 +2262,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.CloudassetApi(mock).feeds;
+      var res = api.CloudAssetApi(mock).feeds;
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2310,7 +2310,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.CloudassetApi(mock).feeds;
+      var res = api.CloudAssetApi(mock).feeds;
       var arg_request = buildUpdateFeedRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -2365,7 +2365,7 @@
   unittest.group('resource-OperationsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.CloudassetApi(mock).operations;
+      var res = api.CloudAssetApi(mock).operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2415,7 +2415,7 @@
   unittest.group('resource-V1ResourceApi', () {
     unittest.test('method--batchGetAssetsHistory', () {
       var mock = HttpServerMock();
-      var res = api.CloudassetApi(mock).v1;
+      var res = api.CloudAssetApi(mock).v1;
       var arg_parent = 'foo';
       var arg_assetNames = buildUnnamed2707();
       var arg_contentType = 'foo';
@@ -2481,7 +2481,7 @@
 
     unittest.test('method--exportAssets', () {
       var mock = HttpServerMock();
-      var res = api.CloudassetApi(mock).v1;
+      var res = api.CloudAssetApi(mock).v1;
       var arg_request = buildExportAssetsRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -2534,7 +2534,7 @@
 
     unittest.test('method--searchAllIamPolicies', () {
       var mock = HttpServerMock();
-      var res = api.CloudassetApi(mock).v1;
+      var res = api.CloudAssetApi(mock).v1;
       var arg_scope = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -2595,7 +2595,7 @@
 
     unittest.test('method--searchAllResources', () {
       var mock = HttpServerMock();
-      var res = api.CloudassetApi(mock).v1;
+      var res = api.CloudAssetApi(mock).v1;
       var arg_scope = 'foo';
       var arg_assetTypes = buildUnnamed2708();
       var arg_orderBy = 'foo';
diff --git a/generated/googleapis/test/cloudbuild/v1_test.dart b/generated/googleapis/test/cloudbuild/v1_test.dart
index 6914cfc..abbd13e 100644
--- a/generated/googleapis/test/cloudbuild/v1_test.dart
+++ b/generated/googleapis/test/cloudbuild/v1_test.dart
@@ -1876,7 +1876,7 @@
   unittest.group('resource-OperationsResourceApi', () {
     unittest.test('method--cancel', () {
       var mock = HttpServerMock();
-      var res = api.CloudbuildApi(mock).operations;
+      var res = api.CloudBuildApi(mock).operations;
       var arg_request = buildCancelOperationRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -1929,7 +1929,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.CloudbuildApi(mock).operations;
+      var res = api.CloudBuildApi(mock).operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1979,7 +1979,7 @@
   unittest.group('resource-ProjectsBuildsResourceApi', () {
     unittest.test('method--cancel', () {
       var mock = HttpServerMock();
-      var res = api.CloudbuildApi(mock).projects.builds;
+      var res = api.CloudBuildApi(mock).projects.builds;
       var arg_request = buildCancelBuildRequest();
       var arg_projectId = 'foo';
       var arg_id = 'foo';
@@ -2050,7 +2050,7 @@
 
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.CloudbuildApi(mock).projects.builds;
+      var res = api.CloudBuildApi(mock).projects.builds;
       var arg_request = buildBuild();
       var arg_projectId = 'foo';
       var arg_parent = 'foo';
@@ -2114,7 +2114,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.CloudbuildApi(mock).projects.builds;
+      var res = api.CloudBuildApi(mock).projects.builds;
       var arg_projectId = 'foo';
       var arg_id = 'foo';
       var arg_name = 'foo';
@@ -2176,7 +2176,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.CloudbuildApi(mock).projects.builds;
+      var res = api.CloudBuildApi(mock).projects.builds;
       var arg_projectId = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -2247,7 +2247,7 @@
 
     unittest.test('method--retry', () {
       var mock = HttpServerMock();
-      var res = api.CloudbuildApi(mock).projects.builds;
+      var res = api.CloudBuildApi(mock).projects.builds;
       var arg_request = buildRetryBuildRequest();
       var arg_projectId = 'foo';
       var arg_id = 'foo';
@@ -2320,7 +2320,7 @@
   unittest.group('resource-ProjectsLocationsBuildsResourceApi', () {
     unittest.test('method--cancel', () {
       var mock = HttpServerMock();
-      var res = api.CloudbuildApi(mock).projects.locations.builds;
+      var res = api.CloudBuildApi(mock).projects.locations.builds;
       var arg_request = buildCancelBuildRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -2373,7 +2373,7 @@
 
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.CloudbuildApi(mock).projects.locations.builds;
+      var res = api.CloudBuildApi(mock).projects.locations.builds;
       var arg_request = buildBuild();
       var arg_parent = 'foo';
       var arg_projectId = 'foo';
@@ -2430,7 +2430,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.CloudbuildApi(mock).projects.locations.builds;
+      var res = api.CloudBuildApi(mock).projects.locations.builds;
       var arg_name = 'foo';
       var arg_id = 'foo';
       var arg_projectId = 'foo';
@@ -2484,7 +2484,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.CloudbuildApi(mock).projects.locations.builds;
+      var res = api.CloudBuildApi(mock).projects.locations.builds;
       var arg_parent = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -2548,7 +2548,7 @@
 
     unittest.test('method--retry', () {
       var mock = HttpServerMock();
-      var res = api.CloudbuildApi(mock).projects.locations.builds;
+      var res = api.CloudBuildApi(mock).projects.locations.builds;
       var arg_request = buildRetryBuildRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -2603,7 +2603,7 @@
   unittest.group('resource-ProjectsLocationsOperationsResourceApi', () {
     unittest.test('method--cancel', () {
       var mock = HttpServerMock();
-      var res = api.CloudbuildApi(mock).projects.locations.operations;
+      var res = api.CloudBuildApi(mock).projects.locations.operations;
       var arg_request = buildCancelOperationRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -2656,7 +2656,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.CloudbuildApi(mock).projects.locations.operations;
+      var res = api.CloudBuildApi(mock).projects.locations.operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2706,7 +2706,7 @@
   unittest.group('resource-ProjectsTriggersResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.CloudbuildApi(mock).projects.triggers;
+      var res = api.CloudBuildApi(mock).projects.triggers;
       var arg_request = buildBuildTrigger();
       var arg_projectId = 'foo';
       var arg_$fields = 'foo';
@@ -2767,7 +2767,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.CloudbuildApi(mock).projects.triggers;
+      var res = api.CloudBuildApi(mock).projects.triggers;
       var arg_projectId = 'foo';
       var arg_triggerId = 'foo';
       var arg_$fields = 'foo';
@@ -2827,7 +2827,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.CloudbuildApi(mock).projects.triggers;
+      var res = api.CloudBuildApi(mock).projects.triggers;
       var arg_projectId = 'foo';
       var arg_triggerId = 'foo';
       var arg_$fields = 'foo';
@@ -2887,7 +2887,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.CloudbuildApi(mock).projects.triggers;
+      var res = api.CloudBuildApi(mock).projects.triggers;
       var arg_projectId = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -2953,7 +2953,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.CloudbuildApi(mock).projects.triggers;
+      var res = api.CloudBuildApi(mock).projects.triggers;
       var arg_request = buildBuildTrigger();
       var arg_projectId = 'foo';
       var arg_triggerId = 'foo';
@@ -3019,7 +3019,7 @@
 
     unittest.test('method--run', () {
       var mock = HttpServerMock();
-      var res = api.CloudbuildApi(mock).projects.triggers;
+      var res = api.CloudBuildApi(mock).projects.triggers;
       var arg_request = buildRepoSource();
       var arg_projectId = 'foo';
       var arg_triggerId = 'foo';
diff --git a/generated/googleapis/test/clouddebugger/v2_test.dart b/generated/googleapis/test/clouddebugger/v2_test.dart
index f1235ed..77cacef 100644
--- a/generated/googleapis/test/clouddebugger/v2_test.dart
+++ b/generated/googleapis/test/clouddebugger/v2_test.dart
@@ -1088,7 +1088,7 @@
   unittest.group('resource-ControllerDebuggeesResourceApi', () {
     unittest.test('method--register', () {
       var mock = HttpServerMock();
-      var res = api.ClouddebuggerApi(mock).controller.debuggees;
+      var res = api.CloudDebuggerApi(mock).controller.debuggees;
       var arg_request = buildRegisterDebuggeeRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1141,7 +1141,7 @@
   unittest.group('resource-ControllerDebuggeesBreakpointsResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ClouddebuggerApi(mock).controller.debuggees.breakpoints;
+      var res = api.CloudDebuggerApi(mock).controller.debuggees.breakpoints;
       var arg_debuggeeId = 'foo';
       var arg_agentId = 'foo';
       var arg_successOnTimeout = true;
@@ -1211,7 +1211,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.ClouddebuggerApi(mock).controller.debuggees.breakpoints;
+      var res = api.CloudDebuggerApi(mock).controller.debuggees.breakpoints;
       var arg_request = buildUpdateActiveBreakpointRequest();
       var arg_debuggeeId = 'foo';
       var arg_id = 'foo';
@@ -1280,7 +1280,7 @@
   unittest.group('resource-DebuggerDebuggeesResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ClouddebuggerApi(mock).debugger.debuggees;
+      var res = api.CloudDebuggerApi(mock).debugger.debuggees;
       var arg_clientVersion = 'foo';
       var arg_includeInactive = true;
       var arg_project = 'foo';
@@ -1341,7 +1341,7 @@
   unittest.group('resource-DebuggerDebuggeesBreakpointsResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.ClouddebuggerApi(mock).debugger.debuggees.breakpoints;
+      var res = api.CloudDebuggerApi(mock).debugger.debuggees.breakpoints;
       var arg_debuggeeId = 'foo';
       var arg_breakpointId = 'foo';
       var arg_clientVersion = 'foo';
@@ -1405,7 +1405,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ClouddebuggerApi(mock).debugger.debuggees.breakpoints;
+      var res = api.CloudDebuggerApi(mock).debugger.debuggees.breakpoints;
       var arg_debuggeeId = 'foo';
       var arg_breakpointId = 'foo';
       var arg_clientVersion = 'foo';
@@ -1469,7 +1469,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ClouddebuggerApi(mock).debugger.debuggees.breakpoints;
+      var res = api.CloudDebuggerApi(mock).debugger.debuggees.breakpoints;
       var arg_debuggeeId = 'foo';
       var arg_action_value = 'foo';
       var arg_clientVersion = 'foo';
@@ -1550,7 +1550,7 @@
 
     unittest.test('method--set', () {
       var mock = HttpServerMock();
-      var res = api.ClouddebuggerApi(mock).debugger.debuggees.breakpoints;
+      var res = api.CloudDebuggerApi(mock).debugger.debuggees.breakpoints;
       var arg_request = buildBreakpoint();
       var arg_debuggeeId = 'foo';
       var arg_canaryOption = 'foo';
diff --git a/generated/googleapis/test/cloudfunctions/v1_test.dart b/generated/googleapis/test/cloudfunctions/v1_test.dart
index c3553fe..73cfc79 100644
--- a/generated/googleapis/test/cloudfunctions/v1_test.dart
+++ b/generated/googleapis/test/cloudfunctions/v1_test.dart
@@ -1223,7 +1223,7 @@
   unittest.group('resource-OperationsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.CloudfunctionsApi(mock).operations;
+      var res = api.CloudFunctionsApi(mock).operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1271,7 +1271,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.CloudfunctionsApi(mock).operations;
+      var res = api.CloudFunctionsApi(mock).operations;
       var arg_filter = 'foo';
       var arg_name = 'foo';
       var arg_pageSize = 42;
@@ -1334,7 +1334,7 @@
   unittest.group('resource-ProjectsLocationsResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.CloudfunctionsApi(mock).projects.locations;
+      var res = api.CloudFunctionsApi(mock).projects.locations;
       var arg_name = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -1396,7 +1396,7 @@
   unittest.group('resource-ProjectsLocationsFunctionsResourceApi', () {
     unittest.test('method--call', () {
       var mock = HttpServerMock();
-      var res = api.CloudfunctionsApi(mock).projects.locations.functions;
+      var res = api.CloudFunctionsApi(mock).projects.locations.functions;
       var arg_request = buildCallFunctionRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -1449,7 +1449,7 @@
 
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.CloudfunctionsApi(mock).projects.locations.functions;
+      var res = api.CloudFunctionsApi(mock).projects.locations.functions;
       var arg_request = buildCloudFunction();
       var arg_location = 'foo';
       var arg_$fields = 'foo';
@@ -1502,7 +1502,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.CloudfunctionsApi(mock).projects.locations.functions;
+      var res = api.CloudFunctionsApi(mock).projects.locations.functions;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1550,7 +1550,7 @@
 
     unittest.test('method--generateDownloadUrl', () {
       var mock = HttpServerMock();
-      var res = api.CloudfunctionsApi(mock).projects.locations.functions;
+      var res = api.CloudFunctionsApi(mock).projects.locations.functions;
       var arg_request = buildGenerateDownloadUrlRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -1604,7 +1604,7 @@
 
     unittest.test('method--generateUploadUrl', () {
       var mock = HttpServerMock();
-      var res = api.CloudfunctionsApi(mock).projects.locations.functions;
+      var res = api.CloudFunctionsApi(mock).projects.locations.functions;
       var arg_request = buildGenerateUploadUrlRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -1658,7 +1658,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.CloudfunctionsApi(mock).projects.locations.functions;
+      var res = api.CloudFunctionsApi(mock).projects.locations.functions;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1706,7 +1706,7 @@
 
     unittest.test('method--getIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.CloudfunctionsApi(mock).projects.locations.functions;
+      var res = api.CloudFunctionsApi(mock).projects.locations.functions;
       var arg_resource = 'foo';
       var arg_options_requestedPolicyVersion = 42;
       var arg_$fields = 'foo';
@@ -1761,7 +1761,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.CloudfunctionsApi(mock).projects.locations.functions;
+      var res = api.CloudFunctionsApi(mock).projects.locations.functions;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -1818,7 +1818,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.CloudfunctionsApi(mock).projects.locations.functions;
+      var res = api.CloudFunctionsApi(mock).projects.locations.functions;
       var arg_request = buildCloudFunction();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -1875,7 +1875,7 @@
 
     unittest.test('method--setIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.CloudfunctionsApi(mock).projects.locations.functions;
+      var res = api.CloudFunctionsApi(mock).projects.locations.functions;
       var arg_request = buildSetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -1928,7 +1928,7 @@
 
     unittest.test('method--testIamPermissions', () {
       var mock = HttpServerMock();
-      var res = api.CloudfunctionsApi(mock).projects.locations.functions;
+      var res = api.CloudFunctionsApi(mock).projects.locations.functions;
       var arg_request = buildTestIamPermissionsRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
diff --git a/generated/googleapis/test/cloudidentity/v1_test.dart b/generated/googleapis/test/cloudidentity/v1_test.dart
index e8e8d83..1120e07 100644
--- a/generated/googleapis/test/cloudidentity/v1_test.dart
+++ b/generated/googleapis/test/cloudidentity/v1_test.dart
@@ -1576,7 +1576,7 @@
   unittest.group('resource-DevicesResourceApi', () {
     unittest.test('method--cancelWipe', () {
       var mock = HttpServerMock();
-      var res = api.CloudidentityApi(mock).devices;
+      var res = api.CloudIdentityApi(mock).devices;
       var arg_request =
           buildGoogleAppsCloudidentityDevicesV1CancelWipeDeviceRequest();
       var arg_name = 'foo';
@@ -1631,7 +1631,7 @@
 
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.CloudidentityApi(mock).devices;
+      var res = api.CloudIdentityApi(mock).devices;
       var arg_request = buildGoogleAppsCloudidentityDevicesV1Device();
       var arg_customer = 'foo';
       var arg_$fields = 'foo';
@@ -1686,7 +1686,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.CloudidentityApi(mock).devices;
+      var res = api.CloudIdentityApi(mock).devices;
       var arg_name = 'foo';
       var arg_customer = 'foo';
       var arg_$fields = 'foo';
@@ -1737,7 +1737,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.CloudidentityApi(mock).devices;
+      var res = api.CloudIdentityApi(mock).devices;
       var arg_name = 'foo';
       var arg_customer = 'foo';
       var arg_$fields = 'foo';
@@ -1790,7 +1790,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.CloudidentityApi(mock).devices;
+      var res = api.CloudIdentityApi(mock).devices;
       var arg_customer = 'foo';
       var arg_filter = 'foo';
       var arg_orderBy = 'foo';
@@ -1861,7 +1861,7 @@
 
     unittest.test('method--wipe', () {
       var mock = HttpServerMock();
-      var res = api.CloudidentityApi(mock).devices;
+      var res = api.CloudIdentityApi(mock).devices;
       var arg_request =
           buildGoogleAppsCloudidentityDevicesV1WipeDeviceRequest();
       var arg_name = 'foo';
@@ -1919,7 +1919,7 @@
   unittest.group('resource-DevicesDeviceUsersResourceApi', () {
     unittest.test('method--approve', () {
       var mock = HttpServerMock();
-      var res = api.CloudidentityApi(mock).devices.deviceUsers;
+      var res = api.CloudIdentityApi(mock).devices.deviceUsers;
       var arg_request =
           buildGoogleAppsCloudidentityDevicesV1ApproveDeviceUserRequest();
       var arg_name = 'foo';
@@ -1974,7 +1974,7 @@
 
     unittest.test('method--block', () {
       var mock = HttpServerMock();
-      var res = api.CloudidentityApi(mock).devices.deviceUsers;
+      var res = api.CloudIdentityApi(mock).devices.deviceUsers;
       var arg_request =
           buildGoogleAppsCloudidentityDevicesV1BlockDeviceUserRequest();
       var arg_name = 'foo';
@@ -2030,7 +2030,7 @@
 
     unittest.test('method--cancelWipe', () {
       var mock = HttpServerMock();
-      var res = api.CloudidentityApi(mock).devices.deviceUsers;
+      var res = api.CloudIdentityApi(mock).devices.deviceUsers;
       var arg_request =
           buildGoogleAppsCloudidentityDevicesV1CancelWipeDeviceUserRequest();
       var arg_name = 'foo';
@@ -2086,7 +2086,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.CloudidentityApi(mock).devices.deviceUsers;
+      var res = api.CloudIdentityApi(mock).devices.deviceUsers;
       var arg_name = 'foo';
       var arg_customer = 'foo';
       var arg_$fields = 'foo';
@@ -2137,7 +2137,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.CloudidentityApi(mock).devices.deviceUsers;
+      var res = api.CloudIdentityApi(mock).devices.deviceUsers;
       var arg_name = 'foo';
       var arg_customer = 'foo';
       var arg_$fields = 'foo';
@@ -2190,7 +2190,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.CloudidentityApi(mock).devices.deviceUsers;
+      var res = api.CloudIdentityApi(mock).devices.deviceUsers;
       var arg_parent = 'foo';
       var arg_customer = 'foo';
       var arg_filter = 'foo';
@@ -2260,7 +2260,7 @@
 
     unittest.test('method--lookup', () {
       var mock = HttpServerMock();
-      var res = api.CloudidentityApi(mock).devices.deviceUsers;
+      var res = api.CloudIdentityApi(mock).devices.deviceUsers;
       var arg_parent = 'foo';
       var arg_androidId = 'foo';
       var arg_pageSize = 42;
@@ -2331,7 +2331,7 @@
 
     unittest.test('method--wipe', () {
       var mock = HttpServerMock();
-      var res = api.CloudidentityApi(mock).devices.deviceUsers;
+      var res = api.CloudIdentityApi(mock).devices.deviceUsers;
       var arg_request =
           buildGoogleAppsCloudidentityDevicesV1WipeDeviceUserRequest();
       var arg_name = 'foo';
@@ -2389,7 +2389,7 @@
   unittest.group('resource-DevicesDeviceUsersClientStatesResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.CloudidentityApi(mock).devices.deviceUsers.clientStates;
+      var res = api.CloudIdentityApi(mock).devices.deviceUsers.clientStates;
       var arg_name = 'foo';
       var arg_customer = 'foo';
       var arg_$fields = 'foo';
@@ -2442,7 +2442,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.CloudidentityApi(mock).devices.deviceUsers.clientStates;
+      var res = api.CloudIdentityApi(mock).devices.deviceUsers.clientStates;
       var arg_parent = 'foo';
       var arg_customer = 'foo';
       var arg_filter = 'foo';
@@ -2508,7 +2508,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.CloudidentityApi(mock).devices.deviceUsers.clientStates;
+      var res = api.CloudIdentityApi(mock).devices.deviceUsers.clientStates;
       var arg_request = buildGoogleAppsCloudidentityDevicesV1ClientState();
       var arg_name = 'foo';
       var arg_customer = 'foo';
@@ -2573,7 +2573,7 @@
   unittest.group('resource-GroupsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.CloudidentityApi(mock).groups;
+      var res = api.CloudIdentityApi(mock).groups;
       var arg_request = buildGroup();
       var arg_initialGroupConfig = 'foo';
       var arg_$fields = 'foo';
@@ -2628,7 +2628,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.CloudidentityApi(mock).groups;
+      var res = api.CloudIdentityApi(mock).groups;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2676,7 +2676,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.CloudidentityApi(mock).groups;
+      var res = api.CloudIdentityApi(mock).groups;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2724,7 +2724,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.CloudidentityApi(mock).groups;
+      var res = api.CloudIdentityApi(mock).groups;
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
       var arg_parent = 'foo';
@@ -2785,7 +2785,7 @@
 
     unittest.test('method--lookup', () {
       var mock = HttpServerMock();
-      var res = api.CloudidentityApi(mock).groups;
+      var res = api.CloudIdentityApi(mock).groups;
       var arg_groupKey_id = 'foo';
       var arg_groupKey_namespace = 'foo';
       var arg_$fields = 'foo';
@@ -2840,7 +2840,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.CloudidentityApi(mock).groups;
+      var res = api.CloudIdentityApi(mock).groups;
       var arg_request = buildGroup();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -2897,7 +2897,7 @@
 
     unittest.test('method--search', () {
       var mock = HttpServerMock();
-      var res = api.CloudidentityApi(mock).groups;
+      var res = api.CloudIdentityApi(mock).groups;
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
       var arg_query = 'foo';
@@ -2960,7 +2960,7 @@
   unittest.group('resource-GroupsMembershipsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.CloudidentityApi(mock).groups.memberships;
+      var res = api.CloudIdentityApi(mock).groups.memberships;
       var arg_request = buildMembership();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -3013,7 +3013,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.CloudidentityApi(mock).groups.memberships;
+      var res = api.CloudIdentityApi(mock).groups.memberships;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3061,7 +3061,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.CloudidentityApi(mock).groups.memberships;
+      var res = api.CloudIdentityApi(mock).groups.memberships;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3109,7 +3109,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.CloudidentityApi(mock).groups.memberships;
+      var res = api.CloudIdentityApi(mock).groups.memberships;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -3169,7 +3169,7 @@
 
     unittest.test('method--lookup', () {
       var mock = HttpServerMock();
-      var res = api.CloudidentityApi(mock).groups.memberships;
+      var res = api.CloudIdentityApi(mock).groups.memberships;
       var arg_parent = 'foo';
       var arg_memberKey_id = 'foo';
       var arg_memberKey_namespace = 'foo';
@@ -3227,7 +3227,7 @@
 
     unittest.test('method--modifyMembershipRoles', () {
       var mock = HttpServerMock();
-      var res = api.CloudidentityApi(mock).groups.memberships;
+      var res = api.CloudIdentityApi(mock).groups.memberships;
       var arg_request = buildModifyMembershipRolesRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
diff --git a/generated/googleapis/test/cloudiot/v1_test.dart b/generated/googleapis/test/cloudiot/v1_test.dart
index 06fb524..a110fb3 100644
--- a/generated/googleapis/test/cloudiot/v1_test.dart
+++ b/generated/googleapis/test/cloudiot/v1_test.dart
@@ -1331,7 +1331,7 @@
   unittest.group('resource-ProjectsLocationsRegistriesResourceApi', () {
     unittest.test('method--bindDeviceToGateway', () {
       var mock = HttpServerMock();
-      var res = api.CloudiotApi(mock).projects.locations.registries;
+      var res = api.CloudIotApi(mock).projects.locations.registries;
       var arg_request = buildBindDeviceToGatewayRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -1385,7 +1385,7 @@
 
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.CloudiotApi(mock).projects.locations.registries;
+      var res = api.CloudIotApi(mock).projects.locations.registries;
       var arg_request = buildDeviceRegistry();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -1438,7 +1438,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.CloudiotApi(mock).projects.locations.registries;
+      var res = api.CloudIotApi(mock).projects.locations.registries;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1486,7 +1486,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.CloudiotApi(mock).projects.locations.registries;
+      var res = api.CloudIotApi(mock).projects.locations.registries;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1534,7 +1534,7 @@
 
     unittest.test('method--getIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.CloudiotApi(mock).projects.locations.registries;
+      var res = api.CloudIotApi(mock).projects.locations.registries;
       var arg_request = buildGetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -1587,7 +1587,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.CloudiotApi(mock).projects.locations.registries;
+      var res = api.CloudIotApi(mock).projects.locations.registries;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -1645,7 +1645,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.CloudiotApi(mock).projects.locations.registries;
+      var res = api.CloudIotApi(mock).projects.locations.registries;
       var arg_request = buildDeviceRegistry();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -1702,7 +1702,7 @@
 
     unittest.test('method--setIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.CloudiotApi(mock).projects.locations.registries;
+      var res = api.CloudIotApi(mock).projects.locations.registries;
       var arg_request = buildSetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -1755,7 +1755,7 @@
 
     unittest.test('method--testIamPermissions', () {
       var mock = HttpServerMock();
-      var res = api.CloudiotApi(mock).projects.locations.registries;
+      var res = api.CloudIotApi(mock).projects.locations.registries;
       var arg_request = buildTestIamPermissionsRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -1809,7 +1809,7 @@
 
     unittest.test('method--unbindDeviceFromGateway', () {
       var mock = HttpServerMock();
-      var res = api.CloudiotApi(mock).projects.locations.registries;
+      var res = api.CloudIotApi(mock).projects.locations.registries;
       var arg_request = buildUnbindDeviceFromGatewayRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -1867,7 +1867,7 @@
   unittest.group('resource-ProjectsLocationsRegistriesDevicesResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.CloudiotApi(mock).projects.locations.registries.devices;
+      var res = api.CloudIotApi(mock).projects.locations.registries.devices;
       var arg_request = buildDevice();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -1920,7 +1920,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.CloudiotApi(mock).projects.locations.registries.devices;
+      var res = api.CloudIotApi(mock).projects.locations.registries.devices;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1968,7 +1968,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.CloudiotApi(mock).projects.locations.registries.devices;
+      var res = api.CloudIotApi(mock).projects.locations.registries.devices;
       var arg_name = 'foo';
       var arg_fieldMask = 'foo';
       var arg_$fields = 'foo';
@@ -2019,7 +2019,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.CloudiotApi(mock).projects.locations.registries.devices;
+      var res = api.CloudIotApi(mock).projects.locations.registries.devices;
       var arg_parent = 'foo';
       var arg_deviceIds = buildUnnamed2513();
       var arg_deviceNumIds = buildUnnamed2514();
@@ -2104,7 +2104,7 @@
 
     unittest.test('method--modifyCloudToDeviceConfig', () {
       var mock = HttpServerMock();
-      var res = api.CloudiotApi(mock).projects.locations.registries.devices;
+      var res = api.CloudIotApi(mock).projects.locations.registries.devices;
       var arg_request = buildModifyCloudToDeviceConfigRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -2159,7 +2159,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.CloudiotApi(mock).projects.locations.registries.devices;
+      var res = api.CloudIotApi(mock).projects.locations.registries.devices;
       var arg_request = buildDevice();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -2216,7 +2216,7 @@
 
     unittest.test('method--sendCommandToDevice', () {
       var mock = HttpServerMock();
-      var res = api.CloudiotApi(mock).projects.locations.registries.devices;
+      var res = api.CloudIotApi(mock).projects.locations.registries.devices;
       var arg_request = buildSendCommandToDeviceRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -2274,7 +2274,7 @@
       () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.CloudiotApi(mock)
+      var res = api.CloudIotApi(mock)
           .projects
           .locations
           .registries
@@ -2335,7 +2335,7 @@
     unittest.test('method--list', () {
       var mock = HttpServerMock();
       var res =
-          api.CloudiotApi(mock).projects.locations.registries.devices.states;
+          api.CloudIotApi(mock).projects.locations.registries.devices.states;
       var arg_name = 'foo';
       var arg_numStates = 42;
       var arg_$fields = 'foo';
@@ -2388,7 +2388,7 @@
   unittest.group('resource-ProjectsLocationsRegistriesGroupsResourceApi', () {
     unittest.test('method--getIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.CloudiotApi(mock).projects.locations.registries.groups;
+      var res = api.CloudIotApi(mock).projects.locations.registries.groups;
       var arg_request = buildGetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -2441,7 +2441,7 @@
 
     unittest.test('method--setIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.CloudiotApi(mock).projects.locations.registries.groups;
+      var res = api.CloudIotApi(mock).projects.locations.registries.groups;
       var arg_request = buildSetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -2494,7 +2494,7 @@
 
     unittest.test('method--testIamPermissions', () {
       var mock = HttpServerMock();
-      var res = api.CloudiotApi(mock).projects.locations.registries.groups;
+      var res = api.CloudIotApi(mock).projects.locations.registries.groups;
       var arg_request = buildTestIamPermissionsRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -2552,7 +2552,7 @@
     unittest.test('method--list', () {
       var mock = HttpServerMock();
       var res =
-          api.CloudiotApi(mock).projects.locations.registries.groups.devices;
+          api.CloudIotApi(mock).projects.locations.registries.groups.devices;
       var arg_parent = 'foo';
       var arg_deviceIds = buildUnnamed2515();
       var arg_deviceNumIds = buildUnnamed2516();
diff --git a/generated/googleapis/test/cloudkms/v1_test.dart b/generated/googleapis/test/cloudkms/v1_test.dart
index be3b6a6..28b38ce 100644
--- a/generated/googleapis/test/cloudkms/v1_test.dart
+++ b/generated/googleapis/test/cloudkms/v1_test.dart
@@ -1482,7 +1482,7 @@
   unittest.group('resource-ProjectsLocationsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.CloudkmsApi(mock).projects.locations;
+      var res = api.CloudKMSApi(mock).projects.locations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1530,7 +1530,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.CloudkmsApi(mock).projects.locations;
+      var res = api.CloudKMSApi(mock).projects.locations;
       var arg_name = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -1592,7 +1592,7 @@
   unittest.group('resource-ProjectsLocationsKeyRingsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.CloudkmsApi(mock).projects.locations.keyRings;
+      var res = api.CloudKMSApi(mock).projects.locations.keyRings;
       var arg_request = buildKeyRing();
       var arg_parent = 'foo';
       var arg_keyRingId = 'foo';
@@ -1649,7 +1649,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.CloudkmsApi(mock).projects.locations.keyRings;
+      var res = api.CloudKMSApi(mock).projects.locations.keyRings;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1697,7 +1697,7 @@
 
     unittest.test('method--getIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.CloudkmsApi(mock).projects.locations.keyRings;
+      var res = api.CloudKMSApi(mock).projects.locations.keyRings;
       var arg_resource = 'foo';
       var arg_options_requestedPolicyVersion = 42;
       var arg_$fields = 'foo';
@@ -1752,7 +1752,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.CloudkmsApi(mock).projects.locations.keyRings;
+      var res = api.CloudKMSApi(mock).projects.locations.keyRings;
       var arg_parent = 'foo';
       var arg_filter = 'foo';
       var arg_orderBy = 'foo';
@@ -1816,7 +1816,7 @@
 
     unittest.test('method--setIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.CloudkmsApi(mock).projects.locations.keyRings;
+      var res = api.CloudKMSApi(mock).projects.locations.keyRings;
       var arg_request = buildSetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -1869,7 +1869,7 @@
 
     unittest.test('method--testIamPermissions', () {
       var mock = HttpServerMock();
-      var res = api.CloudkmsApi(mock).projects.locations.keyRings;
+      var res = api.CloudKMSApi(mock).projects.locations.keyRings;
       var arg_request = buildTestIamPermissionsRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -1925,7 +1925,7 @@
   unittest.group('resource-ProjectsLocationsKeyRingsCryptoKeysResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.CloudkmsApi(mock).projects.locations.keyRings.cryptoKeys;
+      var res = api.CloudKMSApi(mock).projects.locations.keyRings.cryptoKeys;
       var arg_request = buildCryptoKey();
       var arg_parent = 'foo';
       var arg_cryptoKeyId = 'foo';
@@ -1987,7 +1987,7 @@
 
     unittest.test('method--decrypt', () {
       var mock = HttpServerMock();
-      var res = api.CloudkmsApi(mock).projects.locations.keyRings.cryptoKeys;
+      var res = api.CloudKMSApi(mock).projects.locations.keyRings.cryptoKeys;
       var arg_request = buildDecryptRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -2040,7 +2040,7 @@
 
     unittest.test('method--encrypt', () {
       var mock = HttpServerMock();
-      var res = api.CloudkmsApi(mock).projects.locations.keyRings.cryptoKeys;
+      var res = api.CloudKMSApi(mock).projects.locations.keyRings.cryptoKeys;
       var arg_request = buildEncryptRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -2093,7 +2093,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.CloudkmsApi(mock).projects.locations.keyRings.cryptoKeys;
+      var res = api.CloudKMSApi(mock).projects.locations.keyRings.cryptoKeys;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2141,7 +2141,7 @@
 
     unittest.test('method--getIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.CloudkmsApi(mock).projects.locations.keyRings.cryptoKeys;
+      var res = api.CloudKMSApi(mock).projects.locations.keyRings.cryptoKeys;
       var arg_resource = 'foo';
       var arg_options_requestedPolicyVersion = 42;
       var arg_$fields = 'foo';
@@ -2196,7 +2196,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.CloudkmsApi(mock).projects.locations.keyRings.cryptoKeys;
+      var res = api.CloudKMSApi(mock).projects.locations.keyRings.cryptoKeys;
       var arg_parent = 'foo';
       var arg_filter = 'foo';
       var arg_orderBy = 'foo';
@@ -2264,7 +2264,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.CloudkmsApi(mock).projects.locations.keyRings.cryptoKeys;
+      var res = api.CloudKMSApi(mock).projects.locations.keyRings.cryptoKeys;
       var arg_request = buildCryptoKey();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -2321,7 +2321,7 @@
 
     unittest.test('method--setIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.CloudkmsApi(mock).projects.locations.keyRings.cryptoKeys;
+      var res = api.CloudKMSApi(mock).projects.locations.keyRings.cryptoKeys;
       var arg_request = buildSetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -2374,7 +2374,7 @@
 
     unittest.test('method--testIamPermissions', () {
       var mock = HttpServerMock();
-      var res = api.CloudkmsApi(mock).projects.locations.keyRings.cryptoKeys;
+      var res = api.CloudKMSApi(mock).projects.locations.keyRings.cryptoKeys;
       var arg_request = buildTestIamPermissionsRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -2428,7 +2428,7 @@
 
     unittest.test('method--updatePrimaryVersion', () {
       var mock = HttpServerMock();
-      var res = api.CloudkmsApi(mock).projects.locations.keyRings.cryptoKeys;
+      var res = api.CloudKMSApi(mock).projects.locations.keyRings.cryptoKeys;
       var arg_request = buildUpdateCryptoKeyPrimaryVersionRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -2486,7 +2486,7 @@
       () {
     unittest.test('method--asymmetricDecrypt', () {
       var mock = HttpServerMock();
-      var res = api.CloudkmsApi(mock)
+      var res = api.CloudKMSApi(mock)
           .projects
           .locations
           .keyRings
@@ -2545,7 +2545,7 @@
 
     unittest.test('method--asymmetricSign', () {
       var mock = HttpServerMock();
-      var res = api.CloudkmsApi(mock)
+      var res = api.CloudKMSApi(mock)
           .projects
           .locations
           .keyRings
@@ -2603,7 +2603,7 @@
 
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.CloudkmsApi(mock)
+      var res = api.CloudKMSApi(mock)
           .projects
           .locations
           .keyRings
@@ -2661,7 +2661,7 @@
 
     unittest.test('method--destroy', () {
       var mock = HttpServerMock();
-      var res = api.CloudkmsApi(mock)
+      var res = api.CloudKMSApi(mock)
           .projects
           .locations
           .keyRings
@@ -2720,7 +2720,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.CloudkmsApi(mock)
+      var res = api.CloudKMSApi(mock)
           .projects
           .locations
           .keyRings
@@ -2773,7 +2773,7 @@
 
     unittest.test('method--getPublicKey', () {
       var mock = HttpServerMock();
-      var res = api.CloudkmsApi(mock)
+      var res = api.CloudKMSApi(mock)
           .projects
           .locations
           .keyRings
@@ -2826,7 +2826,7 @@
 
     unittest.test('method--import', () {
       var mock = HttpServerMock();
-      var res = api.CloudkmsApi(mock)
+      var res = api.CloudKMSApi(mock)
           .projects
           .locations
           .keyRings
@@ -2885,7 +2885,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.CloudkmsApi(mock)
+      var res = api.CloudKMSApi(mock)
           .projects
           .locations
           .keyRings
@@ -2958,7 +2958,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.CloudkmsApi(mock)
+      var res = api.CloudKMSApi(mock)
           .projects
           .locations
           .keyRings
@@ -3020,7 +3020,7 @@
 
     unittest.test('method--restore', () {
       var mock = HttpServerMock();
-      var res = api.CloudkmsApi(mock)
+      var res = api.CloudKMSApi(mock)
           .projects
           .locations
           .keyRings
@@ -3081,7 +3081,7 @@
   unittest.group('resource-ProjectsLocationsKeyRingsImportJobsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.CloudkmsApi(mock).projects.locations.keyRings.importJobs;
+      var res = api.CloudKMSApi(mock).projects.locations.keyRings.importJobs;
       var arg_request = buildImportJob();
       var arg_parent = 'foo';
       var arg_importJobId = 'foo';
@@ -3138,7 +3138,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.CloudkmsApi(mock).projects.locations.keyRings.importJobs;
+      var res = api.CloudKMSApi(mock).projects.locations.keyRings.importJobs;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3186,7 +3186,7 @@
 
     unittest.test('method--getIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.CloudkmsApi(mock).projects.locations.keyRings.importJobs;
+      var res = api.CloudKMSApi(mock).projects.locations.keyRings.importJobs;
       var arg_resource = 'foo';
       var arg_options_requestedPolicyVersion = 42;
       var arg_$fields = 'foo';
@@ -3241,7 +3241,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.CloudkmsApi(mock).projects.locations.keyRings.importJobs;
+      var res = api.CloudKMSApi(mock).projects.locations.keyRings.importJobs;
       var arg_parent = 'foo';
       var arg_filter = 'foo';
       var arg_orderBy = 'foo';
@@ -3305,7 +3305,7 @@
 
     unittest.test('method--setIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.CloudkmsApi(mock).projects.locations.keyRings.importJobs;
+      var res = api.CloudKMSApi(mock).projects.locations.keyRings.importJobs;
       var arg_request = buildSetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -3358,7 +3358,7 @@
 
     unittest.test('method--testIamPermissions', () {
       var mock = HttpServerMock();
-      var res = api.CloudkmsApi(mock).projects.locations.keyRings.importJobs;
+      var res = api.CloudKMSApi(mock).projects.locations.keyRings.importJobs;
       var arg_request = buildTestIamPermissionsRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
diff --git a/generated/googleapis/test/cloudprofiler/v2_test.dart b/generated/googleapis/test/cloudprofiler/v2_test.dart
index ccf13a7..55feee7 100644
--- a/generated/googleapis/test/cloudprofiler/v2_test.dart
+++ b/generated/googleapis/test/cloudprofiler/v2_test.dart
@@ -167,7 +167,7 @@
   unittest.group('resource-ProjectsProfilesResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.CloudprofilerApi(mock).projects.profiles;
+      var res = api.CloudProfilerApi(mock).projects.profiles;
       var arg_request = buildCreateProfileRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -220,7 +220,7 @@
 
     unittest.test('method--createOffline', () {
       var mock = HttpServerMock();
-      var res = api.CloudprofilerApi(mock).projects.profiles;
+      var res = api.CloudProfilerApi(mock).projects.profiles;
       var arg_request = buildProfile();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -273,7 +273,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.CloudprofilerApi(mock).projects.profiles;
+      var res = api.CloudProfilerApi(mock).projects.profiles;
       var arg_request = buildProfile();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
diff --git a/generated/googleapis/test/cloudresourcemanager/v1_test.dart b/generated/googleapis/test/cloudresourcemanager/v1_test.dart
index d214c5f..4aa963c 100644
--- a/generated/googleapis/test/cloudresourcemanager/v1_test.dart
+++ b/generated/googleapis/test/cloudresourcemanager/v1_test.dart
@@ -1660,7 +1660,7 @@
   unittest.group('resource-FoldersResourceApi', () {
     unittest.test('method--clearOrgPolicy', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).folders;
+      var res = api.CloudResourceManagerApi(mock).folders;
       var arg_request = buildClearOrgPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -1713,7 +1713,7 @@
 
     unittest.test('method--getEffectiveOrgPolicy', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).folders;
+      var res = api.CloudResourceManagerApi(mock).folders;
       var arg_request = buildGetEffectiveOrgPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -1768,7 +1768,7 @@
 
     unittest.test('method--getOrgPolicy', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).folders;
+      var res = api.CloudResourceManagerApi(mock).folders;
       var arg_request = buildGetOrgPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -1821,7 +1821,7 @@
 
     unittest.test('method--listAvailableOrgPolicyConstraints', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).folders;
+      var res = api.CloudResourceManagerApi(mock).folders;
       var arg_request = buildListAvailableOrgPolicyConstraintsRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -1878,7 +1878,7 @@
 
     unittest.test('method--listOrgPolicies', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).folders;
+      var res = api.CloudResourceManagerApi(mock).folders;
       var arg_request = buildListOrgPoliciesRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -1931,7 +1931,7 @@
 
     unittest.test('method--setOrgPolicy', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).folders;
+      var res = api.CloudResourceManagerApi(mock).folders;
       var arg_request = buildSetOrgPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -1986,7 +1986,7 @@
   unittest.group('resource-LiensResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).liens;
+      var res = api.CloudResourceManagerApi(mock).liens;
       var arg_request = buildLien();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2037,7 +2037,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).liens;
+      var res = api.CloudResourceManagerApi(mock).liens;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2085,7 +2085,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).liens;
+      var res = api.CloudResourceManagerApi(mock).liens;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2133,7 +2133,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).liens;
+      var res = api.CloudResourceManagerApi(mock).liens;
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
       var arg_parent = 'foo';
@@ -2193,7 +2193,7 @@
   unittest.group('resource-OperationsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).operations;
+      var res = api.CloudResourceManagerApi(mock).operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2243,7 +2243,7 @@
   unittest.group('resource-OrganizationsResourceApi', () {
     unittest.test('method--clearOrgPolicy', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).organizations;
+      var res = api.CloudResourceManagerApi(mock).organizations;
       var arg_request = buildClearOrgPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -2296,7 +2296,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).organizations;
+      var res = api.CloudResourceManagerApi(mock).organizations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2344,7 +2344,7 @@
 
     unittest.test('method--getEffectiveOrgPolicy', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).organizations;
+      var res = api.CloudResourceManagerApi(mock).organizations;
       var arg_request = buildGetEffectiveOrgPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -2399,7 +2399,7 @@
 
     unittest.test('method--getIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).organizations;
+      var res = api.CloudResourceManagerApi(mock).organizations;
       var arg_request = buildGetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -2452,7 +2452,7 @@
 
     unittest.test('method--getOrgPolicy', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).organizations;
+      var res = api.CloudResourceManagerApi(mock).organizations;
       var arg_request = buildGetOrgPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -2505,7 +2505,7 @@
 
     unittest.test('method--listAvailableOrgPolicyConstraints', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).organizations;
+      var res = api.CloudResourceManagerApi(mock).organizations;
       var arg_request = buildListAvailableOrgPolicyConstraintsRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -2562,7 +2562,7 @@
 
     unittest.test('method--listOrgPolicies', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).organizations;
+      var res = api.CloudResourceManagerApi(mock).organizations;
       var arg_request = buildListOrgPoliciesRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -2615,7 +2615,7 @@
 
     unittest.test('method--search', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).organizations;
+      var res = api.CloudResourceManagerApi(mock).organizations;
       var arg_request = buildSearchOrganizationsRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2667,7 +2667,7 @@
 
     unittest.test('method--setIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).organizations;
+      var res = api.CloudResourceManagerApi(mock).organizations;
       var arg_request = buildSetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -2720,7 +2720,7 @@
 
     unittest.test('method--setOrgPolicy', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).organizations;
+      var res = api.CloudResourceManagerApi(mock).organizations;
       var arg_request = buildSetOrgPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -2773,7 +2773,7 @@
 
     unittest.test('method--testIamPermissions', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).organizations;
+      var res = api.CloudResourceManagerApi(mock).organizations;
       var arg_request = buildTestIamPermissionsRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -2829,7 +2829,7 @@
   unittest.group('resource-ProjectsResourceApi', () {
     unittest.test('method--clearOrgPolicy', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).projects;
+      var res = api.CloudResourceManagerApi(mock).projects;
       var arg_request = buildClearOrgPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -2882,7 +2882,7 @@
 
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).projects;
+      var res = api.CloudResourceManagerApi(mock).projects;
       var arg_request = buildProject();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2933,7 +2933,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).projects;
+      var res = api.CloudResourceManagerApi(mock).projects;
       var arg_projectId = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2983,7 +2983,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).projects;
+      var res = api.CloudResourceManagerApi(mock).projects;
       var arg_projectId = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3033,7 +3033,7 @@
 
     unittest.test('method--getAncestry', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).projects;
+      var res = api.CloudResourceManagerApi(mock).projects;
       var arg_request = buildGetAncestryRequest();
       var arg_projectId = 'foo';
       var arg_$fields = 'foo';
@@ -3094,7 +3094,7 @@
 
     unittest.test('method--getEffectiveOrgPolicy', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).projects;
+      var res = api.CloudResourceManagerApi(mock).projects;
       var arg_request = buildGetEffectiveOrgPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -3149,7 +3149,7 @@
 
     unittest.test('method--getIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).projects;
+      var res = api.CloudResourceManagerApi(mock).projects;
       var arg_request = buildGetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -3210,7 +3210,7 @@
 
     unittest.test('method--getOrgPolicy', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).projects;
+      var res = api.CloudResourceManagerApi(mock).projects;
       var arg_request = buildGetOrgPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -3263,7 +3263,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).projects;
+      var res = api.CloudResourceManagerApi(mock).projects;
       var arg_filter = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -3321,7 +3321,7 @@
 
     unittest.test('method--listAvailableOrgPolicyConstraints', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).projects;
+      var res = api.CloudResourceManagerApi(mock).projects;
       var arg_request = buildListAvailableOrgPolicyConstraintsRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -3378,7 +3378,7 @@
 
     unittest.test('method--listOrgPolicies', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).projects;
+      var res = api.CloudResourceManagerApi(mock).projects;
       var arg_request = buildListOrgPoliciesRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -3431,7 +3431,7 @@
 
     unittest.test('method--setIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).projects;
+      var res = api.CloudResourceManagerApi(mock).projects;
       var arg_request = buildSetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -3492,7 +3492,7 @@
 
     unittest.test('method--setOrgPolicy', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).projects;
+      var res = api.CloudResourceManagerApi(mock).projects;
       var arg_request = buildSetOrgPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -3545,7 +3545,7 @@
 
     unittest.test('method--testIamPermissions', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).projects;
+      var res = api.CloudResourceManagerApi(mock).projects;
       var arg_request = buildTestIamPermissionsRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -3607,7 +3607,7 @@
 
     unittest.test('method--undelete', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).projects;
+      var res = api.CloudResourceManagerApi(mock).projects;
       var arg_request = buildUndeleteProjectRequest();
       var arg_projectId = 'foo';
       var arg_$fields = 'foo';
@@ -3668,7 +3668,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).projects;
+      var res = api.CloudResourceManagerApi(mock).projects;
       var arg_request = buildProject();
       var arg_projectId = 'foo';
       var arg_$fields = 'foo';
diff --git a/generated/googleapis/test/cloudresourcemanager/v2_test.dart b/generated/googleapis/test/cloudresourcemanager/v2_test.dart
index 0a7bd7a..c05cb2f 100644
--- a/generated/googleapis/test/cloudresourcemanager/v2_test.dart
+++ b/generated/googleapis/test/cloudresourcemanager/v2_test.dart
@@ -873,7 +873,7 @@
   unittest.group('resource-FoldersResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).folders;
+      var res = api.CloudResourceManagerApi(mock).folders;
       var arg_request = buildFolder();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -926,7 +926,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).folders;
+      var res = api.CloudResourceManagerApi(mock).folders;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -974,7 +974,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).folders;
+      var res = api.CloudResourceManagerApi(mock).folders;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1022,7 +1022,7 @@
 
     unittest.test('method--getIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).folders;
+      var res = api.CloudResourceManagerApi(mock).folders;
       var arg_request = buildGetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -1075,7 +1075,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).folders;
+      var res = api.CloudResourceManagerApi(mock).folders;
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
       var arg_parent = 'foo';
@@ -1137,7 +1137,7 @@
 
     unittest.test('method--move', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).folders;
+      var res = api.CloudResourceManagerApi(mock).folders;
       var arg_request = buildMoveFolderRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -1190,7 +1190,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).folders;
+      var res = api.CloudResourceManagerApi(mock).folders;
       var arg_request = buildFolder();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -1247,7 +1247,7 @@
 
     unittest.test('method--search', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).folders;
+      var res = api.CloudResourceManagerApi(mock).folders;
       var arg_request = buildSearchFoldersRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1298,7 +1298,7 @@
 
     unittest.test('method--setIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).folders;
+      var res = api.CloudResourceManagerApi(mock).folders;
       var arg_request = buildSetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -1351,7 +1351,7 @@
 
     unittest.test('method--testIamPermissions', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).folders;
+      var res = api.CloudResourceManagerApi(mock).folders;
       var arg_request = buildTestIamPermissionsRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -1405,7 +1405,7 @@
 
     unittest.test('method--undelete', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).folders;
+      var res = api.CloudResourceManagerApi(mock).folders;
       var arg_request = buildUndeleteFolderRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -1460,7 +1460,7 @@
   unittest.group('resource-OperationsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).operations;
+      var res = api.CloudResourceManagerApi(mock).operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
diff --git a/generated/googleapis/test/cloudscheduler/v1_test.dart b/generated/googleapis/test/cloudscheduler/v1_test.dart
index 69dc6fa..b7d6ebf 100644
--- a/generated/googleapis/test/cloudscheduler/v1_test.dart
+++ b/generated/googleapis/test/cloudscheduler/v1_test.dart
@@ -726,7 +726,7 @@
   unittest.group('resource-ProjectsLocationsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.CloudschedulerApi(mock).projects.locations;
+      var res = api.CloudSchedulerApi(mock).projects.locations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -774,7 +774,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.CloudschedulerApi(mock).projects.locations;
+      var res = api.CloudSchedulerApi(mock).projects.locations;
       var arg_name = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -836,7 +836,7 @@
   unittest.group('resource-ProjectsLocationsJobsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.CloudschedulerApi(mock).projects.locations.jobs;
+      var res = api.CloudSchedulerApi(mock).projects.locations.jobs;
       var arg_request = buildJob();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -888,7 +888,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.CloudschedulerApi(mock).projects.locations.jobs;
+      var res = api.CloudSchedulerApi(mock).projects.locations.jobs;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -936,7 +936,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.CloudschedulerApi(mock).projects.locations.jobs;
+      var res = api.CloudSchedulerApi(mock).projects.locations.jobs;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -984,7 +984,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.CloudschedulerApi(mock).projects.locations.jobs;
+      var res = api.CloudSchedulerApi(mock).projects.locations.jobs;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -1041,7 +1041,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.CloudschedulerApi(mock).projects.locations.jobs;
+      var res = api.CloudSchedulerApi(mock).projects.locations.jobs;
       var arg_request = buildJob();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -1097,7 +1097,7 @@
 
     unittest.test('method--pause', () {
       var mock = HttpServerMock();
-      var res = api.CloudschedulerApi(mock).projects.locations.jobs;
+      var res = api.CloudSchedulerApi(mock).projects.locations.jobs;
       var arg_request = buildPauseJobRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -1150,7 +1150,7 @@
 
     unittest.test('method--resume', () {
       var mock = HttpServerMock();
-      var res = api.CloudschedulerApi(mock).projects.locations.jobs;
+      var res = api.CloudSchedulerApi(mock).projects.locations.jobs;
       var arg_request = buildResumeJobRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -1203,7 +1203,7 @@
 
     unittest.test('method--run', () {
       var mock = HttpServerMock();
-      var res = api.CloudschedulerApi(mock).projects.locations.jobs;
+      var res = api.CloudSchedulerApi(mock).projects.locations.jobs;
       var arg_request = buildRunJobRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
diff --git a/generated/googleapis/test/cloudsearch/v1_test.dart b/generated/googleapis/test/cloudsearch/v1_test.dart
index c9bed9c..72017f5 100644
--- a/generated/googleapis/test/cloudsearch/v1_test.dart
+++ b/generated/googleapis/test/cloudsearch/v1_test.dart
@@ -5763,7 +5763,7 @@
   unittest.group('resource-DebugDatasourcesItemsResourceApi', () {
     unittest.test('method--checkAccess', () {
       var mock = HttpServerMock();
-      var res = api.CloudsearchApi(mock).debug.datasources.items;
+      var res = api.CloudSearchApi(mock).debug.datasources.items;
       var arg_request = buildPrincipal();
       var arg_name = 'foo';
       var arg_debugOptions_enableDebugging = true;
@@ -5821,7 +5821,7 @@
 
     unittest.test('method--searchByViewUrl', () {
       var mock = HttpServerMock();
-      var res = api.CloudsearchApi(mock).debug.datasources.items;
+      var res = api.CloudSearchApi(mock).debug.datasources.items;
       var arg_request = buildSearchItemsByViewUrlRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -5878,7 +5878,7 @@
   unittest.group('resource-DebugDatasourcesItemsUnmappedidsResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.CloudsearchApi(mock).debug.datasources.items.unmappedids;
+      var res = api.CloudSearchApi(mock).debug.datasources.items.unmappedids;
       var arg_parent = 'foo';
       var arg_debugOptions_enableDebugging = true;
       var arg_pageSize = 42;
@@ -5942,7 +5942,7 @@
   unittest.group('resource-DebugIdentitysourcesItemsResourceApi', () {
     unittest.test('method--listForunmappedidentity', () {
       var mock = HttpServerMock();
-      var res = api.CloudsearchApi(mock).debug.identitysources.items;
+      var res = api.CloudSearchApi(mock).debug.identitysources.items;
       var arg_parent = 'foo';
       var arg_debugOptions_enableDebugging = true;
       var arg_groupResourceName = 'foo';
@@ -6015,7 +6015,7 @@
   unittest.group('resource-DebugIdentitysourcesUnmappedidsResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.CloudsearchApi(mock).debug.identitysources.unmappedids;
+      var res = api.CloudSearchApi(mock).debug.identitysources.unmappedids;
       var arg_parent = 'foo';
       var arg_debugOptions_enableDebugging = true;
       var arg_pageSize = 42;
@@ -6083,7 +6083,7 @@
   unittest.group('resource-IndexingDatasourcesResourceApi', () {
     unittest.test('method--deleteSchema', () {
       var mock = HttpServerMock();
-      var res = api.CloudsearchApi(mock).indexing.datasources;
+      var res = api.CloudSearchApi(mock).indexing.datasources;
       var arg_name = 'foo';
       var arg_debugOptions_enableDebugging = true;
       var arg_$fields = 'foo';
@@ -6136,7 +6136,7 @@
 
     unittest.test('method--getSchema', () {
       var mock = HttpServerMock();
-      var res = api.CloudsearchApi(mock).indexing.datasources;
+      var res = api.CloudSearchApi(mock).indexing.datasources;
       var arg_name = 'foo';
       var arg_debugOptions_enableDebugging = true;
       var arg_$fields = 'foo';
@@ -6189,7 +6189,7 @@
 
     unittest.test('method--updateSchema', () {
       var mock = HttpServerMock();
-      var res = api.CloudsearchApi(mock).indexing.datasources;
+      var res = api.CloudSearchApi(mock).indexing.datasources;
       var arg_request = buildUpdateSchemaRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -6244,7 +6244,7 @@
   unittest.group('resource-IndexingDatasourcesItemsResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.CloudsearchApi(mock).indexing.datasources.items;
+      var res = api.CloudSearchApi(mock).indexing.datasources.items;
       var arg_name = 'foo';
       var arg_connectorName = 'foo';
       var arg_debugOptions_enableDebugging = true;
@@ -6308,7 +6308,7 @@
 
     unittest.test('method--deleteQueueItems', () {
       var mock = HttpServerMock();
-      var res = api.CloudsearchApi(mock).indexing.datasources.items;
+      var res = api.CloudSearchApi(mock).indexing.datasources.items;
       var arg_request = buildDeleteQueueItemsRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -6361,7 +6361,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.CloudsearchApi(mock).indexing.datasources.items;
+      var res = api.CloudSearchApi(mock).indexing.datasources.items;
       var arg_name = 'foo';
       var arg_connectorName = 'foo';
       var arg_debugOptions_enableDebugging = true;
@@ -6418,7 +6418,7 @@
 
     unittest.test('method--index', () {
       var mock = HttpServerMock();
-      var res = api.CloudsearchApi(mock).indexing.datasources.items;
+      var res = api.CloudSearchApi(mock).indexing.datasources.items;
       var arg_request = buildIndexItemRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -6471,7 +6471,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.CloudsearchApi(mock).indexing.datasources.items;
+      var res = api.CloudSearchApi(mock).indexing.datasources.items;
       var arg_name = 'foo';
       var arg_brief = true;
       var arg_connectorName = 'foo';
@@ -6539,7 +6539,7 @@
 
     unittest.test('method--poll', () {
       var mock = HttpServerMock();
-      var res = api.CloudsearchApi(mock).indexing.datasources.items;
+      var res = api.CloudSearchApi(mock).indexing.datasources.items;
       var arg_request = buildPollItemsRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -6592,7 +6592,7 @@
 
     unittest.test('method--push', () {
       var mock = HttpServerMock();
-      var res = api.CloudsearchApi(mock).indexing.datasources.items;
+      var res = api.CloudSearchApi(mock).indexing.datasources.items;
       var arg_request = buildPushItemRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -6645,7 +6645,7 @@
 
     unittest.test('method--unreserve', () {
       var mock = HttpServerMock();
-      var res = api.CloudsearchApi(mock).indexing.datasources.items;
+      var res = api.CloudSearchApi(mock).indexing.datasources.items;
       var arg_request = buildUnreserveItemsRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -6698,7 +6698,7 @@
 
     unittest.test('method--upload', () {
       var mock = HttpServerMock();
-      var res = api.CloudsearchApi(mock).indexing.datasources.items;
+      var res = api.CloudSearchApi(mock).indexing.datasources.items;
       var arg_request = buildStartUploadItemRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -6756,7 +6756,7 @@
       // TODO: Implement tests for media download;
 
       var mock = HttpServerMock();
-      var res = api.CloudsearchApi(mock).media;
+      var res = api.CloudSearchApi(mock).media;
       var arg_request = buildMedia();
       var arg_resourceName = 'foo';
       var arg_$fields = 'foo';
@@ -6811,7 +6811,7 @@
   unittest.group('resource-OperationsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.CloudsearchApi(mock).operations;
+      var res = api.CloudSearchApi(mock).operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -6861,7 +6861,7 @@
   unittest.group('resource-OperationsLroResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.CloudsearchApi(mock).operations.lro;
+      var res = api.CloudSearchApi(mock).operations.lro;
       var arg_name = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -6923,7 +6923,7 @@
   unittest.group('resource-QueryResourceApi', () {
     unittest.test('method--search', () {
       var mock = HttpServerMock();
-      var res = api.CloudsearchApi(mock).query;
+      var res = api.CloudSearchApi(mock).query;
       var arg_request = buildSearchRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -6974,7 +6974,7 @@
 
     unittest.test('method--suggest', () {
       var mock = HttpServerMock();
-      var res = api.CloudsearchApi(mock).query;
+      var res = api.CloudSearchApi(mock).query;
       var arg_request = buildSuggestRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -7027,7 +7027,7 @@
   unittest.group('resource-QuerySourcesResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.CloudsearchApi(mock).query.sources;
+      var res = api.CloudSearchApi(mock).query.sources;
       var arg_pageToken = 'foo';
       var arg_requestOptions_debugOptions_enableDebugging = true;
       var arg_requestOptions_languageCode = 'foo';
@@ -7100,7 +7100,7 @@
   unittest.group('resource-SettingsDatasourcesResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.CloudsearchApi(mock).settings.datasources;
+      var res = api.CloudSearchApi(mock).settings.datasources;
       var arg_request = buildDataSource();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -7151,7 +7151,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.CloudsearchApi(mock).settings.datasources;
+      var res = api.CloudSearchApi(mock).settings.datasources;
       var arg_name = 'foo';
       var arg_debugOptions_enableDebugging = true;
       var arg_$fields = 'foo';
@@ -7204,7 +7204,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.CloudsearchApi(mock).settings.datasources;
+      var res = api.CloudSearchApi(mock).settings.datasources;
       var arg_name = 'foo';
       var arg_debugOptions_enableDebugging = true;
       var arg_$fields = 'foo';
@@ -7257,7 +7257,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.CloudsearchApi(mock).settings.datasources;
+      var res = api.CloudSearchApi(mock).settings.datasources;
       var arg_debugOptions_enableDebugging = true;
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -7316,7 +7316,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.CloudsearchApi(mock).settings.datasources;
+      var res = api.CloudSearchApi(mock).settings.datasources;
       var arg_request = buildUpdateDataSourceRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -7371,7 +7371,7 @@
   unittest.group('resource-SettingsSearchapplicationsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.CloudsearchApi(mock).settings.searchapplications;
+      var res = api.CloudSearchApi(mock).settings.searchapplications;
       var arg_request = buildSearchApplication();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -7422,7 +7422,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.CloudsearchApi(mock).settings.searchapplications;
+      var res = api.CloudSearchApi(mock).settings.searchapplications;
       var arg_name = 'foo';
       var arg_debugOptions_enableDebugging = true;
       var arg_$fields = 'foo';
@@ -7475,7 +7475,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.CloudsearchApi(mock).settings.searchapplications;
+      var res = api.CloudSearchApi(mock).settings.searchapplications;
       var arg_name = 'foo';
       var arg_debugOptions_enableDebugging = true;
       var arg_$fields = 'foo';
@@ -7528,7 +7528,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.CloudsearchApi(mock).settings.searchapplications;
+      var res = api.CloudSearchApi(mock).settings.searchapplications;
       var arg_debugOptions_enableDebugging = true;
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -7588,7 +7588,7 @@
 
     unittest.test('method--reset', () {
       var mock = HttpServerMock();
-      var res = api.CloudsearchApi(mock).settings.searchapplications;
+      var res = api.CloudSearchApi(mock).settings.searchapplications;
       var arg_request = buildResetSearchApplicationRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -7642,7 +7642,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.CloudsearchApi(mock).settings.searchapplications;
+      var res = api.CloudSearchApi(mock).settings.searchapplications;
       var arg_request = buildSearchApplication();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -7697,7 +7697,7 @@
   unittest.group('resource-StatsResourceApi', () {
     unittest.test('method--getIndex', () {
       var mock = HttpServerMock();
-      var res = api.CloudsearchApi(mock).stats;
+      var res = api.CloudSearchApi(mock).stats;
       var arg_fromDate_day = 42;
       var arg_fromDate_month = 42;
       var arg_fromDate_year = 42;
@@ -7769,7 +7769,7 @@
 
     unittest.test('method--getQuery', () {
       var mock = HttpServerMock();
-      var res = api.CloudsearchApi(mock).stats;
+      var res = api.CloudSearchApi(mock).stats;
       var arg_fromDate_day = 42;
       var arg_fromDate_month = 42;
       var arg_fromDate_year = 42;
@@ -7841,7 +7841,7 @@
 
     unittest.test('method--getSession', () {
       var mock = HttpServerMock();
-      var res = api.CloudsearchApi(mock).stats;
+      var res = api.CloudSearchApi(mock).stats;
       var arg_fromDate_day = 42;
       var arg_fromDate_month = 42;
       var arg_fromDate_year = 42;
@@ -7913,7 +7913,7 @@
 
     unittest.test('method--getUser', () {
       var mock = HttpServerMock();
-      var res = api.CloudsearchApi(mock).stats;
+      var res = api.CloudSearchApi(mock).stats;
       var arg_fromDate_day = 42;
       var arg_fromDate_month = 42;
       var arg_fromDate_year = 42;
@@ -7987,7 +7987,7 @@
   unittest.group('resource-StatsIndexDatasourcesResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.CloudsearchApi(mock).stats.index.datasources;
+      var res = api.CloudSearchApi(mock).stats.index.datasources;
       var arg_name = 'foo';
       var arg_fromDate_day = 42;
       var arg_fromDate_month = 42;
@@ -8063,7 +8063,7 @@
   unittest.group('resource-StatsQuerySearchapplicationsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.CloudsearchApi(mock).stats.query.searchapplications;
+      var res = api.CloudSearchApi(mock).stats.query.searchapplications;
       var arg_name = 'foo';
       var arg_fromDate_day = 42;
       var arg_fromDate_month = 42;
@@ -8140,7 +8140,7 @@
   unittest.group('resource-StatsSessionSearchapplicationsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.CloudsearchApi(mock).stats.session.searchapplications;
+      var res = api.CloudSearchApi(mock).stats.session.searchapplications;
       var arg_name = 'foo';
       var arg_fromDate_day = 42;
       var arg_fromDate_month = 42;
@@ -8217,7 +8217,7 @@
   unittest.group('resource-StatsUserSearchapplicationsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.CloudsearchApi(mock).stats.user.searchapplications;
+      var res = api.CloudSearchApi(mock).stats.user.searchapplications;
       var arg_name = 'foo';
       var arg_fromDate_day = 42;
       var arg_fromDate_month = 42;
diff --git a/generated/googleapis/test/cloudshell/v1_test.dart b/generated/googleapis/test/cloudshell/v1_test.dart
index e6a5095..88b2105 100644
--- a/generated/googleapis/test/cloudshell/v1_test.dart
+++ b/generated/googleapis/test/cloudshell/v1_test.dart
@@ -710,7 +710,7 @@
   unittest.group('resource-OperationsResourceApi', () {
     unittest.test('method--cancel', () {
       var mock = HttpServerMock();
-      var res = api.CloudshellApi(mock).operations;
+      var res = api.CloudShellApi(mock).operations;
       var arg_request = buildCancelOperationRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -763,7 +763,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.CloudshellApi(mock).operations;
+      var res = api.CloudShellApi(mock).operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -811,7 +811,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.CloudshellApi(mock).operations;
+      var res = api.CloudShellApi(mock).operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -859,7 +859,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.CloudshellApi(mock).operations;
+      var res = api.CloudShellApi(mock).operations;
       var arg_name = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -921,7 +921,7 @@
   unittest.group('resource-UsersEnvironmentsResourceApi', () {
     unittest.test('method--addPublicKey', () {
       var mock = HttpServerMock();
-      var res = api.CloudshellApi(mock).users.environments;
+      var res = api.CloudShellApi(mock).users.environments;
       var arg_request = buildAddPublicKeyRequest();
       var arg_environment = 'foo';
       var arg_$fields = 'foo';
@@ -974,7 +974,7 @@
 
     unittest.test('method--authorize', () {
       var mock = HttpServerMock();
-      var res = api.CloudshellApi(mock).users.environments;
+      var res = api.CloudShellApi(mock).users.environments;
       var arg_request = buildAuthorizeEnvironmentRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -1028,7 +1028,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.CloudshellApi(mock).users.environments;
+      var res = api.CloudShellApi(mock).users.environments;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1076,7 +1076,7 @@
 
     unittest.test('method--removePublicKey', () {
       var mock = HttpServerMock();
-      var res = api.CloudshellApi(mock).users.environments;
+      var res = api.CloudShellApi(mock).users.environments;
       var arg_request = buildRemovePublicKeyRequest();
       var arg_environment = 'foo';
       var arg_$fields = 'foo';
@@ -1129,7 +1129,7 @@
 
     unittest.test('method--start', () {
       var mock = HttpServerMock();
-      var res = api.CloudshellApi(mock).users.environments;
+      var res = api.CloudShellApi(mock).users.environments;
       var arg_request = buildStartEnvironmentRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
diff --git a/generated/googleapis/test/cloudtasks/v2_test.dart b/generated/googleapis/test/cloudtasks/v2_test.dart
index 47cc5b1..ae553d0 100644
--- a/generated/googleapis/test/cloudtasks/v2_test.dart
+++ b/generated/googleapis/test/cloudtasks/v2_test.dart
@@ -1142,7 +1142,7 @@
   unittest.group('resource-ProjectsLocationsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.CloudtasksApi(mock).projects.locations;
+      var res = api.CloudTasksApi(mock).projects.locations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1190,7 +1190,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.CloudtasksApi(mock).projects.locations;
+      var res = api.CloudTasksApi(mock).projects.locations;
       var arg_name = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -1252,7 +1252,7 @@
   unittest.group('resource-ProjectsLocationsQueuesResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.CloudtasksApi(mock).projects.locations.queues;
+      var res = api.CloudTasksApi(mock).projects.locations.queues;
       var arg_request = buildQueue();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -1305,7 +1305,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.CloudtasksApi(mock).projects.locations.queues;
+      var res = api.CloudTasksApi(mock).projects.locations.queues;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1353,7 +1353,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.CloudtasksApi(mock).projects.locations.queues;
+      var res = api.CloudTasksApi(mock).projects.locations.queues;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1401,7 +1401,7 @@
 
     unittest.test('method--getIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.CloudtasksApi(mock).projects.locations.queues;
+      var res = api.CloudTasksApi(mock).projects.locations.queues;
       var arg_request = buildGetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -1454,7 +1454,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.CloudtasksApi(mock).projects.locations.queues;
+      var res = api.CloudTasksApi(mock).projects.locations.queues;
       var arg_parent = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -1514,7 +1514,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.CloudtasksApi(mock).projects.locations.queues;
+      var res = api.CloudTasksApi(mock).projects.locations.queues;
       var arg_request = buildQueue();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -1571,7 +1571,7 @@
 
     unittest.test('method--pause', () {
       var mock = HttpServerMock();
-      var res = api.CloudtasksApi(mock).projects.locations.queues;
+      var res = api.CloudTasksApi(mock).projects.locations.queues;
       var arg_request = buildPauseQueueRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -1624,7 +1624,7 @@
 
     unittest.test('method--purge', () {
       var mock = HttpServerMock();
-      var res = api.CloudtasksApi(mock).projects.locations.queues;
+      var res = api.CloudTasksApi(mock).projects.locations.queues;
       var arg_request = buildPurgeQueueRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -1677,7 +1677,7 @@
 
     unittest.test('method--resume', () {
       var mock = HttpServerMock();
-      var res = api.CloudtasksApi(mock).projects.locations.queues;
+      var res = api.CloudTasksApi(mock).projects.locations.queues;
       var arg_request = buildResumeQueueRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -1730,7 +1730,7 @@
 
     unittest.test('method--setIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.CloudtasksApi(mock).projects.locations.queues;
+      var res = api.CloudTasksApi(mock).projects.locations.queues;
       var arg_request = buildSetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -1783,7 +1783,7 @@
 
     unittest.test('method--testIamPermissions', () {
       var mock = HttpServerMock();
-      var res = api.CloudtasksApi(mock).projects.locations.queues;
+      var res = api.CloudTasksApi(mock).projects.locations.queues;
       var arg_request = buildTestIamPermissionsRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -1839,7 +1839,7 @@
   unittest.group('resource-ProjectsLocationsQueuesTasksResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.CloudtasksApi(mock).projects.locations.queues.tasks;
+      var res = api.CloudTasksApi(mock).projects.locations.queues.tasks;
       var arg_request = buildCreateTaskRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -1892,7 +1892,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.CloudtasksApi(mock).projects.locations.queues.tasks;
+      var res = api.CloudTasksApi(mock).projects.locations.queues.tasks;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1940,7 +1940,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.CloudtasksApi(mock).projects.locations.queues.tasks;
+      var res = api.CloudTasksApi(mock).projects.locations.queues.tasks;
       var arg_name = 'foo';
       var arg_responseView = 'foo';
       var arg_$fields = 'foo';
@@ -1991,7 +1991,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.CloudtasksApi(mock).projects.locations.queues.tasks;
+      var res = api.CloudTasksApi(mock).projects.locations.queues.tasks;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -2052,7 +2052,7 @@
 
     unittest.test('method--run', () {
       var mock = HttpServerMock();
-      var res = api.CloudtasksApi(mock).projects.locations.queues.tasks;
+      var res = api.CloudTasksApi(mock).projects.locations.queues.tasks;
       var arg_request = buildRunTaskRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
diff --git a/generated/googleapis/test/cloudtrace/v2_test.dart b/generated/googleapis/test/cloudtrace/v2_test.dart
index c5d6dce..281390a 100644
--- a/generated/googleapis/test/cloudtrace/v2_test.dart
+++ b/generated/googleapis/test/cloudtrace/v2_test.dart
@@ -673,7 +673,7 @@
   unittest.group('resource-ProjectsTracesResourceApi', () {
     unittest.test('method--batchWrite', () {
       var mock = HttpServerMock();
-      var res = api.CloudtraceApi(mock).projects.traces;
+      var res = api.CloudTraceApi(mock).projects.traces;
       var arg_request = buildBatchWriteSpansRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -728,7 +728,7 @@
   unittest.group('resource-ProjectsTracesSpansResourceApi', () {
     unittest.test('method--createSpan', () {
       var mock = HttpServerMock();
-      var res = api.CloudtraceApi(mock).projects.traces.spans;
+      var res = api.CloudTraceApi(mock).projects.traces.spans;
       var arg_request = buildSpan();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
diff --git a/generated/googleapis/test/composer/v1_test.dart b/generated/googleapis/test/composer/v1_test.dart
index 9347144..d344d18 100644
--- a/generated/googleapis/test/composer/v1_test.dart
+++ b/generated/googleapis/test/composer/v1_test.dart
@@ -764,7 +764,7 @@
   unittest.group('resource-ProjectsLocationsEnvironmentsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.ComposerApi(mock).projects.locations.environments;
+      var res = api.CloudComposerApi(mock).projects.locations.environments;
       var arg_request = buildEnvironment();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -817,7 +817,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.ComposerApi(mock).projects.locations.environments;
+      var res = api.CloudComposerApi(mock).projects.locations.environments;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -865,7 +865,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ComposerApi(mock).projects.locations.environments;
+      var res = api.CloudComposerApi(mock).projects.locations.environments;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -913,7 +913,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ComposerApi(mock).projects.locations.environments;
+      var res = api.CloudComposerApi(mock).projects.locations.environments;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -970,7 +970,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.ComposerApi(mock).projects.locations.environments;
+      var res = api.CloudComposerApi(mock).projects.locations.environments;
       var arg_request = buildEnvironment();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -1029,7 +1029,7 @@
   unittest.group('resource-ProjectsLocationsImageVersionsResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ComposerApi(mock).projects.locations.imageVersions;
+      var res = api.CloudComposerApi(mock).projects.locations.imageVersions;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -1089,7 +1089,7 @@
   unittest.group('resource-ProjectsLocationsOperationsResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.ComposerApi(mock).projects.locations.operations;
+      var res = api.CloudComposerApi(mock).projects.locations.operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1137,7 +1137,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ComposerApi(mock).projects.locations.operations;
+      var res = api.CloudComposerApi(mock).projects.locations.operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1185,7 +1185,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ComposerApi(mock).projects.locations.operations;
+      var res = api.CloudComposerApi(mock).projects.locations.operations;
       var arg_name = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
diff --git a/generated/googleapis/test/container/v1_test.dart b/generated/googleapis/test/container/v1_test.dart
index 33cf9ef..327fb98 100644
--- a/generated/googleapis/test/container/v1_test.dart
+++ b/generated/googleapis/test/container/v1_test.dart
@@ -5398,10 +5398,10 @@
     });
   });
 
-  unittest.group('resource-ProjectsLocationsClustersWell_knownResourceApi', () {
-    unittest.test('method--getOpenid_configuration', () {
+  unittest.group('resource-ProjectsLocationsClustersWellKnownResourceApi', () {
+    unittest.test('method--getOpenidConfiguration', () {
       var mock = HttpServerMock();
-      var res = api.ContainerApi(mock).projects.locations.clusters.well_known;
+      var res = api.ContainerApi(mock).projects.locations.clusters.wellKnown;
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -5441,7 +5441,7 @@
         return async.Future.value(stringResponse(200, h, resp));
       }), true);
       res
-          .getOpenid_configuration(arg_parent, $fields: arg_$fields)
+          .getOpenidConfiguration(arg_parent, $fields: arg_$fields)
           .then(unittest.expectAsync1(((response) {
         checkGetOpenIDConfigResponse(response as api.GetOpenIDConfigResponse);
       })));
diff --git a/generated/googleapis/test/content/v2_1_test.dart b/generated/googleapis/test/content/v2_1_test.dart
index 9ff7d26..cbd1891 100644
--- a/generated/googleapis/test/content/v2_1_test.dart
+++ b/generated/googleapis/test/content/v2_1_test.dart
@@ -12848,7 +12848,7 @@
   unittest.group('resource-AccountsResourceApi', () {
     unittest.test('method--authinfo', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).accounts;
+      var res = api.ShoppingContentApi(mock).accounts;
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
         var path = (req.url).path;
@@ -12897,7 +12897,7 @@
 
     unittest.test('method--claimwebsite', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).accounts;
+      var res = api.ShoppingContentApi(mock).accounts;
       var arg_merchantId = 'foo';
       var arg_accountId = 'foo';
       var arg_overwrite = true;
@@ -12947,7 +12947,7 @@
 
     unittest.test('method--custombatch', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).accounts;
+      var res = api.ShoppingContentApi(mock).accounts;
       var arg_request = buildAccountsCustomBatchRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -13002,7 +13002,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).accounts;
+      var res = api.ShoppingContentApi(mock).accounts;
       var arg_merchantId = 'foo';
       var arg_accountId = 'foo';
       var arg_force = true;
@@ -13048,7 +13048,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).accounts;
+      var res = api.ShoppingContentApi(mock).accounts;
       var arg_merchantId = 'foo';
       var arg_accountId = 'foo';
       var arg_view = 'foo';
@@ -13096,7 +13096,7 @@
 
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).accounts;
+      var res = api.ShoppingContentApi(mock).accounts;
       var arg_request = buildAccount();
       var arg_merchantId = 'foo';
       var arg_$fields = 'foo';
@@ -13145,7 +13145,7 @@
 
     unittest.test('method--link', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).accounts;
+      var res = api.ShoppingContentApi(mock).accounts;
       var arg_request = buildAccountsLinkRequest();
       var arg_merchantId = 'foo';
       var arg_accountId = 'foo';
@@ -13196,7 +13196,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).accounts;
+      var res = api.ShoppingContentApi(mock).accounts;
       var arg_merchantId = 'foo';
       var arg_label = 'foo';
       var arg_maxResults = 42;
@@ -13255,7 +13255,7 @@
 
     unittest.test('method--listlinks', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).accounts;
+      var res = api.ShoppingContentApi(mock).accounts;
       var arg_merchantId = 'foo';
       var arg_accountId = 'foo';
       var arg_maxResults = 42;
@@ -13310,7 +13310,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).accounts;
+      var res = api.ShoppingContentApi(mock).accounts;
       var arg_request = buildAccount();
       var arg_merchantId = 'foo';
       var arg_accountId = 'foo';
@@ -13361,7 +13361,7 @@
 
     unittest.test('method--updatelabels', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).accounts;
+      var res = api.ShoppingContentApi(mock).accounts;
       var arg_request = buildAccountsUpdateLabelsRequest();
       var arg_merchantId = 'foo';
       var arg_accountId = 'foo';
@@ -13416,7 +13416,7 @@
   unittest.group('resource-AccountstatusesResourceApi', () {
     unittest.test('method--custombatch', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).accountstatuses;
+      var res = api.ShoppingContentApi(mock).accountstatuses;
       var arg_request = buildAccountstatusesCustomBatchRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -13473,7 +13473,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).accountstatuses;
+      var res = api.ShoppingContentApi(mock).accountstatuses;
       var arg_merchantId = 'foo';
       var arg_accountId = 'foo';
       var arg_destinations = buildUnnamed3842();
@@ -13522,7 +13522,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).accountstatuses;
+      var res = api.ShoppingContentApi(mock).accountstatuses;
       var arg_merchantId = 'foo';
       var arg_destinations = buildUnnamed3843();
       var arg_maxResults = 42;
@@ -13582,7 +13582,7 @@
   unittest.group('resource-AccounttaxResourceApi', () {
     unittest.test('method--custombatch', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).accounttax;
+      var res = api.ShoppingContentApi(mock).accounttax;
       var arg_request = buildAccounttaxCustomBatchRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -13638,7 +13638,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).accounttax;
+      var res = api.ShoppingContentApi(mock).accounttax;
       var arg_merchantId = 'foo';
       var arg_accountId = 'foo';
       var arg_$fields = 'foo';
@@ -13683,7 +13683,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).accounttax;
+      var res = api.ShoppingContentApi(mock).accounttax;
       var arg_merchantId = 'foo';
       var arg_maxResults = 42;
       var arg_pageToken = 'foo';
@@ -13736,7 +13736,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).accounttax;
+      var res = api.ShoppingContentApi(mock).accounttax;
       var arg_request = buildAccountTax();
       var arg_merchantId = 'foo';
       var arg_accountId = 'foo';
@@ -13789,7 +13789,7 @@
   unittest.group('resource-DatafeedsResourceApi', () {
     unittest.test('method--custombatch', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).datafeeds;
+      var res = api.ShoppingContentApi(mock).datafeeds;
       var arg_request = buildDatafeedsCustomBatchRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -13845,7 +13845,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).datafeeds;
+      var res = api.ShoppingContentApi(mock).datafeeds;
       var arg_merchantId = 'foo';
       var arg_datafeedId = 'foo';
       var arg_$fields = 'foo';
@@ -13888,7 +13888,7 @@
 
     unittest.test('method--fetchnow', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).datafeeds;
+      var res = api.ShoppingContentApi(mock).datafeeds;
       var arg_merchantId = 'foo';
       var arg_datafeedId = 'foo';
       var arg_$fields = 'foo';
@@ -13934,7 +13934,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).datafeeds;
+      var res = api.ShoppingContentApi(mock).datafeeds;
       var arg_merchantId = 'foo';
       var arg_datafeedId = 'foo';
       var arg_$fields = 'foo';
@@ -13979,7 +13979,7 @@
 
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).datafeeds;
+      var res = api.ShoppingContentApi(mock).datafeeds;
       var arg_request = buildDatafeed();
       var arg_merchantId = 'foo';
       var arg_$fields = 'foo';
@@ -14028,7 +14028,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).datafeeds;
+      var res = api.ShoppingContentApi(mock).datafeeds;
       var arg_merchantId = 'foo';
       var arg_maxResults = 42;
       var arg_pageToken = 'foo';
@@ -14081,7 +14081,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).datafeeds;
+      var res = api.ShoppingContentApi(mock).datafeeds;
       var arg_request = buildDatafeed();
       var arg_merchantId = 'foo';
       var arg_datafeedId = 'foo';
@@ -14134,7 +14134,7 @@
   unittest.group('resource-DatafeedstatusesResourceApi', () {
     unittest.test('method--custombatch', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).datafeedstatuses;
+      var res = api.ShoppingContentApi(mock).datafeedstatuses;
       var arg_request = buildDatafeedstatusesCustomBatchRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -14191,7 +14191,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).datafeedstatuses;
+      var res = api.ShoppingContentApi(mock).datafeedstatuses;
       var arg_merchantId = 'foo';
       var arg_datafeedId = 'foo';
       var arg_country = 'foo';
@@ -14245,7 +14245,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).datafeedstatuses;
+      var res = api.ShoppingContentApi(mock).datafeedstatuses;
       var arg_merchantId = 'foo';
       var arg_maxResults = 42;
       var arg_pageToken = 'foo';
@@ -14301,7 +14301,7 @@
   unittest.group('resource-LiasettingsResourceApi', () {
     unittest.test('method--custombatch', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).liasettings;
+      var res = api.ShoppingContentApi(mock).liasettings;
       var arg_request = buildLiasettingsCustomBatchRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -14357,7 +14357,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).liasettings;
+      var res = api.ShoppingContentApi(mock).liasettings;
       var arg_merchantId = 'foo';
       var arg_accountId = 'foo';
       var arg_$fields = 'foo';
@@ -14402,7 +14402,7 @@
 
     unittest.test('method--getaccessiblegmbaccounts', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).liasettings;
+      var res = api.ShoppingContentApi(mock).liasettings;
       var arg_merchantId = 'foo';
       var arg_accountId = 'foo';
       var arg_$fields = 'foo';
@@ -14450,7 +14450,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).liasettings;
+      var res = api.ShoppingContentApi(mock).liasettings;
       var arg_merchantId = 'foo';
       var arg_maxResults = 42;
       var arg_pageToken = 'foo';
@@ -14503,7 +14503,7 @@
 
     unittest.test('method--listposdataproviders', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).liasettings;
+      var res = api.ShoppingContentApi(mock).liasettings;
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
         var path = (req.url).path;
@@ -14554,7 +14554,7 @@
 
     unittest.test('method--requestgmbaccess', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).liasettings;
+      var res = api.ShoppingContentApi(mock).liasettings;
       var arg_merchantId = 'foo';
       var arg_accountId = 'foo';
       var arg_gmbEmail = 'foo';
@@ -14605,7 +14605,7 @@
 
     unittest.test('method--requestinventoryverification', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).liasettings;
+      var res = api.ShoppingContentApi(mock).liasettings;
       var arg_merchantId = 'foo';
       var arg_accountId = 'foo';
       var arg_country = 'foo';
@@ -14655,7 +14655,7 @@
 
     unittest.test('method--setinventoryverificationcontact', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).liasettings;
+      var res = api.ShoppingContentApi(mock).liasettings;
       var arg_merchantId = 'foo';
       var arg_accountId = 'foo';
       var arg_contactEmail = 'foo';
@@ -14716,7 +14716,7 @@
 
     unittest.test('method--setposdataprovider', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).liasettings;
+      var res = api.ShoppingContentApi(mock).liasettings;
       var arg_merchantId = 'foo';
       var arg_accountId = 'foo';
       var arg_country = 'foo';
@@ -14775,7 +14775,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).liasettings;
+      var res = api.ShoppingContentApi(mock).liasettings;
       var arg_request = buildLiaSettings();
       var arg_merchantId = 'foo';
       var arg_accountId = 'foo';
@@ -14828,7 +14828,7 @@
   unittest.group('resource-LocalinventoryResourceApi', () {
     unittest.test('method--custombatch', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).localinventory;
+      var res = api.ShoppingContentApi(mock).localinventory;
       var arg_request = buildLocalinventoryCustomBatchRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -14885,7 +14885,7 @@
 
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).localinventory;
+      var res = api.ShoppingContentApi(mock).localinventory;
       var arg_request = buildLocalInventory();
       var arg_merchantId = 'foo';
       var arg_productId = 'foo';
@@ -14938,7 +14938,7 @@
   unittest.group('resource-OrderinvoicesResourceApi', () {
     unittest.test('method--createchargeinvoice', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).orderinvoices;
+      var res = api.ShoppingContentApi(mock).orderinvoices;
       var arg_request = buildOrderinvoicesCreateChargeInvoiceRequest();
       var arg_merchantId = 'foo';
       var arg_orderId = 'foo';
@@ -14992,7 +14992,7 @@
 
     unittest.test('method--createrefundinvoice', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).orderinvoices;
+      var res = api.ShoppingContentApi(mock).orderinvoices;
       var arg_request = buildOrderinvoicesCreateRefundInvoiceRequest();
       var arg_merchantId = 'foo';
       var arg_orderId = 'foo';
@@ -15048,7 +15048,7 @@
   unittest.group('resource-OrderreportsResourceApi', () {
     unittest.test('method--listdisbursements', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).orderreports;
+      var res = api.ShoppingContentApi(mock).orderreports;
       var arg_merchantId = 'foo';
       var arg_disbursementStartDate = 'foo';
       var arg_disbursementEndDate = 'foo';
@@ -15110,7 +15110,7 @@
 
     unittest.test('method--listtransactions', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).orderreports;
+      var res = api.ShoppingContentApi(mock).orderreports;
       var arg_merchantId = 'foo';
       var arg_disbursementId = 'foo';
       var arg_transactionStartDate = 'foo';
@@ -15176,7 +15176,7 @@
   unittest.group('resource-OrderreturnsResourceApi', () {
     unittest.test('method--acknowledge', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).orderreturns;
+      var res = api.ShoppingContentApi(mock).orderreturns;
       var arg_request = buildOrderreturnsAcknowledgeRequest();
       var arg_merchantId = 'foo';
       var arg_returnId = 'foo';
@@ -15229,7 +15229,7 @@
 
     unittest.test('method--createorderreturn', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).orderreturns;
+      var res = api.ShoppingContentApi(mock).orderreturns;
       var arg_request = buildOrderreturnsCreateOrderReturnRequest();
       var arg_merchantId = 'foo';
       var arg_$fields = 'foo';
@@ -15281,7 +15281,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).orderreturns;
+      var res = api.ShoppingContentApi(mock).orderreturns;
       var arg_merchantId = 'foo';
       var arg_returnId = 'foo';
       var arg_$fields = 'foo';
@@ -15326,7 +15326,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).orderreturns;
+      var res = api.ShoppingContentApi(mock).orderreturns;
       var arg_merchantId = 'foo';
       var arg_acknowledged = true;
       var arg_createdEndDate = 'foo';
@@ -15415,7 +15415,7 @@
 
     unittest.test('method--process', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).orderreturns;
+      var res = api.ShoppingContentApi(mock).orderreturns;
       var arg_request = buildOrderreturnsProcessRequest();
       var arg_merchantId = 'foo';
       var arg_returnId = 'foo';
@@ -15469,7 +15469,7 @@
   unittest.group('resource-OrdersResourceApi', () {
     unittest.test('method--acknowledge', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).orders;
+      var res = api.ShoppingContentApi(mock).orders;
       var arg_request = buildOrdersAcknowledgeRequest();
       var arg_merchantId = 'foo';
       var arg_orderId = 'foo';
@@ -15521,7 +15521,7 @@
 
     unittest.test('method--advancetestorder', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).orders;
+      var res = api.ShoppingContentApi(mock).orders;
       var arg_merchantId = 'foo';
       var arg_orderId = 'foo';
       var arg_$fields = 'foo';
@@ -15567,7 +15567,7 @@
 
     unittest.test('method--cancel', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).orders;
+      var res = api.ShoppingContentApi(mock).orders;
       var arg_request = buildOrdersCancelRequest();
       var arg_merchantId = 'foo';
       var arg_orderId = 'foo';
@@ -15618,7 +15618,7 @@
 
     unittest.test('method--cancellineitem', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).orders;
+      var res = api.ShoppingContentApi(mock).orders;
       var arg_request = buildOrdersCancelLineItemRequest();
       var arg_merchantId = 'foo';
       var arg_orderId = 'foo';
@@ -15671,7 +15671,7 @@
 
     unittest.test('method--canceltestorderbycustomer', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).orders;
+      var res = api.ShoppingContentApi(mock).orders;
       var arg_request = buildOrdersCancelTestOrderByCustomerRequest();
       var arg_merchantId = 'foo';
       var arg_orderId = 'foo';
@@ -15725,7 +15725,7 @@
 
     unittest.test('method--createtestorder', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).orders;
+      var res = api.ShoppingContentApi(mock).orders;
       var arg_request = buildOrdersCreateTestOrderRequest();
       var arg_merchantId = 'foo';
       var arg_$fields = 'foo';
@@ -15776,7 +15776,7 @@
 
     unittest.test('method--createtestreturn', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).orders;
+      var res = api.ShoppingContentApi(mock).orders;
       var arg_request = buildOrdersCreateTestReturnRequest();
       var arg_merchantId = 'foo';
       var arg_orderId = 'foo';
@@ -15829,7 +15829,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).orders;
+      var res = api.ShoppingContentApi(mock).orders;
       var arg_merchantId = 'foo';
       var arg_orderId = 'foo';
       var arg_$fields = 'foo';
@@ -15874,7 +15874,7 @@
 
     unittest.test('method--getbymerchantorderid', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).orders;
+      var res = api.ShoppingContentApi(mock).orders;
       var arg_merchantId = 'foo';
       var arg_merchantOrderId = 'foo';
       var arg_$fields = 'foo';
@@ -15922,7 +15922,7 @@
 
     unittest.test('method--gettestordertemplate', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).orders;
+      var res = api.ShoppingContentApi(mock).orders;
       var arg_merchantId = 'foo';
       var arg_templateName = 'foo';
       var arg_country = 'foo';
@@ -15973,7 +15973,7 @@
 
     unittest.test('method--instorerefundlineitem', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).orders;
+      var res = api.ShoppingContentApi(mock).orders;
       var arg_request = buildOrdersInStoreRefundLineItemRequest();
       var arg_merchantId = 'foo';
       var arg_orderId = 'foo';
@@ -16027,7 +16027,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).orders;
+      var res = api.ShoppingContentApi(mock).orders;
       var arg_merchantId = 'foo';
       var arg_acknowledged = true;
       var arg_maxResults = 42;
@@ -16099,7 +16099,7 @@
 
     unittest.test('method--refunditem', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).orders;
+      var res = api.ShoppingContentApi(mock).orders;
       var arg_request = buildOrdersRefundItemRequest();
       var arg_merchantId = 'foo';
       var arg_orderId = 'foo';
@@ -16150,7 +16150,7 @@
 
     unittest.test('method--refundorder', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).orders;
+      var res = api.ShoppingContentApi(mock).orders;
       var arg_request = buildOrdersRefundOrderRequest();
       var arg_merchantId = 'foo';
       var arg_orderId = 'foo';
@@ -16202,7 +16202,7 @@
 
     unittest.test('method--rejectreturnlineitem', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).orders;
+      var res = api.ShoppingContentApi(mock).orders;
       var arg_request = buildOrdersRejectReturnLineItemRequest();
       var arg_merchantId = 'foo';
       var arg_orderId = 'foo';
@@ -16256,7 +16256,7 @@
 
     unittest.test('method--returnrefundlineitem', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).orders;
+      var res = api.ShoppingContentApi(mock).orders;
       var arg_request = buildOrdersReturnRefundLineItemRequest();
       var arg_merchantId = 'foo';
       var arg_orderId = 'foo';
@@ -16310,7 +16310,7 @@
 
     unittest.test('method--setlineitemmetadata', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).orders;
+      var res = api.ShoppingContentApi(mock).orders;
       var arg_request = buildOrdersSetLineItemMetadataRequest();
       var arg_merchantId = 'foo';
       var arg_orderId = 'foo';
@@ -16364,7 +16364,7 @@
 
     unittest.test('method--shiplineitems', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).orders;
+      var res = api.ShoppingContentApi(mock).orders;
       var arg_request = buildOrdersShipLineItemsRequest();
       var arg_merchantId = 'foo';
       var arg_orderId = 'foo';
@@ -16416,7 +16416,7 @@
 
     unittest.test('method--updatelineitemshippingdetails', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).orders;
+      var res = api.ShoppingContentApi(mock).orders;
       var arg_request = buildOrdersUpdateLineItemShippingDetailsRequest();
       var arg_merchantId = 'foo';
       var arg_orderId = 'foo';
@@ -16471,7 +16471,7 @@
 
     unittest.test('method--updatemerchantorderid', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).orders;
+      var res = api.ShoppingContentApi(mock).orders;
       var arg_request = buildOrdersUpdateMerchantOrderIdRequest();
       var arg_merchantId = 'foo';
       var arg_orderId = 'foo';
@@ -16525,7 +16525,7 @@
 
     unittest.test('method--updateshipment', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).orders;
+      var res = api.ShoppingContentApi(mock).orders;
       var arg_request = buildOrdersUpdateShipmentRequest();
       var arg_merchantId = 'foo';
       var arg_orderId = 'foo';
@@ -16580,7 +16580,7 @@
   unittest.group('resource-PosResourceApi', () {
     unittest.test('method--custombatch', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).pos;
+      var res = api.ShoppingContentApi(mock).pos;
       var arg_request = buildPosCustomBatchRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -16634,7 +16634,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).pos;
+      var res = api.ShoppingContentApi(mock).pos;
       var arg_merchantId = 'foo';
       var arg_targetMerchantId = 'foo';
       var arg_storeCode = 'foo';
@@ -16679,7 +16679,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).pos;
+      var res = api.ShoppingContentApi(mock).pos;
       var arg_merchantId = 'foo';
       var arg_targetMerchantId = 'foo';
       var arg_storeCode = 'foo';
@@ -16726,7 +16726,7 @@
 
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).pos;
+      var res = api.ShoppingContentApi(mock).pos;
       var arg_request = buildPosStore();
       var arg_merchantId = 'foo';
       var arg_targetMerchantId = 'foo';
@@ -16777,7 +16777,7 @@
 
     unittest.test('method--inventory', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).pos;
+      var res = api.ShoppingContentApi(mock).pos;
       var arg_request = buildPosInventoryRequest();
       var arg_merchantId = 'foo';
       var arg_targetMerchantId = 'foo';
@@ -16828,7 +16828,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).pos;
+      var res = api.ShoppingContentApi(mock).pos;
       var arg_merchantId = 'foo';
       var arg_targetMerchantId = 'foo';
       var arg_$fields = 'foo';
@@ -16873,7 +16873,7 @@
 
     unittest.test('method--sale', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).pos;
+      var res = api.ShoppingContentApi(mock).pos;
       var arg_request = buildPosSaleRequest();
       var arg_merchantId = 'foo';
       var arg_targetMerchantId = 'foo';
@@ -16926,7 +16926,7 @@
   unittest.group('resource-ProductsResourceApi', () {
     unittest.test('method--custombatch', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).products;
+      var res = api.ShoppingContentApi(mock).products;
       var arg_request = buildProductsCustomBatchRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -16981,7 +16981,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).products;
+      var res = api.ShoppingContentApi(mock).products;
       var arg_merchantId = 'foo';
       var arg_productId = 'foo';
       var arg_feedId = 'foo';
@@ -17027,7 +17027,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).products;
+      var res = api.ShoppingContentApi(mock).products;
       var arg_merchantId = 'foo';
       var arg_productId = 'foo';
       var arg_$fields = 'foo';
@@ -17072,7 +17072,7 @@
 
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).products;
+      var res = api.ShoppingContentApi(mock).products;
       var arg_request = buildProduct();
       var arg_merchantId = 'foo';
       var arg_feedId = 'foo';
@@ -17124,7 +17124,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).products;
+      var res = api.ShoppingContentApi(mock).products;
       var arg_merchantId = 'foo';
       var arg_maxResults = 42;
       var arg_pageToken = 'foo';
@@ -17179,7 +17179,7 @@
   unittest.group('resource-ProductstatusesResourceApi', () {
     unittest.test('method--custombatch', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).productstatuses;
+      var res = api.ShoppingContentApi(mock).productstatuses;
       var arg_request = buildProductstatusesCustomBatchRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -17236,7 +17236,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).productstatuses;
+      var res = api.ShoppingContentApi(mock).productstatuses;
       var arg_merchantId = 'foo';
       var arg_productId = 'foo';
       var arg_destinations = buildUnnamed3850();
@@ -17285,7 +17285,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).productstatuses;
+      var res = api.ShoppingContentApi(mock).productstatuses;
       var arg_merchantId = 'foo';
       var arg_destinations = buildUnnamed3851();
       var arg_maxResults = 42;
@@ -17345,7 +17345,7 @@
   unittest.group('resource-PubsubnotificationsettingsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).pubsubnotificationsettings;
+      var res = api.ShoppingContentApi(mock).pubsubnotificationsettings;
       var arg_merchantId = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -17390,7 +17390,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).pubsubnotificationsettings;
+      var res = api.ShoppingContentApi(mock).pubsubnotificationsettings;
       var arg_request = buildPubsubNotificationSettings();
       var arg_merchantId = 'foo';
       var arg_$fields = 'foo';
@@ -17442,7 +17442,7 @@
   unittest.group('resource-RegionalinventoryResourceApi', () {
     unittest.test('method--custombatch', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).regionalinventory;
+      var res = api.ShoppingContentApi(mock).regionalinventory;
       var arg_request = buildRegionalinventoryCustomBatchRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -17499,7 +17499,7 @@
 
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).regionalinventory;
+      var res = api.ShoppingContentApi(mock).regionalinventory;
       var arg_request = buildRegionalInventory();
       var arg_merchantId = 'foo';
       var arg_productId = 'foo';
@@ -17552,7 +17552,7 @@
   unittest.group('resource-ReturnaddressResourceApi', () {
     unittest.test('method--custombatch', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).returnaddress;
+      var res = api.ShoppingContentApi(mock).returnaddress;
       var arg_request = buildReturnaddressCustomBatchRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -17608,7 +17608,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).returnaddress;
+      var res = api.ShoppingContentApi(mock).returnaddress;
       var arg_merchantId = 'foo';
       var arg_returnAddressId = 'foo';
       var arg_$fields = 'foo';
@@ -17651,7 +17651,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).returnaddress;
+      var res = api.ShoppingContentApi(mock).returnaddress;
       var arg_merchantId = 'foo';
       var arg_returnAddressId = 'foo';
       var arg_$fields = 'foo';
@@ -17696,7 +17696,7 @@
 
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).returnaddress;
+      var res = api.ShoppingContentApi(mock).returnaddress;
       var arg_request = buildReturnAddress();
       var arg_merchantId = 'foo';
       var arg_$fields = 'foo';
@@ -17745,7 +17745,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).returnaddress;
+      var res = api.ShoppingContentApi(mock).returnaddress;
       var arg_merchantId = 'foo';
       var arg_country = 'foo';
       var arg_maxResults = 42;
@@ -17805,7 +17805,7 @@
   unittest.group('resource-ReturnpolicyResourceApi', () {
     unittest.test('method--custombatch', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).returnpolicy;
+      var res = api.ShoppingContentApi(mock).returnpolicy;
       var arg_request = buildReturnpolicyCustomBatchRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -17861,7 +17861,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).returnpolicy;
+      var res = api.ShoppingContentApi(mock).returnpolicy;
       var arg_merchantId = 'foo';
       var arg_returnPolicyId = 'foo';
       var arg_$fields = 'foo';
@@ -17904,7 +17904,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).returnpolicy;
+      var res = api.ShoppingContentApi(mock).returnpolicy;
       var arg_merchantId = 'foo';
       var arg_returnPolicyId = 'foo';
       var arg_$fields = 'foo';
@@ -17949,7 +17949,7 @@
 
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).returnpolicy;
+      var res = api.ShoppingContentApi(mock).returnpolicy;
       var arg_request = buildReturnPolicy();
       var arg_merchantId = 'foo';
       var arg_$fields = 'foo';
@@ -17998,7 +17998,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).returnpolicy;
+      var res = api.ShoppingContentApi(mock).returnpolicy;
       var arg_merchantId = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -18044,7 +18044,7 @@
   unittest.group('resource-SettlementreportsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).settlementreports;
+      var res = api.ShoppingContentApi(mock).settlementreports;
       var arg_merchantId = 'foo';
       var arg_settlementId = 'foo';
       var arg_$fields = 'foo';
@@ -18089,7 +18089,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).settlementreports;
+      var res = api.ShoppingContentApi(mock).settlementreports;
       var arg_merchantId = 'foo';
       var arg_maxResults = 42;
       var arg_pageToken = 'foo';
@@ -18153,7 +18153,7 @@
   unittest.group('resource-SettlementtransactionsResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).settlementtransactions;
+      var res = api.ShoppingContentApi(mock).settlementtransactions;
       var arg_merchantId = 'foo';
       var arg_settlementId = 'foo';
       var arg_maxResults = 42;
@@ -18215,7 +18215,7 @@
   unittest.group('resource-ShippingsettingsResourceApi', () {
     unittest.test('method--custombatch', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).shippingsettings;
+      var res = api.ShoppingContentApi(mock).shippingsettings;
       var arg_request = buildShippingsettingsCustomBatchRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -18272,7 +18272,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).shippingsettings;
+      var res = api.ShoppingContentApi(mock).shippingsettings;
       var arg_merchantId = 'foo';
       var arg_accountId = 'foo';
       var arg_$fields = 'foo';
@@ -18317,7 +18317,7 @@
 
     unittest.test('method--getsupportedcarriers', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).shippingsettings;
+      var res = api.ShoppingContentApi(mock).shippingsettings;
       var arg_merchantId = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -18363,7 +18363,7 @@
 
     unittest.test('method--getsupportedholidays', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).shippingsettings;
+      var res = api.ShoppingContentApi(mock).shippingsettings;
       var arg_merchantId = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -18409,7 +18409,7 @@
 
     unittest.test('method--getsupportedpickupservices', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).shippingsettings;
+      var res = api.ShoppingContentApi(mock).shippingsettings;
       var arg_merchantId = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -18455,7 +18455,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).shippingsettings;
+      var res = api.ShoppingContentApi(mock).shippingsettings;
       var arg_merchantId = 'foo';
       var arg_maxResults = 42;
       var arg_pageToken = 'foo';
@@ -18509,7 +18509,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.ContentApi(mock).shippingsettings;
+      var res = api.ShoppingContentApi(mock).shippingsettings;
       var arg_request = buildShippingSettings();
       var arg_merchantId = 'foo';
       var arg_accountId = 'foo';
diff --git a/generated/googleapis/test/customsearch/v1_test.dart b/generated/googleapis/test/customsearch/v1_test.dart
index 4cfc4ce..9a6ac3e 100644
--- a/generated/googleapis/test/customsearch/v1_test.dart
+++ b/generated/googleapis/test/customsearch/v1_test.dart
@@ -861,7 +861,7 @@
   unittest.group('resource-CseResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.CustomsearchApi(mock).cse;
+      var res = api.CustomSearchApi(mock).cse;
       var arg_c2coff = 'foo';
       var arg_cr = 'foo';
       var arg_cx = 'foo';
@@ -1022,7 +1022,7 @@
   unittest.group('resource-CseSiterestrictResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.CustomsearchApi(mock).cse.siterestrict;
+      var res = api.CustomSearchApi(mock).cse.siterestrict;
       var arg_c2coff = 'foo';
       var arg_cr = 'foo';
       var arg_cx = 'foo';
diff --git a/generated/googleapis/test/deploymentmanager/v2_test.dart b/generated/googleapis/test/deploymentmanager/v2_test.dart
index 1fc7dd0..78b9dbd 100644
--- a/generated/googleapis/test/deploymentmanager/v2_test.dart
+++ b/generated/googleapis/test/deploymentmanager/v2_test.dart
@@ -1961,7 +1961,7 @@
   unittest.group('resource-DeploymentsResourceApi', () {
     unittest.test('method--cancelPreview', () {
       var mock = HttpServerMock();
-      var res = api.DeploymentmanagerApi(mock).deployments;
+      var res = api.DeploymentManagerApi(mock).deployments;
       var arg_request = buildDeploymentsCancelPreviewRequest();
       var arg_project = 'foo';
       var arg_deployment = 'foo';
@@ -2013,7 +2013,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.DeploymentmanagerApi(mock).deployments;
+      var res = api.DeploymentManagerApi(mock).deployments;
       var arg_project = 'foo';
       var arg_deployment = 'foo';
       var arg_deletePolicy = 'foo';
@@ -2062,7 +2062,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.DeploymentmanagerApi(mock).deployments;
+      var res = api.DeploymentManagerApi(mock).deployments;
       var arg_project = 'foo';
       var arg_deployment = 'foo';
       var arg_$fields = 'foo';
@@ -2107,7 +2107,7 @@
 
     unittest.test('method--getIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.DeploymentmanagerApi(mock).deployments;
+      var res = api.DeploymentManagerApi(mock).deployments;
       var arg_project = 'foo';
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -2152,7 +2152,7 @@
 
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.DeploymentmanagerApi(mock).deployments;
+      var res = api.DeploymentManagerApi(mock).deployments;
       var arg_request = buildDeployment();
       var arg_project = 'foo';
       var arg_createPolicy = 'foo';
@@ -2210,7 +2210,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.DeploymentmanagerApi(mock).deployments;
+      var res = api.DeploymentManagerApi(mock).deployments;
       var arg_project = 'foo';
       var arg_filter = 'foo';
       var arg_maxResults = 42;
@@ -2270,7 +2270,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.DeploymentmanagerApi(mock).deployments;
+      var res = api.DeploymentManagerApi(mock).deployments;
       var arg_request = buildDeployment();
       var arg_project = 'foo';
       var arg_deployment = 'foo';
@@ -2333,7 +2333,7 @@
 
     unittest.test('method--setIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.DeploymentmanagerApi(mock).deployments;
+      var res = api.DeploymentManagerApi(mock).deployments;
       var arg_request = buildGlobalSetPolicyRequest();
       var arg_project = 'foo';
       var arg_resource = 'foo';
@@ -2384,7 +2384,7 @@
 
     unittest.test('method--stop', () {
       var mock = HttpServerMock();
-      var res = api.DeploymentmanagerApi(mock).deployments;
+      var res = api.DeploymentManagerApi(mock).deployments;
       var arg_request = buildDeploymentsStopRequest();
       var arg_project = 'foo';
       var arg_deployment = 'foo';
@@ -2434,7 +2434,7 @@
 
     unittest.test('method--testIamPermissions', () {
       var mock = HttpServerMock();
-      var res = api.DeploymentmanagerApi(mock).deployments;
+      var res = api.DeploymentManagerApi(mock).deployments;
       var arg_request = buildTestPermissionsRequest();
       var arg_project = 'foo';
       var arg_resource = 'foo';
@@ -2485,7 +2485,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.DeploymentmanagerApi(mock).deployments;
+      var res = api.DeploymentManagerApi(mock).deployments;
       var arg_request = buildDeployment();
       var arg_project = 'foo';
       var arg_deployment = 'foo';
@@ -2550,7 +2550,7 @@
   unittest.group('resource-ManifestsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.DeploymentmanagerApi(mock).manifests;
+      var res = api.DeploymentManagerApi(mock).manifests;
       var arg_project = 'foo';
       var arg_deployment = 'foo';
       var arg_manifest = 'foo';
@@ -2596,7 +2596,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.DeploymentmanagerApi(mock).manifests;
+      var res = api.DeploymentManagerApi(mock).manifests;
       var arg_project = 'foo';
       var arg_deployment = 'foo';
       var arg_filter = 'foo';
@@ -2659,7 +2659,7 @@
   unittest.group('resource-OperationsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.DeploymentmanagerApi(mock).operations;
+      var res = api.DeploymentManagerApi(mock).operations;
       var arg_project = 'foo';
       var arg_operation = 'foo';
       var arg_$fields = 'foo';
@@ -2704,7 +2704,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.DeploymentmanagerApi(mock).operations;
+      var res = api.DeploymentManagerApi(mock).operations;
       var arg_project = 'foo';
       var arg_filter = 'foo';
       var arg_maxResults = 42;
@@ -2766,7 +2766,7 @@
   unittest.group('resource-ResourcesResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.DeploymentmanagerApi(mock).resources;
+      var res = api.DeploymentManagerApi(mock).resources;
       var arg_project = 'foo';
       var arg_deployment = 'foo';
       var arg_resource = 'foo';
@@ -2812,7 +2812,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.DeploymentmanagerApi(mock).resources;
+      var res = api.DeploymentManagerApi(mock).resources;
       var arg_project = 'foo';
       var arg_deployment = 'foo';
       var arg_filter = 'foo';
@@ -2875,7 +2875,7 @@
   unittest.group('resource-TypesResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.DeploymentmanagerApi(mock).types;
+      var res = api.DeploymentManagerApi(mock).types;
       var arg_project = 'foo';
       var arg_filter = 'foo';
       var arg_maxResults = 42;
diff --git a/generated/googleapis/test/displayvideo/v1_test.dart b/generated/googleapis/test/displayvideo/v1_test.dart
index 90c19a1..dea7025 100644
--- a/generated/googleapis/test/displayvideo/v1_test.dart
+++ b/generated/googleapis/test/displayvideo/v1_test.dart
@@ -8805,7 +8805,7 @@
   unittest.group('resource-AdvertisersResourceApi', () {
     unittest.test('method--audit', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).advertisers;
+      var res = api.DisplayVideoApi(mock).advertisers;
       var arg_advertiserId = 'foo';
       var arg_readMask = 'foo';
       var arg_$fields = 'foo';
@@ -8856,7 +8856,7 @@
 
     unittest.test('method--bulkEditAdvertiserAssignedTargetingOptions', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).advertisers;
+      var res = api.DisplayVideoApi(mock).advertisers;
       var arg_request =
           buildBulkEditAdvertiserAssignedTargetingOptionsRequest();
       var arg_advertiserId = 'foo';
@@ -8916,7 +8916,7 @@
 
     unittest.test('method--bulkListAdvertiserAssignedTargetingOptions', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).advertisers;
+      var res = api.DisplayVideoApi(mock).advertisers;
       var arg_advertiserId = 'foo';
       var arg_filter = 'foo';
       var arg_orderBy = 'foo';
@@ -8982,7 +8982,7 @@
 
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).advertisers;
+      var res = api.DisplayVideoApi(mock).advertisers;
       var arg_request = buildAdvertiser();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -9033,7 +9033,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).advertisers;
+      var res = api.DisplayVideoApi(mock).advertisers;
       var arg_advertiserId = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -9081,7 +9081,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).advertisers;
+      var res = api.DisplayVideoApi(mock).advertisers;
       var arg_advertiserId = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -9129,7 +9129,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).advertisers;
+      var res = api.DisplayVideoApi(mock).advertisers;
       var arg_filter = 'foo';
       var arg_orderBy = 'foo';
       var arg_pageSize = 42;
@@ -9195,7 +9195,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).advertisers;
+      var res = api.DisplayVideoApi(mock).advertisers;
       var arg_request = buildAdvertiser();
       var arg_advertiserId = 'foo';
       var arg_updateMask = 'foo';
@@ -9257,7 +9257,7 @@
       // TODO: Implement tests for media download;
 
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).advertisers.assets;
+      var res = api.DisplayVideoApi(mock).advertisers.assets;
       var arg_request = buildCreateAssetRequest();
       var arg_advertiserId = 'foo';
       var arg_$fields = 'foo';
@@ -9312,7 +9312,7 @@
   unittest.group('resource-AdvertisersCampaignsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).advertisers.campaigns;
+      var res = api.DisplayVideoApi(mock).advertisers.campaigns;
       var arg_request = buildCampaign();
       var arg_advertiserId = 'foo';
       var arg_$fields = 'foo';
@@ -9365,7 +9365,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).advertisers.campaigns;
+      var res = api.DisplayVideoApi(mock).advertisers.campaigns;
       var arg_advertiserId = 'foo';
       var arg_campaignId = 'foo';
       var arg_$fields = 'foo';
@@ -9414,7 +9414,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).advertisers.campaigns;
+      var res = api.DisplayVideoApi(mock).advertisers.campaigns;
       var arg_advertiserId = 'foo';
       var arg_campaignId = 'foo';
       var arg_$fields = 'foo';
@@ -9463,7 +9463,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).advertisers.campaigns;
+      var res = api.DisplayVideoApi(mock).advertisers.campaigns;
       var arg_advertiserId = 'foo';
       var arg_filter = 'foo';
       var arg_orderBy = 'foo';
@@ -9527,7 +9527,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).advertisers.campaigns;
+      var res = api.DisplayVideoApi(mock).advertisers.campaigns;
       var arg_request = buildCampaign();
       var arg_advertiserId = 'foo';
       var arg_campaignId = 'foo';
@@ -9587,7 +9587,7 @@
   unittest.group('resource-AdvertisersChannelsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).advertisers.channels;
+      var res = api.DisplayVideoApi(mock).advertisers.channels;
       var arg_request = buildChannel();
       var arg_advertiserId = 'foo';
       var arg_partnerId = 'foo';
@@ -9644,7 +9644,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).advertisers.channels;
+      var res = api.DisplayVideoApi(mock).advertisers.channels;
       var arg_advertiserId = 'foo';
       var arg_channelId = 'foo';
       var arg_partnerId = 'foo';
@@ -9697,7 +9697,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).advertisers.channels;
+      var res = api.DisplayVideoApi(mock).advertisers.channels;
       var arg_advertiserId = 'foo';
       var arg_filter = 'foo';
       var arg_orderBy = 'foo';
@@ -9765,7 +9765,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).advertisers.channels;
+      var res = api.DisplayVideoApi(mock).advertisers.channels;
       var arg_request = buildChannel();
       var arg_advertiserId = 'foo';
       var arg_channelId = 'foo';
@@ -9830,7 +9830,7 @@
   unittest.group('resource-AdvertisersChannelsSitesResourceApi', () {
     unittest.test('method--bulkEdit', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).advertisers.channels.sites;
+      var res = api.DisplayVideoApi(mock).advertisers.channels.sites;
       var arg_request = buildBulkEditSitesRequest();
       var arg_advertiserId = 'foo';
       var arg_channelId = 'foo';
@@ -9894,7 +9894,7 @@
 
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).advertisers.channels.sites;
+      var res = api.DisplayVideoApi(mock).advertisers.channels.sites;
       var arg_request = buildSite();
       var arg_advertiserId = 'foo';
       var arg_channelId = 'foo';
@@ -9961,7 +9961,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).advertisers.channels.sites;
+      var res = api.DisplayVideoApi(mock).advertisers.channels.sites;
       var arg_advertiserId = 'foo';
       var arg_channelId = 'foo';
       var arg_urlOrAppId = 'foo';
@@ -10024,7 +10024,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).advertisers.channels.sites;
+      var res = api.DisplayVideoApi(mock).advertisers.channels.sites;
       var arg_advertiserId = 'foo';
       var arg_channelId = 'foo';
       var arg_filter = 'foo';
@@ -10095,7 +10095,7 @@
   unittest.group('resource-AdvertisersCreativesResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).advertisers.creatives;
+      var res = api.DisplayVideoApi(mock).advertisers.creatives;
       var arg_request = buildCreative();
       var arg_advertiserId = 'foo';
       var arg_$fields = 'foo';
@@ -10148,7 +10148,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).advertisers.creatives;
+      var res = api.DisplayVideoApi(mock).advertisers.creatives;
       var arg_advertiserId = 'foo';
       var arg_creativeId = 'foo';
       var arg_$fields = 'foo';
@@ -10197,7 +10197,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).advertisers.creatives;
+      var res = api.DisplayVideoApi(mock).advertisers.creatives;
       var arg_advertiserId = 'foo';
       var arg_creativeId = 'foo';
       var arg_$fields = 'foo';
@@ -10246,7 +10246,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).advertisers.creatives;
+      var res = api.DisplayVideoApi(mock).advertisers.creatives;
       var arg_advertiserId = 'foo';
       var arg_filter = 'foo';
       var arg_orderBy = 'foo';
@@ -10310,7 +10310,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).advertisers.creatives;
+      var res = api.DisplayVideoApi(mock).advertisers.creatives;
       var arg_request = buildCreative();
       var arg_advertiserId = 'foo';
       var arg_creativeId = 'foo';
@@ -10370,7 +10370,7 @@
   unittest.group('resource-AdvertisersInsertionOrdersResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).advertisers.insertionOrders;
+      var res = api.DisplayVideoApi(mock).advertisers.insertionOrders;
       var arg_request = buildInsertionOrder();
       var arg_advertiserId = 'foo';
       var arg_$fields = 'foo';
@@ -10423,7 +10423,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).advertisers.insertionOrders;
+      var res = api.DisplayVideoApi(mock).advertisers.insertionOrders;
       var arg_advertiserId = 'foo';
       var arg_insertionOrderId = 'foo';
       var arg_$fields = 'foo';
@@ -10472,7 +10472,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).advertisers.insertionOrders;
+      var res = api.DisplayVideoApi(mock).advertisers.insertionOrders;
       var arg_advertiserId = 'foo';
       var arg_insertionOrderId = 'foo';
       var arg_$fields = 'foo';
@@ -10521,7 +10521,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).advertisers.insertionOrders;
+      var res = api.DisplayVideoApi(mock).advertisers.insertionOrders;
       var arg_advertiserId = 'foo';
       var arg_filter = 'foo';
       var arg_orderBy = 'foo';
@@ -10586,7 +10586,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).advertisers.insertionOrders;
+      var res = api.DisplayVideoApi(mock).advertisers.insertionOrders;
       var arg_request = buildInsertionOrder();
       var arg_advertiserId = 'foo';
       var arg_insertionOrderId = 'foo';
@@ -10646,7 +10646,7 @@
   unittest.group('resource-AdvertisersLineItemsResourceApi', () {
     unittest.test('method--bulkEditLineItemAssignedTargetingOptions', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).advertisers.lineItems;
+      var res = api.DisplayVideoApi(mock).advertisers.lineItems;
       var arg_request = buildBulkEditLineItemAssignedTargetingOptionsRequest();
       var arg_advertiserId = 'foo';
       var arg_lineItemId = 'foo';
@@ -10705,7 +10705,7 @@
 
     unittest.test('method--bulkListLineItemAssignedTargetingOptions', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).advertisers.lineItems;
+      var res = api.DisplayVideoApi(mock).advertisers.lineItems;
       var arg_advertiserId = 'foo';
       var arg_lineItemId = 'foo';
       var arg_filter = 'foo';
@@ -10773,7 +10773,7 @@
 
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).advertisers.lineItems;
+      var res = api.DisplayVideoApi(mock).advertisers.lineItems;
       var arg_request = buildLineItem();
       var arg_advertiserId = 'foo';
       var arg_$fields = 'foo';
@@ -10826,7 +10826,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).advertisers.lineItems;
+      var res = api.DisplayVideoApi(mock).advertisers.lineItems;
       var arg_advertiserId = 'foo';
       var arg_lineItemId = 'foo';
       var arg_$fields = 'foo';
@@ -10875,7 +10875,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).advertisers.lineItems;
+      var res = api.DisplayVideoApi(mock).advertisers.lineItems;
       var arg_advertiserId = 'foo';
       var arg_lineItemId = 'foo';
       var arg_$fields = 'foo';
@@ -10924,7 +10924,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).advertisers.lineItems;
+      var res = api.DisplayVideoApi(mock).advertisers.lineItems;
       var arg_advertiserId = 'foo';
       var arg_filter = 'foo';
       var arg_orderBy = 'foo';
@@ -10988,7 +10988,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).advertisers.lineItems;
+      var res = api.DisplayVideoApi(mock).advertisers.lineItems;
       var arg_request = buildLineItem();
       var arg_advertiserId = 'foo';
       var arg_lineItemId = 'foo';
@@ -11050,7 +11050,7 @@
       () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock)
+      var res = api.DisplayVideoApi(mock)
           .advertisers
           .lineItems
           .targetingTypes
@@ -11111,7 +11111,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock)
+      var res = api.DisplayVideoApi(mock)
           .advertisers
           .lineItems
           .targetingTypes
@@ -11168,7 +11168,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock)
+      var res = api.DisplayVideoApi(mock)
           .advertisers
           .lineItems
           .targetingTypes
@@ -11225,7 +11225,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock)
+      var res = api.DisplayVideoApi(mock)
           .advertisers
           .lineItems
           .targetingTypes
@@ -11299,7 +11299,7 @@
   unittest.group('resource-AdvertisersLocationListsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).advertisers.locationLists;
+      var res = api.DisplayVideoApi(mock).advertisers.locationLists;
       var arg_request = buildLocationList();
       var arg_advertiserId = 'foo';
       var arg_$fields = 'foo';
@@ -11352,7 +11352,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).advertisers.locationLists;
+      var res = api.DisplayVideoApi(mock).advertisers.locationLists;
       var arg_advertiserId = 'foo';
       var arg_locationListId = 'foo';
       var arg_$fields = 'foo';
@@ -11401,7 +11401,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).advertisers.locationLists;
+      var res = api.DisplayVideoApi(mock).advertisers.locationLists;
       var arg_advertiserId = 'foo';
       var arg_filter = 'foo';
       var arg_orderBy = 'foo';
@@ -11466,7 +11466,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).advertisers.locationLists;
+      var res = api.DisplayVideoApi(mock).advertisers.locationLists;
       var arg_request = buildLocationList();
       var arg_advertiserId = 'foo';
       var arg_locationListId = 'foo';
@@ -11528,7 +11528,7 @@
     unittest.test('method--bulkEdit', () {
       var mock = HttpServerMock();
       var res =
-          api.DisplayvideoApi(mock).advertisers.locationLists.assignedLocations;
+          api.DisplayVideoApi(mock).advertisers.locationLists.assignedLocations;
       var arg_request = buildBulkEditAssignedLocationsRequest();
       var arg_advertiserId = 'foo';
       var arg_locationListId = 'foo';
@@ -11596,7 +11596,7 @@
     unittest.test('method--create', () {
       var mock = HttpServerMock();
       var res =
-          api.DisplayvideoApi(mock).advertisers.locationLists.assignedLocations;
+          api.DisplayVideoApi(mock).advertisers.locationLists.assignedLocations;
       var arg_request = buildAssignedLocation();
       var arg_advertiserId = 'foo';
       var arg_locationListId = 'foo';
@@ -11669,7 +11669,7 @@
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
       var res =
-          api.DisplayvideoApi(mock).advertisers.locationLists.assignedLocations;
+          api.DisplayVideoApi(mock).advertisers.locationLists.assignedLocations;
       var arg_advertiserId = 'foo';
       var arg_locationListId = 'foo';
       var arg_assignedLocationId = 'foo';
@@ -11739,7 +11739,7 @@
     unittest.test('method--list', () {
       var mock = HttpServerMock();
       var res =
-          api.DisplayvideoApi(mock).advertisers.locationLists.assignedLocations;
+          api.DisplayVideoApi(mock).advertisers.locationLists.assignedLocations;
       var arg_advertiserId = 'foo';
       var arg_locationListId = 'foo';
       var arg_filter = 'foo';
@@ -11824,7 +11824,7 @@
   unittest.group('resource-AdvertisersNegativeKeywordListsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).advertisers.negativeKeywordLists;
+      var res = api.DisplayVideoApi(mock).advertisers.negativeKeywordLists;
       var arg_request = buildNegativeKeywordList();
       var arg_advertiserId = 'foo';
       var arg_$fields = 'foo';
@@ -11877,7 +11877,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).advertisers.negativeKeywordLists;
+      var res = api.DisplayVideoApi(mock).advertisers.negativeKeywordLists;
       var arg_advertiserId = 'foo';
       var arg_negativeKeywordListId = 'foo';
       var arg_$fields = 'foo';
@@ -11927,7 +11927,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).advertisers.negativeKeywordLists;
+      var res = api.DisplayVideoApi(mock).advertisers.negativeKeywordLists;
       var arg_advertiserId = 'foo';
       var arg_negativeKeywordListId = 'foo';
       var arg_$fields = 'foo';
@@ -11977,7 +11977,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).advertisers.negativeKeywordLists;
+      var res = api.DisplayVideoApi(mock).advertisers.negativeKeywordLists;
       var arg_advertiserId = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -12035,7 +12035,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).advertisers.negativeKeywordLists;
+      var res = api.DisplayVideoApi(mock).advertisers.negativeKeywordLists;
       var arg_request = buildNegativeKeywordList();
       var arg_advertiserId = 'foo';
       var arg_negativeKeywordListId = 'foo';
@@ -12097,7 +12097,7 @@
       () {
     unittest.test('method--bulkEdit', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock)
+      var res = api.DisplayVideoApi(mock)
           .advertisers
           .negativeKeywordLists
           .negativeKeywords;
@@ -12166,7 +12166,7 @@
 
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock)
+      var res = api.DisplayVideoApi(mock)
           .advertisers
           .negativeKeywordLists
           .negativeKeywords;
@@ -12233,7 +12233,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock)
+      var res = api.DisplayVideoApi(mock)
           .advertisers
           .negativeKeywordLists
           .negativeKeywords;
@@ -12296,7 +12296,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock)
+      var res = api.DisplayVideoApi(mock)
           .advertisers
           .negativeKeywordLists
           .negativeKeywords;
@@ -12369,7 +12369,7 @@
       () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock)
+      var res = api.DisplayVideoApi(mock)
           .advertisers
           .targetingTypes
           .assignedTargetingOptions;
@@ -12427,7 +12427,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock)
+      var res = api.DisplayVideoApi(mock)
           .advertisers
           .targetingTypes
           .assignedTargetingOptions;
@@ -12482,7 +12482,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock)
+      var res = api.DisplayVideoApi(mock)
           .advertisers
           .targetingTypes
           .assignedTargetingOptions;
@@ -12537,7 +12537,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock)
+      var res = api.DisplayVideoApi(mock)
           .advertisers
           .targetingTypes
           .assignedTargetingOptions;
@@ -12609,7 +12609,7 @@
   unittest.group('resource-CombinedAudiencesResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).combinedAudiences;
+      var res = api.DisplayVideoApi(mock).combinedAudiences;
       var arg_combinedAudienceId = 'foo';
       var arg_advertiserId = 'foo';
       var arg_partnerId = 'foo';
@@ -12666,7 +12666,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).combinedAudiences;
+      var res = api.DisplayVideoApi(mock).combinedAudiences;
       var arg_advertiserId = 'foo';
       var arg_filter = 'foo';
       var arg_orderBy = 'foo';
@@ -12739,7 +12739,7 @@
   unittest.group('resource-CustomBiddingAlgorithmsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).customBiddingAlgorithms;
+      var res = api.DisplayVideoApi(mock).customBiddingAlgorithms;
       var arg_customBiddingAlgorithmId = 'foo';
       var arg_advertiserId = 'foo';
       var arg_partnerId = 'foo';
@@ -12796,7 +12796,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).customBiddingAlgorithms;
+      var res = api.DisplayVideoApi(mock).customBiddingAlgorithms;
       var arg_advertiserId = 'foo';
       var arg_filter = 'foo';
       var arg_orderBy = 'foo';
@@ -12870,7 +12870,7 @@
   unittest.group('resource-CustomListsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).customLists;
+      var res = api.DisplayVideoApi(mock).customLists;
       var arg_customListId = 'foo';
       var arg_advertiserId = 'foo';
       var arg_$fields = 'foo';
@@ -12922,7 +12922,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).customLists;
+      var res = api.DisplayVideoApi(mock).customLists;
       var arg_advertiserId = 'foo';
       var arg_filter = 'foo';
       var arg_orderBy = 'foo';
@@ -12990,7 +12990,7 @@
   unittest.group('resource-FirstAndThirdPartyAudiencesResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).firstAndThirdPartyAudiences;
+      var res = api.DisplayVideoApi(mock).firstAndThirdPartyAudiences;
       var arg_firstAndThirdPartyAudienceId = 'foo';
       var arg_advertiserId = 'foo';
       var arg_partnerId = 'foo';
@@ -13048,7 +13048,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).firstAndThirdPartyAudiences;
+      var res = api.DisplayVideoApi(mock).firstAndThirdPartyAudiences;
       var arg_advertiserId = 'foo';
       var arg_filter = 'foo';
       var arg_orderBy = 'foo';
@@ -13122,7 +13122,7 @@
   unittest.group('resource-FloodlightGroupsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).floodlightGroups;
+      var res = api.DisplayVideoApi(mock).floodlightGroups;
       var arg_floodlightGroupId = 'foo';
       var arg_partnerId = 'foo';
       var arg_$fields = 'foo';
@@ -13174,7 +13174,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).floodlightGroups;
+      var res = api.DisplayVideoApi(mock).floodlightGroups;
       var arg_request = buildFloodlightGroup();
       var arg_floodlightGroupId = 'foo';
       var arg_partnerId = 'foo';
@@ -13240,7 +13240,7 @@
   unittest.group('resource-GoogleAudiencesResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).googleAudiences;
+      var res = api.DisplayVideoApi(mock).googleAudiences;
       var arg_googleAudienceId = 'foo';
       var arg_advertiserId = 'foo';
       var arg_partnerId = 'foo';
@@ -13297,7 +13297,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).googleAudiences;
+      var res = api.DisplayVideoApi(mock).googleAudiences;
       var arg_advertiserId = 'foo';
       var arg_filter = 'foo';
       var arg_orderBy = 'foo';
@@ -13370,7 +13370,7 @@
   unittest.group('resource-InventorySourceGroupsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).inventorySourceGroups;
+      var res = api.DisplayVideoApi(mock).inventorySourceGroups;
       var arg_request = buildInventorySourceGroup();
       var arg_advertiserId = 'foo';
       var arg_partnerId = 'foo';
@@ -13430,7 +13430,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).inventorySourceGroups;
+      var res = api.DisplayVideoApi(mock).inventorySourceGroups;
       var arg_inventorySourceGroupId = 'foo';
       var arg_advertiserId = 'foo';
       var arg_partnerId = 'foo';
@@ -13487,7 +13487,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).inventorySourceGroups;
+      var res = api.DisplayVideoApi(mock).inventorySourceGroups;
       var arg_inventorySourceGroupId = 'foo';
       var arg_advertiserId = 'foo';
       var arg_partnerId = 'foo';
@@ -13544,7 +13544,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).inventorySourceGroups;
+      var res = api.DisplayVideoApi(mock).inventorySourceGroups;
       var arg_advertiserId = 'foo';
       var arg_filter = 'foo';
       var arg_orderBy = 'foo';
@@ -13616,7 +13616,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).inventorySourceGroups;
+      var res = api.DisplayVideoApi(mock).inventorySourceGroups;
       var arg_request = buildInventorySourceGroup();
       var arg_inventorySourceGroupId = 'foo';
       var arg_advertiserId = 'foo';
@@ -13688,7 +13688,7 @@
       'resource-InventorySourceGroupsAssignedInventorySourcesResourceApi', () {
     unittest.test('method--bulkEdit', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock)
+      var res = api.DisplayVideoApi(mock)
           .inventorySourceGroups
           .assignedInventorySources;
       var arg_request = buildBulkEditAssignedInventorySourcesRequest();
@@ -13747,7 +13747,7 @@
 
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock)
+      var res = api.DisplayVideoApi(mock)
           .inventorySourceGroups
           .assignedInventorySources;
       var arg_request = buildAssignedInventorySource();
@@ -13811,7 +13811,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock)
+      var res = api.DisplayVideoApi(mock)
           .inventorySourceGroups
           .assignedInventorySources;
       var arg_inventorySourceGroupId = 'foo';
@@ -13871,7 +13871,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock)
+      var res = api.DisplayVideoApi(mock)
           .inventorySourceGroups
           .assignedInventorySources;
       var arg_inventorySourceGroupId = 'foo';
@@ -13949,7 +13949,7 @@
   unittest.group('resource-InventorySourcesResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).inventorySources;
+      var res = api.DisplayVideoApi(mock).inventorySources;
       var arg_inventorySourceId = 'foo';
       var arg_partnerId = 'foo';
       var arg_$fields = 'foo';
@@ -14001,7 +14001,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).inventorySources;
+      var res = api.DisplayVideoApi(mock).inventorySources;
       var arg_advertiserId = 'foo';
       var arg_filter = 'foo';
       var arg_orderBy = 'foo';
@@ -14077,7 +14077,7 @@
       // TODO: Implement tests for media download;
 
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).media;
+      var res = api.DisplayVideoApi(mock).media;
       var arg_resourceName = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -14127,7 +14127,7 @@
   unittest.group('resource-PartnersResourceApi', () {
     unittest.test('method--bulkEditPartnerAssignedTargetingOptions', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).partners;
+      var res = api.DisplayVideoApi(mock).partners;
       var arg_request = buildBulkEditPartnerAssignedTargetingOptionsRequest();
       var arg_partnerId = 'foo';
       var arg_$fields = 'foo';
@@ -14184,7 +14184,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).partners;
+      var res = api.DisplayVideoApi(mock).partners;
       var arg_partnerId = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -14232,7 +14232,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).partners;
+      var res = api.DisplayVideoApi(mock).partners;
       var arg_filter = 'foo';
       var arg_orderBy = 'foo';
       var arg_pageSize = 42;
@@ -14296,7 +14296,7 @@
   unittest.group('resource-PartnersChannelsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).partners.channels;
+      var res = api.DisplayVideoApi(mock).partners.channels;
       var arg_request = buildChannel();
       var arg_partnerId = 'foo';
       var arg_advertiserId = 'foo';
@@ -14353,7 +14353,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).partners.channels;
+      var res = api.DisplayVideoApi(mock).partners.channels;
       var arg_partnerId = 'foo';
       var arg_channelId = 'foo';
       var arg_advertiserId = 'foo';
@@ -14406,7 +14406,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).partners.channels;
+      var res = api.DisplayVideoApi(mock).partners.channels;
       var arg_partnerId = 'foo';
       var arg_advertiserId = 'foo';
       var arg_filter = 'foo';
@@ -14474,7 +14474,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).partners.channels;
+      var res = api.DisplayVideoApi(mock).partners.channels;
       var arg_request = buildChannel();
       var arg_partnerId = 'foo';
       var arg_channelId = 'foo';
@@ -14539,7 +14539,7 @@
   unittest.group('resource-PartnersChannelsSitesResourceApi', () {
     unittest.test('method--bulkEdit', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).partners.channels.sites;
+      var res = api.DisplayVideoApi(mock).partners.channels.sites;
       var arg_request = buildBulkEditSitesRequest();
       var arg_partnerId = 'foo';
       var arg_channelId = 'foo';
@@ -14603,7 +14603,7 @@
 
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).partners.channels.sites;
+      var res = api.DisplayVideoApi(mock).partners.channels.sites;
       var arg_request = buildSite();
       var arg_partnerId = 'foo';
       var arg_channelId = 'foo';
@@ -14670,7 +14670,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).partners.channels.sites;
+      var res = api.DisplayVideoApi(mock).partners.channels.sites;
       var arg_partnerId = 'foo';
       var arg_channelId = 'foo';
       var arg_urlOrAppId = 'foo';
@@ -14733,7 +14733,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).partners.channels.sites;
+      var res = api.DisplayVideoApi(mock).partners.channels.sites;
       var arg_partnerId = 'foo';
       var arg_channelId = 'foo';
       var arg_advertiserId = 'foo';
@@ -14805,7 +14805,7 @@
       'resource-PartnersTargetingTypesAssignedTargetingOptionsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock)
+      var res = api.DisplayVideoApi(mock)
           .partners
           .targetingTypes
           .assignedTargetingOptions;
@@ -14863,7 +14863,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock)
+      var res = api.DisplayVideoApi(mock)
           .partners
           .targetingTypes
           .assignedTargetingOptions;
@@ -14918,7 +14918,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock)
+      var res = api.DisplayVideoApi(mock)
           .partners
           .targetingTypes
           .assignedTargetingOptions;
@@ -14972,7 +14972,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock)
+      var res = api.DisplayVideoApi(mock)
           .partners
           .targetingTypes
           .assignedTargetingOptions;
@@ -15044,7 +15044,7 @@
   unittest.group('resource-SdfdownloadtasksResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).sdfdownloadtasks;
+      var res = api.DisplayVideoApi(mock).sdfdownloadtasks;
       var arg_request = buildCreateSdfDownloadTaskRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -15098,7 +15098,7 @@
   unittest.group('resource-SdfdownloadtasksOperationsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).sdfdownloadtasks.operations;
+      var res = api.DisplayVideoApi(mock).sdfdownloadtasks.operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -15148,7 +15148,7 @@
   unittest.group('resource-TargetingTypesTargetingOptionsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).targetingTypes.targetingOptions;
+      var res = api.DisplayVideoApi(mock).targetingTypes.targetingOptions;
       var arg_targetingType = 'foo';
       var arg_targetingOptionId = 'foo';
       var arg_advertiserId = 'foo';
@@ -15201,7 +15201,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).targetingTypes.targetingOptions;
+      var res = api.DisplayVideoApi(mock).targetingTypes.targetingOptions;
       var arg_targetingType = 'foo';
       var arg_advertiserId = 'foo';
       var arg_filter = 'foo';
@@ -15272,7 +15272,7 @@
   unittest.group('resource-UsersResourceApi', () {
     unittest.test('method--bulkEditAssignedUserRoles', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).users;
+      var res = api.DisplayVideoApi(mock).users;
       var arg_request = buildBulkEditAssignedUserRolesRequest();
       var arg_userId = 'foo';
       var arg_$fields = 'foo';
@@ -15329,7 +15329,7 @@
 
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).users;
+      var res = api.DisplayVideoApi(mock).users;
       var arg_request = buildUser();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -15380,7 +15380,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).users;
+      var res = api.DisplayVideoApi(mock).users;
       var arg_userId = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -15428,7 +15428,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).users;
+      var res = api.DisplayVideoApi(mock).users;
       var arg_userId = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -15476,7 +15476,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).users;
+      var res = api.DisplayVideoApi(mock).users;
       var arg_filter = 'foo';
       var arg_orderBy = 'foo';
       var arg_pageSize = 42;
@@ -15538,7 +15538,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.DisplayvideoApi(mock).users;
+      var res = api.DisplayVideoApi(mock).users;
       var arg_request = buildUser();
       var arg_userId = 'foo';
       var arg_updateMask = 'foo';
diff --git a/generated/googleapis/test/dlp/v2_test.dart b/generated/googleapis/test/dlp/v2_test.dart
index ac80712..16e1b3d 100644
--- a/generated/googleapis/test/dlp/v2_test.dart
+++ b/generated/googleapis/test/dlp/v2_test.dart
@@ -7719,7 +7719,7 @@
   unittest.group('resource-InfoTypesResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).infoTypes;
+      var res = api.DLPApi(mock).infoTypes;
       var arg_filter = 'foo';
       var arg_languageCode = 'foo';
       var arg_locationId = 'foo';
@@ -7784,7 +7784,7 @@
   unittest.group('resource-LocationsInfoTypesResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).locations.infoTypes;
+      var res = api.DLPApi(mock).locations.infoTypes;
       var arg_parent = 'foo';
       var arg_filter = 'foo';
       var arg_languageCode = 'foo';
@@ -7848,7 +7848,7 @@
   unittest.group('resource-OrganizationsDeidentifyTemplatesResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).organizations.deidentifyTemplates;
+      var res = api.DLPApi(mock).organizations.deidentifyTemplates;
       var arg_request =
           buildGooglePrivacyDlpV2CreateDeidentifyTemplateRequest();
       var arg_parent = 'foo';
@@ -7906,7 +7906,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).organizations.deidentifyTemplates;
+      var res = api.DLPApi(mock).organizations.deidentifyTemplates;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -7954,7 +7954,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).organizations.deidentifyTemplates;
+      var res = api.DLPApi(mock).organizations.deidentifyTemplates;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -8004,7 +8004,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).organizations.deidentifyTemplates;
+      var res = api.DLPApi(mock).organizations.deidentifyTemplates;
       var arg_parent = 'foo';
       var arg_locationId = 'foo';
       var arg_orderBy = 'foo';
@@ -8071,7 +8071,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).organizations.deidentifyTemplates;
+      var res = api.DLPApi(mock).organizations.deidentifyTemplates;
       var arg_request =
           buildGooglePrivacyDlpV2UpdateDeidentifyTemplateRequest();
       var arg_name = 'foo';
@@ -8131,7 +8131,7 @@
   unittest.group('resource-OrganizationsInspectTemplatesResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).organizations.inspectTemplates;
+      var res = api.DLPApi(mock).organizations.inspectTemplates;
       var arg_request = buildGooglePrivacyDlpV2CreateInspectTemplateRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -8187,7 +8187,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).organizations.inspectTemplates;
+      var res = api.DLPApi(mock).organizations.inspectTemplates;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -8235,7 +8235,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).organizations.inspectTemplates;
+      var res = api.DLPApi(mock).organizations.inspectTemplates;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -8285,7 +8285,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).organizations.inspectTemplates;
+      var res = api.DLPApi(mock).organizations.inspectTemplates;
       var arg_parent = 'foo';
       var arg_locationId = 'foo';
       var arg_orderBy = 'foo';
@@ -8352,7 +8352,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).organizations.inspectTemplates;
+      var res = api.DLPApi(mock).organizations.inspectTemplates;
       var arg_request = buildGooglePrivacyDlpV2UpdateInspectTemplateRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -8411,7 +8411,7 @@
       'resource-OrganizationsLocationsDeidentifyTemplatesResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).organizations.locations.deidentifyTemplates;
+      var res = api.DLPApi(mock).organizations.locations.deidentifyTemplates;
       var arg_request =
           buildGooglePrivacyDlpV2CreateDeidentifyTemplateRequest();
       var arg_parent = 'foo';
@@ -8469,7 +8469,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).organizations.locations.deidentifyTemplates;
+      var res = api.DLPApi(mock).organizations.locations.deidentifyTemplates;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -8517,7 +8517,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).organizations.locations.deidentifyTemplates;
+      var res = api.DLPApi(mock).organizations.locations.deidentifyTemplates;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -8567,7 +8567,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).organizations.locations.deidentifyTemplates;
+      var res = api.DLPApi(mock).organizations.locations.deidentifyTemplates;
       var arg_parent = 'foo';
       var arg_locationId = 'foo';
       var arg_orderBy = 'foo';
@@ -8634,7 +8634,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).organizations.locations.deidentifyTemplates;
+      var res = api.DLPApi(mock).organizations.locations.deidentifyTemplates;
       var arg_request =
           buildGooglePrivacyDlpV2UpdateDeidentifyTemplateRequest();
       var arg_name = 'foo';
@@ -8695,7 +8695,7 @@
       () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).organizations.locations.inspectTemplates;
+      var res = api.DLPApi(mock).organizations.locations.inspectTemplates;
       var arg_request = buildGooglePrivacyDlpV2CreateInspectTemplateRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -8751,7 +8751,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).organizations.locations.inspectTemplates;
+      var res = api.DLPApi(mock).organizations.locations.inspectTemplates;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -8799,7 +8799,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).organizations.locations.inspectTemplates;
+      var res = api.DLPApi(mock).organizations.locations.inspectTemplates;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -8849,7 +8849,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).organizations.locations.inspectTemplates;
+      var res = api.DLPApi(mock).organizations.locations.inspectTemplates;
       var arg_parent = 'foo';
       var arg_locationId = 'foo';
       var arg_orderBy = 'foo';
@@ -8916,7 +8916,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).organizations.locations.inspectTemplates;
+      var res = api.DLPApi(mock).organizations.locations.inspectTemplates;
       var arg_request = buildGooglePrivacyDlpV2UpdateInspectTemplateRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -8975,7 +8975,7 @@
       () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).organizations.locations.storedInfoTypes;
+      var res = api.DLPApi(mock).organizations.locations.storedInfoTypes;
       var arg_request = buildGooglePrivacyDlpV2CreateStoredInfoTypeRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -9030,7 +9030,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).organizations.locations.storedInfoTypes;
+      var res = api.DLPApi(mock).organizations.locations.storedInfoTypes;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -9078,7 +9078,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).organizations.locations.storedInfoTypes;
+      var res = api.DLPApi(mock).organizations.locations.storedInfoTypes;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -9127,7 +9127,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).organizations.locations.storedInfoTypes;
+      var res = api.DLPApi(mock).organizations.locations.storedInfoTypes;
       var arg_parent = 'foo';
       var arg_locationId = 'foo';
       var arg_orderBy = 'foo';
@@ -9194,7 +9194,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).organizations.locations.storedInfoTypes;
+      var res = api.DLPApi(mock).organizations.locations.storedInfoTypes;
       var arg_request = buildGooglePrivacyDlpV2UpdateStoredInfoTypeRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -9251,7 +9251,7 @@
   unittest.group('resource-OrganizationsStoredInfoTypesResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).organizations.storedInfoTypes;
+      var res = api.DLPApi(mock).organizations.storedInfoTypes;
       var arg_request = buildGooglePrivacyDlpV2CreateStoredInfoTypeRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -9306,7 +9306,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).organizations.storedInfoTypes;
+      var res = api.DLPApi(mock).organizations.storedInfoTypes;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -9354,7 +9354,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).organizations.storedInfoTypes;
+      var res = api.DLPApi(mock).organizations.storedInfoTypes;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -9403,7 +9403,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).organizations.storedInfoTypes;
+      var res = api.DLPApi(mock).organizations.storedInfoTypes;
       var arg_parent = 'foo';
       var arg_locationId = 'foo';
       var arg_orderBy = 'foo';
@@ -9470,7 +9470,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).organizations.storedInfoTypes;
+      var res = api.DLPApi(mock).organizations.storedInfoTypes;
       var arg_request = buildGooglePrivacyDlpV2UpdateStoredInfoTypeRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -9527,7 +9527,7 @@
   unittest.group('resource-ProjectsContentResourceApi', () {
     unittest.test('method--deidentify', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.content;
+      var res = api.DLPApi(mock).projects.content;
       var arg_request = buildGooglePrivacyDlpV2DeidentifyContentRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -9583,7 +9583,7 @@
 
     unittest.test('method--inspect', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.content;
+      var res = api.DLPApi(mock).projects.content;
       var arg_request = buildGooglePrivacyDlpV2InspectContentRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -9639,7 +9639,7 @@
 
     unittest.test('method--reidentify', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.content;
+      var res = api.DLPApi(mock).projects.content;
       var arg_request = buildGooglePrivacyDlpV2ReidentifyContentRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -9697,7 +9697,7 @@
   unittest.group('resource-ProjectsDeidentifyTemplatesResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.deidentifyTemplates;
+      var res = api.DLPApi(mock).projects.deidentifyTemplates;
       var arg_request =
           buildGooglePrivacyDlpV2CreateDeidentifyTemplateRequest();
       var arg_parent = 'foo';
@@ -9755,7 +9755,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.deidentifyTemplates;
+      var res = api.DLPApi(mock).projects.deidentifyTemplates;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -9803,7 +9803,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.deidentifyTemplates;
+      var res = api.DLPApi(mock).projects.deidentifyTemplates;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -9853,7 +9853,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.deidentifyTemplates;
+      var res = api.DLPApi(mock).projects.deidentifyTemplates;
       var arg_parent = 'foo';
       var arg_locationId = 'foo';
       var arg_orderBy = 'foo';
@@ -9920,7 +9920,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.deidentifyTemplates;
+      var res = api.DLPApi(mock).projects.deidentifyTemplates;
       var arg_request =
           buildGooglePrivacyDlpV2UpdateDeidentifyTemplateRequest();
       var arg_name = 'foo';
@@ -9980,7 +9980,7 @@
   unittest.group('resource-ProjectsDlpJobsResourceApi', () {
     unittest.test('method--cancel', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.dlpJobs;
+      var res = api.DLPApi(mock).projects.dlpJobs;
       var arg_request = buildGooglePrivacyDlpV2CancelDlpJobRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -10034,7 +10034,7 @@
 
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.dlpJobs;
+      var res = api.DLPApi(mock).projects.dlpJobs;
       var arg_request = buildGooglePrivacyDlpV2CreateDlpJobRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -10088,7 +10088,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.dlpJobs;
+      var res = api.DLPApi(mock).projects.dlpJobs;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -10136,7 +10136,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.dlpJobs;
+      var res = api.DLPApi(mock).projects.dlpJobs;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -10184,7 +10184,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.dlpJobs;
+      var res = api.DLPApi(mock).projects.dlpJobs;
       var arg_parent = 'foo';
       var arg_filter = 'foo';
       var arg_locationId = 'foo';
@@ -10259,7 +10259,7 @@
   unittest.group('resource-ProjectsImageResourceApi', () {
     unittest.test('method--redact', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.image;
+      var res = api.DLPApi(mock).projects.image;
       var arg_request = buildGooglePrivacyDlpV2RedactImageRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -10317,7 +10317,7 @@
   unittest.group('resource-ProjectsInspectTemplatesResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.inspectTemplates;
+      var res = api.DLPApi(mock).projects.inspectTemplates;
       var arg_request = buildGooglePrivacyDlpV2CreateInspectTemplateRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -10373,7 +10373,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.inspectTemplates;
+      var res = api.DLPApi(mock).projects.inspectTemplates;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -10421,7 +10421,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.inspectTemplates;
+      var res = api.DLPApi(mock).projects.inspectTemplates;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -10471,7 +10471,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.inspectTemplates;
+      var res = api.DLPApi(mock).projects.inspectTemplates;
       var arg_parent = 'foo';
       var arg_locationId = 'foo';
       var arg_orderBy = 'foo';
@@ -10538,7 +10538,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.inspectTemplates;
+      var res = api.DLPApi(mock).projects.inspectTemplates;
       var arg_request = buildGooglePrivacyDlpV2UpdateInspectTemplateRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -10596,7 +10596,7 @@
   unittest.group('resource-ProjectsJobTriggersResourceApi', () {
     unittest.test('method--activate', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.jobTriggers;
+      var res = api.DLPApi(mock).projects.jobTriggers;
       var arg_request = buildGooglePrivacyDlpV2ActivateJobTriggerRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -10650,7 +10650,7 @@
 
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.jobTriggers;
+      var res = api.DLPApi(mock).projects.jobTriggers;
       var arg_request = buildGooglePrivacyDlpV2CreateJobTriggerRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -10705,7 +10705,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.jobTriggers;
+      var res = api.DLPApi(mock).projects.jobTriggers;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -10753,7 +10753,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.jobTriggers;
+      var res = api.DLPApi(mock).projects.jobTriggers;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -10802,7 +10802,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.jobTriggers;
+      var res = api.DLPApi(mock).projects.jobTriggers;
       var arg_parent = 'foo';
       var arg_filter = 'foo';
       var arg_locationId = 'foo';
@@ -10872,7 +10872,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.jobTriggers;
+      var res = api.DLPApi(mock).projects.jobTriggers;
       var arg_request = buildGooglePrivacyDlpV2UpdateJobTriggerRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -10929,7 +10929,7 @@
   unittest.group('resource-ProjectsLocationsContentResourceApi', () {
     unittest.test('method--deidentify', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.locations.content;
+      var res = api.DLPApi(mock).projects.locations.content;
       var arg_request = buildGooglePrivacyDlpV2DeidentifyContentRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -10985,7 +10985,7 @@
 
     unittest.test('method--inspect', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.locations.content;
+      var res = api.DLPApi(mock).projects.locations.content;
       var arg_request = buildGooglePrivacyDlpV2InspectContentRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -11041,7 +11041,7 @@
 
     unittest.test('method--reidentify', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.locations.content;
+      var res = api.DLPApi(mock).projects.locations.content;
       var arg_request = buildGooglePrivacyDlpV2ReidentifyContentRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -11100,7 +11100,7 @@
       () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.locations.deidentifyTemplates;
+      var res = api.DLPApi(mock).projects.locations.deidentifyTemplates;
       var arg_request =
           buildGooglePrivacyDlpV2CreateDeidentifyTemplateRequest();
       var arg_parent = 'foo';
@@ -11158,7 +11158,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.locations.deidentifyTemplates;
+      var res = api.DLPApi(mock).projects.locations.deidentifyTemplates;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -11206,7 +11206,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.locations.deidentifyTemplates;
+      var res = api.DLPApi(mock).projects.locations.deidentifyTemplates;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -11256,7 +11256,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.locations.deidentifyTemplates;
+      var res = api.DLPApi(mock).projects.locations.deidentifyTemplates;
       var arg_parent = 'foo';
       var arg_locationId = 'foo';
       var arg_orderBy = 'foo';
@@ -11323,7 +11323,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.locations.deidentifyTemplates;
+      var res = api.DLPApi(mock).projects.locations.deidentifyTemplates;
       var arg_request =
           buildGooglePrivacyDlpV2UpdateDeidentifyTemplateRequest();
       var arg_name = 'foo';
@@ -11383,7 +11383,7 @@
   unittest.group('resource-ProjectsLocationsDlpJobsResourceApi', () {
     unittest.test('method--cancel', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.locations.dlpJobs;
+      var res = api.DLPApi(mock).projects.locations.dlpJobs;
       var arg_request = buildGooglePrivacyDlpV2CancelDlpJobRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -11437,7 +11437,7 @@
 
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.locations.dlpJobs;
+      var res = api.DLPApi(mock).projects.locations.dlpJobs;
       var arg_request = buildGooglePrivacyDlpV2CreateDlpJobRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -11491,7 +11491,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.locations.dlpJobs;
+      var res = api.DLPApi(mock).projects.locations.dlpJobs;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -11539,7 +11539,7 @@
 
     unittest.test('method--finish', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.locations.dlpJobs;
+      var res = api.DLPApi(mock).projects.locations.dlpJobs;
       var arg_request = buildGooglePrivacyDlpV2FinishDlpJobRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -11593,7 +11593,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.locations.dlpJobs;
+      var res = api.DLPApi(mock).projects.locations.dlpJobs;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -11641,7 +11641,7 @@
 
     unittest.test('method--hybridInspect', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.locations.dlpJobs;
+      var res = api.DLPApi(mock).projects.locations.dlpJobs;
       var arg_request = buildGooglePrivacyDlpV2HybridInspectDlpJobRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -11697,7 +11697,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.locations.dlpJobs;
+      var res = api.DLPApi(mock).projects.locations.dlpJobs;
       var arg_parent = 'foo';
       var arg_filter = 'foo';
       var arg_locationId = 'foo';
@@ -11772,7 +11772,7 @@
   unittest.group('resource-ProjectsLocationsImageResourceApi', () {
     unittest.test('method--redact', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.locations.image;
+      var res = api.DLPApi(mock).projects.locations.image;
       var arg_request = buildGooglePrivacyDlpV2RedactImageRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -11830,7 +11830,7 @@
   unittest.group('resource-ProjectsLocationsInspectTemplatesResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.locations.inspectTemplates;
+      var res = api.DLPApi(mock).projects.locations.inspectTemplates;
       var arg_request = buildGooglePrivacyDlpV2CreateInspectTemplateRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -11886,7 +11886,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.locations.inspectTemplates;
+      var res = api.DLPApi(mock).projects.locations.inspectTemplates;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -11934,7 +11934,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.locations.inspectTemplates;
+      var res = api.DLPApi(mock).projects.locations.inspectTemplates;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -11984,7 +11984,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.locations.inspectTemplates;
+      var res = api.DLPApi(mock).projects.locations.inspectTemplates;
       var arg_parent = 'foo';
       var arg_locationId = 'foo';
       var arg_orderBy = 'foo';
@@ -12051,7 +12051,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.locations.inspectTemplates;
+      var res = api.DLPApi(mock).projects.locations.inspectTemplates;
       var arg_request = buildGooglePrivacyDlpV2UpdateInspectTemplateRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -12109,7 +12109,7 @@
   unittest.group('resource-ProjectsLocationsJobTriggersResourceApi', () {
     unittest.test('method--activate', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.locations.jobTriggers;
+      var res = api.DLPApi(mock).projects.locations.jobTriggers;
       var arg_request = buildGooglePrivacyDlpV2ActivateJobTriggerRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -12163,7 +12163,7 @@
 
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.locations.jobTriggers;
+      var res = api.DLPApi(mock).projects.locations.jobTriggers;
       var arg_request = buildGooglePrivacyDlpV2CreateJobTriggerRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -12218,7 +12218,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.locations.jobTriggers;
+      var res = api.DLPApi(mock).projects.locations.jobTriggers;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -12266,7 +12266,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.locations.jobTriggers;
+      var res = api.DLPApi(mock).projects.locations.jobTriggers;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -12315,7 +12315,7 @@
 
     unittest.test('method--hybridInspect', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.locations.jobTriggers;
+      var res = api.DLPApi(mock).projects.locations.jobTriggers;
       var arg_request = buildGooglePrivacyDlpV2HybridInspectJobTriggerRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -12371,7 +12371,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.locations.jobTriggers;
+      var res = api.DLPApi(mock).projects.locations.jobTriggers;
       var arg_parent = 'foo';
       var arg_filter = 'foo';
       var arg_locationId = 'foo';
@@ -12441,7 +12441,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.locations.jobTriggers;
+      var res = api.DLPApi(mock).projects.locations.jobTriggers;
       var arg_request = buildGooglePrivacyDlpV2UpdateJobTriggerRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -12498,7 +12498,7 @@
   unittest.group('resource-ProjectsLocationsStoredInfoTypesResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.locations.storedInfoTypes;
+      var res = api.DLPApi(mock).projects.locations.storedInfoTypes;
       var arg_request = buildGooglePrivacyDlpV2CreateStoredInfoTypeRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -12553,7 +12553,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.locations.storedInfoTypes;
+      var res = api.DLPApi(mock).projects.locations.storedInfoTypes;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -12601,7 +12601,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.locations.storedInfoTypes;
+      var res = api.DLPApi(mock).projects.locations.storedInfoTypes;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -12650,7 +12650,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.locations.storedInfoTypes;
+      var res = api.DLPApi(mock).projects.locations.storedInfoTypes;
       var arg_parent = 'foo';
       var arg_locationId = 'foo';
       var arg_orderBy = 'foo';
@@ -12717,7 +12717,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.locations.storedInfoTypes;
+      var res = api.DLPApi(mock).projects.locations.storedInfoTypes;
       var arg_request = buildGooglePrivacyDlpV2UpdateStoredInfoTypeRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -12774,7 +12774,7 @@
   unittest.group('resource-ProjectsStoredInfoTypesResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.storedInfoTypes;
+      var res = api.DLPApi(mock).projects.storedInfoTypes;
       var arg_request = buildGooglePrivacyDlpV2CreateStoredInfoTypeRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -12829,7 +12829,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.storedInfoTypes;
+      var res = api.DLPApi(mock).projects.storedInfoTypes;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -12877,7 +12877,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.storedInfoTypes;
+      var res = api.DLPApi(mock).projects.storedInfoTypes;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -12926,7 +12926,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.storedInfoTypes;
+      var res = api.DLPApi(mock).projects.storedInfoTypes;
       var arg_parent = 'foo';
       var arg_locationId = 'foo';
       var arg_orderBy = 'foo';
@@ -12993,7 +12993,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.DlpApi(mock).projects.storedInfoTypes;
+      var res = api.DLPApi(mock).projects.storedInfoTypes;
       var arg_request = buildGooglePrivacyDlpV2UpdateStoredInfoTypeRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
diff --git a/generated/googleapis/test/domainsrdap/v1_test.dart b/generated/googleapis/test/domainsrdap/v1_test.dart
index 2ca9d6e..bfdb249 100644
--- a/generated/googleapis/test/domainsrdap/v1_test.dart
+++ b/generated/googleapis/test/domainsrdap/v1_test.dart
@@ -280,7 +280,7 @@
   unittest.group('resource-AutnumResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.DomainsrdapApi(mock).autnum;
+      var res = api.DomainsRDAPApi(mock).autnum;
       var arg_autnumId = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -332,7 +332,7 @@
   unittest.group('resource-DomainResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.DomainsrdapApi(mock).domain;
+      var res = api.DomainsRDAPApi(mock).domain;
       var arg_domainName = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -382,7 +382,7 @@
   unittest.group('resource-EntityResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.DomainsrdapApi(mock).entity;
+      var res = api.DomainsRDAPApi(mock).entity;
       var arg_entityId = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -434,7 +434,7 @@
   unittest.group('resource-IpResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.DomainsrdapApi(mock).ip;
+      var res = api.DomainsRDAPApi(mock).ip;
       var arg_ipId = 'foo';
       var arg_ipId1 = 'foo';
       var arg_$fields = 'foo';
@@ -496,7 +496,7 @@
   unittest.group('resource-NameserverResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.DomainsrdapApi(mock).nameserver;
+      var res = api.DomainsRDAPApi(mock).nameserver;
       var arg_nameserverId = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -548,7 +548,7 @@
   unittest.group('resource-V1ResourceApi', () {
     unittest.test('method--getDomains', () {
       var mock = HttpServerMock();
-      var res = api.DomainsrdapApi(mock).v1;
+      var res = api.DomainsRDAPApi(mock).v1;
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
         var path = (req.url).path;
@@ -594,7 +594,7 @@
 
     unittest.test('method--getEntities', () {
       var mock = HttpServerMock();
-      var res = api.DomainsrdapApi(mock).v1;
+      var res = api.DomainsRDAPApi(mock).v1;
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
         var path = (req.url).path;
@@ -640,7 +640,7 @@
 
     unittest.test('method--getHelp', () {
       var mock = HttpServerMock();
-      var res = api.DomainsrdapApi(mock).v1;
+      var res = api.DomainsRDAPApi(mock).v1;
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
         var path = (req.url).path;
@@ -684,7 +684,7 @@
 
     unittest.test('method--getIp', () {
       var mock = HttpServerMock();
-      var res = api.DomainsrdapApi(mock).v1;
+      var res = api.DomainsRDAPApi(mock).v1;
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
         var path = (req.url).path;
@@ -728,7 +728,7 @@
 
     unittest.test('method--getNameservers', () {
       var mock = HttpServerMock();
-      var res = api.DomainsrdapApi(mock).v1;
+      var res = api.DomainsRDAPApi(mock).v1;
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
         var path = (req.url).path;
diff --git a/generated/googleapis/test/doubleclickbidmanager/v1_1_test.dart b/generated/googleapis/test/doubleclickbidmanager/v1_1_test.dart
index 2f5fbf6..8b24270 100644
--- a/generated/googleapis/test/doubleclickbidmanager/v1_1_test.dart
+++ b/generated/googleapis/test/doubleclickbidmanager/v1_1_test.dart
@@ -1190,7 +1190,7 @@
   unittest.group('resource-LineitemsResourceApi', () {
     unittest.test('method--downloadlineitems', () {
       var mock = HttpServerMock();
-      var res = api.DoubleclickbidmanagerApi(mock).lineitems;
+      var res = api.DoubleClickBidManagerApi(mock).lineitems;
       var arg_request = buildDownloadLineItemsRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1245,7 +1245,7 @@
 
     unittest.test('method--uploadlineitems', () {
       var mock = HttpServerMock();
-      var res = api.DoubleclickbidmanagerApi(mock).lineitems;
+      var res = api.DoubleClickBidManagerApi(mock).lineitems;
       var arg_request = buildUploadLineItemsRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1301,7 +1301,7 @@
   unittest.group('resource-QueriesResourceApi', () {
     unittest.test('method--createquery', () {
       var mock = HttpServerMock();
-      var res = api.DoubleclickbidmanagerApi(mock).queries;
+      var res = api.DoubleClickBidManagerApi(mock).queries;
       var arg_request = buildQuery();
       var arg_asynchronous = true;
       var arg_$fields = 'foo';
@@ -1359,7 +1359,7 @@
 
     unittest.test('method--deletequery', () {
       var mock = HttpServerMock();
-      var res = api.DoubleclickbidmanagerApi(mock).queries;
+      var res = api.DoubleClickBidManagerApi(mock).queries;
       var arg_queryId = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1410,7 +1410,7 @@
 
     unittest.test('method--getquery', () {
       var mock = HttpServerMock();
-      var res = api.DoubleclickbidmanagerApi(mock).queries;
+      var res = api.DoubleClickBidManagerApi(mock).queries;
       var arg_queryId = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1463,7 +1463,7 @@
 
     unittest.test('method--listqueries', () {
       var mock = HttpServerMock();
-      var res = api.DoubleclickbidmanagerApi(mock).queries;
+      var res = api.DoubleClickBidManagerApi(mock).queries;
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
       var arg_$fields = 'foo';
@@ -1521,7 +1521,7 @@
 
     unittest.test('method--runquery', () {
       var mock = HttpServerMock();
-      var res = api.DoubleclickbidmanagerApi(mock).queries;
+      var res = api.DoubleClickBidManagerApi(mock).queries;
       var arg_request = buildRunQueryRequest();
       var arg_queryId = 'foo';
       var arg_asynchronous = true;
@@ -1583,7 +1583,7 @@
   unittest.group('resource-ReportsResourceApi', () {
     unittest.test('method--listreports', () {
       var mock = HttpServerMock();
-      var res = api.DoubleclickbidmanagerApi(mock).reports;
+      var res = api.DoubleClickBidManagerApi(mock).reports;
       var arg_queryId = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -1653,7 +1653,7 @@
   unittest.group('resource-SdfResourceApi', () {
     unittest.test('method--download', () {
       var mock = HttpServerMock();
-      var res = api.DoubleclickbidmanagerApi(mock).sdf;
+      var res = api.DoubleClickBidManagerApi(mock).sdf;
       var arg_request = buildDownloadRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
diff --git a/generated/googleapis/test/driveactivity/v2_test.dart b/generated/googleapis/test/driveactivity/v2_test.dart
index 1bb3b7d..b2809e3 100644
--- a/generated/googleapis/test/driveactivity/v2_test.dart
+++ b/generated/googleapis/test/driveactivity/v2_test.dart
@@ -1732,7 +1732,7 @@
   unittest.group('resource-ActivityResourceApi', () {
     unittest.test('method--query', () {
       var mock = HttpServerMock();
-      var res = api.DriveactivityApi(mock).activity;
+      var res = api.DriveActivityApi(mock).activity;
       var arg_request = buildQueryDriveActivityRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
diff --git a/generated/googleapis/test/fcm/v1_test.dart b/generated/googleapis/test/fcm/v1_test.dart
index c7dbf6d..15d5ffb 100644
--- a/generated/googleapis/test/fcm/v1_test.dart
+++ b/generated/googleapis/test/fcm/v1_test.dart
@@ -654,7 +654,7 @@
   unittest.group('resource-ProjectsMessagesResourceApi', () {
     unittest.test('method--send', () {
       var mock = HttpServerMock();
-      var res = api.FcmApi(mock).projects.messages;
+      var res = api.FirebaseCloudMessagingApi(mock).projects.messages;
       var arg_request = buildSendMessageRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
diff --git a/generated/googleapis/test/file/v1_test.dart b/generated/googleapis/test/file/v1_test.dart
index 80f54f2..d8f4a1f 100644
--- a/generated/googleapis/test/file/v1_test.dart
+++ b/generated/googleapis/test/file/v1_test.dart
@@ -1201,7 +1201,7 @@
   unittest.group('resource-ProjectsLocationsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.FileApi(mock).projects.locations;
+      var res = api.CloudFilestoreApi(mock).projects.locations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1249,7 +1249,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.FileApi(mock).projects.locations;
+      var res = api.CloudFilestoreApi(mock).projects.locations;
       var arg_name = 'foo';
       var arg_filter = 'foo';
       var arg_includeUnrevealedLocations = true;
@@ -1315,7 +1315,7 @@
   unittest.group('resource-ProjectsLocationsInstancesResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.FileApi(mock).projects.locations.instances;
+      var res = api.CloudFilestoreApi(mock).projects.locations.instances;
       var arg_request = buildInstance();
       var arg_parent = 'foo';
       var arg_instanceId = 'foo';
@@ -1372,7 +1372,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.FileApi(mock).projects.locations.instances;
+      var res = api.CloudFilestoreApi(mock).projects.locations.instances;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1420,7 +1420,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.FileApi(mock).projects.locations.instances;
+      var res = api.CloudFilestoreApi(mock).projects.locations.instances;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1468,7 +1468,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.FileApi(mock).projects.locations.instances;
+      var res = api.CloudFilestoreApi(mock).projects.locations.instances;
       var arg_parent = 'foo';
       var arg_filter = 'foo';
       var arg_orderBy = 'foo';
@@ -1532,7 +1532,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.FileApi(mock).projects.locations.instances;
+      var res = api.CloudFilestoreApi(mock).projects.locations.instances;
       var arg_request = buildInstance();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -1591,7 +1591,7 @@
   unittest.group('resource-ProjectsLocationsOperationsResourceApi', () {
     unittest.test('method--cancel', () {
       var mock = HttpServerMock();
-      var res = api.FileApi(mock).projects.locations.operations;
+      var res = api.CloudFilestoreApi(mock).projects.locations.operations;
       var arg_request = buildCancelOperationRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -1644,7 +1644,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.FileApi(mock).projects.locations.operations;
+      var res = api.CloudFilestoreApi(mock).projects.locations.operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1692,7 +1692,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.FileApi(mock).projects.locations.operations;
+      var res = api.CloudFilestoreApi(mock).projects.locations.operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1740,7 +1740,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.FileApi(mock).projects.locations.operations;
+      var res = api.CloudFilestoreApi(mock).projects.locations.operations;
       var arg_name = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
diff --git a/generated/googleapis/test/firebasedynamiclinks/v1_test.dart b/generated/googleapis/test/firebasedynamiclinks/v1_test.dart
index 9258a8f..763a893 100644
--- a/generated/googleapis/test/firebasedynamiclinks/v1_test.dart
+++ b/generated/googleapis/test/firebasedynamiclinks/v1_test.dart
@@ -892,7 +892,7 @@
   unittest.group('resource-ManagedShortLinksResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.FirebasedynamiclinksApi(mock).managedShortLinks;
+      var res = api.FirebaseDynamicLinksApi(mock).managedShortLinks;
       var arg_request = buildCreateManagedShortLinkRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -947,7 +947,7 @@
   unittest.group('resource-ShortLinksResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.FirebasedynamiclinksApi(mock).shortLinks;
+      var res = api.FirebaseDynamicLinksApi(mock).shortLinks;
       var arg_request = buildCreateShortDynamicLinkRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1002,7 +1002,7 @@
   unittest.group('resource-V1ResourceApi', () {
     unittest.test('method--getLinkStats', () {
       var mock = HttpServerMock();
-      var res = api.FirebasedynamiclinksApi(mock).v1;
+      var res = api.FirebaseDynamicLinksApi(mock).v1;
       var arg_dynamicLink = 'foo';
       var arg_durationDays = 'foo';
       var arg_sdkVersion = 'foo';
@@ -1067,7 +1067,7 @@
 
     unittest.test('method--installAttribution', () {
       var mock = HttpServerMock();
-      var res = api.FirebasedynamiclinksApi(mock).v1;
+      var res = api.FirebaseDynamicLinksApi(mock).v1;
       var arg_request = buildGetIosPostInstallAttributionRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1121,7 +1121,7 @@
 
     unittest.test('method--reopenAttribution', () {
       var mock = HttpServerMock();
-      var res = api.FirebasedynamiclinksApi(mock).v1;
+      var res = api.FirebaseDynamicLinksApi(mock).v1;
       var arg_request = buildGetIosReopenAttributionRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
diff --git a/generated/googleapis/test/firebaserules/v1_test.dart b/generated/googleapis/test/firebaserules/v1_test.dart
index e7fd108..a6377e2 100644
--- a/generated/googleapis/test/firebaserules/v1_test.dart
+++ b/generated/googleapis/test/firebaserules/v1_test.dart
@@ -1033,7 +1033,7 @@
   unittest.group('resource-ProjectsResourceApi', () {
     unittest.test('method--test', () {
       var mock = HttpServerMock();
-      var res = api.FirebaserulesApi(mock).projects;
+      var res = api.FirebaseRulesApi(mock).projects;
       var arg_request = buildTestRulesetRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -1088,7 +1088,7 @@
   unittest.group('resource-ProjectsReleasesResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.FirebaserulesApi(mock).projects.releases;
+      var res = api.FirebaseRulesApi(mock).projects.releases;
       var arg_request = buildRelease();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -1141,7 +1141,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.FirebaserulesApi(mock).projects.releases;
+      var res = api.FirebaseRulesApi(mock).projects.releases;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1189,7 +1189,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.FirebaserulesApi(mock).projects.releases;
+      var res = api.FirebaseRulesApi(mock).projects.releases;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1237,7 +1237,7 @@
 
     unittest.test('method--getExecutable', () {
       var mock = HttpServerMock();
-      var res = api.FirebaserulesApi(mock).projects.releases;
+      var res = api.FirebaseRulesApi(mock).projects.releases;
       var arg_name = 'foo';
       var arg_executableVersion = 'foo';
       var arg_$fields = 'foo';
@@ -1290,7 +1290,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.FirebaserulesApi(mock).projects.releases;
+      var res = api.FirebaseRulesApi(mock).projects.releases;
       var arg_name = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -1350,7 +1350,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.FirebaserulesApi(mock).projects.releases;
+      var res = api.FirebaseRulesApi(mock).projects.releases;
       var arg_request = buildUpdateReleaseRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -1405,7 +1405,7 @@
   unittest.group('resource-ProjectsRulesetsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.FirebaserulesApi(mock).projects.rulesets;
+      var res = api.FirebaseRulesApi(mock).projects.rulesets;
       var arg_request = buildRuleset();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -1458,7 +1458,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.FirebaserulesApi(mock).projects.rulesets;
+      var res = api.FirebaseRulesApi(mock).projects.rulesets;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1506,7 +1506,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.FirebaserulesApi(mock).projects.rulesets;
+      var res = api.FirebaseRulesApi(mock).projects.rulesets;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1554,7 +1554,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.FirebaserulesApi(mock).projects.rulesets;
+      var res = api.FirebaseRulesApi(mock).projects.rulesets;
       var arg_name = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
diff --git a/generated/googleapis/test/groupsmigration/v1_test.dart b/generated/googleapis/test/groupsmigration/v1_test.dart
index a54f541..ba1820b 100644
--- a/generated/googleapis/test/groupsmigration/v1_test.dart
+++ b/generated/googleapis/test/groupsmigration/v1_test.dart
@@ -63,7 +63,7 @@
       // TODO: Implement tests for media download;
 
       var mock = HttpServerMock();
-      var res = api.GroupsmigrationApi(mock).archive;
+      var res = api.GroupsMigrationApi(mock).archive;
       var arg_groupId = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
diff --git a/generated/googleapis/test/healthcare/v1_test.dart b/generated/googleapis/test/healthcare/v1_test.dart
index 4f6fa4f..29bde99 100644
--- a/generated/googleapis/test/healthcare/v1_test.dart
+++ b/generated/googleapis/test/healthcare/v1_test.dart
@@ -2851,7 +2851,7 @@
   unittest.group('resource-ProjectsLocationsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock).projects.locations;
+      var res = api.CloudHealthcareApi(mock).projects.locations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2899,7 +2899,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock).projects.locations;
+      var res = api.CloudHealthcareApi(mock).projects.locations;
       var arg_name = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -2961,7 +2961,7 @@
   unittest.group('resource-ProjectsLocationsDatasetsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock).projects.locations.datasets;
+      var res = api.CloudHealthcareApi(mock).projects.locations.datasets;
       var arg_request = buildDataset();
       var arg_parent = 'foo';
       var arg_datasetId = 'foo';
@@ -3018,7 +3018,7 @@
 
     unittest.test('method--deidentify', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock).projects.locations.datasets;
+      var res = api.CloudHealthcareApi(mock).projects.locations.datasets;
       var arg_request = buildDeidentifyDatasetRequest();
       var arg_sourceDataset = 'foo';
       var arg_$fields = 'foo';
@@ -3071,7 +3071,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock).projects.locations.datasets;
+      var res = api.CloudHealthcareApi(mock).projects.locations.datasets;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3119,7 +3119,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock).projects.locations.datasets;
+      var res = api.CloudHealthcareApi(mock).projects.locations.datasets;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3167,7 +3167,7 @@
 
     unittest.test('method--getIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock).projects.locations.datasets;
+      var res = api.CloudHealthcareApi(mock).projects.locations.datasets;
       var arg_resource = 'foo';
       var arg_options_requestedPolicyVersion = 42;
       var arg_$fields = 'foo';
@@ -3222,7 +3222,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock).projects.locations.datasets;
+      var res = api.CloudHealthcareApi(mock).projects.locations.datasets;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -3279,7 +3279,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock).projects.locations.datasets;
+      var res = api.CloudHealthcareApi(mock).projects.locations.datasets;
       var arg_request = buildDataset();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -3336,7 +3336,7 @@
 
     unittest.test('method--setIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock).projects.locations.datasets;
+      var res = api.CloudHealthcareApi(mock).projects.locations.datasets;
       var arg_request = buildSetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -3389,7 +3389,7 @@
 
     unittest.test('method--testIamPermissions', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock).projects.locations.datasets;
+      var res = api.CloudHealthcareApi(mock).projects.locations.datasets;
       var arg_request = buildTestIamPermissionsRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -3446,7 +3446,8 @@
       () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock).projects.locations.datasets.dicomStores;
+      var res =
+          api.CloudHealthcareApi(mock).projects.locations.datasets.dicomStores;
       var arg_request = buildDicomStore();
       var arg_parent = 'foo';
       var arg_dicomStoreId = 'foo';
@@ -3503,7 +3504,8 @@
 
     unittest.test('method--deidentify', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock).projects.locations.datasets.dicomStores;
+      var res =
+          api.CloudHealthcareApi(mock).projects.locations.datasets.dicomStores;
       var arg_request = buildDeidentifyDicomStoreRequest();
       var arg_sourceStore = 'foo';
       var arg_$fields = 'foo';
@@ -3557,7 +3559,8 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock).projects.locations.datasets.dicomStores;
+      var res =
+          api.CloudHealthcareApi(mock).projects.locations.datasets.dicomStores;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3605,7 +3608,8 @@
 
     unittest.test('method--export', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock).projects.locations.datasets.dicomStores;
+      var res =
+          api.CloudHealthcareApi(mock).projects.locations.datasets.dicomStores;
       var arg_request = buildExportDicomDataRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -3658,7 +3662,8 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock).projects.locations.datasets.dicomStores;
+      var res =
+          api.CloudHealthcareApi(mock).projects.locations.datasets.dicomStores;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3706,7 +3711,8 @@
 
     unittest.test('method--getIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock).projects.locations.datasets.dicomStores;
+      var res =
+          api.CloudHealthcareApi(mock).projects.locations.datasets.dicomStores;
       var arg_resource = 'foo';
       var arg_options_requestedPolicyVersion = 42;
       var arg_$fields = 'foo';
@@ -3761,7 +3767,8 @@
 
     unittest.test('method--import', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock).projects.locations.datasets.dicomStores;
+      var res =
+          api.CloudHealthcareApi(mock).projects.locations.datasets.dicomStores;
       var arg_request = buildImportDicomDataRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -3814,7 +3821,8 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock).projects.locations.datasets.dicomStores;
+      var res =
+          api.CloudHealthcareApi(mock).projects.locations.datasets.dicomStores;
       var arg_parent = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -3874,7 +3882,8 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock).projects.locations.datasets.dicomStores;
+      var res =
+          api.CloudHealthcareApi(mock).projects.locations.datasets.dicomStores;
       var arg_request = buildDicomStore();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -3931,7 +3940,8 @@
 
     unittest.test('method--searchForInstances', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock).projects.locations.datasets.dicomStores;
+      var res =
+          api.CloudHealthcareApi(mock).projects.locations.datasets.dicomStores;
       var arg_parent = 'foo';
       var arg_dicomWebPath = 'foo';
       var arg_$fields = 'foo';
@@ -3981,7 +3991,8 @@
 
     unittest.test('method--searchForSeries', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock).projects.locations.datasets.dicomStores;
+      var res =
+          api.CloudHealthcareApi(mock).projects.locations.datasets.dicomStores;
       var arg_parent = 'foo';
       var arg_dicomWebPath = 'foo';
       var arg_$fields = 'foo';
@@ -4030,7 +4041,8 @@
 
     unittest.test('method--searchForStudies', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock).projects.locations.datasets.dicomStores;
+      var res =
+          api.CloudHealthcareApi(mock).projects.locations.datasets.dicomStores;
       var arg_parent = 'foo';
       var arg_dicomWebPath = 'foo';
       var arg_$fields = 'foo';
@@ -4079,7 +4091,8 @@
 
     unittest.test('method--setIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock).projects.locations.datasets.dicomStores;
+      var res =
+          api.CloudHealthcareApi(mock).projects.locations.datasets.dicomStores;
       var arg_request = buildSetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -4132,7 +4145,8 @@
 
     unittest.test('method--storeInstances', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock).projects.locations.datasets.dicomStores;
+      var res =
+          api.CloudHealthcareApi(mock).projects.locations.datasets.dicomStores;
       var arg_request = buildHttpBody();
       var arg_parent = 'foo';
       var arg_dicomWebPath = 'foo';
@@ -4187,7 +4201,8 @@
 
     unittest.test('method--testIamPermissions', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock).projects.locations.datasets.dicomStores;
+      var res =
+          api.CloudHealthcareApi(mock).projects.locations.datasets.dicomStores;
       var arg_request = buildTestIamPermissionsRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -4244,7 +4259,7 @@
       'resource-ProjectsLocationsDatasetsDicomStoresStudiesResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock)
+      var res = api.CloudHealthcareApi(mock)
           .projects
           .locations
           .datasets
@@ -4298,7 +4313,7 @@
 
     unittest.test('method--retrieveMetadata', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock)
+      var res = api.CloudHealthcareApi(mock)
           .projects
           .locations
           .datasets
@@ -4352,7 +4367,7 @@
 
     unittest.test('method--retrieveStudy', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock)
+      var res = api.CloudHealthcareApi(mock)
           .projects
           .locations
           .datasets
@@ -4406,7 +4421,7 @@
 
     unittest.test('method--searchForInstances', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock)
+      var res = api.CloudHealthcareApi(mock)
           .projects
           .locations
           .datasets
@@ -4461,7 +4476,7 @@
 
     unittest.test('method--searchForSeries', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock)
+      var res = api.CloudHealthcareApi(mock)
           .projects
           .locations
           .datasets
@@ -4515,7 +4530,7 @@
 
     unittest.test('method--storeInstances', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock)
+      var res = api.CloudHealthcareApi(mock)
           .projects
           .locations
           .datasets
@@ -4579,7 +4594,7 @@
       () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock)
+      var res = api.CloudHealthcareApi(mock)
           .projects
           .locations
           .datasets
@@ -4634,7 +4649,7 @@
 
     unittest.test('method--retrieveMetadata', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock)
+      var res = api.CloudHealthcareApi(mock)
           .projects
           .locations
           .datasets
@@ -4689,7 +4704,7 @@
 
     unittest.test('method--retrieveSeries', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock)
+      var res = api.CloudHealthcareApi(mock)
           .projects
           .locations
           .datasets
@@ -4744,7 +4759,7 @@
 
     unittest.test('method--searchForInstances', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock)
+      var res = api.CloudHealthcareApi(mock)
           .projects
           .locations
           .datasets
@@ -4804,7 +4819,7 @@
       () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock)
+      var res = api.CloudHealthcareApi(mock)
           .projects
           .locations
           .datasets
@@ -4860,7 +4875,7 @@
 
     unittest.test('method--retrieveInstance', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock)
+      var res = api.CloudHealthcareApi(mock)
           .projects
           .locations
           .datasets
@@ -4916,7 +4931,7 @@
 
     unittest.test('method--retrieveMetadata', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock)
+      var res = api.CloudHealthcareApi(mock)
           .projects
           .locations
           .datasets
@@ -4972,7 +4987,7 @@
 
     unittest.test('method--retrieveRendered', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock)
+      var res = api.CloudHealthcareApi(mock)
           .projects
           .locations
           .datasets
@@ -5032,7 +5047,7 @@
       () {
     unittest.test('method--retrieveFrames', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock)
+      var res = api.CloudHealthcareApi(mock)
           .projects
           .locations
           .datasets
@@ -5089,7 +5104,7 @@
 
     unittest.test('method--retrieveRendered', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock)
+      var res = api.CloudHealthcareApi(mock)
           .projects
           .locations
           .datasets
@@ -5148,7 +5163,8 @@
   unittest.group('resource-ProjectsLocationsDatasetsFhirStoresResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock).projects.locations.datasets.fhirStores;
+      var res =
+          api.CloudHealthcareApi(mock).projects.locations.datasets.fhirStores;
       var arg_request = buildFhirStore();
       var arg_parent = 'foo';
       var arg_fhirStoreId = 'foo';
@@ -5205,7 +5221,8 @@
 
     unittest.test('method--deidentify', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock).projects.locations.datasets.fhirStores;
+      var res =
+          api.CloudHealthcareApi(mock).projects.locations.datasets.fhirStores;
       var arg_request = buildDeidentifyFhirStoreRequest();
       var arg_sourceStore = 'foo';
       var arg_$fields = 'foo';
@@ -5258,7 +5275,8 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock).projects.locations.datasets.fhirStores;
+      var res =
+          api.CloudHealthcareApi(mock).projects.locations.datasets.fhirStores;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -5306,7 +5324,8 @@
 
     unittest.test('method--export', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock).projects.locations.datasets.fhirStores;
+      var res =
+          api.CloudHealthcareApi(mock).projects.locations.datasets.fhirStores;
       var arg_request = buildExportResourcesRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -5359,7 +5378,8 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock).projects.locations.datasets.fhirStores;
+      var res =
+          api.CloudHealthcareApi(mock).projects.locations.datasets.fhirStores;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -5407,7 +5427,8 @@
 
     unittest.test('method--getIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock).projects.locations.datasets.fhirStores;
+      var res =
+          api.CloudHealthcareApi(mock).projects.locations.datasets.fhirStores;
       var arg_resource = 'foo';
       var arg_options_requestedPolicyVersion = 42;
       var arg_$fields = 'foo';
@@ -5462,7 +5483,8 @@
 
     unittest.test('method--import', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock).projects.locations.datasets.fhirStores;
+      var res =
+          api.CloudHealthcareApi(mock).projects.locations.datasets.fhirStores;
       var arg_request = buildImportResourcesRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -5515,7 +5537,8 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock).projects.locations.datasets.fhirStores;
+      var res =
+          api.CloudHealthcareApi(mock).projects.locations.datasets.fhirStores;
       var arg_parent = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -5575,7 +5598,8 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock).projects.locations.datasets.fhirStores;
+      var res =
+          api.CloudHealthcareApi(mock).projects.locations.datasets.fhirStores;
       var arg_request = buildFhirStore();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -5632,7 +5656,8 @@
 
     unittest.test('method--setIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock).projects.locations.datasets.fhirStores;
+      var res =
+          api.CloudHealthcareApi(mock).projects.locations.datasets.fhirStores;
       var arg_request = buildSetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -5685,7 +5710,8 @@
 
     unittest.test('method--testIamPermissions', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock).projects.locations.datasets.fhirStores;
+      var res =
+          api.CloudHealthcareApi(mock).projects.locations.datasets.fhirStores;
       var arg_request = buildTestIamPermissionsRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -5740,10 +5766,14 @@
 
   unittest.group('resource-ProjectsLocationsDatasetsFhirStoresFhirResourceApi',
       () {
-    unittest.test('method--Patient_everything', () {
+    unittest.test('method--PatientEverything', () {
       var mock = HttpServerMock();
-      var res =
-          api.HealthcareApi(mock).projects.locations.datasets.fhirStores.fhir;
+      var res = api.CloudHealthcareApi(mock)
+          .projects
+          .locations
+          .datasets
+          .fhirStores
+          .fhir;
       var arg_name = 'foo';
       var arg_P_count = 42;
       var arg_P_pageToken = 'foo';
@@ -5796,7 +5826,7 @@
         var resp = convert.json.encode(buildHttpBody());
         return async.Future.value(stringResponse(200, h, resp));
       }), true);
-      res.Patient_everything(arg_name,
+      res.PatientEverything(arg_name,
               P_count: arg_P_count,
               P_pageToken: arg_P_pageToken,
               P_since: arg_P_since,
@@ -5809,10 +5839,14 @@
       })));
     });
 
-    unittest.test('method--Resource_purge', () {
+    unittest.test('method--ResourcePurge', () {
       var mock = HttpServerMock();
-      var res =
-          api.HealthcareApi(mock).projects.locations.datasets.fhirStores.fhir;
+      var res = api.CloudHealthcareApi(mock)
+          .projects
+          .locations
+          .datasets
+          .fhirStores
+          .fhir;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -5851,7 +5885,7 @@
         var resp = convert.json.encode(buildEmpty());
         return async.Future.value(stringResponse(200, h, resp));
       }), true);
-      res.Resource_purge(arg_name, $fields: arg_$fields)
+      res.ResourcePurge(arg_name, $fields: arg_$fields)
           .then(unittest.expectAsync1(((response) {
         checkEmpty(response as api.Empty);
       })));
@@ -5859,8 +5893,12 @@
 
     unittest.test('method--capabilities', () {
       var mock = HttpServerMock();
-      var res =
-          api.HealthcareApi(mock).projects.locations.datasets.fhirStores.fhir;
+      var res = api.CloudHealthcareApi(mock)
+          .projects
+          .locations
+          .datasets
+          .fhirStores
+          .fhir;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -5908,8 +5946,12 @@
 
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res =
-          api.HealthcareApi(mock).projects.locations.datasets.fhirStores.fhir;
+      var res = api.CloudHealthcareApi(mock)
+          .projects
+          .locations
+          .datasets
+          .fhirStores
+          .fhir;
       var arg_request = buildHttpBody();
       var arg_parent = 'foo';
       var arg_type = 'foo';
@@ -5963,8 +6005,12 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res =
-          api.HealthcareApi(mock).projects.locations.datasets.fhirStores.fhir;
+      var res = api.CloudHealthcareApi(mock)
+          .projects
+          .locations
+          .datasets
+          .fhirStores
+          .fhir;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -6012,8 +6058,12 @@
 
     unittest.test('method--executeBundle', () {
       var mock = HttpServerMock();
-      var res =
-          api.HealthcareApi(mock).projects.locations.datasets.fhirStores.fhir;
+      var res = api.CloudHealthcareApi(mock)
+          .projects
+          .locations
+          .datasets
+          .fhirStores
+          .fhir;
       var arg_request = buildHttpBody();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -6066,8 +6116,12 @@
 
     unittest.test('method--history', () {
       var mock = HttpServerMock();
-      var res =
-          api.HealthcareApi(mock).projects.locations.datasets.fhirStores.fhir;
+      var res = api.CloudHealthcareApi(mock)
+          .projects
+          .locations
+          .datasets
+          .fhirStores
+          .fhir;
       var arg_name = 'foo';
       var arg_P_at = 'foo';
       var arg_P_count = 42;
@@ -6130,8 +6184,12 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res =
-          api.HealthcareApi(mock).projects.locations.datasets.fhirStores.fhir;
+      var res = api.CloudHealthcareApi(mock)
+          .projects
+          .locations
+          .datasets
+          .fhirStores
+          .fhir;
       var arg_request = buildHttpBody();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -6184,8 +6242,12 @@
 
     unittest.test('method--read', () {
       var mock = HttpServerMock();
-      var res =
-          api.HealthcareApi(mock).projects.locations.datasets.fhirStores.fhir;
+      var res = api.CloudHealthcareApi(mock)
+          .projects
+          .locations
+          .datasets
+          .fhirStores
+          .fhir;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -6233,8 +6295,12 @@
 
     unittest.test('method--search', () {
       var mock = HttpServerMock();
-      var res =
-          api.HealthcareApi(mock).projects.locations.datasets.fhirStores.fhir;
+      var res = api.CloudHealthcareApi(mock)
+          .projects
+          .locations
+          .datasets
+          .fhirStores
+          .fhir;
       var arg_request = buildSearchResourcesRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -6287,8 +6353,12 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res =
-          api.HealthcareApi(mock).projects.locations.datasets.fhirStores.fhir;
+      var res = api.CloudHealthcareApi(mock)
+          .projects
+          .locations
+          .datasets
+          .fhirStores
+          .fhir;
       var arg_request = buildHttpBody();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -6341,8 +6411,12 @@
 
     unittest.test('method--vread', () {
       var mock = HttpServerMock();
-      var res =
-          api.HealthcareApi(mock).projects.locations.datasets.fhirStores.fhir;
+      var res = api.CloudHealthcareApi(mock)
+          .projects
+          .locations
+          .datasets
+          .fhirStores
+          .fhir;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -6393,7 +6467,8 @@
       () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock).projects.locations.datasets.hl7V2Stores;
+      var res =
+          api.CloudHealthcareApi(mock).projects.locations.datasets.hl7V2Stores;
       var arg_request = buildHl7V2Store();
       var arg_parent = 'foo';
       var arg_hl7V2StoreId = 'foo';
@@ -6450,7 +6525,8 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock).projects.locations.datasets.hl7V2Stores;
+      var res =
+          api.CloudHealthcareApi(mock).projects.locations.datasets.hl7V2Stores;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -6498,7 +6574,8 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock).projects.locations.datasets.hl7V2Stores;
+      var res =
+          api.CloudHealthcareApi(mock).projects.locations.datasets.hl7V2Stores;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -6546,7 +6623,8 @@
 
     unittest.test('method--getIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock).projects.locations.datasets.hl7V2Stores;
+      var res =
+          api.CloudHealthcareApi(mock).projects.locations.datasets.hl7V2Stores;
       var arg_resource = 'foo';
       var arg_options_requestedPolicyVersion = 42;
       var arg_$fields = 'foo';
@@ -6601,7 +6679,8 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock).projects.locations.datasets.hl7V2Stores;
+      var res =
+          api.CloudHealthcareApi(mock).projects.locations.datasets.hl7V2Stores;
       var arg_parent = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -6661,7 +6740,8 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock).projects.locations.datasets.hl7V2Stores;
+      var res =
+          api.CloudHealthcareApi(mock).projects.locations.datasets.hl7V2Stores;
       var arg_request = buildHl7V2Store();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -6718,7 +6798,8 @@
 
     unittest.test('method--setIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock).projects.locations.datasets.hl7V2Stores;
+      var res =
+          api.CloudHealthcareApi(mock).projects.locations.datasets.hl7V2Stores;
       var arg_request = buildSetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -6771,7 +6852,8 @@
 
     unittest.test('method--testIamPermissions', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock).projects.locations.datasets.hl7V2Stores;
+      var res =
+          api.CloudHealthcareApi(mock).projects.locations.datasets.hl7V2Stores;
       var arg_request = buildTestIamPermissionsRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -6828,7 +6910,7 @@
       'resource-ProjectsLocationsDatasetsHl7V2StoresMessagesResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock)
+      var res = api.CloudHealthcareApi(mock)
           .projects
           .locations
           .datasets
@@ -6886,7 +6968,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock)
+      var res = api.CloudHealthcareApi(mock)
           .projects
           .locations
           .datasets
@@ -6939,7 +7021,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock)
+      var res = api.CloudHealthcareApi(mock)
           .projects
           .locations
           .datasets
@@ -6994,7 +7076,7 @@
 
     unittest.test('method--ingest', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock)
+      var res = api.CloudHealthcareApi(mock)
           .projects
           .locations
           .datasets
@@ -7052,7 +7134,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock)
+      var res = api.CloudHealthcareApi(mock)
           .projects
           .locations
           .datasets
@@ -7124,7 +7206,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock)
+      var res = api.CloudHealthcareApi(mock)
           .projects
           .locations
           .datasets
@@ -7188,7 +7270,8 @@
   unittest.group('resource-ProjectsLocationsDatasetsOperationsResourceApi', () {
     unittest.test('method--cancel', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock).projects.locations.datasets.operations;
+      var res =
+          api.CloudHealthcareApi(mock).projects.locations.datasets.operations;
       var arg_request = buildCancelOperationRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -7241,7 +7324,8 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock).projects.locations.datasets.operations;
+      var res =
+          api.CloudHealthcareApi(mock).projects.locations.datasets.operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -7289,7 +7373,8 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.HealthcareApi(mock).projects.locations.datasets.operations;
+      var res =
+          api.CloudHealthcareApi(mock).projects.locations.datasets.operations;
       var arg_name = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
diff --git a/generated/googleapis/test/homegraph/v1_test.dart b/generated/googleapis/test/homegraph/v1_test.dart
index 97debcc..a82e679 100644
--- a/generated/googleapis/test/homegraph/v1_test.dart
+++ b/generated/googleapis/test/homegraph/v1_test.dart
@@ -880,7 +880,7 @@
   unittest.group('resource-AgentUsersResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.HomegraphApi(mock).agentUsers;
+      var res = api.HomeGraphServiceApi(mock).agentUsers;
       var arg_agentUserId = 'foo';
       var arg_requestId = 'foo';
       var arg_$fields = 'foo';
@@ -934,7 +934,7 @@
   unittest.group('resource-DevicesResourceApi', () {
     unittest.test('method--query', () {
       var mock = HttpServerMock();
-      var res = api.HomegraphApi(mock).devices;
+      var res = api.HomeGraphServiceApi(mock).devices;
       var arg_request = buildQueryRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -985,7 +985,7 @@
 
     unittest.test('method--reportStateAndNotification', () {
       var mock = HttpServerMock();
-      var res = api.HomegraphApi(mock).devices;
+      var res = api.HomeGraphServiceApi(mock).devices;
       var arg_request = buildReportStateAndNotificationRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1039,7 +1039,7 @@
 
     unittest.test('method--requestSync', () {
       var mock = HttpServerMock();
-      var res = api.HomegraphApi(mock).devices;
+      var res = api.HomeGraphServiceApi(mock).devices;
       var arg_request = buildRequestSyncDevicesRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1091,7 +1091,7 @@
 
     unittest.test('method--sync', () {
       var mock = HttpServerMock();
-      var res = api.HomegraphApi(mock).devices;
+      var res = api.HomeGraphServiceApi(mock).devices;
       var arg_request = buildSyncRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
diff --git a/generated/googleapis/test/iamcredentials/v1_test.dart b/generated/googleapis/test/iamcredentials/v1_test.dart
index 32be4d7..4a6a4ec 100644
--- a/generated/googleapis/test/iamcredentials/v1_test.dart
+++ b/generated/googleapis/test/iamcredentials/v1_test.dart
@@ -330,7 +330,7 @@
   unittest.group('resource-ProjectsServiceAccountsResourceApi', () {
     unittest.test('method--generateAccessToken', () {
       var mock = HttpServerMock();
-      var res = api.IamcredentialsApi(mock).projects.serviceAccounts;
+      var res = api.IAMCredentialsApi(mock).projects.serviceAccounts;
       var arg_request = buildGenerateAccessTokenRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -384,7 +384,7 @@
 
     unittest.test('method--generateIdToken', () {
       var mock = HttpServerMock();
-      var res = api.IamcredentialsApi(mock).projects.serviceAccounts;
+      var res = api.IAMCredentialsApi(mock).projects.serviceAccounts;
       var arg_request = buildGenerateIdTokenRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -437,7 +437,7 @@
 
     unittest.test('method--signBlob', () {
       var mock = HttpServerMock();
-      var res = api.IamcredentialsApi(mock).projects.serviceAccounts;
+      var res = api.IAMCredentialsApi(mock).projects.serviceAccounts;
       var arg_request = buildSignBlobRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -490,7 +490,7 @@
 
     unittest.test('method--signJwt', () {
       var mock = HttpServerMock();
-      var res = api.IamcredentialsApi(mock).projects.serviceAccounts;
+      var res = api.IAMCredentialsApi(mock).projects.serviceAccounts;
       var arg_request = buildSignJwtRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
diff --git a/generated/googleapis/test/iap/v1_test.dart b/generated/googleapis/test/iap/v1_test.dart
index 913aaf2..008da42 100644
--- a/generated/googleapis/test/iap/v1_test.dart
+++ b/generated/googleapis/test/iap/v1_test.dart
@@ -873,7 +873,7 @@
   unittest.group('resource-ProjectsBrandsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.IapApi(mock).projects.brands;
+      var res = api.CloudIAPApi(mock).projects.brands;
       var arg_request = buildBrand();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -926,7 +926,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.IapApi(mock).projects.brands;
+      var res = api.CloudIAPApi(mock).projects.brands;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -974,7 +974,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.IapApi(mock).projects.brands;
+      var res = api.CloudIAPApi(mock).projects.brands;
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1025,7 +1025,7 @@
       () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.IapApi(mock).projects.brands.identityAwareProxyClients;
+      var res = api.CloudIAPApi(mock).projects.brands.identityAwareProxyClients;
       var arg_request = buildIdentityAwareProxyClient();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -1078,7 +1078,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.IapApi(mock).projects.brands.identityAwareProxyClients;
+      var res = api.CloudIAPApi(mock).projects.brands.identityAwareProxyClients;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1126,7 +1126,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.IapApi(mock).projects.brands.identityAwareProxyClients;
+      var res = api.CloudIAPApi(mock).projects.brands.identityAwareProxyClients;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1174,7 +1174,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.IapApi(mock).projects.brands.identityAwareProxyClients;
+      var res = api.CloudIAPApi(mock).projects.brands.identityAwareProxyClients;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -1233,7 +1233,7 @@
 
     unittest.test('method--resetSecret', () {
       var mock = HttpServerMock();
-      var res = api.IapApi(mock).projects.brands.identityAwareProxyClients;
+      var res = api.CloudIAPApi(mock).projects.brands.identityAwareProxyClients;
       var arg_request = buildResetIdentityAwareProxyClientSecretRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -1289,7 +1289,7 @@
   unittest.group('resource-V1ResourceApi', () {
     unittest.test('method--getIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.IapApi(mock).v1;
+      var res = api.CloudIAPApi(mock).v1;
       var arg_request = buildGetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -1342,7 +1342,7 @@
 
     unittest.test('method--getIapSettings', () {
       var mock = HttpServerMock();
-      var res = api.IapApi(mock).v1;
+      var res = api.CloudIAPApi(mock).v1;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1390,7 +1390,7 @@
 
     unittest.test('method--setIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.IapApi(mock).v1;
+      var res = api.CloudIAPApi(mock).v1;
       var arg_request = buildSetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -1443,7 +1443,7 @@
 
     unittest.test('method--testIamPermissions', () {
       var mock = HttpServerMock();
-      var res = api.IapApi(mock).v1;
+      var res = api.CloudIAPApi(mock).v1;
       var arg_request = buildTestIamPermissionsRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -1497,7 +1497,7 @@
 
     unittest.test('method--updateIapSettings', () {
       var mock = HttpServerMock();
-      var res = api.IapApi(mock).v1;
+      var res = api.CloudIAPApi(mock).v1;
       var arg_request = buildIapSettings();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
diff --git a/generated/googleapis/test/identitytoolkit/v3_test.dart b/generated/googleapis/test/identitytoolkit/v3_test.dart
index 6f27348..da45718 100644
--- a/generated/googleapis/test/identitytoolkit/v3_test.dart
+++ b/generated/googleapis/test/identitytoolkit/v3_test.dart
@@ -2159,7 +2159,7 @@
   unittest.group('resource-RelyingpartyResourceApi', () {
     unittest.test('method--createAuthUri', () {
       var mock = HttpServerMock();
-      var res = api.IdentitytoolkitApi(mock).relyingparty;
+      var res = api.IdentityToolkitApi(mock).relyingparty;
       var arg_request = buildIdentitytoolkitRelyingpartyCreateAuthUriRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2214,7 +2214,7 @@
 
     unittest.test('method--deleteAccount', () {
       var mock = HttpServerMock();
-      var res = api.IdentitytoolkitApi(mock).relyingparty;
+      var res = api.IdentityToolkitApi(mock).relyingparty;
       var arg_request = buildIdentitytoolkitRelyingpartyDeleteAccountRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2269,7 +2269,7 @@
 
     unittest.test('method--downloadAccount', () {
       var mock = HttpServerMock();
-      var res = api.IdentitytoolkitApi(mock).relyingparty;
+      var res = api.IdentityToolkitApi(mock).relyingparty;
       var arg_request =
           buildIdentitytoolkitRelyingpartyDownloadAccountRequest();
       var arg_$fields = 'foo';
@@ -2326,7 +2326,7 @@
 
     unittest.test('method--emailLinkSignin', () {
       var mock = HttpServerMock();
-      var res = api.IdentitytoolkitApi(mock).relyingparty;
+      var res = api.IdentityToolkitApi(mock).relyingparty;
       var arg_request =
           buildIdentitytoolkitRelyingpartyEmailLinkSigninRequest();
       var arg_$fields = 'foo';
@@ -2383,7 +2383,7 @@
 
     unittest.test('method--getAccountInfo', () {
       var mock = HttpServerMock();
-      var res = api.IdentitytoolkitApi(mock).relyingparty;
+      var res = api.IdentityToolkitApi(mock).relyingparty;
       var arg_request = buildIdentitytoolkitRelyingpartyGetAccountInfoRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2438,7 +2438,7 @@
 
     unittest.test('method--getOobConfirmationCode', () {
       var mock = HttpServerMock();
-      var res = api.IdentitytoolkitApi(mock).relyingparty;
+      var res = api.IdentityToolkitApi(mock).relyingparty;
       var arg_request = buildRelyingparty();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2493,7 +2493,7 @@
 
     unittest.test('method--getProjectConfig', () {
       var mock = HttpServerMock();
-      var res = api.IdentitytoolkitApi(mock).relyingparty;
+      var res = api.IdentityToolkitApi(mock).relyingparty;
       var arg_delegatedProjectNumber = 'foo';
       var arg_projectNumber = 'foo';
       var arg_$fields = 'foo';
@@ -2553,7 +2553,7 @@
 
     unittest.test('method--getPublicKeys', () {
       var mock = HttpServerMock();
-      var res = api.IdentitytoolkitApi(mock).relyingparty;
+      var res = api.IdentityToolkitApi(mock).relyingparty;
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
         var path = (req.url).path;
@@ -2604,7 +2604,7 @@
 
     unittest.test('method--getRecaptchaParam', () {
       var mock = HttpServerMock();
-      var res = api.IdentitytoolkitApi(mock).relyingparty;
+      var res = api.IdentityToolkitApi(mock).relyingparty;
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
         var path = (req.url).path;
@@ -2654,7 +2654,7 @@
 
     unittest.test('method--resetPassword', () {
       var mock = HttpServerMock();
-      var res = api.IdentitytoolkitApi(mock).relyingparty;
+      var res = api.IdentityToolkitApi(mock).relyingparty;
       var arg_request = buildIdentitytoolkitRelyingpartyResetPasswordRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2709,7 +2709,7 @@
 
     unittest.test('method--sendVerificationCode', () {
       var mock = HttpServerMock();
-      var res = api.IdentitytoolkitApi(mock).relyingparty;
+      var res = api.IdentityToolkitApi(mock).relyingparty;
       var arg_request =
           buildIdentitytoolkitRelyingpartySendVerificationCodeRequest();
       var arg_$fields = 'foo';
@@ -2768,7 +2768,7 @@
 
     unittest.test('method--setAccountInfo', () {
       var mock = HttpServerMock();
-      var res = api.IdentitytoolkitApi(mock).relyingparty;
+      var res = api.IdentityToolkitApi(mock).relyingparty;
       var arg_request = buildIdentitytoolkitRelyingpartySetAccountInfoRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2823,7 +2823,7 @@
 
     unittest.test('method--setProjectConfig', () {
       var mock = HttpServerMock();
-      var res = api.IdentitytoolkitApi(mock).relyingparty;
+      var res = api.IdentityToolkitApi(mock).relyingparty;
       var arg_request =
           buildIdentitytoolkitRelyingpartySetProjectConfigRequest();
       var arg_$fields = 'foo';
@@ -2882,7 +2882,7 @@
 
     unittest.test('method--signOutUser', () {
       var mock = HttpServerMock();
-      var res = api.IdentitytoolkitApi(mock).relyingparty;
+      var res = api.IdentityToolkitApi(mock).relyingparty;
       var arg_request = buildIdentitytoolkitRelyingpartySignOutUserRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2939,7 +2939,7 @@
 
     unittest.test('method--signupNewUser', () {
       var mock = HttpServerMock();
-      var res = api.IdentitytoolkitApi(mock).relyingparty;
+      var res = api.IdentityToolkitApi(mock).relyingparty;
       var arg_request = buildIdentitytoolkitRelyingpartySignupNewUserRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2994,7 +2994,7 @@
 
     unittest.test('method--uploadAccount', () {
       var mock = HttpServerMock();
-      var res = api.IdentitytoolkitApi(mock).relyingparty;
+      var res = api.IdentityToolkitApi(mock).relyingparty;
       var arg_request = buildIdentitytoolkitRelyingpartyUploadAccountRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3049,7 +3049,7 @@
 
     unittest.test('method--verifyAssertion', () {
       var mock = HttpServerMock();
-      var res = api.IdentitytoolkitApi(mock).relyingparty;
+      var res = api.IdentityToolkitApi(mock).relyingparty;
       var arg_request =
           buildIdentitytoolkitRelyingpartyVerifyAssertionRequest();
       var arg_$fields = 'foo';
@@ -3106,7 +3106,7 @@
 
     unittest.test('method--verifyCustomToken', () {
       var mock = HttpServerMock();
-      var res = api.IdentitytoolkitApi(mock).relyingparty;
+      var res = api.IdentityToolkitApi(mock).relyingparty;
       var arg_request =
           buildIdentitytoolkitRelyingpartyVerifyCustomTokenRequest();
       var arg_$fields = 'foo';
@@ -3164,7 +3164,7 @@
 
     unittest.test('method--verifyPassword', () {
       var mock = HttpServerMock();
-      var res = api.IdentitytoolkitApi(mock).relyingparty;
+      var res = api.IdentityToolkitApi(mock).relyingparty;
       var arg_request = buildIdentitytoolkitRelyingpartyVerifyPasswordRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3219,7 +3219,7 @@
 
     unittest.test('method--verifyPhoneNumber', () {
       var mock = HttpServerMock();
-      var res = api.IdentitytoolkitApi(mock).relyingparty;
+      var res = api.IdentityToolkitApi(mock).relyingparty;
       var arg_request =
           buildIdentitytoolkitRelyingpartyVerifyPhoneNumberRequest();
       var arg_$fields = 'foo';
diff --git a/generated/googleapis/test/jobs/v2_test.dart b/generated/googleapis/test/jobs/v2_test.dart
index fbbaa39..b640d47 100644
--- a/generated/googleapis/test/jobs/v2_test.dart
+++ b/generated/googleapis/test/jobs/v2_test.dart
@@ -3823,7 +3823,7 @@
   unittest.group('resource-CompaniesResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.JobsApi(mock).companies;
+      var res = api.CloudTalentSolutionApi(mock).companies;
       var arg_request = buildCompany();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3874,7 +3874,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.JobsApi(mock).companies;
+      var res = api.CloudTalentSolutionApi(mock).companies;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3922,7 +3922,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.JobsApi(mock).companies;
+      var res = api.CloudTalentSolutionApi(mock).companies;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3970,7 +3970,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.JobsApi(mock).companies;
+      var res = api.CloudTalentSolutionApi(mock).companies;
       var arg_mustHaveOpenJobs = true;
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -4029,7 +4029,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.JobsApi(mock).companies;
+      var res = api.CloudTalentSolutionApi(mock).companies;
       var arg_request = buildCompany();
       var arg_name = 'foo';
       var arg_updateCompanyFields = 'foo';
@@ -4089,7 +4089,7 @@
   unittest.group('resource-CompaniesJobsResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.JobsApi(mock).companies.jobs;
+      var res = api.CloudTalentSolutionApi(mock).companies.jobs;
       var arg_companyName = 'foo';
       var arg_idsOnly = true;
       var arg_includeJobsCount = true;
@@ -4160,7 +4160,7 @@
   unittest.group('resource-JobsResourceApi', () {
     unittest.test('method--batchDelete', () {
       var mock = HttpServerMock();
-      var res = api.JobsApi(mock).jobs;
+      var res = api.CloudTalentSolutionApi(mock).jobs;
       var arg_request = buildBatchDeleteJobsRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4211,7 +4211,7 @@
 
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.JobsApi(mock).jobs;
+      var res = api.CloudTalentSolutionApi(mock).jobs;
       var arg_request = buildCreateJobRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4262,7 +4262,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.JobsApi(mock).jobs;
+      var res = api.CloudTalentSolutionApi(mock).jobs;
       var arg_name = 'foo';
       var arg_disableFastProcess = true;
       var arg_$fields = 'foo';
@@ -4314,7 +4314,7 @@
 
     unittest.test('method--deleteByFilter', () {
       var mock = HttpServerMock();
-      var res = api.JobsApi(mock).jobs;
+      var res = api.CloudTalentSolutionApi(mock).jobs;
       var arg_request = buildDeleteJobsByFilterRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4365,7 +4365,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.JobsApi(mock).jobs;
+      var res = api.CloudTalentSolutionApi(mock).jobs;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4413,7 +4413,7 @@
 
     unittest.test('method--histogram', () {
       var mock = HttpServerMock();
-      var res = api.JobsApi(mock).jobs;
+      var res = api.CloudTalentSolutionApi(mock).jobs;
       var arg_request = buildGetHistogramRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4464,7 +4464,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.JobsApi(mock).jobs;
+      var res = api.CloudTalentSolutionApi(mock).jobs;
       var arg_filter = 'foo';
       var arg_idsOnly = true;
       var arg_pageSize = 42;
@@ -4526,7 +4526,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.JobsApi(mock).jobs;
+      var res = api.CloudTalentSolutionApi(mock).jobs;
       var arg_request = buildUpdateJobRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -4579,7 +4579,7 @@
 
     unittest.test('method--search', () {
       var mock = HttpServerMock();
-      var res = api.JobsApi(mock).jobs;
+      var res = api.CloudTalentSolutionApi(mock).jobs;
       var arg_request = buildSearchJobsRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4630,7 +4630,7 @@
 
     unittest.test('method--searchForAlert', () {
       var mock = HttpServerMock();
-      var res = api.JobsApi(mock).jobs;
+      var res = api.CloudTalentSolutionApi(mock).jobs;
       var arg_request = buildSearchJobsRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4683,7 +4683,7 @@
   unittest.group('resource-V2ResourceApi', () {
     unittest.test('method--complete', () {
       var mock = HttpServerMock();
-      var res = api.JobsApi(mock).v2;
+      var res = api.CloudTalentSolutionApi(mock).v2;
       var arg_companyName = 'foo';
       var arg_languageCode = 'foo';
       var arg_pageSize = 42;
diff --git a/generated/googleapis/test/jobs/v3_test.dart b/generated/googleapis/test/jobs/v3_test.dart
index ceb26c3..7b938ec 100644
--- a/generated/googleapis/test/jobs/v3_test.dart
+++ b/generated/googleapis/test/jobs/v3_test.dart
@@ -3337,7 +3337,7 @@
   unittest.group('resource-ProjectsResourceApi', () {
     unittest.test('method--complete', () {
       var mock = HttpServerMock();
-      var res = api.JobsApi(mock).projects;
+      var res = api.CloudTalentSolutionApi(mock).projects;
       var arg_name = 'foo';
       var arg_companyName = 'foo';
       var arg_languageCode = 'foo';
@@ -3413,7 +3413,7 @@
   unittest.group('resource-ProjectsClientEventsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.JobsApi(mock).projects.clientEvents;
+      var res = api.CloudTalentSolutionApi(mock).projects.clientEvents;
       var arg_request = buildCreateClientEventRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -3468,7 +3468,7 @@
   unittest.group('resource-ProjectsCompaniesResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.JobsApi(mock).projects.companies;
+      var res = api.CloudTalentSolutionApi(mock).projects.companies;
       var arg_request = buildCreateCompanyRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -3521,7 +3521,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.JobsApi(mock).projects.companies;
+      var res = api.CloudTalentSolutionApi(mock).projects.companies;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3569,7 +3569,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.JobsApi(mock).projects.companies;
+      var res = api.CloudTalentSolutionApi(mock).projects.companies;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3617,7 +3617,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.JobsApi(mock).projects.companies;
+      var res = api.CloudTalentSolutionApi(mock).projects.companies;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -3678,7 +3678,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.JobsApi(mock).projects.companies;
+      var res = api.CloudTalentSolutionApi(mock).projects.companies;
       var arg_request = buildUpdateCompanyRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -3733,7 +3733,7 @@
   unittest.group('resource-ProjectsJobsResourceApi', () {
     unittest.test('method--batchDelete', () {
       var mock = HttpServerMock();
-      var res = api.JobsApi(mock).projects.jobs;
+      var res = api.CloudTalentSolutionApi(mock).projects.jobs;
       var arg_request = buildBatchDeleteJobsRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -3786,7 +3786,7 @@
 
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.JobsApi(mock).projects.jobs;
+      var res = api.CloudTalentSolutionApi(mock).projects.jobs;
       var arg_request = buildCreateJobRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -3839,7 +3839,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.JobsApi(mock).projects.jobs;
+      var res = api.CloudTalentSolutionApi(mock).projects.jobs;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3887,7 +3887,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.JobsApi(mock).projects.jobs;
+      var res = api.CloudTalentSolutionApi(mock).projects.jobs;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3935,7 +3935,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.JobsApi(mock).projects.jobs;
+      var res = api.CloudTalentSolutionApi(mock).projects.jobs;
       var arg_parent = 'foo';
       var arg_filter = 'foo';
       var arg_jobView = 'foo';
@@ -3999,7 +3999,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.JobsApi(mock).projects.jobs;
+      var res = api.CloudTalentSolutionApi(mock).projects.jobs;
       var arg_request = buildUpdateJobRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -4052,7 +4052,7 @@
 
     unittest.test('method--search', () {
       var mock = HttpServerMock();
-      var res = api.JobsApi(mock).projects.jobs;
+      var res = api.CloudTalentSolutionApi(mock).projects.jobs;
       var arg_request = buildSearchJobsRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -4105,7 +4105,7 @@
 
     unittest.test('method--searchForAlert', () {
       var mock = HttpServerMock();
-      var res = api.JobsApi(mock).projects.jobs;
+      var res = api.CloudTalentSolutionApi(mock).projects.jobs;
       var arg_request = buildSearchJobsRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
diff --git a/generated/googleapis/test/language/v1_test.dart b/generated/googleapis/test/language/v1_test.dart
index 35ced5c..d0b2319 100644
--- a/generated/googleapis/test/language/v1_test.dart
+++ b/generated/googleapis/test/language/v1_test.dart
@@ -983,7 +983,7 @@
   unittest.group('resource-DocumentsResourceApi', () {
     unittest.test('method--analyzeEntities', () {
       var mock = HttpServerMock();
-      var res = api.LanguageApi(mock).documents;
+      var res = api.CloudNaturalLanguageApi(mock).documents;
       var arg_request = buildAnalyzeEntitiesRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1034,7 +1034,7 @@
 
     unittest.test('method--analyzeEntitySentiment', () {
       var mock = HttpServerMock();
-      var res = api.LanguageApi(mock).documents;
+      var res = api.CloudNaturalLanguageApi(mock).documents;
       var arg_request = buildAnalyzeEntitySentimentRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1087,7 +1087,7 @@
 
     unittest.test('method--analyzeSentiment', () {
       var mock = HttpServerMock();
-      var res = api.LanguageApi(mock).documents;
+      var res = api.CloudNaturalLanguageApi(mock).documents;
       var arg_request = buildAnalyzeSentimentRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1138,7 +1138,7 @@
 
     unittest.test('method--analyzeSyntax', () {
       var mock = HttpServerMock();
-      var res = api.LanguageApi(mock).documents;
+      var res = api.CloudNaturalLanguageApi(mock).documents;
       var arg_request = buildAnalyzeSyntaxRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1189,7 +1189,7 @@
 
     unittest.test('method--annotateText', () {
       var mock = HttpServerMock();
-      var res = api.LanguageApi(mock).documents;
+      var res = api.CloudNaturalLanguageApi(mock).documents;
       var arg_request = buildAnnotateTextRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1240,7 +1240,7 @@
 
     unittest.test('method--classifyText', () {
       var mock = HttpServerMock();
-      var res = api.LanguageApi(mock).documents;
+      var res = api.CloudNaturalLanguageApi(mock).documents;
       var arg_request = buildClassifyTextRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
diff --git a/generated/googleapis/test/managedidentities/v1_test.dart b/generated/googleapis/test/managedidentities/v1_test.dart
index 471ec0b..b02f489 100644
--- a/generated/googleapis/test/managedidentities/v1_test.dart
+++ b/generated/googleapis/test/managedidentities/v1_test.dart
@@ -1718,7 +1718,9 @@
   unittest.group('resource-ProjectsLocationsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ManagedidentitiesApi(mock).projects.locations;
+      var res = api.ManagedServiceForMicrosoftActiveDirectoryConsumerApi(mock)
+          .projects
+          .locations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1766,7 +1768,9 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ManagedidentitiesApi(mock).projects.locations;
+      var res = api.ManagedServiceForMicrosoftActiveDirectoryConsumerApi(mock)
+          .projects
+          .locations;
       var arg_name = 'foo';
       var arg_filter = 'foo';
       var arg_includeUnrevealedLocations = true;
@@ -1832,8 +1836,11 @@
   unittest.group('resource-ProjectsLocationsGlobalDomainsResourceApi', () {
     unittest.test('method--attachTrust', () {
       var mock = HttpServerMock();
-      var res =
-          api.ManagedidentitiesApi(mock).projects.locations.global.domains;
+      var res = api.ManagedServiceForMicrosoftActiveDirectoryConsumerApi(mock)
+          .projects
+          .locations
+          .global
+          .domains;
       var arg_request = buildAttachTrustRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -1886,8 +1893,11 @@
 
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res =
-          api.ManagedidentitiesApi(mock).projects.locations.global.domains;
+      var res = api.ManagedServiceForMicrosoftActiveDirectoryConsumerApi(mock)
+          .projects
+          .locations
+          .global
+          .domains;
       var arg_request = buildDomain();
       var arg_parent = 'foo';
       var arg_domainName = 'foo';
@@ -1944,8 +1954,11 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res =
-          api.ManagedidentitiesApi(mock).projects.locations.global.domains;
+      var res = api.ManagedServiceForMicrosoftActiveDirectoryConsumerApi(mock)
+          .projects
+          .locations
+          .global
+          .domains;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1993,8 +2006,11 @@
 
     unittest.test('method--detachTrust', () {
       var mock = HttpServerMock();
-      var res =
-          api.ManagedidentitiesApi(mock).projects.locations.global.domains;
+      var res = api.ManagedServiceForMicrosoftActiveDirectoryConsumerApi(mock)
+          .projects
+          .locations
+          .global
+          .domains;
       var arg_request = buildDetachTrustRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -2047,8 +2063,11 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res =
-          api.ManagedidentitiesApi(mock).projects.locations.global.domains;
+      var res = api.ManagedServiceForMicrosoftActiveDirectoryConsumerApi(mock)
+          .projects
+          .locations
+          .global
+          .domains;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2096,8 +2115,11 @@
 
     unittest.test('method--getIamPolicy', () {
       var mock = HttpServerMock();
-      var res =
-          api.ManagedidentitiesApi(mock).projects.locations.global.domains;
+      var res = api.ManagedServiceForMicrosoftActiveDirectoryConsumerApi(mock)
+          .projects
+          .locations
+          .global
+          .domains;
       var arg_resource = 'foo';
       var arg_options_requestedPolicyVersion = 42;
       var arg_$fields = 'foo';
@@ -2152,8 +2174,11 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res =
-          api.ManagedidentitiesApi(mock).projects.locations.global.domains;
+      var res = api.ManagedServiceForMicrosoftActiveDirectoryConsumerApi(mock)
+          .projects
+          .locations
+          .global
+          .domains;
       var arg_parent = 'foo';
       var arg_filter = 'foo';
       var arg_orderBy = 'foo';
@@ -2217,8 +2242,11 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res =
-          api.ManagedidentitiesApi(mock).projects.locations.global.domains;
+      var res = api.ManagedServiceForMicrosoftActiveDirectoryConsumerApi(mock)
+          .projects
+          .locations
+          .global
+          .domains;
       var arg_request = buildDomain();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -2275,8 +2303,11 @@
 
     unittest.test('method--reconfigureTrust', () {
       var mock = HttpServerMock();
-      var res =
-          api.ManagedidentitiesApi(mock).projects.locations.global.domains;
+      var res = api.ManagedServiceForMicrosoftActiveDirectoryConsumerApi(mock)
+          .projects
+          .locations
+          .global
+          .domains;
       var arg_request = buildReconfigureTrustRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -2329,8 +2360,11 @@
 
     unittest.test('method--resetAdminPassword', () {
       var mock = HttpServerMock();
-      var res =
-          api.ManagedidentitiesApi(mock).projects.locations.global.domains;
+      var res = api.ManagedServiceForMicrosoftActiveDirectoryConsumerApi(mock)
+          .projects
+          .locations
+          .global
+          .domains;
       var arg_request = buildResetAdminPasswordRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -2384,8 +2418,11 @@
 
     unittest.test('method--setIamPolicy', () {
       var mock = HttpServerMock();
-      var res =
-          api.ManagedidentitiesApi(mock).projects.locations.global.domains;
+      var res = api.ManagedServiceForMicrosoftActiveDirectoryConsumerApi(mock)
+          .projects
+          .locations
+          .global
+          .domains;
       var arg_request = buildSetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -2438,8 +2475,11 @@
 
     unittest.test('method--testIamPermissions', () {
       var mock = HttpServerMock();
-      var res =
-          api.ManagedidentitiesApi(mock).projects.locations.global.domains;
+      var res = api.ManagedServiceForMicrosoftActiveDirectoryConsumerApi(mock)
+          .projects
+          .locations
+          .global
+          .domains;
       var arg_request = buildTestIamPermissionsRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -2493,8 +2533,11 @@
 
     unittest.test('method--validateTrust', () {
       var mock = HttpServerMock();
-      var res =
-          api.ManagedidentitiesApi(mock).projects.locations.global.domains;
+      var res = api.ManagedServiceForMicrosoftActiveDirectoryConsumerApi(mock)
+          .projects
+          .locations
+          .global
+          .domains;
       var arg_request = buildValidateTrustRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -2549,8 +2592,11 @@
   unittest.group('resource-ProjectsLocationsGlobalOperationsResourceApi', () {
     unittest.test('method--cancel', () {
       var mock = HttpServerMock();
-      var res =
-          api.ManagedidentitiesApi(mock).projects.locations.global.operations;
+      var res = api.ManagedServiceForMicrosoftActiveDirectoryConsumerApi(mock)
+          .projects
+          .locations
+          .global
+          .operations;
       var arg_request = buildCancelOperationRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -2603,8 +2649,11 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res =
-          api.ManagedidentitiesApi(mock).projects.locations.global.operations;
+      var res = api.ManagedServiceForMicrosoftActiveDirectoryConsumerApi(mock)
+          .projects
+          .locations
+          .global
+          .operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2652,8 +2701,11 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res =
-          api.ManagedidentitiesApi(mock).projects.locations.global.operations;
+      var res = api.ManagedServiceForMicrosoftActiveDirectoryConsumerApi(mock)
+          .projects
+          .locations
+          .global
+          .operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2701,8 +2753,11 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res =
-          api.ManagedidentitiesApi(mock).projects.locations.global.operations;
+      var res = api.ManagedServiceForMicrosoftActiveDirectoryConsumerApi(mock)
+          .projects
+          .locations
+          .global
+          .operations;
       var arg_name = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
diff --git a/generated/googleapis/test/manufacturers/v1_test.dart b/generated/googleapis/test/manufacturers/v1_test.dart
index 8e7d318..74f44db 100644
--- a/generated/googleapis/test/manufacturers/v1_test.dart
+++ b/generated/googleapis/test/manufacturers/v1_test.dart
@@ -653,7 +653,7 @@
   unittest.group('resource-AccountsProductsResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.ManufacturersApi(mock).accounts.products;
+      var res = api.ManufacturerCenterApi(mock).accounts.products;
       var arg_parent = 'foo';
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -702,7 +702,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ManufacturersApi(mock).accounts.products;
+      var res = api.ManufacturerCenterApi(mock).accounts.products;
       var arg_parent = 'foo';
       var arg_name = 'foo';
       var arg_include = buildUnnamed1739();
@@ -753,7 +753,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ManufacturersApi(mock).accounts.products;
+      var res = api.ManufacturerCenterApi(mock).accounts.products;
       var arg_parent = 'foo';
       var arg_include = buildUnnamed1740();
       var arg_pageSize = 42;
@@ -813,7 +813,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.ManufacturersApi(mock).accounts.products;
+      var res = api.ManufacturerCenterApi(mock).accounts.products;
       var arg_request = buildAttributes();
       var arg_parent = 'foo';
       var arg_name = 'foo';
diff --git a/generated/googleapis/test/ml/v1_test.dart b/generated/googleapis/test/ml/v1_test.dart
index 867bf11..ee8676a 100644
--- a/generated/googleapis/test/ml/v1_test.dart
+++ b/generated/googleapis/test/ml/v1_test.dart
@@ -3730,7 +3730,7 @@
   unittest.group('resource-ProjectsResourceApi', () {
     unittest.test('method--explain', () {
       var mock = HttpServerMock();
-      var res = api.MlApi(mock).projects;
+      var res = api.CloudMachineLearningEngineApi(mock).projects;
       var arg_request = buildGoogleCloudMlV1ExplainRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -3784,7 +3784,7 @@
 
     unittest.test('method--getConfig', () {
       var mock = HttpServerMock();
-      var res = api.MlApi(mock).projects;
+      var res = api.CloudMachineLearningEngineApi(mock).projects;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3833,7 +3833,7 @@
 
     unittest.test('method--predict', () {
       var mock = HttpServerMock();
-      var res = api.MlApi(mock).projects;
+      var res = api.CloudMachineLearningEngineApi(mock).projects;
       var arg_request = buildGoogleCloudMlV1PredictRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -3889,7 +3889,7 @@
   unittest.group('resource-ProjectsJobsResourceApi', () {
     unittest.test('method--cancel', () {
       var mock = HttpServerMock();
-      var res = api.MlApi(mock).projects.jobs;
+      var res = api.CloudMachineLearningEngineApi(mock).projects.jobs;
       var arg_request = buildGoogleCloudMlV1CancelJobRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -3943,7 +3943,7 @@
 
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.MlApi(mock).projects.jobs;
+      var res = api.CloudMachineLearningEngineApi(mock).projects.jobs;
       var arg_request = buildGoogleCloudMlV1Job();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -3996,7 +3996,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.MlApi(mock).projects.jobs;
+      var res = api.CloudMachineLearningEngineApi(mock).projects.jobs;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4044,7 +4044,7 @@
 
     unittest.test('method--getIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.MlApi(mock).projects.jobs;
+      var res = api.CloudMachineLearningEngineApi(mock).projects.jobs;
       var arg_resource = 'foo';
       var arg_options_requestedPolicyVersion = 42;
       var arg_$fields = 'foo';
@@ -4099,7 +4099,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.MlApi(mock).projects.jobs;
+      var res = api.CloudMachineLearningEngineApi(mock).projects.jobs;
       var arg_parent = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -4160,7 +4160,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.MlApi(mock).projects.jobs;
+      var res = api.CloudMachineLearningEngineApi(mock).projects.jobs;
       var arg_request = buildGoogleCloudMlV1Job();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -4217,7 +4217,7 @@
 
     unittest.test('method--setIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.MlApi(mock).projects.jobs;
+      var res = api.CloudMachineLearningEngineApi(mock).projects.jobs;
       var arg_request = buildGoogleIamV1SetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -4271,7 +4271,7 @@
 
     unittest.test('method--testIamPermissions', () {
       var mock = HttpServerMock();
-      var res = api.MlApi(mock).projects.jobs;
+      var res = api.CloudMachineLearningEngineApi(mock).projects.jobs;
       var arg_request = buildGoogleIamV1TestIamPermissionsRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -4329,7 +4329,7 @@
   unittest.group('resource-ProjectsLocationsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.MlApi(mock).projects.locations;
+      var res = api.CloudMachineLearningEngineApi(mock).projects.locations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4377,7 +4377,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.MlApi(mock).projects.locations;
+      var res = api.CloudMachineLearningEngineApi(mock).projects.locations;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -4438,7 +4438,8 @@
   unittest.group('resource-ProjectsLocationsOperationsResourceApi', () {
     unittest.test('method--cancel', () {
       var mock = HttpServerMock();
-      var res = api.MlApi(mock).projects.locations.operations;
+      var res =
+          api.CloudMachineLearningEngineApi(mock).projects.locations.operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4486,7 +4487,8 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.MlApi(mock).projects.locations.operations;
+      var res =
+          api.CloudMachineLearningEngineApi(mock).projects.locations.operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4537,7 +4539,8 @@
   unittest.group('resource-ProjectsLocationsStudiesResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.MlApi(mock).projects.locations.studies;
+      var res =
+          api.CloudMachineLearningEngineApi(mock).projects.locations.studies;
       var arg_request = buildGoogleCloudMlV1Study();
       var arg_parent = 'foo';
       var arg_studyId = 'foo';
@@ -4594,7 +4597,8 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.MlApi(mock).projects.locations.studies;
+      var res =
+          api.CloudMachineLearningEngineApi(mock).projects.locations.studies;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4642,7 +4646,8 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.MlApi(mock).projects.locations.studies;
+      var res =
+          api.CloudMachineLearningEngineApi(mock).projects.locations.studies;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4690,7 +4695,8 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.MlApi(mock).projects.locations.studies;
+      var res =
+          api.CloudMachineLearningEngineApi(mock).projects.locations.studies;
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4742,7 +4748,11 @@
   unittest.group('resource-ProjectsLocationsStudiesTrialsResourceApi', () {
     unittest.test('method--addMeasurement', () {
       var mock = HttpServerMock();
-      var res = api.MlApi(mock).projects.locations.studies.trials;
+      var res = api.CloudMachineLearningEngineApi(mock)
+          .projects
+          .locations
+          .studies
+          .trials;
       var arg_request = buildGoogleCloudMlV1AddTrialMeasurementRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -4796,7 +4806,11 @@
 
     unittest.test('method--checkEarlyStoppingState', () {
       var mock = HttpServerMock();
-      var res = api.MlApi(mock).projects.locations.studies.trials;
+      var res = api.CloudMachineLearningEngineApi(mock)
+          .projects
+          .locations
+          .studies
+          .trials;
       var arg_request =
           buildGoogleCloudMlV1CheckTrialEarlyStoppingStateRequest();
       var arg_name = 'foo';
@@ -4853,7 +4867,11 @@
 
     unittest.test('method--complete', () {
       var mock = HttpServerMock();
-      var res = api.MlApi(mock).projects.locations.studies.trials;
+      var res = api.CloudMachineLearningEngineApi(mock)
+          .projects
+          .locations
+          .studies
+          .trials;
       var arg_request = buildGoogleCloudMlV1CompleteTrialRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -4907,7 +4925,11 @@
 
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.MlApi(mock).projects.locations.studies.trials;
+      var res = api.CloudMachineLearningEngineApi(mock)
+          .projects
+          .locations
+          .studies
+          .trials;
       var arg_request = buildGoogleCloudMlV1Trial();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -4960,7 +4982,11 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.MlApi(mock).projects.locations.studies.trials;
+      var res = api.CloudMachineLearningEngineApi(mock)
+          .projects
+          .locations
+          .studies
+          .trials;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -5008,7 +5034,11 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.MlApi(mock).projects.locations.studies.trials;
+      var res = api.CloudMachineLearningEngineApi(mock)
+          .projects
+          .locations
+          .studies
+          .trials;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -5056,7 +5086,11 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.MlApi(mock).projects.locations.studies.trials;
+      var res = api.CloudMachineLearningEngineApi(mock)
+          .projects
+          .locations
+          .studies
+          .trials;
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -5106,7 +5140,11 @@
 
     unittest.test('method--stop', () {
       var mock = HttpServerMock();
-      var res = api.MlApi(mock).projects.locations.studies.trials;
+      var res = api.CloudMachineLearningEngineApi(mock)
+          .projects
+          .locations
+          .studies
+          .trials;
       var arg_request = buildGoogleCloudMlV1StopTrialRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -5160,7 +5198,11 @@
 
     unittest.test('method--suggest', () {
       var mock = HttpServerMock();
-      var res = api.MlApi(mock).projects.locations.studies.trials;
+      var res = api.CloudMachineLearningEngineApi(mock)
+          .projects
+          .locations
+          .studies
+          .trials;
       var arg_request = buildGoogleCloudMlV1SuggestTrialsRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -5217,7 +5259,7 @@
   unittest.group('resource-ProjectsModelsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.MlApi(mock).projects.models;
+      var res = api.CloudMachineLearningEngineApi(mock).projects.models;
       var arg_request = buildGoogleCloudMlV1Model();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -5270,7 +5312,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.MlApi(mock).projects.models;
+      var res = api.CloudMachineLearningEngineApi(mock).projects.models;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -5319,7 +5361,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.MlApi(mock).projects.models;
+      var res = api.CloudMachineLearningEngineApi(mock).projects.models;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -5367,7 +5409,7 @@
 
     unittest.test('method--getIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.MlApi(mock).projects.models;
+      var res = api.CloudMachineLearningEngineApi(mock).projects.models;
       var arg_resource = 'foo';
       var arg_options_requestedPolicyVersion = 42;
       var arg_$fields = 'foo';
@@ -5422,7 +5464,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.MlApi(mock).projects.models;
+      var res = api.CloudMachineLearningEngineApi(mock).projects.models;
       var arg_parent = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -5484,7 +5526,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.MlApi(mock).projects.models;
+      var res = api.CloudMachineLearningEngineApi(mock).projects.models;
       var arg_request = buildGoogleCloudMlV1Model();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -5542,7 +5584,7 @@
 
     unittest.test('method--setIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.MlApi(mock).projects.models;
+      var res = api.CloudMachineLearningEngineApi(mock).projects.models;
       var arg_request = buildGoogleIamV1SetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -5596,7 +5638,7 @@
 
     unittest.test('method--testIamPermissions', () {
       var mock = HttpServerMock();
-      var res = api.MlApi(mock).projects.models;
+      var res = api.CloudMachineLearningEngineApi(mock).projects.models;
       var arg_request = buildGoogleIamV1TestIamPermissionsRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -5654,7 +5696,8 @@
   unittest.group('resource-ProjectsModelsVersionsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.MlApi(mock).projects.models.versions;
+      var res =
+          api.CloudMachineLearningEngineApi(mock).projects.models.versions;
       var arg_request = buildGoogleCloudMlV1Version();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -5708,7 +5751,8 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.MlApi(mock).projects.models.versions;
+      var res =
+          api.CloudMachineLearningEngineApi(mock).projects.models.versions;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -5757,7 +5801,8 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.MlApi(mock).projects.models.versions;
+      var res =
+          api.CloudMachineLearningEngineApi(mock).projects.models.versions;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -5805,7 +5850,8 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.MlApi(mock).projects.models.versions;
+      var res =
+          api.CloudMachineLearningEngineApi(mock).projects.models.versions;
       var arg_parent = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -5867,7 +5913,8 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.MlApi(mock).projects.models.versions;
+      var res =
+          api.CloudMachineLearningEngineApi(mock).projects.models.versions;
       var arg_request = buildGoogleCloudMlV1Version();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -5925,7 +5972,8 @@
 
     unittest.test('method--setDefault', () {
       var mock = HttpServerMock();
-      var res = api.MlApi(mock).projects.models.versions;
+      var res =
+          api.CloudMachineLearningEngineApi(mock).projects.models.versions;
       var arg_request = buildGoogleCloudMlV1SetDefaultVersionRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -5981,7 +6029,7 @@
   unittest.group('resource-ProjectsOperationsResourceApi', () {
     unittest.test('method--cancel', () {
       var mock = HttpServerMock();
-      var res = api.MlApi(mock).projects.operations;
+      var res = api.CloudMachineLearningEngineApi(mock).projects.operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -6029,7 +6077,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.MlApi(mock).projects.operations;
+      var res = api.CloudMachineLearningEngineApi(mock).projects.operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -6078,7 +6126,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.MlApi(mock).projects.operations;
+      var res = api.CloudMachineLearningEngineApi(mock).projects.operations;
       var arg_name = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
diff --git a/generated/googleapis/test/networkmanagement/v1_test.dart b/generated/googleapis/test/networkmanagement/v1_test.dart
index 62d21ba..003f39f 100644
--- a/generated/googleapis/test/networkmanagement/v1_test.dart
+++ b/generated/googleapis/test/networkmanagement/v1_test.dart
@@ -1701,7 +1701,7 @@
   unittest.group('resource-ProjectsLocationsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.NetworkmanagementApi(mock).projects.locations;
+      var res = api.NetworkManagementApi(mock).projects.locations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1749,7 +1749,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.NetworkmanagementApi(mock).projects.locations;
+      var res = api.NetworkManagementApi(mock).projects.locations;
       var arg_name = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -1812,7 +1812,7 @@
       () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.NetworkmanagementApi(mock)
+      var res = api.NetworkManagementApi(mock)
           .projects
           .locations
           .global
@@ -1872,7 +1872,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.NetworkmanagementApi(mock)
+      var res = api.NetworkManagementApi(mock)
           .projects
           .locations
           .global
@@ -1924,7 +1924,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.NetworkmanagementApi(mock)
+      var res = api.NetworkManagementApi(mock)
           .projects
           .locations
           .global
@@ -1976,7 +1976,7 @@
 
     unittest.test('method--getIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.NetworkmanagementApi(mock)
+      var res = api.NetworkManagementApi(mock)
           .projects
           .locations
           .global
@@ -2035,7 +2035,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.NetworkmanagementApi(mock)
+      var res = api.NetworkManagementApi(mock)
           .projects
           .locations
           .global
@@ -2104,7 +2104,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.NetworkmanagementApi(mock)
+      var res = api.NetworkManagementApi(mock)
           .projects
           .locations
           .global
@@ -2165,7 +2165,7 @@
 
     unittest.test('method--rerun', () {
       var mock = HttpServerMock();
-      var res = api.NetworkmanagementApi(mock)
+      var res = api.NetworkManagementApi(mock)
           .projects
           .locations
           .global
@@ -2223,7 +2223,7 @@
 
     unittest.test('method--setIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.NetworkmanagementApi(mock)
+      var res = api.NetworkManagementApi(mock)
           .projects
           .locations
           .global
@@ -2280,7 +2280,7 @@
 
     unittest.test('method--testIamPermissions', () {
       var mock = HttpServerMock();
-      var res = api.NetworkmanagementApi(mock)
+      var res = api.NetworkManagementApi(mock)
           .projects
           .locations
           .global
@@ -2341,7 +2341,7 @@
     unittest.test('method--cancel', () {
       var mock = HttpServerMock();
       var res =
-          api.NetworkmanagementApi(mock).projects.locations.global.operations;
+          api.NetworkManagementApi(mock).projects.locations.global.operations;
       var arg_request = buildCancelOperationRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -2395,7 +2395,7 @@
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
       var res =
-          api.NetworkmanagementApi(mock).projects.locations.global.operations;
+          api.NetworkManagementApi(mock).projects.locations.global.operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2444,7 +2444,7 @@
     unittest.test('method--get', () {
       var mock = HttpServerMock();
       var res =
-          api.NetworkmanagementApi(mock).projects.locations.global.operations;
+          api.NetworkManagementApi(mock).projects.locations.global.operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2493,7 +2493,7 @@
     unittest.test('method--list', () {
       var mock = HttpServerMock();
       var res =
-          api.NetworkmanagementApi(mock).projects.locations.global.operations;
+          api.NetworkManagementApi(mock).projects.locations.global.operations;
       var arg_name = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
diff --git a/generated/googleapis/test/osconfig/v1_test.dart b/generated/googleapis/test/osconfig/v1_test.dart
index 83d476b..41f603a 100644
--- a/generated/googleapis/test/osconfig/v1_test.dart
+++ b/generated/googleapis/test/osconfig/v1_test.dart
@@ -1288,7 +1288,7 @@
   unittest.group('resource-ProjectsPatchDeploymentsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.OsconfigApi(mock).projects.patchDeployments;
+      var res = api.OSConfigApi(mock).projects.patchDeployments;
       var arg_request = buildPatchDeployment();
       var arg_parent = 'foo';
       var arg_patchDeploymentId = 'foo';
@@ -1345,7 +1345,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.OsconfigApi(mock).projects.patchDeployments;
+      var res = api.OSConfigApi(mock).projects.patchDeployments;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1393,7 +1393,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.OsconfigApi(mock).projects.patchDeployments;
+      var res = api.OSConfigApi(mock).projects.patchDeployments;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1441,7 +1441,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.OsconfigApi(mock).projects.patchDeployments;
+      var res = api.OSConfigApi(mock).projects.patchDeployments;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -1501,7 +1501,7 @@
   unittest.group('resource-ProjectsPatchJobsResourceApi', () {
     unittest.test('method--cancel', () {
       var mock = HttpServerMock();
-      var res = api.OsconfigApi(mock).projects.patchJobs;
+      var res = api.OSConfigApi(mock).projects.patchJobs;
       var arg_request = buildCancelPatchJobRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -1554,7 +1554,7 @@
 
     unittest.test('method--execute', () {
       var mock = HttpServerMock();
-      var res = api.OsconfigApi(mock).projects.patchJobs;
+      var res = api.OSConfigApi(mock).projects.patchJobs;
       var arg_request = buildExecutePatchJobRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -1607,7 +1607,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.OsconfigApi(mock).projects.patchJobs;
+      var res = api.OSConfigApi(mock).projects.patchJobs;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1655,7 +1655,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.OsconfigApi(mock).projects.patchJobs;
+      var res = api.OSConfigApi(mock).projects.patchJobs;
       var arg_parent = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -1717,7 +1717,7 @@
   unittest.group('resource-ProjectsPatchJobsInstanceDetailsResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.OsconfigApi(mock).projects.patchJobs.instanceDetails;
+      var res = api.OSConfigApi(mock).projects.patchJobs.instanceDetails;
       var arg_parent = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
diff --git a/generated/googleapis/test/oslogin/v1_test.dart b/generated/googleapis/test/oslogin/v1_test.dart
index 10ea93f..0fc1388 100644
--- a/generated/googleapis/test/oslogin/v1_test.dart
+++ b/generated/googleapis/test/oslogin/v1_test.dart
@@ -220,7 +220,7 @@
   unittest.group('resource-UsersResourceApi', () {
     unittest.test('method--getLoginProfile', () {
       var mock = HttpServerMock();
-      var res = api.OsloginApi(mock).users;
+      var res = api.CloudOSLoginApi(mock).users;
       var arg_name = 'foo';
       var arg_projectId = 'foo';
       var arg_systemId = 'foo';
@@ -277,7 +277,7 @@
 
     unittest.test('method--importSshPublicKey', () {
       var mock = HttpServerMock();
-      var res = api.OsloginApi(mock).users;
+      var res = api.CloudOSLoginApi(mock).users;
       var arg_request = buildSshPublicKey();
       var arg_parent = 'foo';
       var arg_projectId = 'foo';
@@ -337,7 +337,7 @@
   unittest.group('resource-UsersProjectsResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.OsloginApi(mock).users.projects;
+      var res = api.CloudOSLoginApi(mock).users.projects;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -387,7 +387,7 @@
   unittest.group('resource-UsersSshPublicKeysResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.OsloginApi(mock).users.sshPublicKeys;
+      var res = api.CloudOSLoginApi(mock).users.sshPublicKeys;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -435,7 +435,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.OsloginApi(mock).users.sshPublicKeys;
+      var res = api.CloudOSLoginApi(mock).users.sshPublicKeys;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -483,7 +483,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.OsloginApi(mock).users.sshPublicKeys;
+      var res = api.CloudOSLoginApi(mock).users.sshPublicKeys;
       var arg_request = buildSshPublicKey();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
diff --git a/generated/googleapis/test/pagespeedonline/v5_test.dart b/generated/googleapis/test/pagespeedonline/v5_test.dart
index e1ddb3e..db14548 100644
--- a/generated/googleapis/test/pagespeedonline/v5_test.dart
+++ b/generated/googleapis/test/pagespeedonline/v5_test.dart
@@ -79,7 +79,7 @@
   buildCounterCategories++;
   if (buildCounterCategories < 3) {
     o.accessibility = buildLighthouseCategoryV5();
-    o.best_practices = buildLighthouseCategoryV5();
+    o.bestPractices = buildLighthouseCategoryV5();
     o.performance = buildLighthouseCategoryV5();
     o.pwa = buildLighthouseCategoryV5();
     o.seo = buildLighthouseCategoryV5();
@@ -92,7 +92,7 @@
   buildCounterCategories++;
   if (buildCounterCategories < 3) {
     checkLighthouseCategoryV5(o.accessibility as api.LighthouseCategoryV5);
-    checkLighthouseCategoryV5(o.best_practices as api.LighthouseCategoryV5);
+    checkLighthouseCategoryV5(o.bestPractices as api.LighthouseCategoryV5);
     checkLighthouseCategoryV5(o.performance as api.LighthouseCategoryV5);
     checkLighthouseCategoryV5(o.pwa as api.LighthouseCategoryV5);
     checkLighthouseCategoryV5(o.seo as api.LighthouseCategoryV5);
@@ -876,7 +876,7 @@
   unittest.group('resource-PagespeedapiResourceApi', () {
     unittest.test('method--runpagespeed', () {
       var mock = HttpServerMock();
-      var res = api.PagespeedonlineApi(mock).pagespeedapi;
+      var res = api.PagespeedInsightsApi(mock).pagespeedapi;
       var arg_captchaToken = 'foo';
       var arg_category = buildUnnamed2498();
       var arg_locale = 'foo';
diff --git a/generated/googleapis/test/people/v1_test.dart b/generated/googleapis/test/people/v1_test.dart
index 2328245..dbda7d5 100644
--- a/generated/googleapis/test/people/v1_test.dart
+++ b/generated/googleapis/test/people/v1_test.dart
@@ -3007,7 +3007,7 @@
   unittest.group('resource-ContactGroupsResourceApi', () {
     unittest.test('method--batchGet', () {
       var mock = HttpServerMock();
-      var res = api.PeopleApi(mock).contactGroups;
+      var res = api.PeopleServiceApi(mock).contactGroups;
       var arg_maxMembers = 42;
       var arg_resourceNames = buildUnnamed4916();
       var arg_$fields = 'foo';
@@ -3063,7 +3063,7 @@
 
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.PeopleApi(mock).contactGroups;
+      var res = api.PeopleServiceApi(mock).contactGroups;
       var arg_request = buildCreateContactGroupRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3114,7 +3114,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.PeopleApi(mock).contactGroups;
+      var res = api.PeopleServiceApi(mock).contactGroups;
       var arg_resourceName = 'foo';
       var arg_deleteContacts = true;
       var arg_$fields = 'foo';
@@ -3166,7 +3166,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.PeopleApi(mock).contactGroups;
+      var res = api.PeopleServiceApi(mock).contactGroups;
       var arg_resourceName = 'foo';
       var arg_maxMembers = 42;
       var arg_$fields = 'foo';
@@ -3218,7 +3218,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.PeopleApi(mock).contactGroups;
+      var res = api.PeopleServiceApi(mock).contactGroups;
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
       var arg_syncToken = 'foo';
@@ -3278,7 +3278,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.PeopleApi(mock).contactGroups;
+      var res = api.PeopleServiceApi(mock).contactGroups;
       var arg_request = buildUpdateContactGroupRequest();
       var arg_resourceName = 'foo';
       var arg_$fields = 'foo';
@@ -3333,7 +3333,7 @@
   unittest.group('resource-ContactGroupsMembersResourceApi', () {
     unittest.test('method--modify', () {
       var mock = HttpServerMock();
-      var res = api.PeopleApi(mock).contactGroups.members;
+      var res = api.PeopleServiceApi(mock).contactGroups.members;
       var arg_request = buildModifyContactGroupMembersRequest();
       var arg_resourceName = 'foo';
       var arg_$fields = 'foo';
@@ -3391,7 +3391,7 @@
   unittest.group('resource-OtherContactsResourceApi', () {
     unittest.test('method--copyOtherContactToMyContactsGroup', () {
       var mock = HttpServerMock();
-      var res = api.PeopleApi(mock).otherContacts;
+      var res = api.PeopleServiceApi(mock).otherContacts;
       var arg_request = buildCopyOtherContactToMyContactsGroupRequest();
       var arg_resourceName = 'foo';
       var arg_$fields = 'foo';
@@ -3446,7 +3446,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.PeopleApi(mock).otherContacts;
+      var res = api.PeopleServiceApi(mock).otherContacts;
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
       var arg_readMask = 'foo';
@@ -3516,7 +3516,7 @@
   unittest.group('resource-PeopleResourceApi', () {
     unittest.test('method--createContact', () {
       var mock = HttpServerMock();
-      var res = api.PeopleApi(mock).people;
+      var res = api.PeopleServiceApi(mock).people;
       var arg_request = buildPerson();
       var arg_personFields = 'foo';
       var arg_sources = buildUnnamed4917();
@@ -3575,7 +3575,7 @@
 
     unittest.test('method--deleteContact', () {
       var mock = HttpServerMock();
-      var res = api.PeopleApi(mock).people;
+      var res = api.PeopleServiceApi(mock).people;
       var arg_resourceName = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3623,7 +3623,7 @@
 
     unittest.test('method--deleteContactPhoto', () {
       var mock = HttpServerMock();
-      var res = api.PeopleApi(mock).people;
+      var res = api.PeopleServiceApi(mock).people;
       var arg_resourceName = 'foo';
       var arg_personFields = 'foo';
       var arg_sources = buildUnnamed4918();
@@ -3680,7 +3680,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.PeopleApi(mock).people;
+      var res = api.PeopleServiceApi(mock).people;
       var arg_resourceName = 'foo';
       var arg_personFields = 'foo';
       var arg_requestMask_includeField = 'foo';
@@ -3740,7 +3740,7 @@
 
     unittest.test('method--getBatchGet', () {
       var mock = HttpServerMock();
-      var res = api.PeopleApi(mock).people;
+      var res = api.PeopleServiceApi(mock).people;
       var arg_personFields = 'foo';
       var arg_requestMask_includeField = 'foo';
       var arg_resourceNames = buildUnnamed4920();
@@ -3802,7 +3802,7 @@
 
     unittest.test('method--listDirectoryPeople', () {
       var mock = HttpServerMock();
-      var res = api.PeopleApi(mock).people;
+      var res = api.PeopleServiceApi(mock).people;
       var arg_mergeSources = buildUnnamed4922();
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -3877,7 +3877,7 @@
 
     unittest.test('method--searchDirectoryPeople', () {
       var mock = HttpServerMock();
-      var res = api.PeopleApi(mock).people;
+      var res = api.PeopleServiceApi(mock).people;
       var arg_mergeSources = buildUnnamed4924();
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -3947,7 +3947,7 @@
 
     unittest.test('method--updateContact', () {
       var mock = HttpServerMock();
-      var res = api.PeopleApi(mock).people;
+      var res = api.PeopleServiceApi(mock).people;
       var arg_request = buildPerson();
       var arg_resourceName = 'foo';
       var arg_personFields = 'foo';
@@ -4012,7 +4012,7 @@
 
     unittest.test('method--updateContactPhoto', () {
       var mock = HttpServerMock();
-      var res = api.PeopleApi(mock).people;
+      var res = api.PeopleServiceApi(mock).people;
       var arg_request = buildUpdateContactPhotoRequest();
       var arg_resourceName = 'foo';
       var arg_$fields = 'foo';
@@ -4069,7 +4069,7 @@
   unittest.group('resource-PeopleConnectionsResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.PeopleApi(mock).people.connections;
+      var res = api.PeopleServiceApi(mock).people.connections;
       var arg_resourceName = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
diff --git a/generated/googleapis/test/policytroubleshooter/v1_test.dart b/generated/googleapis/test/policytroubleshooter/v1_test.dart
index 7d340a0..7e3c325 100644
--- a/generated/googleapis/test/policytroubleshooter/v1_test.dart
+++ b/generated/googleapis/test/policytroubleshooter/v1_test.dart
@@ -554,7 +554,7 @@
   unittest.group('resource-IamResourceApi', () {
     unittest.test('method--troubleshoot', () {
       var mock = HttpServerMock();
-      var res = api.PolicytroubleshooterApi(mock).iam;
+      var res = api.PolicyTroubleshooterApi(mock).iam;
       var arg_request =
           buildGoogleCloudPolicytroubleshooterV1TroubleshootIamPolicyRequest();
       var arg_$fields = 'foo';
diff --git a/generated/googleapis/test/poly/v1_test.dart b/generated/googleapis/test/poly/v1_test.dart
index bcb38ae..11ef48e 100644
--- a/generated/googleapis/test/poly/v1_test.dart
+++ b/generated/googleapis/test/poly/v1_test.dart
@@ -611,7 +611,7 @@
   unittest.group('resource-AssetsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.PolyApi(mock).assets;
+      var res = api.PolyServiceApi(mock).assets;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -659,7 +659,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.PolyApi(mock).assets;
+      var res = api.PolyServiceApi(mock).assets;
       var arg_category = 'foo';
       var arg_curated = true;
       var arg_format = 'foo';
@@ -739,7 +739,7 @@
   unittest.group('resource-UsersAssetsResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.PolyApi(mock).users.assets;
+      var res = api.PolyServiceApi(mock).users.assets;
       var arg_name = 'foo';
       var arg_format = 'foo';
       var arg_orderBy = 'foo';
@@ -809,7 +809,7 @@
   unittest.group('resource-UsersLikedassetsResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.PolyApi(mock).users.likedassets;
+      var res = api.PolyServiceApi(mock).users.likedassets;
       var arg_name = 'foo';
       var arg_format = 'foo';
       var arg_orderBy = 'foo';
diff --git a/generated/googleapis/test/redis/v1_test.dart b/generated/googleapis/test/redis/v1_test.dart
index 70b4d51..ad05549 100644
--- a/generated/googleapis/test/redis/v1_test.dart
+++ b/generated/googleapis/test/redis/v1_test.dart
@@ -855,7 +855,7 @@
   unittest.group('resource-ProjectsLocationsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.RedisApi(mock).projects.locations;
+      var res = api.CloudRedisApi(mock).projects.locations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -903,7 +903,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.RedisApi(mock).projects.locations;
+      var res = api.CloudRedisApi(mock).projects.locations;
       var arg_name = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -965,7 +965,7 @@
   unittest.group('resource-ProjectsLocationsInstancesResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.RedisApi(mock).projects.locations.instances;
+      var res = api.CloudRedisApi(mock).projects.locations.instances;
       var arg_request = buildInstance();
       var arg_parent = 'foo';
       var arg_instanceId = 'foo';
@@ -1022,7 +1022,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.RedisApi(mock).projects.locations.instances;
+      var res = api.CloudRedisApi(mock).projects.locations.instances;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1070,7 +1070,7 @@
 
     unittest.test('method--export', () {
       var mock = HttpServerMock();
-      var res = api.RedisApi(mock).projects.locations.instances;
+      var res = api.CloudRedisApi(mock).projects.locations.instances;
       var arg_request = buildExportInstanceRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -1123,7 +1123,7 @@
 
     unittest.test('method--failover', () {
       var mock = HttpServerMock();
-      var res = api.RedisApi(mock).projects.locations.instances;
+      var res = api.CloudRedisApi(mock).projects.locations.instances;
       var arg_request = buildFailoverInstanceRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -1176,7 +1176,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.RedisApi(mock).projects.locations.instances;
+      var res = api.CloudRedisApi(mock).projects.locations.instances;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1224,7 +1224,7 @@
 
     unittest.test('method--import', () {
       var mock = HttpServerMock();
-      var res = api.RedisApi(mock).projects.locations.instances;
+      var res = api.CloudRedisApi(mock).projects.locations.instances;
       var arg_request = buildImportInstanceRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -1277,7 +1277,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.RedisApi(mock).projects.locations.instances;
+      var res = api.CloudRedisApi(mock).projects.locations.instances;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -1334,7 +1334,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.RedisApi(mock).projects.locations.instances;
+      var res = api.CloudRedisApi(mock).projects.locations.instances;
       var arg_request = buildInstance();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -1391,7 +1391,7 @@
 
     unittest.test('method--upgrade', () {
       var mock = HttpServerMock();
-      var res = api.RedisApi(mock).projects.locations.instances;
+      var res = api.CloudRedisApi(mock).projects.locations.instances;
       var arg_request = buildUpgradeInstanceRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -1446,7 +1446,7 @@
   unittest.group('resource-ProjectsLocationsOperationsResourceApi', () {
     unittest.test('method--cancel', () {
       var mock = HttpServerMock();
-      var res = api.RedisApi(mock).projects.locations.operations;
+      var res = api.CloudRedisApi(mock).projects.locations.operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1494,7 +1494,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.RedisApi(mock).projects.locations.operations;
+      var res = api.CloudRedisApi(mock).projects.locations.operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1542,7 +1542,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.RedisApi(mock).projects.locations.operations;
+      var res = api.CloudRedisApi(mock).projects.locations.operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1590,7 +1590,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.RedisApi(mock).projects.locations.operations;
+      var res = api.CloudRedisApi(mock).projects.locations.operations;
       var arg_name = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
diff --git a/generated/googleapis/test/remotebuildexecution/v2_test.dart b/generated/googleapis/test/remotebuildexecution/v2_test.dart
index b594d9e..db83661 100644
--- a/generated/googleapis/test/remotebuildexecution/v2_test.dart
+++ b/generated/googleapis/test/remotebuildexecution/v2_test.dart
@@ -4124,7 +4124,7 @@
   unittest.group('resource-ActionResultsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.RemotebuildexecutionApi(mock).actionResults;
+      var res = api.RemoteBuildExecutionApi(mock).actionResults;
       var arg_instanceName = 'foo';
       var arg_hash = 'foo';
       var arg_sizeBytes = 'foo';
@@ -4189,7 +4189,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.RemotebuildexecutionApi(mock).actionResults;
+      var res = api.RemoteBuildExecutionApi(mock).actionResults;
       var arg_request = buildBuildBazelRemoteExecutionV2ActionResult();
       var arg_instanceName = 'foo';
       var arg_hash = 'foo';
@@ -4255,7 +4255,7 @@
   unittest.group('resource-ActionsResourceApi', () {
     unittest.test('method--execute', () {
       var mock = HttpServerMock();
-      var res = api.RemotebuildexecutionApi(mock).actions;
+      var res = api.RemoteBuildExecutionApi(mock).actions;
       var arg_request = buildBuildBazelRemoteExecutionV2ExecuteRequest();
       var arg_instanceName = 'foo';
       var arg_$fields = 'foo';
@@ -4312,7 +4312,7 @@
   unittest.group('resource-BlobsResourceApi', () {
     unittest.test('method--batchRead', () {
       var mock = HttpServerMock();
-      var res = api.RemotebuildexecutionApi(mock).blobs;
+      var res = api.RemoteBuildExecutionApi(mock).blobs;
       var arg_request = buildBuildBazelRemoteExecutionV2BatchReadBlobsRequest();
       var arg_instanceName = 'foo';
       var arg_$fields = 'foo';
@@ -4368,7 +4368,7 @@
 
     unittest.test('method--batchUpdate', () {
       var mock = HttpServerMock();
-      var res = api.RemotebuildexecutionApi(mock).blobs;
+      var res = api.RemoteBuildExecutionApi(mock).blobs;
       var arg_request =
           buildBuildBazelRemoteExecutionV2BatchUpdateBlobsRequest();
       var arg_instanceName = 'foo';
@@ -4426,7 +4426,7 @@
 
     unittest.test('method--findMissing', () {
       var mock = HttpServerMock();
-      var res = api.RemotebuildexecutionApi(mock).blobs;
+      var res = api.RemoteBuildExecutionApi(mock).blobs;
       var arg_request =
           buildBuildBazelRemoteExecutionV2FindMissingBlobsRequest();
       var arg_instanceName = 'foo';
@@ -4484,7 +4484,7 @@
 
     unittest.test('method--getTree', () {
       var mock = HttpServerMock();
-      var res = api.RemotebuildexecutionApi(mock).blobs;
+      var res = api.RemoteBuildExecutionApi(mock).blobs;
       var arg_instanceName = 'foo';
       var arg_hash = 'foo';
       var arg_sizeBytes = 'foo';
@@ -4547,7 +4547,7 @@
   unittest.group('resource-OperationsResourceApi', () {
     unittest.test('method--waitExecution', () {
       var mock = HttpServerMock();
-      var res = api.RemotebuildexecutionApi(mock).operations;
+      var res = api.RemoteBuildExecutionApi(mock).operations;
       var arg_request = buildBuildBazelRemoteExecutionV2WaitExecutionRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -4604,7 +4604,7 @@
   unittest.group('resource-V2ResourceApi', () {
     unittest.test('method--getCapabilities', () {
       var mock = HttpServerMock();
-      var res = api.RemotebuildexecutionApi(mock).v2;
+      var res = api.RemoteBuildExecutionApi(mock).v2;
       var arg_instanceName = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
diff --git a/generated/googleapis/test/run/v1_test.dart b/generated/googleapis/test/run/v1_test.dart
index b5cc03b..c714ab2 100644
--- a/generated/googleapis/test/run/v1_test.dart
+++ b/generated/googleapis/test/run/v1_test.dart
@@ -2837,7 +2837,7 @@
   unittest.group('resource-NamespacesAuthorizeddomainsResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.RunApi(mock).namespaces.authorizeddomains;
+      var res = api.CloudRunApi(mock).namespaces.authorizeddomains;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -2897,7 +2897,7 @@
   unittest.group('resource-NamespacesConfigurationsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.RunApi(mock).namespaces.configurations;
+      var res = api.CloudRunApi(mock).namespaces.configurations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2945,7 +2945,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.RunApi(mock).namespaces.configurations;
+      var res = api.CloudRunApi(mock).namespaces.configurations;
       var arg_parent = 'foo';
       var arg_continue_ = 'foo';
       var arg_fieldSelector = 'foo';
@@ -3024,7 +3024,7 @@
   unittest.group('resource-NamespacesDomainmappingsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.RunApi(mock).namespaces.domainmappings;
+      var res = api.CloudRunApi(mock).namespaces.domainmappings;
       var arg_request = buildDomainMapping();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -3077,7 +3077,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.RunApi(mock).namespaces.domainmappings;
+      var res = api.CloudRunApi(mock).namespaces.domainmappings;
       var arg_name = 'foo';
       var arg_apiVersion = 'foo';
       var arg_kind = 'foo';
@@ -3137,7 +3137,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.RunApi(mock).namespaces.domainmappings;
+      var res = api.CloudRunApi(mock).namespaces.domainmappings;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3185,7 +3185,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.RunApi(mock).namespaces.domainmappings;
+      var res = api.CloudRunApi(mock).namespaces.domainmappings;
       var arg_parent = 'foo';
       var arg_continue_ = 'foo';
       var arg_fieldSelector = 'foo';
@@ -3264,7 +3264,7 @@
   unittest.group('resource-NamespacesRevisionsResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.RunApi(mock).namespaces.revisions;
+      var res = api.CloudRunApi(mock).namespaces.revisions;
       var arg_name = 'foo';
       var arg_apiVersion = 'foo';
       var arg_kind = 'foo';
@@ -3324,7 +3324,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.RunApi(mock).namespaces.revisions;
+      var res = api.CloudRunApi(mock).namespaces.revisions;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3372,7 +3372,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.RunApi(mock).namespaces.revisions;
+      var res = api.CloudRunApi(mock).namespaces.revisions;
       var arg_parent = 'foo';
       var arg_continue_ = 'foo';
       var arg_fieldSelector = 'foo';
@@ -3450,7 +3450,7 @@
   unittest.group('resource-NamespacesRoutesResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.RunApi(mock).namespaces.routes;
+      var res = api.CloudRunApi(mock).namespaces.routes;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3498,7 +3498,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.RunApi(mock).namespaces.routes;
+      var res = api.CloudRunApi(mock).namespaces.routes;
       var arg_parent = 'foo';
       var arg_continue_ = 'foo';
       var arg_fieldSelector = 'foo';
@@ -3576,7 +3576,7 @@
   unittest.group('resource-NamespacesServicesResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.RunApi(mock).namespaces.services;
+      var res = api.CloudRunApi(mock).namespaces.services;
       var arg_request = buildService();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -3629,7 +3629,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.RunApi(mock).namespaces.services;
+      var res = api.CloudRunApi(mock).namespaces.services;
       var arg_name = 'foo';
       var arg_apiVersion = 'foo';
       var arg_kind = 'foo';
@@ -3689,7 +3689,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.RunApi(mock).namespaces.services;
+      var res = api.CloudRunApi(mock).namespaces.services;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3737,7 +3737,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.RunApi(mock).namespaces.services;
+      var res = api.CloudRunApi(mock).namespaces.services;
       var arg_parent = 'foo';
       var arg_continue_ = 'foo';
       var arg_fieldSelector = 'foo';
@@ -3813,7 +3813,7 @@
 
     unittest.test('method--replaceService', () {
       var mock = HttpServerMock();
-      var res = api.RunApi(mock).namespaces.services;
+      var res = api.CloudRunApi(mock).namespaces.services;
       var arg_request = buildService();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -3868,7 +3868,7 @@
   unittest.group('resource-ProjectsAuthorizeddomainsResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.RunApi(mock).projects.authorizeddomains;
+      var res = api.CloudRunApi(mock).projects.authorizeddomains;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -3928,7 +3928,7 @@
   unittest.group('resource-ProjectsLocationsResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.RunApi(mock).projects.locations;
+      var res = api.CloudRunApi(mock).projects.locations;
       var arg_name = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -3990,7 +3990,7 @@
   unittest.group('resource-ProjectsLocationsAuthorizeddomainsResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.RunApi(mock).projects.locations.authorizeddomains;
+      var res = api.CloudRunApi(mock).projects.locations.authorizeddomains;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -4050,7 +4050,7 @@
   unittest.group('resource-ProjectsLocationsConfigurationsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.RunApi(mock).projects.locations.configurations;
+      var res = api.CloudRunApi(mock).projects.locations.configurations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4098,7 +4098,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.RunApi(mock).projects.locations.configurations;
+      var res = api.CloudRunApi(mock).projects.locations.configurations;
       var arg_parent = 'foo';
       var arg_continue_ = 'foo';
       var arg_fieldSelector = 'foo';
@@ -4177,7 +4177,7 @@
   unittest.group('resource-ProjectsLocationsDomainmappingsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.RunApi(mock).projects.locations.domainmappings;
+      var res = api.CloudRunApi(mock).projects.locations.domainmappings;
       var arg_request = buildDomainMapping();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -4230,7 +4230,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.RunApi(mock).projects.locations.domainmappings;
+      var res = api.CloudRunApi(mock).projects.locations.domainmappings;
       var arg_name = 'foo';
       var arg_apiVersion = 'foo';
       var arg_kind = 'foo';
@@ -4290,7 +4290,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.RunApi(mock).projects.locations.domainmappings;
+      var res = api.CloudRunApi(mock).projects.locations.domainmappings;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4338,7 +4338,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.RunApi(mock).projects.locations.domainmappings;
+      var res = api.CloudRunApi(mock).projects.locations.domainmappings;
       var arg_parent = 'foo';
       var arg_continue_ = 'foo';
       var arg_fieldSelector = 'foo';
@@ -4417,7 +4417,7 @@
   unittest.group('resource-ProjectsLocationsRevisionsResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.RunApi(mock).projects.locations.revisions;
+      var res = api.CloudRunApi(mock).projects.locations.revisions;
       var arg_name = 'foo';
       var arg_apiVersion = 'foo';
       var arg_kind = 'foo';
@@ -4477,7 +4477,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.RunApi(mock).projects.locations.revisions;
+      var res = api.CloudRunApi(mock).projects.locations.revisions;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4525,7 +4525,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.RunApi(mock).projects.locations.revisions;
+      var res = api.CloudRunApi(mock).projects.locations.revisions;
       var arg_parent = 'foo';
       var arg_continue_ = 'foo';
       var arg_fieldSelector = 'foo';
@@ -4603,7 +4603,7 @@
   unittest.group('resource-ProjectsLocationsRoutesResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.RunApi(mock).projects.locations.routes;
+      var res = api.CloudRunApi(mock).projects.locations.routes;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4651,7 +4651,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.RunApi(mock).projects.locations.routes;
+      var res = api.CloudRunApi(mock).projects.locations.routes;
       var arg_parent = 'foo';
       var arg_continue_ = 'foo';
       var arg_fieldSelector = 'foo';
@@ -4729,7 +4729,7 @@
   unittest.group('resource-ProjectsLocationsServicesResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.RunApi(mock).projects.locations.services;
+      var res = api.CloudRunApi(mock).projects.locations.services;
       var arg_request = buildService();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -4782,7 +4782,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.RunApi(mock).projects.locations.services;
+      var res = api.CloudRunApi(mock).projects.locations.services;
       var arg_name = 'foo';
       var arg_apiVersion = 'foo';
       var arg_kind = 'foo';
@@ -4842,7 +4842,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.RunApi(mock).projects.locations.services;
+      var res = api.CloudRunApi(mock).projects.locations.services;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4890,7 +4890,7 @@
 
     unittest.test('method--getIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.RunApi(mock).projects.locations.services;
+      var res = api.CloudRunApi(mock).projects.locations.services;
       var arg_resource = 'foo';
       var arg_options_requestedPolicyVersion = 42;
       var arg_$fields = 'foo';
@@ -4945,7 +4945,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.RunApi(mock).projects.locations.services;
+      var res = api.CloudRunApi(mock).projects.locations.services;
       var arg_parent = 'foo';
       var arg_continue_ = 'foo';
       var arg_fieldSelector = 'foo';
@@ -5021,7 +5021,7 @@
 
     unittest.test('method--replaceService', () {
       var mock = HttpServerMock();
-      var res = api.RunApi(mock).projects.locations.services;
+      var res = api.CloudRunApi(mock).projects.locations.services;
       var arg_request = buildService();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -5074,7 +5074,7 @@
 
     unittest.test('method--setIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.RunApi(mock).projects.locations.services;
+      var res = api.CloudRunApi(mock).projects.locations.services;
       var arg_request = buildSetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -5127,7 +5127,7 @@
 
     unittest.test('method--testIamPermissions', () {
       var mock = HttpServerMock();
-      var res = api.RunApi(mock).projects.locations.services;
+      var res = api.CloudRunApi(mock).projects.locations.services;
       var arg_request = buildTestIamPermissionsRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
diff --git a/generated/googleapis/test/runtimeconfig/v1_test.dart b/generated/googleapis/test/runtimeconfig/v1_test.dart
index 446c4c5..fc35110 100644
--- a/generated/googleapis/test/runtimeconfig/v1_test.dart
+++ b/generated/googleapis/test/runtimeconfig/v1_test.dart
@@ -285,7 +285,7 @@
   unittest.group('resource-OperationsResourceApi', () {
     unittest.test('method--cancel', () {
       var mock = HttpServerMock();
-      var res = api.RuntimeconfigApi(mock).operations;
+      var res = api.CloudRuntimeConfigApi(mock).operations;
       var arg_request = buildCancelOperationRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -338,7 +338,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.RuntimeconfigApi(mock).operations;
+      var res = api.CloudRuntimeConfigApi(mock).operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -386,7 +386,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.RuntimeconfigApi(mock).operations;
+      var res = api.CloudRuntimeConfigApi(mock).operations;
       var arg_name = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
diff --git a/generated/googleapis/test/searchconsole/v1_test.dart b/generated/googleapis/test/searchconsole/v1_test.dart
index 1ac9737..69cdc2d 100644
--- a/generated/googleapis/test/searchconsole/v1_test.dart
+++ b/generated/googleapis/test/searchconsole/v1_test.dart
@@ -687,7 +687,7 @@
   unittest.group('resource-SearchanalyticsResourceApi', () {
     unittest.test('method--query', () {
       var mock = HttpServerMock();
-      var res = api.SearchconsoleApi(mock).searchanalytics;
+      var res = api.SearchConsoleApi(mock).searchanalytics;
       var arg_request = buildSearchAnalyticsQueryRequest();
       var arg_siteUrl = 'foo';
       var arg_$fields = 'foo';
@@ -752,7 +752,7 @@
   unittest.group('resource-SitemapsResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.SearchconsoleApi(mock).sitemaps;
+      var res = api.SearchConsoleApi(mock).sitemaps;
       var arg_siteUrl = 'foo';
       var arg_feedpath = 'foo';
       var arg_$fields = 'foo';
@@ -810,7 +810,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.SearchconsoleApi(mock).sitemaps;
+      var res = api.SearchConsoleApi(mock).sitemaps;
       var arg_siteUrl = 'foo';
       var arg_feedpath = 'foo';
       var arg_$fields = 'foo';
@@ -870,7 +870,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.SearchconsoleApi(mock).sitemaps;
+      var res = api.SearchConsoleApi(mock).sitemaps;
       var arg_siteUrl = 'foo';
       var arg_sitemapIndex = 'foo';
       var arg_$fields = 'foo';
@@ -930,7 +930,7 @@
 
     unittest.test('method--submit', () {
       var mock = HttpServerMock();
-      var res = api.SearchconsoleApi(mock).sitemaps;
+      var res = api.SearchConsoleApi(mock).sitemaps;
       var arg_siteUrl = 'foo';
       var arg_feedpath = 'foo';
       var arg_$fields = 'foo';
@@ -990,7 +990,7 @@
   unittest.group('resource-SitesResourceApi', () {
     unittest.test('method--add', () {
       var mock = HttpServerMock();
-      var res = api.SearchconsoleApi(mock).sites;
+      var res = api.SearchConsoleApi(mock).sites;
       var arg_siteUrl = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1038,7 +1038,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.SearchconsoleApi(mock).sites;
+      var res = api.SearchConsoleApi(mock).sites;
       var arg_siteUrl = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1086,7 +1086,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.SearchconsoleApi(mock).sites;
+      var res = api.SearchConsoleApi(mock).sites;
       var arg_siteUrl = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1136,7 +1136,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.SearchconsoleApi(mock).sites;
+      var res = api.SearchConsoleApi(mock).sites;
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
         var path = (req.url).path;
@@ -1182,7 +1182,7 @@
   unittest.group('resource-UrlTestingToolsMobileFriendlyTestResourceApi', () {
     unittest.test('method--run', () {
       var mock = HttpServerMock();
-      var res = api.SearchconsoleApi(mock).urlTestingTools.mobileFriendlyTest;
+      var res = api.SearchConsoleApi(mock).urlTestingTools.mobileFriendlyTest;
       var arg_request = buildRunMobileFriendlyTestRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
diff --git a/generated/googleapis/test/secretmanager/v1_test.dart b/generated/googleapis/test/secretmanager/v1_test.dart
index 24109ab..714e5ba 100644
--- a/generated/googleapis/test/secretmanager/v1_test.dart
+++ b/generated/googleapis/test/secretmanager/v1_test.dart
@@ -1135,7 +1135,7 @@
   unittest.group('resource-ProjectsLocationsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.SecretmanagerApi(mock).projects.locations;
+      var res = api.SecretManagerApi(mock).projects.locations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1183,7 +1183,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.SecretmanagerApi(mock).projects.locations;
+      var res = api.SecretManagerApi(mock).projects.locations;
       var arg_name = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -1245,7 +1245,7 @@
   unittest.group('resource-ProjectsSecretsResourceApi', () {
     unittest.test('method--addVersion', () {
       var mock = HttpServerMock();
-      var res = api.SecretmanagerApi(mock).projects.secrets;
+      var res = api.SecretManagerApi(mock).projects.secrets;
       var arg_request = buildAddSecretVersionRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -1298,7 +1298,7 @@
 
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.SecretmanagerApi(mock).projects.secrets;
+      var res = api.SecretManagerApi(mock).projects.secrets;
       var arg_request = buildSecret();
       var arg_parent = 'foo';
       var arg_secretId = 'foo';
@@ -1355,7 +1355,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.SecretmanagerApi(mock).projects.secrets;
+      var res = api.SecretManagerApi(mock).projects.secrets;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1403,7 +1403,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.SecretmanagerApi(mock).projects.secrets;
+      var res = api.SecretManagerApi(mock).projects.secrets;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1451,7 +1451,7 @@
 
     unittest.test('method--getIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.SecretmanagerApi(mock).projects.secrets;
+      var res = api.SecretManagerApi(mock).projects.secrets;
       var arg_resource = 'foo';
       var arg_options_requestedPolicyVersion = 42;
       var arg_$fields = 'foo';
@@ -1506,7 +1506,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.SecretmanagerApi(mock).projects.secrets;
+      var res = api.SecretManagerApi(mock).projects.secrets;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -1563,7 +1563,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.SecretmanagerApi(mock).projects.secrets;
+      var res = api.SecretManagerApi(mock).projects.secrets;
       var arg_request = buildSecret();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -1620,7 +1620,7 @@
 
     unittest.test('method--setIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.SecretmanagerApi(mock).projects.secrets;
+      var res = api.SecretManagerApi(mock).projects.secrets;
       var arg_request = buildSetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -1673,7 +1673,7 @@
 
     unittest.test('method--testIamPermissions', () {
       var mock = HttpServerMock();
-      var res = api.SecretmanagerApi(mock).projects.secrets;
+      var res = api.SecretManagerApi(mock).projects.secrets;
       var arg_request = buildTestIamPermissionsRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -1729,7 +1729,7 @@
   unittest.group('resource-ProjectsSecretsVersionsResourceApi', () {
     unittest.test('method--access', () {
       var mock = HttpServerMock();
-      var res = api.SecretmanagerApi(mock).projects.secrets.versions;
+      var res = api.SecretManagerApi(mock).projects.secrets.versions;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1778,7 +1778,7 @@
 
     unittest.test('method--destroy', () {
       var mock = HttpServerMock();
-      var res = api.SecretmanagerApi(mock).projects.secrets.versions;
+      var res = api.SecretManagerApi(mock).projects.secrets.versions;
       var arg_request = buildDestroySecretVersionRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -1832,7 +1832,7 @@
 
     unittest.test('method--disable', () {
       var mock = HttpServerMock();
-      var res = api.SecretmanagerApi(mock).projects.secrets.versions;
+      var res = api.SecretManagerApi(mock).projects.secrets.versions;
       var arg_request = buildDisableSecretVersionRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -1886,7 +1886,7 @@
 
     unittest.test('method--enable', () {
       var mock = HttpServerMock();
-      var res = api.SecretmanagerApi(mock).projects.secrets.versions;
+      var res = api.SecretManagerApi(mock).projects.secrets.versions;
       var arg_request = buildEnableSecretVersionRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -1939,7 +1939,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.SecretmanagerApi(mock).projects.secrets.versions;
+      var res = api.SecretManagerApi(mock).projects.secrets.versions;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1987,7 +1987,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.SecretmanagerApi(mock).projects.secrets.versions;
+      var res = api.SecretManagerApi(mock).projects.secrets.versions;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
diff --git a/generated/googleapis/test/securitycenter/v1_test.dart b/generated/googleapis/test/securitycenter/v1_test.dart
index c8c7b86..965850f 100644
--- a/generated/googleapis/test/securitycenter/v1_test.dart
+++ b/generated/googleapis/test/securitycenter/v1_test.dart
@@ -2020,7 +2020,7 @@
   unittest.group('resource-OrganizationsResourceApi', () {
     unittest.test('method--getOrganizationSettings', () {
       var mock = HttpServerMock();
-      var res = api.SecuritycenterApi(mock).organizations;
+      var res = api.SecurityCommandCenterApi(mock).organizations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2068,7 +2068,7 @@
 
     unittest.test('method--updateOrganizationSettings', () {
       var mock = HttpServerMock();
-      var res = api.SecuritycenterApi(mock).organizations;
+      var res = api.SecurityCommandCenterApi(mock).organizations;
       var arg_request = buildOrganizationSettings();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -2127,7 +2127,7 @@
   unittest.group('resource-OrganizationsAssetsResourceApi', () {
     unittest.test('method--group', () {
       var mock = HttpServerMock();
-      var res = api.SecuritycenterApi(mock).organizations.assets;
+      var res = api.SecurityCommandCenterApi(mock).organizations.assets;
       var arg_request = buildGroupAssetsRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -2180,7 +2180,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.SecuritycenterApi(mock).organizations.assets;
+      var res = api.SecurityCommandCenterApi(mock).organizations.assets;
       var arg_parent = 'foo';
       var arg_compareDuration = 'foo';
       var arg_fieldMask = 'foo';
@@ -2256,7 +2256,7 @@
 
     unittest.test('method--runDiscovery', () {
       var mock = HttpServerMock();
-      var res = api.SecuritycenterApi(mock).organizations.assets;
+      var res = api.SecurityCommandCenterApi(mock).organizations.assets;
       var arg_request = buildRunAssetDiscoveryRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -2309,7 +2309,7 @@
 
     unittest.test('method--updateSecurityMarks', () {
       var mock = HttpServerMock();
-      var res = api.SecuritycenterApi(mock).organizations.assets;
+      var res = api.SecurityCommandCenterApi(mock).organizations.assets;
       var arg_request = buildSecurityMarks();
       var arg_name = 'foo';
       var arg_startTime = 'foo';
@@ -2373,7 +2373,8 @@
   unittest.group('resource-OrganizationsNotificationConfigsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.SecuritycenterApi(mock).organizations.notificationConfigs;
+      var res =
+          api.SecurityCommandCenterApi(mock).organizations.notificationConfigs;
       var arg_request = buildNotificationConfig();
       var arg_parent = 'foo';
       var arg_configId = 'foo';
@@ -2430,7 +2431,8 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.SecuritycenterApi(mock).organizations.notificationConfigs;
+      var res =
+          api.SecurityCommandCenterApi(mock).organizations.notificationConfigs;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2478,7 +2480,8 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.SecuritycenterApi(mock).organizations.notificationConfigs;
+      var res =
+          api.SecurityCommandCenterApi(mock).organizations.notificationConfigs;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2526,7 +2529,8 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.SecuritycenterApi(mock).organizations.notificationConfigs;
+      var res =
+          api.SecurityCommandCenterApi(mock).organizations.notificationConfigs;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -2584,7 +2588,8 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.SecuritycenterApi(mock).organizations.notificationConfigs;
+      var res =
+          api.SecurityCommandCenterApi(mock).organizations.notificationConfigs;
       var arg_request = buildNotificationConfig();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -2643,7 +2648,7 @@
   unittest.group('resource-OrganizationsOperationsResourceApi', () {
     unittest.test('method--cancel', () {
       var mock = HttpServerMock();
-      var res = api.SecuritycenterApi(mock).organizations.operations;
+      var res = api.SecurityCommandCenterApi(mock).organizations.operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2691,7 +2696,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.SecuritycenterApi(mock).organizations.operations;
+      var res = api.SecurityCommandCenterApi(mock).organizations.operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2739,7 +2744,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.SecuritycenterApi(mock).organizations.operations;
+      var res = api.SecurityCommandCenterApi(mock).organizations.operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2787,7 +2792,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.SecuritycenterApi(mock).organizations.operations;
+      var res = api.SecurityCommandCenterApi(mock).organizations.operations;
       var arg_name = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -2849,7 +2854,7 @@
   unittest.group('resource-OrganizationsSourcesResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.SecuritycenterApi(mock).organizations.sources;
+      var res = api.SecurityCommandCenterApi(mock).organizations.sources;
       var arg_request = buildSource();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -2902,7 +2907,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.SecuritycenterApi(mock).organizations.sources;
+      var res = api.SecurityCommandCenterApi(mock).organizations.sources;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2950,7 +2955,7 @@
 
     unittest.test('method--getIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.SecuritycenterApi(mock).organizations.sources;
+      var res = api.SecurityCommandCenterApi(mock).organizations.sources;
       var arg_request = buildGetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -3003,7 +3008,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.SecuritycenterApi(mock).organizations.sources;
+      var res = api.SecurityCommandCenterApi(mock).organizations.sources;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -3060,7 +3065,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.SecuritycenterApi(mock).organizations.sources;
+      var res = api.SecurityCommandCenterApi(mock).organizations.sources;
       var arg_request = buildSource();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -3117,7 +3122,7 @@
 
     unittest.test('method--setIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.SecuritycenterApi(mock).organizations.sources;
+      var res = api.SecurityCommandCenterApi(mock).organizations.sources;
       var arg_request = buildSetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -3170,7 +3175,7 @@
 
     unittest.test('method--testIamPermissions', () {
       var mock = HttpServerMock();
-      var res = api.SecuritycenterApi(mock).organizations.sources;
+      var res = api.SecurityCommandCenterApi(mock).organizations.sources;
       var arg_request = buildTestIamPermissionsRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -3226,7 +3231,8 @@
   unittest.group('resource-OrganizationsSourcesFindingsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.SecuritycenterApi(mock).organizations.sources.findings;
+      var res =
+          api.SecurityCommandCenterApi(mock).organizations.sources.findings;
       var arg_request = buildFinding();
       var arg_parent = 'foo';
       var arg_findingId = 'foo';
@@ -3283,7 +3289,8 @@
 
     unittest.test('method--group', () {
       var mock = HttpServerMock();
-      var res = api.SecuritycenterApi(mock).organizations.sources.findings;
+      var res =
+          api.SecurityCommandCenterApi(mock).organizations.sources.findings;
       var arg_request = buildGroupFindingsRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -3336,7 +3343,8 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.SecuritycenterApi(mock).organizations.sources.findings;
+      var res =
+          api.SecurityCommandCenterApi(mock).organizations.sources.findings;
       var arg_parent = 'foo';
       var arg_compareDuration = 'foo';
       var arg_fieldMask = 'foo';
@@ -3412,7 +3420,8 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.SecuritycenterApi(mock).organizations.sources.findings;
+      var res =
+          api.SecurityCommandCenterApi(mock).organizations.sources.findings;
       var arg_request = buildFinding();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -3469,7 +3478,8 @@
 
     unittest.test('method--setState', () {
       var mock = HttpServerMock();
-      var res = api.SecuritycenterApi(mock).organizations.sources.findings;
+      var res =
+          api.SecurityCommandCenterApi(mock).organizations.sources.findings;
       var arg_request = buildSetFindingStateRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -3522,7 +3532,8 @@
 
     unittest.test('method--updateSecurityMarks', () {
       var mock = HttpServerMock();
-      var res = api.SecuritycenterApi(mock).organizations.sources.findings;
+      var res =
+          api.SecurityCommandCenterApi(mock).organizations.sources.findings;
       var arg_request = buildSecurityMarks();
       var arg_name = 'foo';
       var arg_startTime = 'foo';
diff --git a/generated/googleapis/test/serviceconsumermanagement/v1_test.dart b/generated/googleapis/test/serviceconsumermanagement/v1_test.dart
index a2e3659..4e104fc 100644
--- a/generated/googleapis/test/serviceconsumermanagement/v1_test.dart
+++ b/generated/googleapis/test/serviceconsumermanagement/v1_test.dart
@@ -4013,7 +4013,7 @@
   unittest.group('resource-OperationsResourceApi', () {
     unittest.test('method--cancel', () {
       var mock = HttpServerMock();
-      var res = api.ServiceconsumermanagementApi(mock).operations;
+      var res = api.ServiceConsumerManagementApi(mock).operations;
       var arg_request = buildCancelOperationRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -4066,7 +4066,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.ServiceconsumermanagementApi(mock).operations;
+      var res = api.ServiceConsumerManagementApi(mock).operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4114,7 +4114,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ServiceconsumermanagementApi(mock).operations;
+      var res = api.ServiceConsumerManagementApi(mock).operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4162,7 +4162,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ServiceconsumermanagementApi(mock).operations;
+      var res = api.ServiceConsumerManagementApi(mock).operations;
       var arg_name = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -4224,7 +4224,7 @@
   unittest.group('resource-ServicesResourceApi', () {
     unittest.test('method--search', () {
       var mock = HttpServerMock();
-      var res = api.ServiceconsumermanagementApi(mock).services;
+      var res = api.ServiceConsumerManagementApi(mock).services;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -4287,7 +4287,7 @@
   unittest.group('resource-ServicesTenancyUnitsResourceApi', () {
     unittest.test('method--addProject', () {
       var mock = HttpServerMock();
-      var res = api.ServiceconsumermanagementApi(mock).services.tenancyUnits;
+      var res = api.ServiceConsumerManagementApi(mock).services.tenancyUnits;
       var arg_request = buildAddTenantProjectRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -4340,7 +4340,7 @@
 
     unittest.test('method--applyProjectConfig', () {
       var mock = HttpServerMock();
-      var res = api.ServiceconsumermanagementApi(mock).services.tenancyUnits;
+      var res = api.ServiceConsumerManagementApi(mock).services.tenancyUnits;
       var arg_request = buildApplyTenantProjectConfigRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -4394,7 +4394,7 @@
 
     unittest.test('method--attachProject', () {
       var mock = HttpServerMock();
-      var res = api.ServiceconsumermanagementApi(mock).services.tenancyUnits;
+      var res = api.ServiceConsumerManagementApi(mock).services.tenancyUnits;
       var arg_request = buildAttachTenantProjectRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -4447,7 +4447,7 @@
 
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.ServiceconsumermanagementApi(mock).services.tenancyUnits;
+      var res = api.ServiceConsumerManagementApi(mock).services.tenancyUnits;
       var arg_request = buildCreateTenancyUnitRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -4500,7 +4500,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.ServiceconsumermanagementApi(mock).services.tenancyUnits;
+      var res = api.ServiceConsumerManagementApi(mock).services.tenancyUnits;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4548,7 +4548,7 @@
 
     unittest.test('method--deleteProject', () {
       var mock = HttpServerMock();
-      var res = api.ServiceconsumermanagementApi(mock).services.tenancyUnits;
+      var res = api.ServiceConsumerManagementApi(mock).services.tenancyUnits;
       var arg_request = buildDeleteTenantProjectRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -4601,7 +4601,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ServiceconsumermanagementApi(mock).services.tenancyUnits;
+      var res = api.ServiceConsumerManagementApi(mock).services.tenancyUnits;
       var arg_parent = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -4661,7 +4661,7 @@
 
     unittest.test('method--removeProject', () {
       var mock = HttpServerMock();
-      var res = api.ServiceconsumermanagementApi(mock).services.tenancyUnits;
+      var res = api.ServiceConsumerManagementApi(mock).services.tenancyUnits;
       var arg_request = buildRemoveTenantProjectRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -4714,7 +4714,7 @@
 
     unittest.test('method--undeleteProject', () {
       var mock = HttpServerMock();
-      var res = api.ServiceconsumermanagementApi(mock).services.tenancyUnits;
+      var res = api.ServiceConsumerManagementApi(mock).services.tenancyUnits;
       var arg_request = buildUndeleteTenantProjectRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
diff --git a/generated/googleapis/test/servicecontrol/v1_test.dart b/generated/googleapis/test/servicecontrol/v1_test.dart
index af4dca1..d36b092 100644
--- a/generated/googleapis/test/servicecontrol/v1_test.dart
+++ b/generated/googleapis/test/servicecontrol/v1_test.dart
@@ -2569,7 +2569,7 @@
   unittest.group('resource-ServicesResourceApi', () {
     unittest.test('method--allocateQuota', () {
       var mock = HttpServerMock();
-      var res = api.ServicecontrolApi(mock).services;
+      var res = api.ServiceControlApi(mock).services;
       var arg_request = buildAllocateQuotaRequest();
       var arg_serviceName = 'foo';
       var arg_$fields = 'foo';
@@ -2630,7 +2630,7 @@
 
     unittest.test('method--check', () {
       var mock = HttpServerMock();
-      var res = api.ServicecontrolApi(mock).services;
+      var res = api.ServiceControlApi(mock).services;
       var arg_request = buildCheckRequest();
       var arg_serviceName = 'foo';
       var arg_$fields = 'foo';
@@ -2691,7 +2691,7 @@
 
     unittest.test('method--report', () {
       var mock = HttpServerMock();
-      var res = api.ServicecontrolApi(mock).services;
+      var res = api.ServiceControlApi(mock).services;
       var arg_request = buildReportRequest();
       var arg_serviceName = 'foo';
       var arg_$fields = 'foo';
diff --git a/generated/googleapis/test/servicemanagement/v1_test.dart b/generated/googleapis/test/servicemanagement/v1_test.dart
index 2552fa3..2508d8e 100644
--- a/generated/googleapis/test/servicemanagement/v1_test.dart
+++ b/generated/googleapis/test/servicemanagement/v1_test.dart
@@ -4080,7 +4080,7 @@
   unittest.group('resource-OperationsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ServicemanagementApi(mock).operations;
+      var res = api.ServiceManagementApi(mock).operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4128,7 +4128,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ServicemanagementApi(mock).operations;
+      var res = api.ServiceManagementApi(mock).operations;
       var arg_filter = 'foo';
       var arg_name = 'foo';
       var arg_pageSize = 42;
@@ -4191,7 +4191,7 @@
   unittest.group('resource-ServicesResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.ServicemanagementApi(mock).services;
+      var res = api.ServiceManagementApi(mock).services;
       var arg_request = buildManagedService();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4242,7 +4242,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.ServicemanagementApi(mock).services;
+      var res = api.ServiceManagementApi(mock).services;
       var arg_serviceName = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4292,7 +4292,7 @@
 
     unittest.test('method--enable', () {
       var mock = HttpServerMock();
-      var res = api.ServicemanagementApi(mock).services;
+      var res = api.ServiceManagementApi(mock).services;
       var arg_request = buildEnableServiceRequest();
       var arg_serviceName = 'foo';
       var arg_$fields = 'foo';
@@ -4353,7 +4353,7 @@
 
     unittest.test('method--generateConfigReport', () {
       var mock = HttpServerMock();
-      var res = api.ServicemanagementApi(mock).services;
+      var res = api.ServiceManagementApi(mock).services;
       var arg_request = buildGenerateConfigReportRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4406,7 +4406,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ServicemanagementApi(mock).services;
+      var res = api.ServiceManagementApi(mock).services;
       var arg_serviceName = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4456,7 +4456,7 @@
 
     unittest.test('method--getConfig', () {
       var mock = HttpServerMock();
-      var res = api.ServicemanagementApi(mock).services;
+      var res = api.ServiceManagementApi(mock).services;
       var arg_serviceName = 'foo';
       var arg_configId = 'foo';
       var arg_view = 'foo';
@@ -4518,7 +4518,7 @@
 
     unittest.test('method--getIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.ServicemanagementApi(mock).services;
+      var res = api.ServiceManagementApi(mock).services;
       var arg_request = buildGetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -4571,7 +4571,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ServicemanagementApi(mock).services;
+      var res = api.ServiceManagementApi(mock).services;
       var arg_consumerId = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -4634,7 +4634,7 @@
 
     unittest.test('method--setIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.ServicemanagementApi(mock).services;
+      var res = api.ServiceManagementApi(mock).services;
       var arg_request = buildSetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -4687,7 +4687,7 @@
 
     unittest.test('method--testIamPermissions', () {
       var mock = HttpServerMock();
-      var res = api.ServicemanagementApi(mock).services;
+      var res = api.ServiceManagementApi(mock).services;
       var arg_request = buildTestIamPermissionsRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -4741,7 +4741,7 @@
 
     unittest.test('method--undelete', () {
       var mock = HttpServerMock();
-      var res = api.ServicemanagementApi(mock).services;
+      var res = api.ServiceManagementApi(mock).services;
       var arg_serviceName = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4799,7 +4799,7 @@
   unittest.group('resource-ServicesConfigsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.ServicemanagementApi(mock).services.configs;
+      var res = api.ServiceManagementApi(mock).services.configs;
       var arg_request = buildService();
       var arg_serviceName = 'foo';
       var arg_$fields = 'foo';
@@ -4860,7 +4860,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ServicemanagementApi(mock).services.configs;
+      var res = api.ServiceManagementApi(mock).services.configs;
       var arg_serviceName = 'foo';
       var arg_configId = 'foo';
       var arg_view = 'foo';
@@ -4923,7 +4923,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ServicemanagementApi(mock).services.configs;
+      var res = api.ServiceManagementApi(mock).services.configs;
       var arg_serviceName = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -4989,7 +4989,7 @@
 
     unittest.test('method--submit', () {
       var mock = HttpServerMock();
-      var res = api.ServicemanagementApi(mock).services.configs;
+      var res = api.ServiceManagementApi(mock).services.configs;
       var arg_request = buildSubmitConfigSourceRequest();
       var arg_serviceName = 'foo';
       var arg_$fields = 'foo';
@@ -5052,7 +5052,7 @@
   unittest.group('resource-ServicesConsumersResourceApi', () {
     unittest.test('method--getIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.ServicemanagementApi(mock).services.consumers;
+      var res = api.ServiceManagementApi(mock).services.consumers;
       var arg_request = buildGetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -5105,7 +5105,7 @@
 
     unittest.test('method--setIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.ServicemanagementApi(mock).services.consumers;
+      var res = api.ServiceManagementApi(mock).services.consumers;
       var arg_request = buildSetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -5158,7 +5158,7 @@
 
     unittest.test('method--testIamPermissions', () {
       var mock = HttpServerMock();
-      var res = api.ServicemanagementApi(mock).services.consumers;
+      var res = api.ServiceManagementApi(mock).services.consumers;
       var arg_request = buildTestIamPermissionsRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -5214,7 +5214,7 @@
   unittest.group('resource-ServicesRolloutsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.ServicemanagementApi(mock).services.rollouts;
+      var res = api.ServiceManagementApi(mock).services.rollouts;
       var arg_request = buildRollout();
       var arg_serviceName = 'foo';
       var arg_$fields = 'foo';
@@ -5275,7 +5275,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ServicemanagementApi(mock).services.rollouts;
+      var res = api.ServiceManagementApi(mock).services.rollouts;
       var arg_serviceName = 'foo';
       var arg_rolloutId = 'foo';
       var arg_$fields = 'foo';
@@ -5335,7 +5335,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ServicemanagementApi(mock).services.rollouts;
+      var res = api.ServiceManagementApi(mock).services.rollouts;
       var arg_serviceName = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
diff --git a/generated/googleapis/test/servicenetworking/v1_test.dart b/generated/googleapis/test/servicenetworking/v1_test.dart
index 5d2af2b..4403036 100644
--- a/generated/googleapis/test/servicenetworking/v1_test.dart
+++ b/generated/googleapis/test/servicenetworking/v1_test.dart
@@ -3952,7 +3952,7 @@
   unittest.group('resource-OperationsResourceApi', () {
     unittest.test('method--cancel', () {
       var mock = HttpServerMock();
-      var res = api.ServicenetworkingApi(mock).operations;
+      var res = api.ServiceNetworkingApi(mock).operations;
       var arg_request = buildCancelOperationRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -4005,7 +4005,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.ServicenetworkingApi(mock).operations;
+      var res = api.ServiceNetworkingApi(mock).operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4053,7 +4053,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ServicenetworkingApi(mock).operations;
+      var res = api.ServiceNetworkingApi(mock).operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4101,7 +4101,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ServicenetworkingApi(mock).operations;
+      var res = api.ServiceNetworkingApi(mock).operations;
       var arg_name = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -4163,7 +4163,7 @@
   unittest.group('resource-ServicesResourceApi', () {
     unittest.test('method--addSubnetwork', () {
       var mock = HttpServerMock();
-      var res = api.ServicenetworkingApi(mock).services;
+      var res = api.ServiceNetworkingApi(mock).services;
       var arg_request = buildAddSubnetworkRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -4216,7 +4216,7 @@
 
     unittest.test('method--disableVpcServiceControls', () {
       var mock = HttpServerMock();
-      var res = api.ServicenetworkingApi(mock).services;
+      var res = api.ServiceNetworkingApi(mock).services;
       var arg_request = buildDisableVpcServiceControlsRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -4271,7 +4271,7 @@
 
     unittest.test('method--enableVpcServiceControls', () {
       var mock = HttpServerMock();
-      var res = api.ServicenetworkingApi(mock).services;
+      var res = api.ServiceNetworkingApi(mock).services;
       var arg_request = buildEnableVpcServiceControlsRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -4326,7 +4326,7 @@
 
     unittest.test('method--searchRange', () {
       var mock = HttpServerMock();
-      var res = api.ServicenetworkingApi(mock).services;
+      var res = api.ServiceNetworkingApi(mock).services;
       var arg_request = buildSearchRangeRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -4379,7 +4379,7 @@
 
     unittest.test('method--validate', () {
       var mock = HttpServerMock();
-      var res = api.ServicenetworkingApi(mock).services;
+      var res = api.ServiceNetworkingApi(mock).services;
       var arg_request = buildValidateConsumerConfigRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -4436,7 +4436,7 @@
   unittest.group('resource-ServicesConnectionsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.ServicenetworkingApi(mock).services.connections;
+      var res = api.ServiceNetworkingApi(mock).services.connections;
       var arg_request = buildConnection();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -4489,7 +4489,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ServicenetworkingApi(mock).services.connections;
+      var res = api.ServiceNetworkingApi(mock).services.connections;
       var arg_parent = 'foo';
       var arg_network = 'foo';
       var arg_$fields = 'foo';
@@ -4540,7 +4540,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.ServicenetworkingApi(mock).services.connections;
+      var res = api.ServiceNetworkingApi(mock).services.connections;
       var arg_request = buildConnection();
       var arg_name = 'foo';
       var arg_force = true;
@@ -4603,7 +4603,7 @@
   unittest.group('resource-ServicesDnsRecordSetsResourceApi', () {
     unittest.test('method--add', () {
       var mock = HttpServerMock();
-      var res = api.ServicenetworkingApi(mock).services.dnsRecordSets;
+      var res = api.ServiceNetworkingApi(mock).services.dnsRecordSets;
       var arg_request = buildAddDnsRecordSetRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -4656,7 +4656,7 @@
 
     unittest.test('method--remove', () {
       var mock = HttpServerMock();
-      var res = api.ServicenetworkingApi(mock).services.dnsRecordSets;
+      var res = api.ServiceNetworkingApi(mock).services.dnsRecordSets;
       var arg_request = buildRemoveDnsRecordSetRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -4709,7 +4709,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.ServicenetworkingApi(mock).services.dnsRecordSets;
+      var res = api.ServiceNetworkingApi(mock).services.dnsRecordSets;
       var arg_request = buildUpdateDnsRecordSetRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -4764,7 +4764,7 @@
   unittest.group('resource-ServicesDnsZonesResourceApi', () {
     unittest.test('method--add', () {
       var mock = HttpServerMock();
-      var res = api.ServicenetworkingApi(mock).services.dnsZones;
+      var res = api.ServiceNetworkingApi(mock).services.dnsZones;
       var arg_request = buildAddDnsZoneRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -4817,7 +4817,7 @@
 
     unittest.test('method--remove', () {
       var mock = HttpServerMock();
-      var res = api.ServicenetworkingApi(mock).services.dnsZones;
+      var res = api.ServiceNetworkingApi(mock).services.dnsZones;
       var arg_request = buildRemoveDnsZoneRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -4873,7 +4873,7 @@
       'resource-ServicesProjectsGlobalNetworksPeeredDnsDomainsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.ServicenetworkingApi(mock)
+      var res = api.ServiceNetworkingApi(mock)
           .services
           .projects
           .global
@@ -4931,7 +4931,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.ServicenetworkingApi(mock)
+      var res = api.ServiceNetworkingApi(mock)
           .services
           .projects
           .global
@@ -4984,7 +4984,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ServicenetworkingApi(mock)
+      var res = api.ServiceNetworkingApi(mock)
           .services
           .projects
           .global
@@ -5040,7 +5040,7 @@
   unittest.group('resource-ServicesRolesResourceApi', () {
     unittest.test('method--add', () {
       var mock = HttpServerMock();
-      var res = api.ServicenetworkingApi(mock).services.roles;
+      var res = api.ServiceNetworkingApi(mock).services.roles;
       var arg_request = buildAddRolesRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
diff --git a/generated/googleapis/test/serviceusage/v1_test.dart b/generated/googleapis/test/serviceusage/v1_test.dart
index de8aab3..1d6765a 100644
--- a/generated/googleapis/test/serviceusage/v1_test.dart
+++ b/generated/googleapis/test/serviceusage/v1_test.dart
@@ -3766,7 +3766,7 @@
   unittest.group('resource-OperationsResourceApi', () {
     unittest.test('method--cancel', () {
       var mock = HttpServerMock();
-      var res = api.ServiceusageApi(mock).operations;
+      var res = api.ServiceUsageApi(mock).operations;
       var arg_request = buildCancelOperationRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -3819,7 +3819,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.ServiceusageApi(mock).operations;
+      var res = api.ServiceUsageApi(mock).operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3867,7 +3867,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ServiceusageApi(mock).operations;
+      var res = api.ServiceUsageApi(mock).operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3915,7 +3915,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ServiceusageApi(mock).operations;
+      var res = api.ServiceUsageApi(mock).operations;
       var arg_filter = 'foo';
       var arg_name = 'foo';
       var arg_pageSize = 42;
@@ -3978,7 +3978,7 @@
   unittest.group('resource-ServicesResourceApi', () {
     unittest.test('method--batchEnable', () {
       var mock = HttpServerMock();
-      var res = api.ServiceusageApi(mock).services;
+      var res = api.ServiceUsageApi(mock).services;
       var arg_request = buildBatchEnableServicesRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -4031,7 +4031,7 @@
 
     unittest.test('method--batchGet', () {
       var mock = HttpServerMock();
-      var res = api.ServiceusageApi(mock).services;
+      var res = api.ServiceUsageApi(mock).services;
       var arg_parent = 'foo';
       var arg_names = buildUnnamed248();
       var arg_$fields = 'foo';
@@ -4081,7 +4081,7 @@
 
     unittest.test('method--disable', () {
       var mock = HttpServerMock();
-      var res = api.ServiceusageApi(mock).services;
+      var res = api.ServiceUsageApi(mock).services;
       var arg_request = buildDisableServiceRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -4134,7 +4134,7 @@
 
     unittest.test('method--enable', () {
       var mock = HttpServerMock();
-      var res = api.ServiceusageApi(mock).services;
+      var res = api.ServiceUsageApi(mock).services;
       var arg_request = buildEnableServiceRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -4187,7 +4187,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ServiceusageApi(mock).services;
+      var res = api.ServiceUsageApi(mock).services;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4236,7 +4236,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ServiceusageApi(mock).services;
+      var res = api.ServiceUsageApi(mock).services;
       var arg_parent = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
diff --git a/generated/googleapis/test/sourcerepo/v1_test.dart b/generated/googleapis/test/sourcerepo/v1_test.dart
index d80dc31..a806ff9 100644
--- a/generated/googleapis/test/sourcerepo/v1_test.dart
+++ b/generated/googleapis/test/sourcerepo/v1_test.dart
@@ -859,7 +859,7 @@
   unittest.group('resource-ProjectsResourceApi', () {
     unittest.test('method--getConfig', () {
       var mock = HttpServerMock();
-      var res = api.SourcerepoApi(mock).projects;
+      var res = api.CloudSourceRepositoriesApi(mock).projects;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -907,7 +907,7 @@
 
     unittest.test('method--updateConfig', () {
       var mock = HttpServerMock();
-      var res = api.SourcerepoApi(mock).projects;
+      var res = api.CloudSourceRepositoriesApi(mock).projects;
       var arg_request = buildUpdateProjectConfigRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -962,7 +962,7 @@
   unittest.group('resource-ProjectsReposResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.SourcerepoApi(mock).projects.repos;
+      var res = api.CloudSourceRepositoriesApi(mock).projects.repos;
       var arg_request = buildRepo();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -1015,7 +1015,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.SourcerepoApi(mock).projects.repos;
+      var res = api.CloudSourceRepositoriesApi(mock).projects.repos;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1063,7 +1063,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.SourcerepoApi(mock).projects.repos;
+      var res = api.CloudSourceRepositoriesApi(mock).projects.repos;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1111,7 +1111,7 @@
 
     unittest.test('method--getIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.SourcerepoApi(mock).projects.repos;
+      var res = api.CloudSourceRepositoriesApi(mock).projects.repos;
       var arg_resource = 'foo';
       var arg_options_requestedPolicyVersion = 42;
       var arg_$fields = 'foo';
@@ -1166,7 +1166,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.SourcerepoApi(mock).projects.repos;
+      var res = api.CloudSourceRepositoriesApi(mock).projects.repos;
       var arg_name = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -1223,7 +1223,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.SourcerepoApi(mock).projects.repos;
+      var res = api.CloudSourceRepositoriesApi(mock).projects.repos;
       var arg_request = buildUpdateRepoRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -1276,7 +1276,7 @@
 
     unittest.test('method--setIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.SourcerepoApi(mock).projects.repos;
+      var res = api.CloudSourceRepositoriesApi(mock).projects.repos;
       var arg_request = buildSetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -1329,7 +1329,7 @@
 
     unittest.test('method--sync', () {
       var mock = HttpServerMock();
-      var res = api.SourcerepoApi(mock).projects.repos;
+      var res = api.CloudSourceRepositoriesApi(mock).projects.repos;
       var arg_request = buildSyncRepoRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -1382,7 +1382,7 @@
 
     unittest.test('method--testIamPermissions', () {
       var mock = HttpServerMock();
-      var res = api.SourcerepoApi(mock).projects.repos;
+      var res = api.CloudSourceRepositoriesApi(mock).projects.repos;
       var arg_request = buildTestIamPermissionsRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
diff --git a/generated/googleapis/test/streetviewpublish/v1_test.dart b/generated/googleapis/test/streetviewpublish/v1_test.dart
index 5314575..fe28bf4 100644
--- a/generated/googleapis/test/streetviewpublish/v1_test.dart
+++ b/generated/googleapis/test/streetviewpublish/v1_test.dart
@@ -817,7 +817,7 @@
   unittest.group('resource-PhotoResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.StreetviewpublishApi(mock).photo;
+      var res = api.StreetViewPublishApi(mock).photo;
       var arg_request = buildPhoto();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -868,7 +868,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.StreetviewpublishApi(mock).photo;
+      var res = api.StreetViewPublishApi(mock).photo;
       var arg_photoId = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -918,7 +918,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.StreetviewpublishApi(mock).photo;
+      var res = api.StreetViewPublishApi(mock).photo;
       var arg_photoId = 'foo';
       var arg_languageCode = 'foo';
       var arg_view = 'foo';
@@ -976,7 +976,7 @@
 
     unittest.test('method--startUpload', () {
       var mock = HttpServerMock();
-      var res = api.StreetviewpublishApi(mock).photo;
+      var res = api.StreetViewPublishApi(mock).photo;
       var arg_request = buildEmpty();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1027,7 +1027,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.StreetviewpublishApi(mock).photo;
+      var res = api.StreetViewPublishApi(mock).photo;
       var arg_request = buildPhoto();
       var arg_id = 'foo';
       var arg_updateMask = 'foo';
@@ -1088,7 +1088,7 @@
   unittest.group('resource-PhotosResourceApi', () {
     unittest.test('method--batchDelete', () {
       var mock = HttpServerMock();
-      var res = api.StreetviewpublishApi(mock).photos;
+      var res = api.StreetViewPublishApi(mock).photos;
       var arg_request = buildBatchDeletePhotosRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1140,7 +1140,7 @@
 
     unittest.test('method--batchGet', () {
       var mock = HttpServerMock();
-      var res = api.StreetviewpublishApi(mock).photos;
+      var res = api.StreetViewPublishApi(mock).photos;
       var arg_languageCode = 'foo';
       var arg_photoIds = buildUnnamed5731();
       var arg_view = 'foo';
@@ -1197,7 +1197,7 @@
 
     unittest.test('method--batchUpdate', () {
       var mock = HttpServerMock();
-      var res = api.StreetviewpublishApi(mock).photos;
+      var res = api.StreetViewPublishApi(mock).photos;
       var arg_request = buildBatchUpdatePhotosRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1249,7 +1249,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.StreetviewpublishApi(mock).photos;
+      var res = api.StreetViewPublishApi(mock).photos;
       var arg_filter = 'foo';
       var arg_languageCode = 'foo';
       var arg_pageSize = 42;
diff --git a/generated/googleapis/test/tagmanager/v1_test.dart b/generated/googleapis/test/tagmanager/v1_test.dart
index 313289e..8cadae8 100644
--- a/generated/googleapis/test/tagmanager/v1_test.dart
+++ b/generated/googleapis/test/tagmanager/v1_test.dart
@@ -1805,7 +1805,7 @@
   unittest.group('resource-AccountsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts;
+      var res = api.TagManagerApi(mock).accounts;
       var arg_accountId = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1855,7 +1855,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts;
+      var res = api.TagManagerApi(mock).accounts;
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
         var path = (req.url).path;
@@ -1899,7 +1899,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts;
+      var res = api.TagManagerApi(mock).accounts;
       var arg_request = buildAccount();
       var arg_accountId = 'foo';
       var arg_fingerprint = 'foo';
@@ -1960,7 +1960,7 @@
   unittest.group('resource-AccountsContainersResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers;
+      var res = api.TagManagerApi(mock).accounts.containers;
       var arg_request = buildContainer();
       var arg_accountId = 'foo';
       var arg_$fields = 'foo';
@@ -2021,7 +2021,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers;
+      var res = api.TagManagerApi(mock).accounts.containers;
       var arg_accountId = 'foo';
       var arg_containerId = 'foo';
       var arg_$fields = 'foo';
@@ -2079,7 +2079,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers;
+      var res = api.TagManagerApi(mock).accounts.containers;
       var arg_accountId = 'foo';
       var arg_containerId = 'foo';
       var arg_$fields = 'foo';
@@ -2139,7 +2139,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers;
+      var res = api.TagManagerApi(mock).accounts.containers;
       var arg_accountId = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2195,7 +2195,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers;
+      var res = api.TagManagerApi(mock).accounts.containers;
       var arg_request = buildContainer();
       var arg_accountId = 'foo';
       var arg_containerId = 'foo';
@@ -2266,7 +2266,7 @@
   unittest.group('resource-AccountsContainersEnvironmentsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.environments;
+      var res = api.TagManagerApi(mock).accounts.containers.environments;
       var arg_request = buildEnvironment();
       var arg_accountId = 'foo';
       var arg_containerId = 'foo';
@@ -2338,7 +2338,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.environments;
+      var res = api.TagManagerApi(mock).accounts.containers.environments;
       var arg_accountId = 'foo';
       var arg_containerId = 'foo';
       var arg_environmentId = 'foo';
@@ -2407,7 +2407,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.environments;
+      var res = api.TagManagerApi(mock).accounts.containers.environments;
       var arg_accountId = 'foo';
       var arg_containerId = 'foo';
       var arg_environmentId = 'foo';
@@ -2478,7 +2478,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.environments;
+      var res = api.TagManagerApi(mock).accounts.containers.environments;
       var arg_accountId = 'foo';
       var arg_containerId = 'foo';
       var arg_$fields = 'foo';
@@ -2544,7 +2544,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.environments;
+      var res = api.TagManagerApi(mock).accounts.containers.environments;
       var arg_request = buildEnvironment();
       var arg_accountId = 'foo';
       var arg_containerId = 'foo';
@@ -2626,7 +2626,7 @@
   unittest.group('resource-AccountsContainersFoldersResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.folders;
+      var res = api.TagManagerApi(mock).accounts.containers.folders;
       var arg_request = buildFolder();
       var arg_accountId = 'foo';
       var arg_containerId = 'foo';
@@ -2698,7 +2698,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.folders;
+      var res = api.TagManagerApi(mock).accounts.containers.folders;
       var arg_accountId = 'foo';
       var arg_containerId = 'foo';
       var arg_folderId = 'foo';
@@ -2767,7 +2767,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.folders;
+      var res = api.TagManagerApi(mock).accounts.containers.folders;
       var arg_accountId = 'foo';
       var arg_containerId = 'foo';
       var arg_folderId = 'foo';
@@ -2838,7 +2838,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.folders;
+      var res = api.TagManagerApi(mock).accounts.containers.folders;
       var arg_accountId = 'foo';
       var arg_containerId = 'foo';
       var arg_$fields = 'foo';
@@ -2904,7 +2904,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.folders;
+      var res = api.TagManagerApi(mock).accounts.containers.folders;
       var arg_request = buildFolder();
       var arg_accountId = 'foo';
       var arg_containerId = 'foo';
@@ -2985,7 +2985,7 @@
   unittest.group('resource-AccountsContainersFoldersEntitiesResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.folders.entities;
+      var res = api.TagManagerApi(mock).accounts.containers.folders.entities;
       var arg_accountId = 'foo';
       var arg_containerId = 'foo';
       var arg_folderId = 'foo';
@@ -3064,7 +3064,7 @@
   unittest.group('resource-AccountsContainersMoveFoldersResourceApi', () {
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.moveFolders;
+      var res = api.TagManagerApi(mock).accounts.containers.moveFolders;
       var arg_request = buildFolder();
       var arg_accountId = 'foo';
       var arg_containerId = 'foo';
@@ -3152,7 +3152,7 @@
     unittest.test('method--update', () {
       var mock = HttpServerMock();
       var res =
-          api.TagmanagerApi(mock).accounts.containers.reauthorizeEnvironments;
+          api.TagManagerApi(mock).accounts.containers.reauthorizeEnvironments;
       var arg_request = buildEnvironment();
       var arg_accountId = 'foo';
       var arg_containerId = 'foo';
@@ -3231,7 +3231,7 @@
   unittest.group('resource-AccountsContainersTagsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.tags;
+      var res = api.TagManagerApi(mock).accounts.containers.tags;
       var arg_request = buildTag();
       var arg_accountId = 'foo';
       var arg_containerId = 'foo';
@@ -3302,7 +3302,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.tags;
+      var res = api.TagManagerApi(mock).accounts.containers.tags;
       var arg_accountId = 'foo';
       var arg_containerId = 'foo';
       var arg_tagId = 'foo';
@@ -3371,7 +3371,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.tags;
+      var res = api.TagManagerApi(mock).accounts.containers.tags;
       var arg_accountId = 'foo';
       var arg_containerId = 'foo';
       var arg_tagId = 'foo';
@@ -3441,7 +3441,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.tags;
+      var res = api.TagManagerApi(mock).accounts.containers.tags;
       var arg_accountId = 'foo';
       var arg_containerId = 'foo';
       var arg_$fields = 'foo';
@@ -3507,7 +3507,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.tags;
+      var res = api.TagManagerApi(mock).accounts.containers.tags;
       var arg_request = buildTag();
       var arg_accountId = 'foo';
       var arg_containerId = 'foo';
@@ -3587,7 +3587,7 @@
   unittest.group('resource-AccountsContainersTriggersResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.triggers;
+      var res = api.TagManagerApi(mock).accounts.containers.triggers;
       var arg_request = buildTrigger();
       var arg_accountId = 'foo';
       var arg_containerId = 'foo';
@@ -3659,7 +3659,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.triggers;
+      var res = api.TagManagerApi(mock).accounts.containers.triggers;
       var arg_accountId = 'foo';
       var arg_containerId = 'foo';
       var arg_triggerId = 'foo';
@@ -3728,7 +3728,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.triggers;
+      var res = api.TagManagerApi(mock).accounts.containers.triggers;
       var arg_accountId = 'foo';
       var arg_containerId = 'foo';
       var arg_triggerId = 'foo';
@@ -3799,7 +3799,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.triggers;
+      var res = api.TagManagerApi(mock).accounts.containers.triggers;
       var arg_accountId = 'foo';
       var arg_containerId = 'foo';
       var arg_$fields = 'foo';
@@ -3865,7 +3865,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.triggers;
+      var res = api.TagManagerApi(mock).accounts.containers.triggers;
       var arg_request = buildTrigger();
       var arg_accountId = 'foo';
       var arg_containerId = 'foo';
@@ -3946,7 +3946,7 @@
   unittest.group('resource-AccountsContainersVariablesResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.variables;
+      var res = api.TagManagerApi(mock).accounts.containers.variables;
       var arg_request = buildVariable();
       var arg_accountId = 'foo';
       var arg_containerId = 'foo';
@@ -4018,7 +4018,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.variables;
+      var res = api.TagManagerApi(mock).accounts.containers.variables;
       var arg_accountId = 'foo';
       var arg_containerId = 'foo';
       var arg_variableId = 'foo';
@@ -4087,7 +4087,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.variables;
+      var res = api.TagManagerApi(mock).accounts.containers.variables;
       var arg_accountId = 'foo';
       var arg_containerId = 'foo';
       var arg_variableId = 'foo';
@@ -4158,7 +4158,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.variables;
+      var res = api.TagManagerApi(mock).accounts.containers.variables;
       var arg_accountId = 'foo';
       var arg_containerId = 'foo';
       var arg_$fields = 'foo';
@@ -4224,7 +4224,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.variables;
+      var res = api.TagManagerApi(mock).accounts.containers.variables;
       var arg_request = buildVariable();
       var arg_accountId = 'foo';
       var arg_containerId = 'foo';
@@ -4305,7 +4305,7 @@
   unittest.group('resource-AccountsContainersVersionsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.versions;
+      var res = api.TagManagerApi(mock).accounts.containers.versions;
       var arg_request = buildCreateContainerVersionRequestVersionOptions();
       var arg_accountId = 'foo';
       var arg_containerId = 'foo';
@@ -4379,7 +4379,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.versions;
+      var res = api.TagManagerApi(mock).accounts.containers.versions;
       var arg_accountId = 'foo';
       var arg_containerId = 'foo';
       var arg_containerVersionId = 'foo';
@@ -4448,7 +4448,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.versions;
+      var res = api.TagManagerApi(mock).accounts.containers.versions;
       var arg_accountId = 'foo';
       var arg_containerId = 'foo';
       var arg_containerVersionId = 'foo';
@@ -4519,7 +4519,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.versions;
+      var res = api.TagManagerApi(mock).accounts.containers.versions;
       var arg_accountId = 'foo';
       var arg_containerId = 'foo';
       var arg_headers = true;
@@ -4595,7 +4595,7 @@
 
     unittest.test('method--publish', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.versions;
+      var res = api.TagManagerApi(mock).accounts.containers.versions;
       var arg_accountId = 'foo';
       var arg_containerId = 'foo';
       var arg_containerVersionId = 'foo';
@@ -4676,7 +4676,7 @@
 
     unittest.test('method--restore', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.versions;
+      var res = api.TagManagerApi(mock).accounts.containers.versions;
       var arg_accountId = 'foo';
       var arg_containerId = 'foo';
       var arg_containerVersionId = 'foo';
@@ -4753,7 +4753,7 @@
 
     unittest.test('method--undelete', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.versions;
+      var res = api.TagManagerApi(mock).accounts.containers.versions;
       var arg_accountId = 'foo';
       var arg_containerId = 'foo';
       var arg_containerVersionId = 'foo';
@@ -4830,7 +4830,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.versions;
+      var res = api.TagManagerApi(mock).accounts.containers.versions;
       var arg_request = buildContainerVersion();
       var arg_accountId = 'foo';
       var arg_containerId = 'foo';
@@ -4912,7 +4912,7 @@
   unittest.group('resource-AccountsPermissionsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.permissions;
+      var res = api.TagManagerApi(mock).accounts.permissions;
       var arg_request = buildUserAccess();
       var arg_accountId = 'foo';
       var arg_$fields = 'foo';
@@ -4973,7 +4973,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.permissions;
+      var res = api.TagManagerApi(mock).accounts.permissions;
       var arg_accountId = 'foo';
       var arg_permissionId = 'foo';
       var arg_$fields = 'foo';
@@ -5031,7 +5031,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.permissions;
+      var res = api.TagManagerApi(mock).accounts.permissions;
       var arg_accountId = 'foo';
       var arg_permissionId = 'foo';
       var arg_$fields = 'foo';
@@ -5091,7 +5091,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.permissions;
+      var res = api.TagManagerApi(mock).accounts.permissions;
       var arg_accountId = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -5147,7 +5147,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.permissions;
+      var res = api.TagManagerApi(mock).accounts.permissions;
       var arg_request = buildUserAccess();
       var arg_accountId = 'foo';
       var arg_permissionId = 'foo';
diff --git a/generated/googleapis/test/tagmanager/v2_test.dart b/generated/googleapis/test/tagmanager/v2_test.dart
index e3895aa..6a75027 100644
--- a/generated/googleapis/test/tagmanager/v2_test.dart
+++ b/generated/googleapis/test/tagmanager/v2_test.dart
@@ -2807,7 +2807,7 @@
   unittest.group('resource-AccountsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts;
+      var res = api.TagManagerApi(mock).accounts;
       var arg_path = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2855,7 +2855,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts;
+      var res = api.TagManagerApi(mock).accounts;
       var arg_pageToken = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2904,7 +2904,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts;
+      var res = api.TagManagerApi(mock).accounts;
       var arg_request = buildAccount();
       var arg_path = 'foo';
       var arg_fingerprint = 'foo';
@@ -2963,7 +2963,7 @@
   unittest.group('resource-AccountsContainersResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers;
+      var res = api.TagManagerApi(mock).accounts.containers;
       var arg_request = buildContainer();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -3016,7 +3016,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers;
+      var res = api.TagManagerApi(mock).accounts.containers;
       var arg_path = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3062,7 +3062,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers;
+      var res = api.TagManagerApi(mock).accounts.containers;
       var arg_path = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3110,7 +3110,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers;
+      var res = api.TagManagerApi(mock).accounts.containers;
       var arg_parent = 'foo';
       var arg_pageToken = 'foo';
       var arg_$fields = 'foo';
@@ -3161,7 +3161,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers;
+      var res = api.TagManagerApi(mock).accounts.containers;
       var arg_request = buildContainer();
       var arg_path = 'foo';
       var arg_fingerprint = 'foo';
@@ -3220,7 +3220,7 @@
   unittest.group('resource-AccountsContainersEnvironmentsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.environments;
+      var res = api.TagManagerApi(mock).accounts.containers.environments;
       var arg_request = buildEnvironment();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -3273,7 +3273,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.environments;
+      var res = api.TagManagerApi(mock).accounts.containers.environments;
       var arg_path = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3319,7 +3319,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.environments;
+      var res = api.TagManagerApi(mock).accounts.containers.environments;
       var arg_path = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3367,7 +3367,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.environments;
+      var res = api.TagManagerApi(mock).accounts.containers.environments;
       var arg_parent = 'foo';
       var arg_pageToken = 'foo';
       var arg_$fields = 'foo';
@@ -3418,7 +3418,7 @@
 
     unittest.test('method--reauthorize', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.environments;
+      var res = api.TagManagerApi(mock).accounts.containers.environments;
       var arg_request = buildEnvironment();
       var arg_path = 'foo';
       var arg_$fields = 'foo';
@@ -3471,7 +3471,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.environments;
+      var res = api.TagManagerApi(mock).accounts.containers.environments;
       var arg_request = buildEnvironment();
       var arg_path = 'foo';
       var arg_fingerprint = 'foo';
@@ -3530,7 +3530,7 @@
   unittest.group('resource-AccountsContainersVersionHeadersResourceApi', () {
     unittest.test('method--latest', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.versionHeaders;
+      var res = api.TagManagerApi(mock).accounts.containers.versionHeaders;
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3578,7 +3578,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.versionHeaders;
+      var res = api.TagManagerApi(mock).accounts.containers.versionHeaders;
       var arg_parent = 'foo';
       var arg_includeDeleted = true;
       var arg_pageToken = 'foo';
@@ -3638,7 +3638,7 @@
   unittest.group('resource-AccountsContainersVersionsResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.versions;
+      var res = api.TagManagerApi(mock).accounts.containers.versions;
       var arg_path = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3684,7 +3684,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.versions;
+      var res = api.TagManagerApi(mock).accounts.containers.versions;
       var arg_path = 'foo';
       var arg_containerVersionId = 'foo';
       var arg_$fields = 'foo';
@@ -3736,7 +3736,7 @@
 
     unittest.test('method--live', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.versions;
+      var res = api.TagManagerApi(mock).accounts.containers.versions;
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3784,7 +3784,7 @@
 
     unittest.test('method--publish', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.versions;
+      var res = api.TagManagerApi(mock).accounts.containers.versions;
       var arg_path = 'foo';
       var arg_fingerprint = 'foo';
       var arg_$fields = 'foo';
@@ -3836,7 +3836,7 @@
 
     unittest.test('method--setLatest', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.versions;
+      var res = api.TagManagerApi(mock).accounts.containers.versions;
       var arg_path = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3884,7 +3884,7 @@
 
     unittest.test('method--undelete', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.versions;
+      var res = api.TagManagerApi(mock).accounts.containers.versions;
       var arg_path = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3932,7 +3932,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.versions;
+      var res = api.TagManagerApi(mock).accounts.containers.versions;
       var arg_request = buildContainerVersion();
       var arg_path = 'foo';
       var arg_fingerprint = 'foo';
@@ -3991,7 +3991,7 @@
   unittest.group('resource-AccountsContainersWorkspacesResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.workspaces;
+      var res = api.TagManagerApi(mock).accounts.containers.workspaces;
       var arg_request = buildWorkspace();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -4044,7 +4044,7 @@
 
     unittest.test('method--createVersion', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.workspaces;
+      var res = api.TagManagerApi(mock).accounts.containers.workspaces;
       var arg_request = buildCreateContainerVersionRequestVersionOptions();
       var arg_path = 'foo';
       var arg_$fields = 'foo';
@@ -4099,7 +4099,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.workspaces;
+      var res = api.TagManagerApi(mock).accounts.containers.workspaces;
       var arg_path = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4145,7 +4145,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.workspaces;
+      var res = api.TagManagerApi(mock).accounts.containers.workspaces;
       var arg_path = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4193,7 +4193,7 @@
 
     unittest.test('method--getStatus', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.workspaces;
+      var res = api.TagManagerApi(mock).accounts.containers.workspaces;
       var arg_path = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4242,7 +4242,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.workspaces;
+      var res = api.TagManagerApi(mock).accounts.containers.workspaces;
       var arg_parent = 'foo';
       var arg_pageToken = 'foo';
       var arg_$fields = 'foo';
@@ -4293,7 +4293,7 @@
 
     unittest.test('method--quickPreview', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.workspaces;
+      var res = api.TagManagerApi(mock).accounts.containers.workspaces;
       var arg_path = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4341,7 +4341,7 @@
 
     unittest.test('method--resolveConflict', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.workspaces;
+      var res = api.TagManagerApi(mock).accounts.containers.workspaces;
       var arg_request = buildEntity();
       var arg_path = 'foo';
       var arg_fingerprint = 'foo';
@@ -4396,7 +4396,7 @@
 
     unittest.test('method--sync', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.workspaces;
+      var res = api.TagManagerApi(mock).accounts.containers.workspaces;
       var arg_path = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4444,7 +4444,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.workspaces;
+      var res = api.TagManagerApi(mock).accounts.containers.workspaces;
       var arg_request = buildWorkspace();
       var arg_path = 'foo';
       var arg_fingerprint = 'foo';
@@ -4504,7 +4504,7 @@
       'resource-AccountsContainersWorkspacesBuiltInVariablesResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock)
+      var res = api.TagManagerApi(mock)
           .accounts
           .containers
           .workspaces
@@ -4559,7 +4559,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock)
+      var res = api.TagManagerApi(mock)
           .accounts
           .containers
           .workspaces
@@ -4611,7 +4611,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock)
+      var res = api.TagManagerApi(mock)
           .accounts
           .containers
           .workspaces
@@ -4668,7 +4668,7 @@
 
     unittest.test('method--revert', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock)
+      var res = api.TagManagerApi(mock)
           .accounts
           .containers
           .workspaces
@@ -4725,7 +4725,7 @@
   unittest.group('resource-AccountsContainersWorkspacesFoldersResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.workspaces.folders;
+      var res = api.TagManagerApi(mock).accounts.containers.workspaces.folders;
       var arg_request = buildFolder();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -4778,7 +4778,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.workspaces.folders;
+      var res = api.TagManagerApi(mock).accounts.containers.workspaces.folders;
       var arg_path = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4824,7 +4824,7 @@
 
     unittest.test('method--entities', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.workspaces.folders;
+      var res = api.TagManagerApi(mock).accounts.containers.workspaces.folders;
       var arg_path = 'foo';
       var arg_pageToken = 'foo';
       var arg_$fields = 'foo';
@@ -4875,7 +4875,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.workspaces.folders;
+      var res = api.TagManagerApi(mock).accounts.containers.workspaces.folders;
       var arg_path = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4923,7 +4923,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.workspaces.folders;
+      var res = api.TagManagerApi(mock).accounts.containers.workspaces.folders;
       var arg_parent = 'foo';
       var arg_pageToken = 'foo';
       var arg_$fields = 'foo';
@@ -4974,7 +4974,7 @@
 
     unittest.test('method--moveEntitiesToFolder', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.workspaces.folders;
+      var res = api.TagManagerApi(mock).accounts.containers.workspaces.folders;
       var arg_request = buildFolder();
       var arg_path = 'foo';
       var arg_tagId = buildUnnamed4479();
@@ -5036,7 +5036,7 @@
 
     unittest.test('method--revert', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.workspaces.folders;
+      var res = api.TagManagerApi(mock).accounts.containers.workspaces.folders;
       var arg_path = 'foo';
       var arg_fingerprint = 'foo';
       var arg_$fields = 'foo';
@@ -5087,7 +5087,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.workspaces.folders;
+      var res = api.TagManagerApi(mock).accounts.containers.workspaces.folders;
       var arg_request = buildFolder();
       var arg_path = 'foo';
       var arg_fingerprint = 'foo';
@@ -5146,7 +5146,7 @@
   unittest.group('resource-AccountsContainersWorkspacesTagsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.workspaces.tags;
+      var res = api.TagManagerApi(mock).accounts.containers.workspaces.tags;
       var arg_request = buildTag();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -5198,7 +5198,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.workspaces.tags;
+      var res = api.TagManagerApi(mock).accounts.containers.workspaces.tags;
       var arg_path = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -5244,7 +5244,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.workspaces.tags;
+      var res = api.TagManagerApi(mock).accounts.containers.workspaces.tags;
       var arg_path = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -5292,7 +5292,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.workspaces.tags;
+      var res = api.TagManagerApi(mock).accounts.containers.workspaces.tags;
       var arg_parent = 'foo';
       var arg_pageToken = 'foo';
       var arg_$fields = 'foo';
@@ -5343,7 +5343,7 @@
 
     unittest.test('method--revert', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.workspaces.tags;
+      var res = api.TagManagerApi(mock).accounts.containers.workspaces.tags;
       var arg_path = 'foo';
       var arg_fingerprint = 'foo';
       var arg_$fields = 'foo';
@@ -5394,7 +5394,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.workspaces.tags;
+      var res = api.TagManagerApi(mock).accounts.containers.workspaces.tags;
       var arg_request = buildTag();
       var arg_path = 'foo';
       var arg_fingerprint = 'foo';
@@ -5454,7 +5454,7 @@
     unittest.test('method--create', () {
       var mock = HttpServerMock();
       var res =
-          api.TagmanagerApi(mock).accounts.containers.workspaces.templates;
+          api.TagManagerApi(mock).accounts.containers.workspaces.templates;
       var arg_request = buildCustomTemplate();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -5508,7 +5508,7 @@
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
       var res =
-          api.TagmanagerApi(mock).accounts.containers.workspaces.templates;
+          api.TagManagerApi(mock).accounts.containers.workspaces.templates;
       var arg_path = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -5555,7 +5555,7 @@
     unittest.test('method--get', () {
       var mock = HttpServerMock();
       var res =
-          api.TagmanagerApi(mock).accounts.containers.workspaces.templates;
+          api.TagManagerApi(mock).accounts.containers.workspaces.templates;
       var arg_path = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -5604,7 +5604,7 @@
     unittest.test('method--list', () {
       var mock = HttpServerMock();
       var res =
-          api.TagmanagerApi(mock).accounts.containers.workspaces.templates;
+          api.TagManagerApi(mock).accounts.containers.workspaces.templates;
       var arg_parent = 'foo';
       var arg_pageToken = 'foo';
       var arg_$fields = 'foo';
@@ -5656,7 +5656,7 @@
     unittest.test('method--revert', () {
       var mock = HttpServerMock();
       var res =
-          api.TagmanagerApi(mock).accounts.containers.workspaces.templates;
+          api.TagManagerApi(mock).accounts.containers.workspaces.templates;
       var arg_path = 'foo';
       var arg_fingerprint = 'foo';
       var arg_$fields = 'foo';
@@ -5708,7 +5708,7 @@
     unittest.test('method--update', () {
       var mock = HttpServerMock();
       var res =
-          api.TagmanagerApi(mock).accounts.containers.workspaces.templates;
+          api.TagManagerApi(mock).accounts.containers.workspaces.templates;
       var arg_request = buildCustomTemplate();
       var arg_path = 'foo';
       var arg_fingerprint = 'foo';
@@ -5768,7 +5768,7 @@
       () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.workspaces.triggers;
+      var res = api.TagManagerApi(mock).accounts.containers.workspaces.triggers;
       var arg_request = buildTrigger();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -5821,7 +5821,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.workspaces.triggers;
+      var res = api.TagManagerApi(mock).accounts.containers.workspaces.triggers;
       var arg_path = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -5867,7 +5867,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.workspaces.triggers;
+      var res = api.TagManagerApi(mock).accounts.containers.workspaces.triggers;
       var arg_path = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -5915,7 +5915,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.workspaces.triggers;
+      var res = api.TagManagerApi(mock).accounts.containers.workspaces.triggers;
       var arg_parent = 'foo';
       var arg_pageToken = 'foo';
       var arg_$fields = 'foo';
@@ -5966,7 +5966,7 @@
 
     unittest.test('method--revert', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.workspaces.triggers;
+      var res = api.TagManagerApi(mock).accounts.containers.workspaces.triggers;
       var arg_path = 'foo';
       var arg_fingerprint = 'foo';
       var arg_$fields = 'foo';
@@ -6017,7 +6017,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.workspaces.triggers;
+      var res = api.TagManagerApi(mock).accounts.containers.workspaces.triggers;
       var arg_request = buildTrigger();
       var arg_path = 'foo';
       var arg_fingerprint = 'foo';
@@ -6078,7 +6078,7 @@
     unittest.test('method--create', () {
       var mock = HttpServerMock();
       var res =
-          api.TagmanagerApi(mock).accounts.containers.workspaces.variables;
+          api.TagManagerApi(mock).accounts.containers.workspaces.variables;
       var arg_request = buildVariable();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -6132,7 +6132,7 @@
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
       var res =
-          api.TagmanagerApi(mock).accounts.containers.workspaces.variables;
+          api.TagManagerApi(mock).accounts.containers.workspaces.variables;
       var arg_path = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -6179,7 +6179,7 @@
     unittest.test('method--get', () {
       var mock = HttpServerMock();
       var res =
-          api.TagmanagerApi(mock).accounts.containers.workspaces.variables;
+          api.TagManagerApi(mock).accounts.containers.workspaces.variables;
       var arg_path = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -6228,7 +6228,7 @@
     unittest.test('method--list', () {
       var mock = HttpServerMock();
       var res =
-          api.TagmanagerApi(mock).accounts.containers.workspaces.variables;
+          api.TagManagerApi(mock).accounts.containers.workspaces.variables;
       var arg_parent = 'foo';
       var arg_pageToken = 'foo';
       var arg_$fields = 'foo';
@@ -6280,7 +6280,7 @@
     unittest.test('method--revert', () {
       var mock = HttpServerMock();
       var res =
-          api.TagmanagerApi(mock).accounts.containers.workspaces.variables;
+          api.TagManagerApi(mock).accounts.containers.workspaces.variables;
       var arg_path = 'foo';
       var arg_fingerprint = 'foo';
       var arg_$fields = 'foo';
@@ -6332,7 +6332,7 @@
     unittest.test('method--update', () {
       var mock = HttpServerMock();
       var res =
-          api.TagmanagerApi(mock).accounts.containers.workspaces.variables;
+          api.TagManagerApi(mock).accounts.containers.workspaces.variables;
       var arg_request = buildVariable();
       var arg_path = 'foo';
       var arg_fingerprint = 'foo';
@@ -6391,7 +6391,7 @@
   unittest.group('resource-AccountsContainersWorkspacesZonesResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.workspaces.zones;
+      var res = api.TagManagerApi(mock).accounts.containers.workspaces.zones;
       var arg_request = buildZone();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -6444,7 +6444,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.workspaces.zones;
+      var res = api.TagManagerApi(mock).accounts.containers.workspaces.zones;
       var arg_path = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -6490,7 +6490,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.workspaces.zones;
+      var res = api.TagManagerApi(mock).accounts.containers.workspaces.zones;
       var arg_path = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -6538,7 +6538,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.workspaces.zones;
+      var res = api.TagManagerApi(mock).accounts.containers.workspaces.zones;
       var arg_parent = 'foo';
       var arg_pageToken = 'foo';
       var arg_$fields = 'foo';
@@ -6589,7 +6589,7 @@
 
     unittest.test('method--revert', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.workspaces.zones;
+      var res = api.TagManagerApi(mock).accounts.containers.workspaces.zones;
       var arg_path = 'foo';
       var arg_fingerprint = 'foo';
       var arg_$fields = 'foo';
@@ -6640,7 +6640,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.containers.workspaces.zones;
+      var res = api.TagManagerApi(mock).accounts.containers.workspaces.zones;
       var arg_request = buildZone();
       var arg_path = 'foo';
       var arg_fingerprint = 'foo';
@@ -6699,7 +6699,7 @@
   unittest.group('resource-AccountsUserPermissionsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.userPermissions;
+      var res = api.TagManagerApi(mock).accounts.userPermissions;
       var arg_request = buildUserPermission();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -6752,7 +6752,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.userPermissions;
+      var res = api.TagManagerApi(mock).accounts.userPermissions;
       var arg_path = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -6798,7 +6798,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.userPermissions;
+      var res = api.TagManagerApi(mock).accounts.userPermissions;
       var arg_path = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -6846,7 +6846,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.userPermissions;
+      var res = api.TagManagerApi(mock).accounts.userPermissions;
       var arg_parent = 'foo';
       var arg_pageToken = 'foo';
       var arg_$fields = 'foo';
@@ -6898,7 +6898,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.TagmanagerApi(mock).accounts.userPermissions;
+      var res = api.TagManagerApi(mock).accounts.userPermissions;
       var arg_request = buildUserPermission();
       var arg_path = 'foo';
       var arg_$fields = 'foo';
diff --git a/generated/googleapis/test/tpu/v1_test.dart b/generated/googleapis/test/tpu/v1_test.dart
index 5662c9f..5a8d7ff 100644
--- a/generated/googleapis/test/tpu/v1_test.dart
+++ b/generated/googleapis/test/tpu/v1_test.dart
@@ -914,7 +914,7 @@
   unittest.group('resource-ProjectsLocationsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.TpuApi(mock).projects.locations;
+      var res = api.TPUApi(mock).projects.locations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -962,7 +962,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.TpuApi(mock).projects.locations;
+      var res = api.TPUApi(mock).projects.locations;
       var arg_name = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -1024,7 +1024,7 @@
   unittest.group('resource-ProjectsLocationsAcceleratorTypesResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.TpuApi(mock).projects.locations.acceleratorTypes;
+      var res = api.TPUApi(mock).projects.locations.acceleratorTypes;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1072,7 +1072,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.TpuApi(mock).projects.locations.acceleratorTypes;
+      var res = api.TPUApi(mock).projects.locations.acceleratorTypes;
       var arg_parent = 'foo';
       var arg_filter = 'foo';
       var arg_orderBy = 'foo';
@@ -1139,7 +1139,7 @@
   unittest.group('resource-ProjectsLocationsNodesResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.TpuApi(mock).projects.locations.nodes;
+      var res = api.TPUApi(mock).projects.locations.nodes;
       var arg_request = buildNode();
       var arg_parent = 'foo';
       var arg_nodeId = 'foo';
@@ -1195,7 +1195,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.TpuApi(mock).projects.locations.nodes;
+      var res = api.TPUApi(mock).projects.locations.nodes;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1243,7 +1243,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.TpuApi(mock).projects.locations.nodes;
+      var res = api.TPUApi(mock).projects.locations.nodes;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1291,7 +1291,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.TpuApi(mock).projects.locations.nodes;
+      var res = api.TPUApi(mock).projects.locations.nodes;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -1348,7 +1348,7 @@
 
     unittest.test('method--reimage', () {
       var mock = HttpServerMock();
-      var res = api.TpuApi(mock).projects.locations.nodes;
+      var res = api.TPUApi(mock).projects.locations.nodes;
       var arg_request = buildReimageNodeRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -1401,7 +1401,7 @@
 
     unittest.test('method--start', () {
       var mock = HttpServerMock();
-      var res = api.TpuApi(mock).projects.locations.nodes;
+      var res = api.TPUApi(mock).projects.locations.nodes;
       var arg_request = buildStartNodeRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -1454,7 +1454,7 @@
 
     unittest.test('method--stop', () {
       var mock = HttpServerMock();
-      var res = api.TpuApi(mock).projects.locations.nodes;
+      var res = api.TPUApi(mock).projects.locations.nodes;
       var arg_request = buildStopNodeRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -1509,7 +1509,7 @@
   unittest.group('resource-ProjectsLocationsOperationsResourceApi', () {
     unittest.test('method--cancel', () {
       var mock = HttpServerMock();
-      var res = api.TpuApi(mock).projects.locations.operations;
+      var res = api.TPUApi(mock).projects.locations.operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1557,7 +1557,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.TpuApi(mock).projects.locations.operations;
+      var res = api.TPUApi(mock).projects.locations.operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1605,7 +1605,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.TpuApi(mock).projects.locations.operations;
+      var res = api.TPUApi(mock).projects.locations.operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1653,7 +1653,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.TpuApi(mock).projects.locations.operations;
+      var res = api.TPUApi(mock).projects.locations.operations;
       var arg_name = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -1715,7 +1715,7 @@
   unittest.group('resource-ProjectsLocationsTensorflowVersionsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.TpuApi(mock).projects.locations.tensorflowVersions;
+      var res = api.TPUApi(mock).projects.locations.tensorflowVersions;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1763,7 +1763,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.TpuApi(mock).projects.locations.tensorflowVersions;
+      var res = api.TPUApi(mock).projects.locations.tensorflowVersions;
       var arg_parent = 'foo';
       var arg_filter = 'foo';
       var arg_orderBy = 'foo';
diff --git a/generated/googleapis/test/videointelligence/v1_test.dart b/generated/googleapis/test/videointelligence/v1_test.dart
index bc1b227..cf33220 100644
--- a/generated/googleapis/test/videointelligence/v1_test.dart
+++ b/generated/googleapis/test/videointelligence/v1_test.dart
@@ -8972,7 +8972,7 @@
       () {
     unittest.test('method--cancel', () {
       var mock = HttpServerMock();
-      var res = api.VideointelligenceApi(mock)
+      var res = api.CloudVideoIntelligenceApi(mock)
           .operations
           .projects
           .locations
@@ -9024,7 +9024,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.VideointelligenceApi(mock)
+      var res = api.CloudVideoIntelligenceApi(mock)
           .operations
           .projects
           .locations
@@ -9076,7 +9076,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.VideointelligenceApi(mock)
+      var res = api.CloudVideoIntelligenceApi(mock)
           .operations
           .projects
           .locations
@@ -9131,8 +9131,11 @@
   unittest.group('resource-ProjectsLocationsCorporaOperationsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res =
-          api.VideointelligenceApi(mock).projects.locations.corpora.operations;
+      var res = api.CloudVideoIntelligenceApi(mock)
+          .projects
+          .locations
+          .corpora
+          .operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -9183,8 +9186,11 @@
   unittest.group('resource-ProjectsLocationsCorpuraOperationsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res =
-          api.VideointelligenceApi(mock).projects.locations.corpura.operations;
+      var res = api.CloudVideoIntelligenceApi(mock)
+          .projects
+          .locations
+          .corpura
+          .operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -9235,7 +9241,8 @@
   unittest.group('resource-ProjectsLocationsOperationsResourceApi', () {
     unittest.test('method--cancel', () {
       var mock = HttpServerMock();
-      var res = api.VideointelligenceApi(mock).projects.locations.operations;
+      var res =
+          api.CloudVideoIntelligenceApi(mock).projects.locations.operations;
       var arg_request = buildGoogleLongrunningCancelOperationRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -9289,7 +9296,8 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.VideointelligenceApi(mock).projects.locations.operations;
+      var res =
+          api.CloudVideoIntelligenceApi(mock).projects.locations.operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -9337,7 +9345,8 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.VideointelligenceApi(mock).projects.locations.operations;
+      var res =
+          api.CloudVideoIntelligenceApi(mock).projects.locations.operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -9386,7 +9395,8 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.VideointelligenceApi(mock).projects.locations.operations;
+      var res =
+          api.CloudVideoIntelligenceApi(mock).projects.locations.operations;
       var arg_name = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -9450,7 +9460,7 @@
   unittest.group('resource-VideosResourceApi', () {
     unittest.test('method--annotate', () {
       var mock = HttpServerMock();
-      var res = api.VideointelligenceApi(mock).videos;
+      var res = api.CloudVideoIntelligenceApi(mock).videos;
       var arg_request =
           buildGoogleCloudVideointelligenceV1AnnotateVideoRequest();
       var arg_$fields = 'foo';
diff --git a/generated/googleapis/test/websecurityscanner/v1_test.dart b/generated/googleapis/test/websecurityscanner/v1_test.dart
index 303c05b..33cf82a 100644
--- a/generated/googleapis/test/websecurityscanner/v1_test.dart
+++ b/generated/googleapis/test/websecurityscanner/v1_test.dart
@@ -1110,7 +1110,7 @@
   unittest.group('resource-ProjectsScanConfigsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.WebsecurityscannerApi(mock).projects.scanConfigs;
+      var res = api.WebSecurityScannerApi(mock).projects.scanConfigs;
       var arg_request = buildScanConfig();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -1163,7 +1163,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.WebsecurityscannerApi(mock).projects.scanConfigs;
+      var res = api.WebSecurityScannerApi(mock).projects.scanConfigs;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1211,7 +1211,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.WebsecurityscannerApi(mock).projects.scanConfigs;
+      var res = api.WebSecurityScannerApi(mock).projects.scanConfigs;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1259,7 +1259,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.WebsecurityscannerApi(mock).projects.scanConfigs;
+      var res = api.WebSecurityScannerApi(mock).projects.scanConfigs;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -1316,7 +1316,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.WebsecurityscannerApi(mock).projects.scanConfigs;
+      var res = api.WebSecurityScannerApi(mock).projects.scanConfigs;
       var arg_request = buildScanConfig();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -1373,7 +1373,7 @@
 
     unittest.test('method--start', () {
       var mock = HttpServerMock();
-      var res = api.WebsecurityscannerApi(mock).projects.scanConfigs;
+      var res = api.WebSecurityScannerApi(mock).projects.scanConfigs;
       var arg_request = buildStartScanRunRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -1428,7 +1428,7 @@
   unittest.group('resource-ProjectsScanConfigsScanRunsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.WebsecurityscannerApi(mock).projects.scanConfigs.scanRuns;
+      var res = api.WebSecurityScannerApi(mock).projects.scanConfigs.scanRuns;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1476,7 +1476,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.WebsecurityscannerApi(mock).projects.scanConfigs.scanRuns;
+      var res = api.WebSecurityScannerApi(mock).projects.scanConfigs.scanRuns;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -1533,7 +1533,7 @@
 
     unittest.test('method--stop', () {
       var mock = HttpServerMock();
-      var res = api.WebsecurityscannerApi(mock).projects.scanConfigs.scanRuns;
+      var res = api.WebSecurityScannerApi(mock).projects.scanConfigs.scanRuns;
       var arg_request = buildStopScanRunRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -1589,7 +1589,7 @@
       () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.WebsecurityscannerApi(mock)
+      var res = api.WebSecurityScannerApi(mock)
           .projects
           .scanConfigs
           .scanRuns
@@ -1653,7 +1653,7 @@
       'resource-ProjectsScanConfigsScanRunsFindingTypeStatsResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.WebsecurityscannerApi(mock)
+      var res = api.WebSecurityScannerApi(mock)
           .projects
           .scanConfigs
           .scanRuns
@@ -1708,7 +1708,7 @@
   unittest.group('resource-ProjectsScanConfigsScanRunsFindingsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.WebsecurityscannerApi(mock)
+      var res = api.WebSecurityScannerApi(mock)
           .projects
           .scanConfigs
           .scanRuns
@@ -1760,7 +1760,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.WebsecurityscannerApi(mock)
+      var res = api.WebSecurityScannerApi(mock)
           .projects
           .scanConfigs
           .scanRuns
diff --git a/generated/googleapis/test/youtube/v3_test.dart b/generated/googleapis/test/youtube/v3_test.dart
index d814e03..4fc67d1 100644
--- a/generated/googleapis/test/youtube/v3_test.dart
+++ b/generated/googleapis/test/youtube/v3_test.dart
@@ -8425,7 +8425,7 @@
   unittest.group('resource-AbuseReportsResourceApi', () {
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).abuseReports;
+      var res = api.YouTubeApi(mock).abuseReports;
       var arg_request = buildAbuseReport();
       var arg_part = buildUnnamed2398();
       var arg_$fields = 'foo';
@@ -8480,7 +8480,7 @@
   unittest.group('resource-ActivitiesResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).activities;
+      var res = api.YouTubeApi(mock).activities;
       var arg_part = buildUnnamed2399();
       var arg_channelId = 'foo';
       var arg_home = true;
@@ -8561,7 +8561,7 @@
   unittest.group('resource-CaptionsResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).captions;
+      var res = api.YouTubeApi(mock).captions;
       var arg_id = 'foo';
       var arg_onBehalfOf = 'foo';
       var arg_onBehalfOfContentOwner = 'foo';
@@ -8619,7 +8619,7 @@
       // TODO: Implement tests for media download;
 
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).captions;
+      var res = api.YouTubeApi(mock).captions;
       var arg_id = 'foo';
       var arg_onBehalfOf = 'foo';
       var arg_onBehalfOfContentOwner = 'foo';
@@ -8685,7 +8685,7 @@
       // TODO: Implement tests for media download;
 
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).captions;
+      var res = api.YouTubeApi(mock).captions;
       var arg_request = buildCaption();
       var arg_part = buildUnnamed2400();
       var arg_onBehalfOf = 'foo';
@@ -8750,7 +8750,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).captions;
+      var res = api.YouTubeApi(mock).captions;
       var arg_videoId = 'foo';
       var arg_part = buildUnnamed2401();
       var arg_id = buildUnnamed2402();
@@ -8816,7 +8816,7 @@
       // TODO: Implement tests for media download;
 
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).captions;
+      var res = api.YouTubeApi(mock).captions;
       var arg_request = buildCaption();
       var arg_part = buildUnnamed2403();
       var arg_onBehalfOf = 'foo';
@@ -8886,7 +8886,7 @@
       // TODO: Implement tests for media download;
 
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).channelBanners;
+      var res = api.YouTubeApi(mock).channelBanners;
       var arg_request = buildChannelBannerResource();
       var arg_channelId = 'foo';
       var arg_onBehalfOfContentOwner = 'foo';
@@ -8952,7 +8952,7 @@
   unittest.group('resource-ChannelSectionsResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).channelSections;
+      var res = api.YouTubeApi(mock).channelSections;
       var arg_id = 'foo';
       var arg_onBehalfOfContentOwner = 'foo';
       var arg_$fields = 'foo';
@@ -9003,7 +9003,7 @@
 
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).channelSections;
+      var res = api.YouTubeApi(mock).channelSections;
       var arg_request = buildChannelSection();
       var arg_part = buildUnnamed2404();
       var arg_onBehalfOfContentOwner = 'foo';
@@ -9065,7 +9065,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).channelSections;
+      var res = api.YouTubeApi(mock).channelSections;
       var arg_part = buildUnnamed2405();
       var arg_channelId = 'foo';
       var arg_hl = 'foo';
@@ -9132,7 +9132,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).channelSections;
+      var res = api.YouTubeApi(mock).channelSections;
       var arg_request = buildChannelSection();
       var arg_part = buildUnnamed2407();
       var arg_onBehalfOfContentOwner = 'foo';
@@ -9192,7 +9192,7 @@
   unittest.group('resource-ChannelsResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).channels;
+      var res = api.YouTubeApi(mock).channels;
       var arg_part = buildUnnamed2408();
       var arg_categoryId = 'foo';
       var arg_forUsername = 'foo';
@@ -9278,7 +9278,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).channels;
+      var res = api.YouTubeApi(mock).channels;
       var arg_request = buildChannel();
       var arg_part = buildUnnamed2410();
       var arg_onBehalfOfContentOwner = 'foo';
@@ -9338,7 +9338,7 @@
   unittest.group('resource-CommentThreadsResourceApi', () {
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).commentThreads;
+      var res = api.YouTubeApi(mock).commentThreads;
       var arg_request = buildCommentThread();
       var arg_part = buildUnnamed2411();
       var arg_$fields = 'foo';
@@ -9391,7 +9391,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).commentThreads;
+      var res = api.YouTubeApi(mock).commentThreads;
       var arg_part = buildUnnamed2412();
       var arg_allThreadsRelatedToChannelId = 'foo';
       var arg_channelId = 'foo';
@@ -9479,7 +9479,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).commentThreads;
+      var res = api.YouTubeApi(mock).commentThreads;
       var arg_request = buildCommentThread();
       var arg_part = buildUnnamed2414();
       var arg_$fields = 'foo';
@@ -9534,7 +9534,7 @@
   unittest.group('resource-CommentsResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).comments;
+      var res = api.YouTubeApi(mock).comments;
       var arg_id = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -9580,7 +9580,7 @@
 
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).comments;
+      var res = api.YouTubeApi(mock).comments;
       var arg_request = buildComment();
       var arg_part = buildUnnamed2415();
       var arg_$fields = 'foo';
@@ -9633,7 +9633,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).comments;
+      var res = api.YouTubeApi(mock).comments;
       var arg_part = buildUnnamed2416();
       var arg_id = buildUnnamed2417();
       var arg_maxResults = 42;
@@ -9701,7 +9701,7 @@
 
     unittest.test('method--markAsSpam', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).comments;
+      var res = api.YouTubeApi(mock).comments;
       var arg_id = buildUnnamed2418();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -9747,7 +9747,7 @@
 
     unittest.test('method--setModerationStatus', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).comments;
+      var res = api.YouTubeApi(mock).comments;
       var arg_id = buildUnnamed2419();
       var arg_moderationStatus = 'foo';
       var arg_banAuthor = true;
@@ -9800,7 +9800,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).comments;
+      var res = api.YouTubeApi(mock).comments;
       var arg_request = buildComment();
       var arg_part = buildUnnamed2420();
       var arg_$fields = 'foo';
@@ -9855,7 +9855,7 @@
   unittest.group('resource-I18nLanguagesResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).i18nLanguages;
+      var res = api.YouTubeApi(mock).i18nLanguages;
       var arg_part = buildUnnamed2421();
       var arg_hl = 'foo';
       var arg_$fields = 'foo';
@@ -9907,7 +9907,7 @@
   unittest.group('resource-I18nRegionsResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).i18nRegions;
+      var res = api.YouTubeApi(mock).i18nRegions;
       var arg_part = buildUnnamed2422();
       var arg_hl = 'foo';
       var arg_$fields = 'foo';
@@ -9959,7 +9959,7 @@
   unittest.group('resource-LiveBroadcastsResourceApi', () {
     unittest.test('method--bind', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).liveBroadcasts;
+      var res = api.YouTubeApi(mock).liveBroadcasts;
       var arg_id = 'foo';
       var arg_part = buildUnnamed2423();
       var arg_onBehalfOfContentOwner = 'foo';
@@ -10022,7 +10022,7 @@
 
     unittest.test('method--control', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).liveBroadcasts;
+      var res = api.YouTubeApi(mock).liveBroadcasts;
       var arg_id = 'foo';
       var arg_part = buildUnnamed2424();
       var arg_displaySlate = true;
@@ -10093,7 +10093,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).liveBroadcasts;
+      var res = api.YouTubeApi(mock).liveBroadcasts;
       var arg_id = 'foo';
       var arg_onBehalfOfContentOwner = 'foo';
       var arg_onBehalfOfContentOwnerChannel = 'foo';
@@ -10148,7 +10148,7 @@
 
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).liveBroadcasts;
+      var res = api.YouTubeApi(mock).liveBroadcasts;
       var arg_request = buildLiveBroadcast();
       var arg_part = buildUnnamed2425();
       var arg_onBehalfOfContentOwner = 'foo';
@@ -10210,7 +10210,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).liveBroadcasts;
+      var res = api.YouTubeApi(mock).liveBroadcasts;
       var arg_part = buildUnnamed2426();
       var arg_broadcastStatus = 'foo';
       var arg_broadcastType = 'foo';
@@ -10290,7 +10290,7 @@
 
     unittest.test('method--transition', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).liveBroadcasts;
+      var res = api.YouTubeApi(mock).liveBroadcasts;
       var arg_id = 'foo';
       var arg_broadcastStatus = 'foo';
       var arg_part = buildUnnamed2428();
@@ -10352,7 +10352,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).liveBroadcasts;
+      var res = api.YouTubeApi(mock).liveBroadcasts;
       var arg_request = buildLiveBroadcast();
       var arg_part = buildUnnamed2429();
       var arg_onBehalfOfContentOwner = 'foo';
@@ -10416,7 +10416,7 @@
   unittest.group('resource-LiveChatBansResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).liveChatBans;
+      var res = api.YouTubeApi(mock).liveChatBans;
       var arg_id = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -10462,7 +10462,7 @@
 
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).liveChatBans;
+      var res = api.YouTubeApi(mock).liveChatBans;
       var arg_request = buildLiveChatBan();
       var arg_part = buildUnnamed2430();
       var arg_$fields = 'foo';
@@ -10517,7 +10517,7 @@
   unittest.group('resource-LiveChatMessagesResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).liveChatMessages;
+      var res = api.YouTubeApi(mock).liveChatMessages;
       var arg_id = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -10563,7 +10563,7 @@
 
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).liveChatMessages;
+      var res = api.YouTubeApi(mock).liveChatMessages;
       var arg_request = buildLiveChatMessage();
       var arg_part = buildUnnamed2431();
       var arg_$fields = 'foo';
@@ -10616,7 +10616,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).liveChatMessages;
+      var res = api.YouTubeApi(mock).liveChatMessages;
       var arg_liveChatId = 'foo';
       var arg_part = buildUnnamed2432();
       var arg_hl = 'foo';
@@ -10686,7 +10686,7 @@
   unittest.group('resource-LiveChatModeratorsResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).liveChatModerators;
+      var res = api.YouTubeApi(mock).liveChatModerators;
       var arg_id = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -10732,7 +10732,7 @@
 
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).liveChatModerators;
+      var res = api.YouTubeApi(mock).liveChatModerators;
       var arg_request = buildLiveChatModerator();
       var arg_part = buildUnnamed2433();
       var arg_$fields = 'foo';
@@ -10785,7 +10785,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).liveChatModerators;
+      var res = api.YouTubeApi(mock).liveChatModerators;
       var arg_liveChatId = 'foo';
       var arg_part = buildUnnamed2434();
       var arg_maxResults = 42;
@@ -10848,7 +10848,7 @@
   unittest.group('resource-LiveStreamsResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).liveStreams;
+      var res = api.YouTubeApi(mock).liveStreams;
       var arg_id = 'foo';
       var arg_onBehalfOfContentOwner = 'foo';
       var arg_onBehalfOfContentOwnerChannel = 'foo';
@@ -10903,7 +10903,7 @@
 
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).liveStreams;
+      var res = api.YouTubeApi(mock).liveStreams;
       var arg_request = buildLiveStream();
       var arg_part = buildUnnamed2435();
       var arg_onBehalfOfContentOwner = 'foo';
@@ -10965,7 +10965,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).liveStreams;
+      var res = api.YouTubeApi(mock).liveStreams;
       var arg_part = buildUnnamed2436();
       var arg_id = buildUnnamed2437();
       var arg_maxResults = 42;
@@ -11036,7 +11036,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).liveStreams;
+      var res = api.YouTubeApi(mock).liveStreams;
       var arg_request = buildLiveStream();
       var arg_part = buildUnnamed2438();
       var arg_onBehalfOfContentOwner = 'foo';
@@ -11100,7 +11100,7 @@
   unittest.group('resource-MembersResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).members;
+      var res = api.YouTubeApi(mock).members;
       var arg_part = buildUnnamed2439();
       var arg_filterByMemberChannelId = 'foo';
       var arg_hasAccessToLevel = 'foo';
@@ -11170,7 +11170,7 @@
   unittest.group('resource-MembershipsLevelsResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).membershipsLevels;
+      var res = api.YouTubeApi(mock).membershipsLevels;
       var arg_part = buildUnnamed2440();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -11221,7 +11221,7 @@
   unittest.group('resource-PlaylistItemsResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).playlistItems;
+      var res = api.YouTubeApi(mock).playlistItems;
       var arg_id = 'foo';
       var arg_onBehalfOfContentOwner = 'foo';
       var arg_$fields = 'foo';
@@ -11272,7 +11272,7 @@
 
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).playlistItems;
+      var res = api.YouTubeApi(mock).playlistItems;
       var arg_request = buildPlaylistItem();
       var arg_part = buildUnnamed2441();
       var arg_onBehalfOfContentOwner = 'foo';
@@ -11330,7 +11330,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).playlistItems;
+      var res = api.YouTubeApi(mock).playlistItems;
       var arg_part = buildUnnamed2442();
       var arg_id = buildUnnamed2443();
       var arg_maxResults = 42;
@@ -11402,7 +11402,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).playlistItems;
+      var res = api.YouTubeApi(mock).playlistItems;
       var arg_request = buildPlaylistItem();
       var arg_part = buildUnnamed2444();
       var arg_onBehalfOfContentOwner = 'foo';
@@ -11462,7 +11462,7 @@
   unittest.group('resource-PlaylistsResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).playlists;
+      var res = api.YouTubeApi(mock).playlists;
       var arg_id = 'foo';
       var arg_onBehalfOfContentOwner = 'foo';
       var arg_$fields = 'foo';
@@ -11513,7 +11513,7 @@
 
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).playlists;
+      var res = api.YouTubeApi(mock).playlists;
       var arg_request = buildPlaylist();
       var arg_part = buildUnnamed2445();
       var arg_onBehalfOfContentOwner = 'foo';
@@ -11575,7 +11575,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).playlists;
+      var res = api.YouTubeApi(mock).playlists;
       var arg_part = buildUnnamed2446();
       var arg_channelId = 'foo';
       var arg_hl = 'foo';
@@ -11653,7 +11653,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).playlists;
+      var res = api.YouTubeApi(mock).playlists;
       var arg_request = buildPlaylist();
       var arg_part = buildUnnamed2448();
       var arg_onBehalfOfContentOwner = 'foo';
@@ -11713,7 +11713,7 @@
   unittest.group('resource-SearchResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).search;
+      var res = api.YouTubeApi(mock).search;
       var arg_part = buildUnnamed2449();
       var arg_channelId = 'foo';
       var arg_channelType = 'foo';
@@ -11881,7 +11881,7 @@
   unittest.group('resource-SponsorsResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).sponsors;
+      var res = api.YouTubeApi(mock).sponsors;
       var arg_part = buildUnnamed2451();
       var arg_filter = 'foo';
       var arg_maxResults = 42;
@@ -11943,7 +11943,7 @@
   unittest.group('resource-SubscriptionsResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).subscriptions;
+      var res = api.YouTubeApi(mock).subscriptions;
       var arg_id = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -11989,7 +11989,7 @@
 
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).subscriptions;
+      var res = api.YouTubeApi(mock).subscriptions;
       var arg_request = buildSubscription();
       var arg_part = buildUnnamed2452();
       var arg_$fields = 'foo';
@@ -12042,7 +12042,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).subscriptions;
+      var res = api.YouTubeApi(mock).subscriptions;
       var arg_part = buildUnnamed2453();
       var arg_channelId = 'foo';
       var arg_forChannelId = 'foo';
@@ -12134,7 +12134,7 @@
   unittest.group('resource-SuperChatEventsResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).superChatEvents;
+      var res = api.YouTubeApi(mock).superChatEvents;
       var arg_part = buildUnnamed2455();
       var arg_hl = 'foo';
       var arg_maxResults = 42;
@@ -12197,7 +12197,7 @@
   unittest.group('resource-TestsResourceApi', () {
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).tests;
+      var res = api.YouTubeApi(mock).tests;
       var arg_request = buildTestItem();
       var arg_part = buildUnnamed2456();
       var arg_$fields = 'foo';
@@ -12252,7 +12252,7 @@
   unittest.group('resource-ThirdPartyLinksResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).thirdPartyLinks;
+      var res = api.YouTubeApi(mock).thirdPartyLinks;
       var arg_linkingToken = 'foo';
       var arg_type = 'foo';
       var arg_part = buildUnnamed2457();
@@ -12304,7 +12304,7 @@
 
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).thirdPartyLinks;
+      var res = api.YouTubeApi(mock).thirdPartyLinks;
       var arg_request = buildThirdPartyLink();
       var arg_part = buildUnnamed2458();
       var arg_$fields = 'foo';
@@ -12357,7 +12357,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).thirdPartyLinks;
+      var res = api.YouTubeApi(mock).thirdPartyLinks;
       var arg_part = buildUnnamed2459();
       var arg_linkingToken = 'foo';
       var arg_type = 'foo';
@@ -12413,7 +12413,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).thirdPartyLinks;
+      var res = api.YouTubeApi(mock).thirdPartyLinks;
       var arg_request = buildThirdPartyLink();
       var arg_part = buildUnnamed2460();
       var arg_$fields = 'foo';
@@ -12471,7 +12471,7 @@
       // TODO: Implement tests for media download;
 
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).thumbnails;
+      var res = api.YouTubeApi(mock).thumbnails;
       var arg_videoId = 'foo';
       var arg_onBehalfOfContentOwner = 'foo';
       var arg_$fields = 'foo';
@@ -12527,7 +12527,7 @@
   unittest.group('resource-VideoAbuseReportReasonsResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).videoAbuseReportReasons;
+      var res = api.YouTubeApi(mock).videoAbuseReportReasons;
       var arg_part = buildUnnamed2461();
       var arg_hl = 'foo';
       var arg_$fields = 'foo';
@@ -12581,7 +12581,7 @@
   unittest.group('resource-VideoCategoriesResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).videoCategories;
+      var res = api.YouTubeApi(mock).videoCategories;
       var arg_part = buildUnnamed2462();
       var arg_hl = 'foo';
       var arg_id = buildUnnamed2463();
@@ -12643,7 +12643,7 @@
   unittest.group('resource-VideosResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).videos;
+      var res = api.YouTubeApi(mock).videos;
       var arg_id = 'foo';
       var arg_onBehalfOfContentOwner = 'foo';
       var arg_$fields = 'foo';
@@ -12694,7 +12694,7 @@
 
     unittest.test('method--getRating', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).videos;
+      var res = api.YouTubeApi(mock).videos;
       var arg_id = buildUnnamed2464();
       var arg_onBehalfOfContentOwner = 'foo';
       var arg_$fields = 'foo';
@@ -12750,7 +12750,7 @@
       // TODO: Implement tests for media download;
 
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).videos;
+      var res = api.YouTubeApi(mock).videos;
       var arg_request = buildVideo();
       var arg_part = buildUnnamed2465();
       var arg_autoLevels = true;
@@ -12824,7 +12824,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).videos;
+      var res = api.YouTubeApi(mock).videos;
       var arg_part = buildUnnamed2466();
       var arg_chart = 'foo';
       var arg_hl = 'foo';
@@ -12917,7 +12917,7 @@
 
     unittest.test('method--rate', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).videos;
+      var res = api.YouTubeApi(mock).videos;
       var arg_id = 'foo';
       var arg_rating = 'foo';
       var arg_$fields = 'foo';
@@ -12965,7 +12965,7 @@
 
     unittest.test('method--reportAbuse', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).videos;
+      var res = api.YouTubeApi(mock).videos;
       var arg_request = buildVideoAbuseReport();
       var arg_onBehalfOfContentOwner = 'foo';
       var arg_$fields = 'foo';
@@ -13019,7 +13019,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).videos;
+      var res = api.YouTubeApi(mock).videos;
       var arg_request = buildVideo();
       var arg_part = buildUnnamed2468();
       var arg_onBehalfOfContentOwner = 'foo';
@@ -13082,7 +13082,7 @@
       // TODO: Implement tests for media download;
 
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).watermarks;
+      var res = api.YouTubeApi(mock).watermarks;
       var arg_request = buildInvideoBranding();
       var arg_channelId = 'foo';
       var arg_onBehalfOfContentOwner = 'foo';
@@ -13139,7 +13139,7 @@
 
     unittest.test('method--unset', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeApi(mock).watermarks;
+      var res = api.YouTubeApi(mock).watermarks;
       var arg_channelId = 'foo';
       var arg_onBehalfOfContentOwner = 'foo';
       var arg_$fields = 'foo';
diff --git a/generated/googleapis/test/youtubeanalytics/v2_test.dart b/generated/googleapis/test/youtubeanalytics/v2_test.dart
index b86c97b..e57161d 100644
--- a/generated/googleapis/test/youtubeanalytics/v2_test.dart
+++ b/generated/googleapis/test/youtubeanalytics/v2_test.dart
@@ -528,7 +528,7 @@
   unittest.group('resource-GroupItemsResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeAnalyticsApi(mock).groupItems;
+      var res = api.YouTubeAnalyticsApi(mock).groupItems;
       var arg_id = 'foo';
       var arg_onBehalfOfContentOwner = 'foo';
       var arg_$fields = 'foo';
@@ -582,7 +582,7 @@
 
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeAnalyticsApi(mock).groupItems;
+      var res = api.YouTubeAnalyticsApi(mock).groupItems;
       var arg_request = buildGroupItem();
       var arg_onBehalfOfContentOwner = 'foo';
       var arg_$fields = 'foo';
@@ -638,7 +638,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeAnalyticsApi(mock).groupItems;
+      var res = api.YouTubeAnalyticsApi(mock).groupItems;
       var arg_groupId = 'foo';
       var arg_onBehalfOfContentOwner = 'foo';
       var arg_$fields = 'foo';
@@ -695,7 +695,7 @@
   unittest.group('resource-GroupsResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeAnalyticsApi(mock).groups;
+      var res = api.YouTubeAnalyticsApi(mock).groups;
       var arg_id = 'foo';
       var arg_onBehalfOfContentOwner = 'foo';
       var arg_$fields = 'foo';
@@ -749,7 +749,7 @@
 
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeAnalyticsApi(mock).groups;
+      var res = api.YouTubeAnalyticsApi(mock).groups;
       var arg_request = buildGroup();
       var arg_onBehalfOfContentOwner = 'foo';
       var arg_$fields = 'foo';
@@ -805,7 +805,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeAnalyticsApi(mock).groups;
+      var res = api.YouTubeAnalyticsApi(mock).groups;
       var arg_id = 'foo';
       var arg_mine = true;
       var arg_onBehalfOfContentOwner = 'foo';
@@ -866,7 +866,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeAnalyticsApi(mock).groups;
+      var res = api.YouTubeAnalyticsApi(mock).groups;
       var arg_request = buildGroup();
       var arg_onBehalfOfContentOwner = 'foo';
       var arg_$fields = 'foo';
@@ -924,7 +924,7 @@
   unittest.group('resource-ReportsResourceApi', () {
     unittest.test('method--query', () {
       var mock = HttpServerMock();
-      var res = api.YoutubeAnalyticsApi(mock).reports;
+      var res = api.YouTubeAnalyticsApi(mock).reports;
       var arg_currency = 'foo';
       var arg_dimensions = 'foo';
       var arg_endDate = 'foo';
diff --git a/generated/googleapis/test/youtubereporting/v1_test.dart b/generated/googleapis/test/youtubereporting/v1_test.dart
index f2284a4..392ff1f 100644
--- a/generated/googleapis/test/youtubereporting/v1_test.dart
+++ b/generated/googleapis/test/youtubereporting/v1_test.dart
@@ -721,7 +721,7 @@
   unittest.group('resource-JobsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.YoutubereportingApi(mock).jobs;
+      var res = api.YouTubeReportingApi(mock).jobs;
       var arg_request = buildJob();
       var arg_onBehalfOfContentOwner = 'foo';
       var arg_$fields = 'foo';
@@ -776,7 +776,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.YoutubereportingApi(mock).jobs;
+      var res = api.YouTubeReportingApi(mock).jobs;
       var arg_jobId = 'foo';
       var arg_onBehalfOfContentOwner = 'foo';
       var arg_$fields = 'foo';
@@ -831,7 +831,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.YoutubereportingApi(mock).jobs;
+      var res = api.YouTubeReportingApi(mock).jobs;
       var arg_jobId = 'foo';
       var arg_onBehalfOfContentOwner = 'foo';
       var arg_$fields = 'foo';
@@ -886,7 +886,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.YoutubereportingApi(mock).jobs;
+      var res = api.YouTubeReportingApi(mock).jobs;
       var arg_includeSystemManaged = true;
       var arg_onBehalfOfContentOwner = 'foo';
       var arg_pageSize = 42;
@@ -951,7 +951,7 @@
   unittest.group('resource-JobsReportsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.YoutubereportingApi(mock).jobs.reports;
+      var res = api.YouTubeReportingApi(mock).jobs.reports;
       var arg_jobId = 'foo';
       var arg_reportId = 'foo';
       var arg_onBehalfOfContentOwner = 'foo';
@@ -1016,7 +1016,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.YoutubereportingApi(mock).jobs.reports;
+      var res = api.YouTubeReportingApi(mock).jobs.reports;
       var arg_jobId = 'foo';
       var arg_createdAfter = 'foo';
       var arg_onBehalfOfContentOwner = 'foo';
@@ -1102,7 +1102,7 @@
       // TODO: Implement tests for media download;
 
       var mock = HttpServerMock();
-      var res = api.YoutubereportingApi(mock).media;
+      var res = api.YouTubeReportingApi(mock).media;
       var arg_resourceName = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1152,7 +1152,7 @@
   unittest.group('resource-ReportTypesResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.YoutubereportingApi(mock).reportTypes;
+      var res = api.YouTubeReportingApi(mock).reportTypes;
       var arg_includeSystemManaged = true;
       var arg_onBehalfOfContentOwner = 'foo';
       var arg_pageSize = 42;
diff --git a/generated/googleapis_beta/lib/adexchangebuyer2/v2beta1.dart b/generated/googleapis_beta/lib/adexchangebuyer2/v2beta1.dart
index 03422b1..e0b3e17 100644
--- a/generated/googleapis_beta/lib/adexchangebuyer2/v2beta1.dart
+++ b/generated/googleapis_beta/lib/adexchangebuyer2/v2beta1.dart
@@ -40,7 +40,7 @@
 /// Accesses the latest features for managing Authorized Buyers accounts,
 /// Real-Time Bidding configurations and auction metrics, and Marketplace
 /// programmatic deals.
-class Adexchangebuyer2Api {
+class AdExchangeBuyerIIApi {
   /// Manage your Ad Exchange buyer account configuration
   static const adexchangeBuyerScope =
       'https://www.googleapis.com/auth/adexchange.buyer';
@@ -50,7 +50,7 @@
   AccountsResourceApi get accounts => AccountsResourceApi(_requester);
   BiddersResourceApi get bidders => BiddersResourceApi(_requester);
 
-  Adexchangebuyer2Api(http.Client client,
+  AdExchangeBuyerIIApi(http.Client client,
       {core.String rootUrl = 'https://adexchangebuyer.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis_beta/lib/alertcenter/v1beta1.dart b/generated/googleapis_beta/lib/alertcenter/v1beta1.dart
index b5b39e0..3c27989 100644
--- a/generated/googleapis_beta/lib/alertcenter/v1beta1.dart
+++ b/generated/googleapis_beta/lib/alertcenter/v1beta1.dart
@@ -36,7 +36,7 @@
     show ApiRequestError, DetailedApiRequestError;
 
 /// Manages alerts on issues affecting your domain.
-class AlertcenterApi {
+class AlertCenterApi {
   /// See and delete your domain's G Suite alerts, and send alert feedback
   static const appsAlertsScope = 'https://www.googleapis.com/auth/apps.alerts';
 
@@ -45,7 +45,7 @@
   AlertsResourceApi get alerts => AlertsResourceApi(_requester);
   V1beta1ResourceApi get v1beta1 => V1beta1ResourceApi(_requester);
 
-  AlertcenterApi(http.Client client,
+  AlertCenterApi(http.Client client,
       {core.String rootUrl = 'https://alertcenter.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis_beta/lib/artifactregistry/v1beta1.dart b/generated/googleapis_beta/lib/artifactregistry/v1beta1.dart
index 8fb1fd4..bde18b7 100644
--- a/generated/googleapis_beta/lib/artifactregistry/v1beta1.dart
+++ b/generated/googleapis_beta/lib/artifactregistry/v1beta1.dart
@@ -37,7 +37,7 @@
 
 /// Store and manage build artifacts in a scalable and integrated service built
 /// on Google infrastructure.
-class ArtifactregistryApi {
+class ArtifactRegistryApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -50,7 +50,7 @@
 
   ProjectsResourceApi get projects => ProjectsResourceApi(_requester);
 
-  ArtifactregistryApi(http.Client client,
+  ArtifactRegistryApi(http.Client client,
       {core.String rootUrl = 'https://artifactregistry.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis_beta/lib/bigqueryconnection/v1beta1.dart b/generated/googleapis_beta/lib/bigqueryconnection/v1beta1.dart
index df8fdd3..46f52c1 100644
--- a/generated/googleapis_beta/lib/bigqueryconnection/v1beta1.dart
+++ b/generated/googleapis_beta/lib/bigqueryconnection/v1beta1.dart
@@ -35,7 +35,7 @@
     show ApiRequestError, DetailedApiRequestError;
 
 /// Allows users to manage BigQuery connections to external data sources.
-class BigqueryconnectionApi {
+class BigQueryConnectionServiceApi {
   /// View and manage your data in Google BigQuery
   static const bigqueryScope = 'https://www.googleapis.com/auth/bigquery';
 
@@ -47,7 +47,7 @@
 
   ProjectsResourceApi get projects => ProjectsResourceApi(_requester);
 
-  BigqueryconnectionApi(http.Client client,
+  BigQueryConnectionServiceApi(http.Client client,
       {core.String rootUrl = 'https://bigqueryconnection.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis_beta/lib/billingbudgets/v1beta1.dart b/generated/googleapis_beta/lib/billingbudgets/v1beta1.dart
index 07cc232..1e7ea48 100644
--- a/generated/googleapis_beta/lib/billingbudgets/v1beta1.dart
+++ b/generated/googleapis_beta/lib/billingbudgets/v1beta1.dart
@@ -38,7 +38,7 @@
 
 /// The Cloud Billing Budget API stores Cloud Billing budgets, which define a
 /// budget plan and the rules to execute as spend is tracked against that plan.
-class BillingbudgetsApi {
+class CloudBillingBudgetApi {
   /// View and manage your Google Cloud Platform billing accounts
   static const cloudBillingScope =
       'https://www.googleapis.com/auth/cloud-billing';
@@ -52,7 +52,7 @@
   BillingAccountsResourceApi get billingAccounts =>
       BillingAccountsResourceApi(_requester);
 
-  BillingbudgetsApi(http.Client client,
+  CloudBillingBudgetApi(http.Client client,
       {core.String rootUrl = 'https://billingbudgets.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis_beta/lib/cloudresourcemanager/v1beta1.dart b/generated/googleapis_beta/lib/cloudresourcemanager/v1beta1.dart
index d1e7d6b..d50ee96 100644
--- a/generated/googleapis_beta/lib/cloudresourcemanager/v1beta1.dart
+++ b/generated/googleapis_beta/lib/cloudresourcemanager/v1beta1.dart
@@ -37,7 +37,7 @@
 
 /// Creates, reads, and updates metadata for Google Cloud Platform resource
 /// containers.
-class CloudresourcemanagerApi {
+class CloudResourceManagerApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -52,7 +52,7 @@
       OrganizationsResourceApi(_requester);
   ProjectsResourceApi get projects => ProjectsResourceApi(_requester);
 
-  CloudresourcemanagerApi(http.Client client,
+  CloudResourceManagerApi(http.Client client,
       {core.String rootUrl = 'https://cloudresourcemanager.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis_beta/lib/containeranalysis/v1beta1.dart b/generated/googleapis_beta/lib/containeranalysis/v1beta1.dart
index 61e602f..b10edbb 100644
--- a/generated/googleapis_beta/lib/containeranalysis/v1beta1.dart
+++ b/generated/googleapis_beta/lib/containeranalysis/v1beta1.dart
@@ -38,7 +38,7 @@
 
 /// An implementation of the Grafeas API, which stores, and enables querying and
 /// retrieval of critical metadata about all of your software artifacts.
-class ContaineranalysisApi {
+class ContainerAnalysisApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -47,7 +47,7 @@
 
   ProjectsResourceApi get projects => ProjectsResourceApi(_requester);
 
-  ContaineranalysisApi(http.Client client,
+  ContainerAnalysisApi(http.Client client,
       {core.String rootUrl = 'https://containeranalysis.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis_beta/lib/datacatalog/v1beta1.dart b/generated/googleapis_beta/lib/datacatalog/v1beta1.dart
index bd4c094..b55ae26 100644
--- a/generated/googleapis_beta/lib/datacatalog/v1beta1.dart
+++ b/generated/googleapis_beta/lib/datacatalog/v1beta1.dart
@@ -37,7 +37,7 @@
 
 /// A fully managed and highly scalable data discovery and metadata management
 /// service.
-class DatacatalogApi {
+class DataCatalogApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -48,7 +48,7 @@
   EntriesResourceApi get entries => EntriesResourceApi(_requester);
   ProjectsResourceApi get projects => ProjectsResourceApi(_requester);
 
-  DatacatalogApi(http.Client client,
+  DataCatalogApi(http.Client client,
       {core.String rootUrl = 'https://datacatalog.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis_beta/lib/datafusion/v1beta1.dart b/generated/googleapis_beta/lib/datafusion/v1beta1.dart
index 1850d04..7a5fc10 100644
--- a/generated/googleapis_beta/lib/datafusion/v1beta1.dart
+++ b/generated/googleapis_beta/lib/datafusion/v1beta1.dart
@@ -47,7 +47,7 @@
 /// easily and reliably build scalable data integration solutions to cleanse,
 /// prepare, blend, transfer and transform data without having to wrestle with
 /// infrastructure.
-class DatafusionApi {
+class DataFusionApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -56,7 +56,7 @@
 
   ProjectsResourceApi get projects => ProjectsResourceApi(_requester);
 
-  DatafusionApi(http.Client client,
+  DataFusionApi(http.Client client,
       {core.String rootUrl = 'https://datafusion.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis_beta/lib/documentai/v1beta2.dart b/generated/googleapis_beta/lib/documentai/v1beta2.dart
index d4643e4..375f957 100644
--- a/generated/googleapis_beta/lib/documentai/v1beta2.dart
+++ b/generated/googleapis_beta/lib/documentai/v1beta2.dart
@@ -39,7 +39,7 @@
 /// Service to parse structured information from unstructured or semi-structured
 /// documents using state-of-the-art Google AI such as natural language,
 /// computer vision, translation, and AutoML.
-class DocumentaiApi {
+class DocumentApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -48,7 +48,7 @@
 
   ProjectsResourceApi get projects => ProjectsResourceApi(_requester);
 
-  DocumentaiApi(http.Client client,
+  DocumentApi(http.Client client,
       {core.String rootUrl = 'https://documentai.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis_beta/lib/factchecktools/v1alpha1.dart b/generated/googleapis_beta/lib/factchecktools/v1alpha1.dart
index be9c5e3..1bd657b 100644
--- a/generated/googleapis_beta/lib/factchecktools/v1alpha1.dart
+++ b/generated/googleapis_beta/lib/factchecktools/v1alpha1.dart
@@ -35,7 +35,7 @@
 export 'package:_discoveryapis_commons/_discoveryapis_commons.dart'
     show ApiRequestError, DetailedApiRequestError;
 
-class FactchecktoolsApi {
+class FactCheckToolsApi {
   /// View your email address
   static const userinfoEmailScope =
       'https://www.googleapis.com/auth/userinfo.email';
@@ -45,7 +45,7 @@
   ClaimsResourceApi get claims => ClaimsResourceApi(_requester);
   PagesResourceApi get pages => PagesResourceApi(_requester);
 
-  FactchecktoolsApi(http.Client client,
+  FactCheckToolsApi(http.Client client,
       {core.String rootUrl = 'https://factchecktools.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis_beta/lib/firebase/v1beta1.dart b/generated/googleapis_beta/lib/firebase/v1beta1.dart
index 5fab8d9..57cb714 100644
--- a/generated/googleapis_beta/lib/firebase/v1beta1.dart
+++ b/generated/googleapis_beta/lib/firebase/v1beta1.dart
@@ -39,7 +39,7 @@
 /// The Firebase Management API enables programmatic setup and management of
 /// Firebase projects, including a project's Firebase resources and Firebase
 /// apps.
-class FirebaseApi {
+class FirebaseManagementApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -62,7 +62,7 @@
   OperationsResourceApi get operations => OperationsResourceApi(_requester);
   ProjectsResourceApi get projects => ProjectsResourceApi(_requester);
 
-  FirebaseApi(http.Client client,
+  FirebaseManagementApi(http.Client client,
       {core.String rootUrl = 'https://firebase.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis_beta/lib/firebasehosting/v1beta1.dart b/generated/googleapis_beta/lib/firebasehosting/v1beta1.dart
index ff54cb9..1e62015 100644
--- a/generated/googleapis_beta/lib/firebasehosting/v1beta1.dart
+++ b/generated/googleapis_beta/lib/firebasehosting/v1beta1.dart
@@ -39,7 +39,7 @@
 /// The Firebase Hosting REST API enables programmatic and customizable
 /// deployments to your Firebase-hosted sites. Use this REST API to deploy new
 /// or updated hosting configurations and content files.
-class FirebasehostingApi {
+class FirebaseHostingApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -60,7 +60,7 @@
   ProjectsResourceApi get projects => ProjectsResourceApi(_requester);
   SitesResourceApi get sites => SitesResourceApi(_requester);
 
-  FirebasehostingApi(http.Client client,
+  FirebaseHostingApi(http.Client client,
       {core.String rootUrl = 'https://firebasehosting.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis_beta/lib/firebaseml/v1beta2.dart b/generated/googleapis_beta/lib/firebaseml/v1beta2.dart
index 2cdfc84..8f413bd 100644
--- a/generated/googleapis_beta/lib/firebaseml/v1beta2.dart
+++ b/generated/googleapis_beta/lib/firebaseml/v1beta2.dart
@@ -35,7 +35,7 @@
     show ApiRequestError, DetailedApiRequestError;
 
 /// Access custom machine learning models hosted via Firebase ML.
-class FirebasemlApi {
+class FirebaseMLApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -44,7 +44,7 @@
 
   ProjectsResourceApi get projects => ProjectsResourceApi(_requester);
 
-  FirebasemlApi(http.Client client,
+  FirebaseMLApi(http.Client client,
       {core.String rootUrl = 'https://firebaseml.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis_beta/lib/gameservices/v1beta.dart b/generated/googleapis_beta/lib/gameservices/v1beta.dart
index 4c84476..80a95e5 100644
--- a/generated/googleapis_beta/lib/gameservices/v1beta.dart
+++ b/generated/googleapis_beta/lib/gameservices/v1beta.dart
@@ -35,7 +35,7 @@
     show ApiRequestError, DetailedApiRequestError;
 
 /// Deploy and manage infrastructure for global multiplayer gaming experiences.
-class GameservicesApi {
+class GameServicesApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -44,7 +44,7 @@
 
   ProjectsResourceApi get projects => ProjectsResourceApi(_requester);
 
-  GameservicesApi(http.Client client,
+  GameServicesApi(http.Client client,
       {core.String rootUrl = 'https://gameservices.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis_beta/lib/language/v1beta1.dart b/generated/googleapis_beta/lib/language/v1beta1.dart
index 493af44..69b724b 100644
--- a/generated/googleapis_beta/lib/language/v1beta1.dart
+++ b/generated/googleapis_beta/lib/language/v1beta1.dart
@@ -39,7 +39,7 @@
 /// Provides natural language understanding technologies, such as sentiment
 /// analysis, entity recognition, entity sentiment analysis, and other text
 /// annotations, to developers.
-class LanguageApi {
+class CloudNaturalLanguageApi {
   /// Apply machine learning models to reveal the structure and meaning of text
   static const cloudLanguageScope =
       'https://www.googleapis.com/auth/cloud-language';
@@ -52,7 +52,7 @@
 
   DocumentsResourceApi get documents => DocumentsResourceApi(_requester);
 
-  LanguageApi(http.Client client,
+  CloudNaturalLanguageApi(http.Client client,
       {core.String rootUrl = 'https://language.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis_beta/lib/language/v1beta2.dart b/generated/googleapis_beta/lib/language/v1beta2.dart
index dd79350..277927b 100644
--- a/generated/googleapis_beta/lib/language/v1beta2.dart
+++ b/generated/googleapis_beta/lib/language/v1beta2.dart
@@ -39,7 +39,7 @@
 /// Provides natural language understanding technologies, such as sentiment
 /// analysis, entity recognition, entity sentiment analysis, and other text
 /// annotations, to developers.
-class LanguageApi {
+class CloudNaturalLanguageApi {
   /// Apply machine learning models to reveal the structure and meaning of text
   static const cloudLanguageScope =
       'https://www.googleapis.com/auth/cloud-language';
@@ -52,7 +52,7 @@
 
   DocumentsResourceApi get documents => DocumentsResourceApi(_requester);
 
-  LanguageApi(http.Client client,
+  CloudNaturalLanguageApi(http.Client client,
       {core.String rootUrl = 'https://language.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis_beta/lib/lifesciences/v2beta.dart b/generated/googleapis_beta/lib/lifesciences/v2beta.dart
index 88f8e4f..3c327e3 100644
--- a/generated/googleapis_beta/lib/lifesciences/v2beta.dart
+++ b/generated/googleapis_beta/lib/lifesciences/v2beta.dart
@@ -37,7 +37,7 @@
 
 /// Cloud Life Sciences is a suite of services and tools for managing,
 /// processing, and transforming life sciences data.
-class LifesciencesApi {
+class CloudLifeSciencesApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -46,7 +46,7 @@
 
   ProjectsResourceApi get projects => ProjectsResourceApi(_requester);
 
-  LifesciencesApi(http.Client client,
+  CloudLifeSciencesApi(http.Client client,
       {core.String rootUrl = 'https://lifesciences.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis_beta/lib/memcache/v1beta2.dart b/generated/googleapis_beta/lib/memcache/v1beta2.dart
index 413100f..4fc5431 100644
--- a/generated/googleapis_beta/lib/memcache/v1beta2.dart
+++ b/generated/googleapis_beta/lib/memcache/v1beta2.dart
@@ -37,7 +37,7 @@
 
 /// Google Cloud Memorystore for Memcached API is used for creating and managing
 /// Memcached instances in GCP.
-class MemcacheApi {
+class CloudMemorystoreForMemcachedApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -46,7 +46,7 @@
 
   ProjectsResourceApi get projects => ProjectsResourceApi(_requester);
 
-  MemcacheApi(http.Client client,
+  CloudMemorystoreForMemcachedApi(http.Client client,
       {core.String rootUrl = 'https://memcache.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis_beta/lib/oslogin/v1alpha.dart b/generated/googleapis_beta/lib/oslogin/v1alpha.dart
index c908ed4..ff4eb09 100644
--- a/generated/googleapis_beta/lib/oslogin/v1alpha.dart
+++ b/generated/googleapis_beta/lib/oslogin/v1alpha.dart
@@ -35,7 +35,7 @@
     show ApiRequestError, DetailedApiRequestError;
 
 /// You can use OS Login to manage access to your VM instances using IAM roles.
-class OsloginApi {
+class CloudOSLoginApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -55,7 +55,7 @@
 
   UsersResourceApi get users => UsersResourceApi(_requester);
 
-  OsloginApi(http.Client client,
+  CloudOSLoginApi(http.Client client,
       {core.String rootUrl = 'https://oslogin.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis_beta/lib/oslogin/v1beta.dart b/generated/googleapis_beta/lib/oslogin/v1beta.dart
index c2ae6fd..0b3aa4a 100644
--- a/generated/googleapis_beta/lib/oslogin/v1beta.dart
+++ b/generated/googleapis_beta/lib/oslogin/v1beta.dart
@@ -35,7 +35,7 @@
     show ApiRequestError, DetailedApiRequestError;
 
 /// You can use OS Login to manage access to your VM instances using IAM roles.
-class OsloginApi {
+class CloudOSLoginApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -55,7 +55,7 @@
 
   UsersResourceApi get users => UsersResourceApi(_requester);
 
-  OsloginApi(http.Client client,
+  CloudOSLoginApi(http.Client client,
       {core.String rootUrl = 'https://oslogin.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis_beta/lib/prod_tt_sasportal/v1alpha1.dart b/generated/googleapis_beta/lib/prod_tt_sasportal/v1alpha1.dart
index 464f63b..7bb2970 100644
--- a/generated/googleapis_beta/lib/prod_tt_sasportal/v1alpha1.dart
+++ b/generated/googleapis_beta/lib/prod_tt_sasportal/v1alpha1.dart
@@ -35,7 +35,7 @@
 export 'package:_discoveryapis_commons/_discoveryapis_commons.dart'
     show ApiRequestError, DetailedApiRequestError;
 
-class ProdTtSasportalApi {
+class SASPortalTestingApi {
   /// View your email address
   static const userinfoEmailScope =
       'https://www.googleapis.com/auth/userinfo.email';
@@ -48,7 +48,7 @@
   NodesResourceApi get nodes => NodesResourceApi(_requester);
   PoliciesResourceApi get policies => PoliciesResourceApi(_requester);
 
-  ProdTtSasportalApi(http.Client client,
+  SASPortalTestingApi(http.Client client,
       {core.String rootUrl = 'https://prod-tt-sasportal.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis_beta/lib/runtimeconfig/v1beta1.dart b/generated/googleapis_beta/lib/runtimeconfig/v1beta1.dart
index 0367ac7..1a334c1 100644
--- a/generated/googleapis_beta/lib/runtimeconfig/v1beta1.dart
+++ b/generated/googleapis_beta/lib/runtimeconfig/v1beta1.dart
@@ -42,7 +42,7 @@
 /// variables through Google Cloud Platform. In addition, you can also set
 /// Watchers and Waiters that will watch for changes to your data and return
 /// based on certain conditions.
-class RuntimeconfigApi {
+class CloudRuntimeConfigApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -55,7 +55,7 @@
 
   ProjectsResourceApi get projects => ProjectsResourceApi(_requester);
 
-  RuntimeconfigApi(http.Client client,
+  CloudRuntimeConfigApi(http.Client client,
       {core.String rootUrl = 'https://runtimeconfig.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis_beta/lib/servicedirectory/v1beta1.dart b/generated/googleapis_beta/lib/servicedirectory/v1beta1.dart
index 619acda..bbc6139 100644
--- a/generated/googleapis_beta/lib/servicedirectory/v1beta1.dart
+++ b/generated/googleapis_beta/lib/servicedirectory/v1beta1.dart
@@ -37,7 +37,7 @@
 
 /// Service Directory is a platform for discovering, publishing, and connecting
 /// services.
-class ServicedirectoryApi {
+class ServiceDirectoryApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -46,7 +46,7 @@
 
   ProjectsResourceApi get projects => ProjectsResourceApi(_requester);
 
-  ServicedirectoryApi(http.Client client,
+  ServiceDirectoryApi(http.Client client,
       {core.String rootUrl = 'https://servicedirectory.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis_beta/lib/sqladmin/v1beta4.dart b/generated/googleapis_beta/lib/sqladmin/v1beta4.dart
index 0b1c4d8..4fa3bcb 100644
--- a/generated/googleapis_beta/lib/sqladmin/v1beta4.dart
+++ b/generated/googleapis_beta/lib/sqladmin/v1beta4.dart
@@ -35,7 +35,7 @@
     show ApiRequestError, DetailedApiRequestError;
 
 /// API for Cloud SQL database instance management
-class SqladminApi {
+class SQLAdminApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -56,7 +56,7 @@
   TiersResourceApi get tiers => TiersResourceApi(_requester);
   UsersResourceApi get users => UsersResourceApi(_requester);
 
-  SqladminApi(http.Client client,
+  SQLAdminApi(http.Client client,
       {core.String rootUrl = 'https://sqladmin.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis_beta/lib/toolresults/v1beta3.dart b/generated/googleapis_beta/lib/toolresults/v1beta3.dart
index 917e0dc..98931ef 100644
--- a/generated/googleapis_beta/lib/toolresults/v1beta3.dart
+++ b/generated/googleapis_beta/lib/toolresults/v1beta3.dart
@@ -35,7 +35,7 @@
     show ApiRequestError, DetailedApiRequestError;
 
 /// API to publish and access results from developer tools.
-class ToolresultsApi {
+class ToolResultsApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -44,7 +44,7 @@
 
   ProjectsResourceApi get projects => ProjectsResourceApi(_requester);
 
-  ToolresultsApi(http.Client client,
+  ToolResultsApi(http.Client client,
       {core.String rootUrl = 'https://toolresults.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis_beta/lib/tpu/v1alpha1.dart b/generated/googleapis_beta/lib/tpu/v1alpha1.dart
index 986a716..f47742e 100644
--- a/generated/googleapis_beta/lib/tpu/v1alpha1.dart
+++ b/generated/googleapis_beta/lib/tpu/v1alpha1.dart
@@ -35,7 +35,7 @@
     show ApiRequestError, DetailedApiRequestError;
 
 /// TPU API provides customers with access to Google TPU technology.
-class TpuApi {
+class TPUApi {
   /// View and manage your data across Google Cloud Platform services
   static const cloudPlatformScope =
       'https://www.googleapis.com/auth/cloud-platform';
@@ -44,7 +44,7 @@
 
   ProjectsResourceApi get projects => ProjectsResourceApi(_requester);
 
-  TpuApi(http.Client client,
+  TPUApi(http.Client client,
       {core.String rootUrl = 'https://tpu.googleapis.com/',
       core.String servicePath = ''})
       : _requester =
diff --git a/generated/googleapis_beta/test/adexchangebuyer2/v2beta1_test.dart b/generated/googleapis_beta/test/adexchangebuyer2/v2beta1_test.dart
index e8e637f..bb64042 100644
--- a/generated/googleapis_beta/test/adexchangebuyer2/v2beta1_test.dart
+++ b/generated/googleapis_beta/test/adexchangebuyer2/v2beta1_test.dart
@@ -4467,7 +4467,7 @@
   unittest.group('resource-AccountsClientsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.Adexchangebuyer2Api(mock).accounts.clients;
+      var res = api.AdExchangeBuyerIIApi(mock).accounts.clients;
       var arg_request = buildClient();
       var arg_accountId = 'foo';
       var arg_$fields = 'foo';
@@ -4528,7 +4528,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.Adexchangebuyer2Api(mock).accounts.clients;
+      var res = api.AdExchangeBuyerIIApi(mock).accounts.clients;
       var arg_accountId = 'foo';
       var arg_clientAccountId = 'foo';
       var arg_$fields = 'foo';
@@ -4588,7 +4588,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.Adexchangebuyer2Api(mock).accounts.clients;
+      var res = api.AdExchangeBuyerIIApi(mock).accounts.clients;
       var arg_accountId = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -4657,7 +4657,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.Adexchangebuyer2Api(mock).accounts.clients;
+      var res = api.AdExchangeBuyerIIApi(mock).accounts.clients;
       var arg_request = buildClient();
       var arg_accountId = 'foo';
       var arg_clientAccountId = 'foo';
@@ -4725,7 +4725,7 @@
   unittest.group('resource-AccountsClientsInvitationsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.Adexchangebuyer2Api(mock).accounts.clients.invitations;
+      var res = api.AdExchangeBuyerIIApi(mock).accounts.clients.invitations;
       var arg_request = buildClientUserInvitation();
       var arg_accountId = 'foo';
       var arg_clientAccountId = 'foo';
@@ -4797,7 +4797,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.Adexchangebuyer2Api(mock).accounts.clients.invitations;
+      var res = api.AdExchangeBuyerIIApi(mock).accounts.clients.invitations;
       var arg_accountId = 'foo';
       var arg_clientAccountId = 'foo';
       var arg_invitationId = 'foo';
@@ -4868,7 +4868,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.Adexchangebuyer2Api(mock).accounts.clients.invitations;
+      var res = api.AdExchangeBuyerIIApi(mock).accounts.clients.invitations;
       var arg_accountId = 'foo';
       var arg_clientAccountId = 'foo';
       var arg_pageSize = 42;
@@ -4947,7 +4947,7 @@
   unittest.group('resource-AccountsClientsUsersResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.Adexchangebuyer2Api(mock).accounts.clients.users;
+      var res = api.AdExchangeBuyerIIApi(mock).accounts.clients.users;
       var arg_accountId = 'foo';
       var arg_clientAccountId = 'foo';
       var arg_userId = 'foo';
@@ -5018,7 +5018,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.Adexchangebuyer2Api(mock).accounts.clients.users;
+      var res = api.AdExchangeBuyerIIApi(mock).accounts.clients.users;
       var arg_accountId = 'foo';
       var arg_clientAccountId = 'foo';
       var arg_pageSize = 42;
@@ -5093,7 +5093,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.Adexchangebuyer2Api(mock).accounts.clients.users;
+      var res = api.AdExchangeBuyerIIApi(mock).accounts.clients.users;
       var arg_request = buildClientUser();
       var arg_accountId = 'foo';
       var arg_clientAccountId = 'foo';
@@ -5171,7 +5171,7 @@
   unittest.group('resource-AccountsCreativesResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.Adexchangebuyer2Api(mock).accounts.creatives;
+      var res = api.AdExchangeBuyerIIApi(mock).accounts.creatives;
       var arg_request = buildCreative();
       var arg_accountId = 'foo';
       var arg_duplicateIdMode = 'foo';
@@ -5236,7 +5236,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.Adexchangebuyer2Api(mock).accounts.creatives;
+      var res = api.AdExchangeBuyerIIApi(mock).accounts.creatives;
       var arg_accountId = 'foo';
       var arg_creativeId = 'foo';
       var arg_$fields = 'foo';
@@ -5296,7 +5296,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.Adexchangebuyer2Api(mock).accounts.creatives;
+      var res = api.AdExchangeBuyerIIApi(mock).accounts.creatives;
       var arg_accountId = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -5364,7 +5364,7 @@
 
     unittest.test('method--stopWatching', () {
       var mock = HttpServerMock();
-      var res = api.Adexchangebuyer2Api(mock).accounts.creatives;
+      var res = api.AdExchangeBuyerIIApi(mock).accounts.creatives;
       var arg_request = buildStopWatchingCreativeRequest();
       var arg_accountId = 'foo';
       var arg_creativeId = 'foo';
@@ -5437,7 +5437,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.Adexchangebuyer2Api(mock).accounts.creatives;
+      var res = api.AdExchangeBuyerIIApi(mock).accounts.creatives;
       var arg_request = buildCreative();
       var arg_accountId = 'foo';
       var arg_creativeId = 'foo';
@@ -5503,7 +5503,7 @@
 
     unittest.test('method--watch', () {
       var mock = HttpServerMock();
-      var res = api.Adexchangebuyer2Api(mock).accounts.creatives;
+      var res = api.AdExchangeBuyerIIApi(mock).accounts.creatives;
       var arg_request = buildWatchCreativeRequest();
       var arg_accountId = 'foo';
       var arg_creativeId = 'foo';
@@ -5578,7 +5578,7 @@
     unittest.test('method--add', () {
       var mock = HttpServerMock();
       var res =
-          api.Adexchangebuyer2Api(mock).accounts.creatives.dealAssociations;
+          api.AdExchangeBuyerIIApi(mock).accounts.creatives.dealAssociations;
       var arg_request = buildAddDealAssociationRequest();
       var arg_accountId = 'foo';
       var arg_creativeId = 'foo';
@@ -5650,7 +5650,7 @@
     unittest.test('method--list', () {
       var mock = HttpServerMock();
       var res =
-          api.Adexchangebuyer2Api(mock).accounts.creatives.dealAssociations;
+          api.AdExchangeBuyerIIApi(mock).accounts.creatives.dealAssociations;
       var arg_accountId = 'foo';
       var arg_creativeId = 'foo';
       var arg_pageSize = 42;
@@ -5730,7 +5730,7 @@
     unittest.test('method--remove', () {
       var mock = HttpServerMock();
       var res =
-          api.Adexchangebuyer2Api(mock).accounts.creatives.dealAssociations;
+          api.AdExchangeBuyerIIApi(mock).accounts.creatives.dealAssociations;
       var arg_request = buildRemoveDealAssociationRequest();
       var arg_accountId = 'foo';
       var arg_creativeId = 'foo';
@@ -5805,7 +5805,7 @@
   unittest.group('resource-AccountsFinalizedProposalsResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.Adexchangebuyer2Api(mock).accounts.finalizedProposals;
+      var res = api.AdExchangeBuyerIIApi(mock).accounts.finalizedProposals;
       var arg_accountId = 'foo';
       var arg_filter = 'foo';
       var arg_filterSyntax = 'foo';
@@ -5879,7 +5879,7 @@
   unittest.group('resource-AccountsProductsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.Adexchangebuyer2Api(mock).accounts.products;
+      var res = api.AdExchangeBuyerIIApi(mock).accounts.products;
       var arg_accountId = 'foo';
       var arg_productId = 'foo';
       var arg_$fields = 'foo';
@@ -5939,7 +5939,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.Adexchangebuyer2Api(mock).accounts.products;
+      var res = api.AdExchangeBuyerIIApi(mock).accounts.products;
       var arg_accountId = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -6009,7 +6009,7 @@
   unittest.group('resource-AccountsProposalsResourceApi', () {
     unittest.test('method--accept', () {
       var mock = HttpServerMock();
-      var res = api.Adexchangebuyer2Api(mock).accounts.proposals;
+      var res = api.AdExchangeBuyerIIApi(mock).accounts.proposals;
       var arg_request = buildAcceptProposalRequest();
       var arg_accountId = 'foo';
       var arg_proposalId = 'foo';
@@ -6081,7 +6081,7 @@
 
     unittest.test('method--addNote', () {
       var mock = HttpServerMock();
-      var res = api.Adexchangebuyer2Api(mock).accounts.proposals;
+      var res = api.AdExchangeBuyerIIApi(mock).accounts.proposals;
       var arg_request = buildAddNoteRequest();
       var arg_accountId = 'foo';
       var arg_proposalId = 'foo';
@@ -6153,7 +6153,7 @@
 
     unittest.test('method--cancelNegotiation', () {
       var mock = HttpServerMock();
-      var res = api.Adexchangebuyer2Api(mock).accounts.proposals;
+      var res = api.AdExchangeBuyerIIApi(mock).accounts.proposals;
       var arg_request = buildCancelNegotiationRequest();
       var arg_accountId = 'foo';
       var arg_proposalId = 'foo';
@@ -6225,7 +6225,7 @@
 
     unittest.test('method--completeSetup', () {
       var mock = HttpServerMock();
-      var res = api.Adexchangebuyer2Api(mock).accounts.proposals;
+      var res = api.AdExchangeBuyerIIApi(mock).accounts.proposals;
       var arg_request = buildCompleteSetupRequest();
       var arg_accountId = 'foo';
       var arg_proposalId = 'foo';
@@ -6297,7 +6297,7 @@
 
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.Adexchangebuyer2Api(mock).accounts.proposals;
+      var res = api.AdExchangeBuyerIIApi(mock).accounts.proposals;
       var arg_request = buildProposal();
       var arg_accountId = 'foo';
       var arg_$fields = 'foo';
@@ -6358,7 +6358,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.Adexchangebuyer2Api(mock).accounts.proposals;
+      var res = api.AdExchangeBuyerIIApi(mock).accounts.proposals;
       var arg_accountId = 'foo';
       var arg_proposalId = 'foo';
       var arg_$fields = 'foo';
@@ -6418,7 +6418,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.Adexchangebuyer2Api(mock).accounts.proposals;
+      var res = api.AdExchangeBuyerIIApi(mock).accounts.proposals;
       var arg_accountId = 'foo';
       var arg_filter = 'foo';
       var arg_filterSyntax = 'foo';
@@ -6490,7 +6490,7 @@
 
     unittest.test('method--pause', () {
       var mock = HttpServerMock();
-      var res = api.Adexchangebuyer2Api(mock).accounts.proposals;
+      var res = api.AdExchangeBuyerIIApi(mock).accounts.proposals;
       var arg_request = buildPauseProposalRequest();
       var arg_accountId = 'foo';
       var arg_proposalId = 'foo';
@@ -6562,7 +6562,7 @@
 
     unittest.test('method--resume', () {
       var mock = HttpServerMock();
-      var res = api.Adexchangebuyer2Api(mock).accounts.proposals;
+      var res = api.AdExchangeBuyerIIApi(mock).accounts.proposals;
       var arg_request = buildResumeProposalRequest();
       var arg_accountId = 'foo';
       var arg_proposalId = 'foo';
@@ -6634,7 +6634,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.Adexchangebuyer2Api(mock).accounts.proposals;
+      var res = api.AdExchangeBuyerIIApi(mock).accounts.proposals;
       var arg_request = buildProposal();
       var arg_accountId = 'foo';
       var arg_proposalId = 'foo';
@@ -6702,7 +6702,7 @@
   unittest.group('resource-AccountsPublisherProfilesResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.Adexchangebuyer2Api(mock).accounts.publisherProfiles;
+      var res = api.AdExchangeBuyerIIApi(mock).accounts.publisherProfiles;
       var arg_accountId = 'foo';
       var arg_publisherProfileId = 'foo';
       var arg_$fields = 'foo';
@@ -6762,7 +6762,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.Adexchangebuyer2Api(mock).accounts.publisherProfiles;
+      var res = api.AdExchangeBuyerIIApi(mock).accounts.publisherProfiles;
       var arg_accountId = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -6830,7 +6830,7 @@
   unittest.group('resource-BiddersAccountsFilterSetsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.Adexchangebuyer2Api(mock).bidders.accounts.filterSets;
+      var res = api.AdExchangeBuyerIIApi(mock).bidders.accounts.filterSets;
       var arg_request = buildFilterSet();
       var arg_ownerName = 'foo';
       var arg_isTransient = true;
@@ -6887,7 +6887,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.Adexchangebuyer2Api(mock).bidders.accounts.filterSets;
+      var res = api.AdExchangeBuyerIIApi(mock).bidders.accounts.filterSets;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -6935,7 +6935,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.Adexchangebuyer2Api(mock).bidders.accounts.filterSets;
+      var res = api.AdExchangeBuyerIIApi(mock).bidders.accounts.filterSets;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -6983,7 +6983,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.Adexchangebuyer2Api(mock).bidders.accounts.filterSets;
+      var res = api.AdExchangeBuyerIIApi(mock).bidders.accounts.filterSets;
       var arg_ownerName = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -7043,7 +7043,7 @@
     unittest.test('method--list', () {
       var mock = HttpServerMock();
       var res =
-          api.Adexchangebuyer2Api(mock).bidders.accounts.filterSets.bidMetrics;
+          api.AdExchangeBuyerIIApi(mock).bidders.accounts.filterSets.bidMetrics;
       var arg_filterSetName = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -7103,7 +7103,7 @@
       'resource-BiddersAccountsFilterSetsBidResponseErrorsResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.Adexchangebuyer2Api(mock)
+      var res = api.AdExchangeBuyerIIApi(mock)
           .bidders
           .accounts
           .filterSets
@@ -7169,7 +7169,7 @@
       () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.Adexchangebuyer2Api(mock)
+      var res = api.AdExchangeBuyerIIApi(mock)
           .bidders
           .accounts
           .filterSets
@@ -7235,7 +7235,7 @@
       'resource-BiddersAccountsFilterSetsFilteredBidRequestsResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.Adexchangebuyer2Api(mock)
+      var res = api.AdExchangeBuyerIIApi(mock)
           .bidders
           .accounts
           .filterSets
@@ -7300,7 +7300,7 @@
       () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.Adexchangebuyer2Api(mock)
+      var res = api.AdExchangeBuyerIIApi(mock)
           .bidders
           .accounts
           .filterSets
@@ -7364,7 +7364,7 @@
       'resource-BiddersAccountsFilterSetsFilteredBidsCreativesResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.Adexchangebuyer2Api(mock)
+      var res = api.AdExchangeBuyerIIApi(mock)
           .bidders
           .accounts
           .filterSets
@@ -7432,7 +7432,7 @@
       'resource-BiddersAccountsFilterSetsFilteredBidsDetailsResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.Adexchangebuyer2Api(mock)
+      var res = api.AdExchangeBuyerIIApi(mock)
           .bidders
           .accounts
           .filterSets
@@ -7500,7 +7500,7 @@
       'resource-BiddersAccountsFilterSetsImpressionMetricsResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.Adexchangebuyer2Api(mock)
+      var res = api.AdExchangeBuyerIIApi(mock)
           .bidders
           .accounts
           .filterSets
@@ -7565,7 +7565,7 @@
     unittest.test('method--list', () {
       var mock = HttpServerMock();
       var res =
-          api.Adexchangebuyer2Api(mock).bidders.accounts.filterSets.losingBids;
+          api.AdExchangeBuyerIIApi(mock).bidders.accounts.filterSets.losingBids;
       var arg_filterSetName = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -7626,7 +7626,7 @@
       () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.Adexchangebuyer2Api(mock)
+      var res = api.AdExchangeBuyerIIApi(mock)
           .bidders
           .accounts
           .filterSets
@@ -7691,7 +7691,7 @@
   unittest.group('resource-BiddersFilterSetsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.Adexchangebuyer2Api(mock).bidders.filterSets;
+      var res = api.AdExchangeBuyerIIApi(mock).bidders.filterSets;
       var arg_request = buildFilterSet();
       var arg_ownerName = 'foo';
       var arg_isTransient = true;
@@ -7748,7 +7748,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.Adexchangebuyer2Api(mock).bidders.filterSets;
+      var res = api.AdExchangeBuyerIIApi(mock).bidders.filterSets;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -7796,7 +7796,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.Adexchangebuyer2Api(mock).bidders.filterSets;
+      var res = api.AdExchangeBuyerIIApi(mock).bidders.filterSets;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -7844,7 +7844,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.Adexchangebuyer2Api(mock).bidders.filterSets;
+      var res = api.AdExchangeBuyerIIApi(mock).bidders.filterSets;
       var arg_ownerName = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -7903,7 +7903,7 @@
   unittest.group('resource-BiddersFilterSetsBidMetricsResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.Adexchangebuyer2Api(mock).bidders.filterSets.bidMetrics;
+      var res = api.AdExchangeBuyerIIApi(mock).bidders.filterSets.bidMetrics;
       var arg_filterSetName = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -7963,7 +7963,7 @@
     unittest.test('method--list', () {
       var mock = HttpServerMock();
       var res =
-          api.Adexchangebuyer2Api(mock).bidders.filterSets.bidResponseErrors;
+          api.AdExchangeBuyerIIApi(mock).bidders.filterSets.bidResponseErrors;
       var arg_filterSetName = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -8024,7 +8024,7 @@
       () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.Adexchangebuyer2Api(mock)
+      var res = api.AdExchangeBuyerIIApi(mock)
           .bidders
           .filterSets
           .bidResponsesWithoutBids;
@@ -8090,7 +8090,7 @@
     unittest.test('method--list', () {
       var mock = HttpServerMock();
       var res =
-          api.Adexchangebuyer2Api(mock).bidders.filterSets.filteredBidRequests;
+          api.AdExchangeBuyerIIApi(mock).bidders.filterSets.filteredBidRequests;
       var arg_filterSetName = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -8150,7 +8150,7 @@
   unittest.group('resource-BiddersFilterSetsFilteredBidsResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.Adexchangebuyer2Api(mock).bidders.filterSets.filteredBids;
+      var res = api.AdExchangeBuyerIIApi(mock).bidders.filterSets.filteredBids;
       var arg_filterSetName = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -8210,7 +8210,7 @@
       () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.Adexchangebuyer2Api(mock)
+      var res = api.AdExchangeBuyerIIApi(mock)
           .bidders
           .filterSets
           .filteredBids
@@ -8277,8 +8277,11 @@
       () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res =
-          api.Adexchangebuyer2Api(mock).bidders.filterSets.filteredBids.details;
+      var res = api.AdExchangeBuyerIIApi(mock)
+          .bidders
+          .filterSets
+          .filteredBids
+          .details;
       var arg_filterSetName = 'foo';
       var arg_creativeStatusId = 42;
       var arg_pageSize = 42;
@@ -8341,7 +8344,7 @@
     unittest.test('method--list', () {
       var mock = HttpServerMock();
       var res =
-          api.Adexchangebuyer2Api(mock).bidders.filterSets.impressionMetrics;
+          api.AdExchangeBuyerIIApi(mock).bidders.filterSets.impressionMetrics;
       var arg_filterSetName = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -8401,7 +8404,7 @@
   unittest.group('resource-BiddersFilterSetsLosingBidsResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.Adexchangebuyer2Api(mock).bidders.filterSets.losingBids;
+      var res = api.AdExchangeBuyerIIApi(mock).bidders.filterSets.losingBids;
       var arg_filterSetName = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -8461,7 +8464,7 @@
       () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.Adexchangebuyer2Api(mock)
+      var res = api.AdExchangeBuyerIIApi(mock)
           .bidders
           .filterSets
           .nonBillableWinningBids;
diff --git a/generated/googleapis_beta/test/alertcenter/v1beta1_test.dart b/generated/googleapis_beta/test/alertcenter/v1beta1_test.dart
index 47cd257..1317e7f 100644
--- a/generated/googleapis_beta/test/alertcenter/v1beta1_test.dart
+++ b/generated/googleapis_beta/test/alertcenter/v1beta1_test.dart
@@ -1845,7 +1845,7 @@
   unittest.group('resource-AlertsResourceApi', () {
     unittest.test('method--batchDelete', () {
       var mock = HttpServerMock();
-      var res = api.AlertcenterApi(mock).alerts;
+      var res = api.AlertCenterApi(mock).alerts;
       var arg_request = buildBatchDeleteAlertsRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1897,7 +1897,7 @@
 
     unittest.test('method--batchUndelete', () {
       var mock = HttpServerMock();
-      var res = api.AlertcenterApi(mock).alerts;
+      var res = api.AlertCenterApi(mock).alerts;
       var arg_request = buildBatchUndeleteAlertsRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1949,7 +1949,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.AlertcenterApi(mock).alerts;
+      var res = api.AlertCenterApi(mock).alerts;
       var arg_alertId = 'foo';
       var arg_customerId = 'foo';
       var arg_$fields = 'foo';
@@ -2002,7 +2002,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.AlertcenterApi(mock).alerts;
+      var res = api.AlertCenterApi(mock).alerts;
       var arg_alertId = 'foo';
       var arg_customerId = 'foo';
       var arg_$fields = 'foo';
@@ -2055,7 +2055,7 @@
 
     unittest.test('method--getMetadata', () {
       var mock = HttpServerMock();
-      var res = api.AlertcenterApi(mock).alerts;
+      var res = api.AlertCenterApi(mock).alerts;
       var arg_alertId = 'foo';
       var arg_customerId = 'foo';
       var arg_$fields = 'foo';
@@ -2115,7 +2115,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AlertcenterApi(mock).alerts;
+      var res = api.AlertCenterApi(mock).alerts;
       var arg_customerId = 'foo';
       var arg_filter = 'foo';
       var arg_orderBy = 'foo';
@@ -2181,7 +2181,7 @@
 
     unittest.test('method--undelete', () {
       var mock = HttpServerMock();
-      var res = api.AlertcenterApi(mock).alerts;
+      var res = api.AlertCenterApi(mock).alerts;
       var arg_request = buildUndeleteAlertRequest();
       var arg_alertId = 'foo';
       var arg_$fields = 'foo';
@@ -2244,7 +2244,7 @@
   unittest.group('resource-AlertsFeedbackResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.AlertcenterApi(mock).alerts.feedback;
+      var res = api.AlertCenterApi(mock).alerts.feedback;
       var arg_request = buildAlertFeedback();
       var arg_alertId = 'foo';
       var arg_customerId = 'foo';
@@ -2309,7 +2309,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.AlertcenterApi(mock).alerts.feedback;
+      var res = api.AlertCenterApi(mock).alerts.feedback;
       var arg_alertId = 'foo';
       var arg_customerId = 'foo';
       var arg_filter = 'foo';
@@ -2376,7 +2376,7 @@
   unittest.group('resource-V1beta1ResourceApi', () {
     unittest.test('method--getSettings', () {
       var mock = HttpServerMock();
-      var res = api.AlertcenterApi(mock).v1beta1;
+      var res = api.AlertCenterApi(mock).v1beta1;
       var arg_customerId = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2425,7 +2425,7 @@
 
     unittest.test('method--updateSettings', () {
       var mock = HttpServerMock();
-      var res = api.AlertcenterApi(mock).v1beta1;
+      var res = api.AlertCenterApi(mock).v1beta1;
       var arg_request = buildSettings();
       var arg_customerId = 'foo';
       var arg_$fields = 'foo';
diff --git a/generated/googleapis_beta/test/artifactregistry/v1beta1_test.dart b/generated/googleapis_beta/test/artifactregistry/v1beta1_test.dart
index 5663b06..a7c500a 100644
--- a/generated/googleapis_beta/test/artifactregistry/v1beta1_test.dart
+++ b/generated/googleapis_beta/test/artifactregistry/v1beta1_test.dart
@@ -1254,7 +1254,7 @@
   unittest.group('resource-ProjectsLocationsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ArtifactregistryApi(mock).projects.locations;
+      var res = api.ArtifactRegistryApi(mock).projects.locations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1302,7 +1302,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ArtifactregistryApi(mock).projects.locations;
+      var res = api.ArtifactRegistryApi(mock).projects.locations;
       var arg_name = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -1364,7 +1364,7 @@
   unittest.group('resource-ProjectsLocationsOperationsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ArtifactregistryApi(mock).projects.locations.operations;
+      var res = api.ArtifactRegistryApi(mock).projects.locations.operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1412,7 +1412,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ArtifactregistryApi(mock).projects.locations.operations;
+      var res = api.ArtifactRegistryApi(mock).projects.locations.operations;
       var arg_name = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -1474,7 +1474,7 @@
   unittest.group('resource-ProjectsLocationsRepositoriesResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.ArtifactregistryApi(mock).projects.locations.repositories;
+      var res = api.ArtifactRegistryApi(mock).projects.locations.repositories;
       var arg_request = buildRepository();
       var arg_parent = 'foo';
       var arg_repositoryId = 'foo';
@@ -1531,7 +1531,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.ArtifactregistryApi(mock).projects.locations.repositories;
+      var res = api.ArtifactRegistryApi(mock).projects.locations.repositories;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1579,7 +1579,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ArtifactregistryApi(mock).projects.locations.repositories;
+      var res = api.ArtifactRegistryApi(mock).projects.locations.repositories;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1627,7 +1627,7 @@
 
     unittest.test('method--getIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.ArtifactregistryApi(mock).projects.locations.repositories;
+      var res = api.ArtifactRegistryApi(mock).projects.locations.repositories;
       var arg_resource = 'foo';
       var arg_options_requestedPolicyVersion = 42;
       var arg_$fields = 'foo';
@@ -1682,7 +1682,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ArtifactregistryApi(mock).projects.locations.repositories;
+      var res = api.ArtifactRegistryApi(mock).projects.locations.repositories;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -1739,7 +1739,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.ArtifactregistryApi(mock).projects.locations.repositories;
+      var res = api.ArtifactRegistryApi(mock).projects.locations.repositories;
       var arg_request = buildRepository();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -1796,7 +1796,7 @@
 
     unittest.test('method--setIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.ArtifactregistryApi(mock).projects.locations.repositories;
+      var res = api.ArtifactRegistryApi(mock).projects.locations.repositories;
       var arg_request = buildSetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -1849,7 +1849,7 @@
 
     unittest.test('method--testIamPermissions', () {
       var mock = HttpServerMock();
-      var res = api.ArtifactregistryApi(mock).projects.locations.repositories;
+      var res = api.ArtifactRegistryApi(mock).projects.locations.repositories;
       var arg_request = buildTestIamPermissionsRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -1906,7 +1906,7 @@
     unittest.test('method--get', () {
       var mock = HttpServerMock();
       var res =
-          api.ArtifactregistryApi(mock).projects.locations.repositories.files;
+          api.ArtifactRegistryApi(mock).projects.locations.repositories.files;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1955,7 +1955,7 @@
     unittest.test('method--list', () {
       var mock = HttpServerMock();
       var res =
-          api.ArtifactregistryApi(mock).projects.locations.repositories.files;
+          api.ArtifactRegistryApi(mock).projects.locations.repositories.files;
       var arg_parent = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -2018,7 +2018,7 @@
       () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.ArtifactregistryApi(mock)
+      var res = api.ArtifactRegistryApi(mock)
           .projects
           .locations
           .repositories
@@ -2070,7 +2070,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ArtifactregistryApi(mock)
+      var res = api.ArtifactRegistryApi(mock)
           .projects
           .locations
           .repositories
@@ -2122,7 +2122,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ArtifactregistryApi(mock)
+      var res = api.ArtifactRegistryApi(mock)
           .projects
           .locations
           .repositories
@@ -2186,7 +2186,7 @@
       'resource-ProjectsLocationsRepositoriesPackagesTagsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.ArtifactregistryApi(mock)
+      var res = api.ArtifactRegistryApi(mock)
           .projects
           .locations
           .repositories
@@ -2246,7 +2246,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.ArtifactregistryApi(mock)
+      var res = api.ArtifactRegistryApi(mock)
           .projects
           .locations
           .repositories
@@ -2299,7 +2299,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ArtifactregistryApi(mock)
+      var res = api.ArtifactRegistryApi(mock)
           .projects
           .locations
           .repositories
@@ -2352,7 +2352,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ArtifactregistryApi(mock)
+      var res = api.ArtifactRegistryApi(mock)
           .projects
           .locations
           .repositories
@@ -2417,7 +2417,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.ArtifactregistryApi(mock)
+      var res = api.ArtifactRegistryApi(mock)
           .projects
           .locations
           .repositories
@@ -2481,7 +2481,7 @@
       'resource-ProjectsLocationsRepositoriesPackagesVersionsResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.ArtifactregistryApi(mock)
+      var res = api.ArtifactRegistryApi(mock)
           .projects
           .locations
           .repositories
@@ -2536,7 +2536,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ArtifactregistryApi(mock)
+      var res = api.ArtifactRegistryApi(mock)
           .projects
           .locations
           .repositories
@@ -2591,7 +2591,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ArtifactregistryApi(mock)
+      var res = api.ArtifactRegistryApi(mock)
           .projects
           .locations
           .repositories
diff --git a/generated/googleapis_beta/test/bigqueryconnection/v1beta1_test.dart b/generated/googleapis_beta/test/bigqueryconnection/v1beta1_test.dart
index c48bfd0..3aee60f 100644
--- a/generated/googleapis_beta/test/bigqueryconnection/v1beta1_test.dart
+++ b/generated/googleapis_beta/test/bigqueryconnection/v1beta1_test.dart
@@ -607,7 +607,8 @@
   unittest.group('resource-ProjectsLocationsConnectionsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.BigqueryconnectionApi(mock).projects.locations.connections;
+      var res =
+          api.BigQueryConnectionServiceApi(mock).projects.locations.connections;
       var arg_request = buildConnection();
       var arg_parent = 'foo';
       var arg_connectionId = 'foo';
@@ -664,7 +665,8 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.BigqueryconnectionApi(mock).projects.locations.connections;
+      var res =
+          api.BigQueryConnectionServiceApi(mock).projects.locations.connections;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -712,7 +714,8 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.BigqueryconnectionApi(mock).projects.locations.connections;
+      var res =
+          api.BigQueryConnectionServiceApi(mock).projects.locations.connections;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -760,7 +763,8 @@
 
     unittest.test('method--getIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.BigqueryconnectionApi(mock).projects.locations.connections;
+      var res =
+          api.BigQueryConnectionServiceApi(mock).projects.locations.connections;
       var arg_request = buildGetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -813,7 +817,8 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.BigqueryconnectionApi(mock).projects.locations.connections;
+      var res =
+          api.BigQueryConnectionServiceApi(mock).projects.locations.connections;
       var arg_parent = 'foo';
       var arg_maxResults = 42;
       var arg_pageToken = 'foo';
@@ -870,7 +875,8 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.BigqueryconnectionApi(mock).projects.locations.connections;
+      var res =
+          api.BigQueryConnectionServiceApi(mock).projects.locations.connections;
       var arg_request = buildConnection();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -927,7 +933,8 @@
 
     unittest.test('method--setIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.BigqueryconnectionApi(mock).projects.locations.connections;
+      var res =
+          api.BigQueryConnectionServiceApi(mock).projects.locations.connections;
       var arg_request = buildSetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -980,7 +987,8 @@
 
     unittest.test('method--testIamPermissions', () {
       var mock = HttpServerMock();
-      var res = api.BigqueryconnectionApi(mock).projects.locations.connections;
+      var res =
+          api.BigQueryConnectionServiceApi(mock).projects.locations.connections;
       var arg_request = buildTestIamPermissionsRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -1034,7 +1042,8 @@
 
     unittest.test('method--updateCredential', () {
       var mock = HttpServerMock();
-      var res = api.BigqueryconnectionApi(mock).projects.locations.connections;
+      var res =
+          api.BigQueryConnectionServiceApi(mock).projects.locations.connections;
       var arg_request = buildConnectionCredential();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
diff --git a/generated/googleapis_beta/test/billingbudgets/v1beta1_test.dart b/generated/googleapis_beta/test/billingbudgets/v1beta1_test.dart
index 811b93b..a4e2f8a 100644
--- a/generated/googleapis_beta/test/billingbudgets/v1beta1_test.dart
+++ b/generated/googleapis_beta/test/billingbudgets/v1beta1_test.dart
@@ -531,7 +531,7 @@
   unittest.group('resource-BillingAccountsBudgetsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.BillingbudgetsApi(mock).billingAccounts.budgets;
+      var res = api.CloudBillingBudgetApi(mock).billingAccounts.budgets;
       var arg_request =
           buildGoogleCloudBillingBudgetsV1beta1CreateBudgetRequest();
       var arg_parent = 'foo';
@@ -589,7 +589,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.BillingbudgetsApi(mock).billingAccounts.budgets;
+      var res = api.CloudBillingBudgetApi(mock).billingAccounts.budgets;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -637,7 +637,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.BillingbudgetsApi(mock).billingAccounts.budgets;
+      var res = api.CloudBillingBudgetApi(mock).billingAccounts.budgets;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -687,7 +687,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.BillingbudgetsApi(mock).billingAccounts.budgets;
+      var res = api.CloudBillingBudgetApi(mock).billingAccounts.budgets;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -746,7 +746,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.BillingbudgetsApi(mock).billingAccounts.budgets;
+      var res = api.CloudBillingBudgetApi(mock).billingAccounts.budgets;
       var arg_request =
           buildGoogleCloudBillingBudgetsV1beta1UpdateBudgetRequest();
       var arg_name = 'foo';
diff --git a/generated/googleapis_beta/test/cloudresourcemanager/v1beta1_test.dart b/generated/googleapis_beta/test/cloudresourcemanager/v1beta1_test.dart
index 56eeae8..45c81fe 100644
--- a/generated/googleapis_beta/test/cloudresourcemanager/v1beta1_test.dart
+++ b/generated/googleapis_beta/test/cloudresourcemanager/v1beta1_test.dart
@@ -872,7 +872,7 @@
   unittest.group('resource-OrganizationsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).organizations;
+      var res = api.CloudResourceManagerApi(mock).organizations;
       var arg_name = 'foo';
       var arg_organizationId = 'foo';
       var arg_$fields = 'foo';
@@ -924,7 +924,7 @@
 
     unittest.test('method--getIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).organizations;
+      var res = api.CloudResourceManagerApi(mock).organizations;
       var arg_request = buildGetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -977,7 +977,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).organizations;
+      var res = api.CloudResourceManagerApi(mock).organizations;
       var arg_filter = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -1036,7 +1036,7 @@
 
     unittest.test('method--setIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).organizations;
+      var res = api.CloudResourceManagerApi(mock).organizations;
       var arg_request = buildSetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -1089,7 +1089,7 @@
 
     unittest.test('method--testIamPermissions', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).organizations;
+      var res = api.CloudResourceManagerApi(mock).organizations;
       var arg_request = buildTestIamPermissionsRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -1143,7 +1143,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).organizations;
+      var res = api.CloudResourceManagerApi(mock).organizations;
       var arg_request = buildOrganization();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -1198,7 +1198,7 @@
   unittest.group('resource-ProjectsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).projects;
+      var res = api.CloudResourceManagerApi(mock).projects;
       var arg_request = buildProject();
       var arg_useLegacyStack = true;
       var arg_$fields = 'foo';
@@ -1253,7 +1253,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).projects;
+      var res = api.CloudResourceManagerApi(mock).projects;
       var arg_projectId = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1303,7 +1303,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).projects;
+      var res = api.CloudResourceManagerApi(mock).projects;
       var arg_projectId = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1353,7 +1353,7 @@
 
     unittest.test('method--getAncestry', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).projects;
+      var res = api.CloudResourceManagerApi(mock).projects;
       var arg_request = buildGetAncestryRequest();
       var arg_projectId = 'foo';
       var arg_$fields = 'foo';
@@ -1414,7 +1414,7 @@
 
     unittest.test('method--getIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).projects;
+      var res = api.CloudResourceManagerApi(mock).projects;
       var arg_request = buildGetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -1475,7 +1475,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).projects;
+      var res = api.CloudResourceManagerApi(mock).projects;
       var arg_filter = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -1533,7 +1533,7 @@
 
     unittest.test('method--setIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).projects;
+      var res = api.CloudResourceManagerApi(mock).projects;
       var arg_request = buildSetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -1594,7 +1594,7 @@
 
     unittest.test('method--testIamPermissions', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).projects;
+      var res = api.CloudResourceManagerApi(mock).projects;
       var arg_request = buildTestIamPermissionsRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -1656,7 +1656,7 @@
 
     unittest.test('method--undelete', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).projects;
+      var res = api.CloudResourceManagerApi(mock).projects;
       var arg_request = buildUndeleteProjectRequest();
       var arg_projectId = 'foo';
       var arg_$fields = 'foo';
@@ -1717,7 +1717,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.CloudresourcemanagerApi(mock).projects;
+      var res = api.CloudResourceManagerApi(mock).projects;
       var arg_request = buildProject();
       var arg_projectId = 'foo';
       var arg_$fields = 'foo';
diff --git a/generated/googleapis_beta/test/containeranalysis/v1beta1_test.dart b/generated/googleapis_beta/test/containeranalysis/v1beta1_test.dart
index edc5383..9a68c4c 100644
--- a/generated/googleapis_beta/test/containeranalysis/v1beta1_test.dart
+++ b/generated/googleapis_beta/test/containeranalysis/v1beta1_test.dart
@@ -3369,7 +3369,7 @@
   unittest.group('resource-ProjectsNotesResourceApi', () {
     unittest.test('method--batchCreate', () {
       var mock = HttpServerMock();
-      var res = api.ContaineranalysisApi(mock).projects.notes;
+      var res = api.ContainerAnalysisApi(mock).projects.notes;
       var arg_request = buildBatchCreateNotesRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -3422,7 +3422,7 @@
 
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.ContaineranalysisApi(mock).projects.notes;
+      var res = api.ContainerAnalysisApi(mock).projects.notes;
       var arg_request = buildNote();
       var arg_parent = 'foo';
       var arg_noteId = 'foo';
@@ -3478,7 +3478,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.ContaineranalysisApi(mock).projects.notes;
+      var res = api.ContainerAnalysisApi(mock).projects.notes;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3526,7 +3526,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ContaineranalysisApi(mock).projects.notes;
+      var res = api.ContainerAnalysisApi(mock).projects.notes;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3574,7 +3574,7 @@
 
     unittest.test('method--getIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.ContaineranalysisApi(mock).projects.notes;
+      var res = api.ContainerAnalysisApi(mock).projects.notes;
       var arg_request = buildGetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -3627,7 +3627,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ContaineranalysisApi(mock).projects.notes;
+      var res = api.ContainerAnalysisApi(mock).projects.notes;
       var arg_parent = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -3687,7 +3687,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.ContaineranalysisApi(mock).projects.notes;
+      var res = api.ContainerAnalysisApi(mock).projects.notes;
       var arg_request = buildNote();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -3744,7 +3744,7 @@
 
     unittest.test('method--setIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.ContaineranalysisApi(mock).projects.notes;
+      var res = api.ContainerAnalysisApi(mock).projects.notes;
       var arg_request = buildSetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -3797,7 +3797,7 @@
 
     unittest.test('method--testIamPermissions', () {
       var mock = HttpServerMock();
-      var res = api.ContaineranalysisApi(mock).projects.notes;
+      var res = api.ContainerAnalysisApi(mock).projects.notes;
       var arg_request = buildTestIamPermissionsRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -3853,7 +3853,7 @@
   unittest.group('resource-ProjectsNotesOccurrencesResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ContaineranalysisApi(mock).projects.notes.occurrences;
+      var res = api.ContainerAnalysisApi(mock).projects.notes.occurrences;
       var arg_name = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -3916,7 +3916,7 @@
   unittest.group('resource-ProjectsOccurrencesResourceApi', () {
     unittest.test('method--batchCreate', () {
       var mock = HttpServerMock();
-      var res = api.ContaineranalysisApi(mock).projects.occurrences;
+      var res = api.ContainerAnalysisApi(mock).projects.occurrences;
       var arg_request = buildBatchCreateOccurrencesRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -3971,7 +3971,7 @@
 
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.ContaineranalysisApi(mock).projects.occurrences;
+      var res = api.ContainerAnalysisApi(mock).projects.occurrences;
       var arg_request = buildOccurrence();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -4024,7 +4024,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.ContaineranalysisApi(mock).projects.occurrences;
+      var res = api.ContainerAnalysisApi(mock).projects.occurrences;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4072,7 +4072,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ContaineranalysisApi(mock).projects.occurrences;
+      var res = api.ContainerAnalysisApi(mock).projects.occurrences;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4120,7 +4120,7 @@
 
     unittest.test('method--getIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.ContaineranalysisApi(mock).projects.occurrences;
+      var res = api.ContainerAnalysisApi(mock).projects.occurrences;
       var arg_request = buildGetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -4173,7 +4173,7 @@
 
     unittest.test('method--getNotes', () {
       var mock = HttpServerMock();
-      var res = api.ContaineranalysisApi(mock).projects.occurrences;
+      var res = api.ContainerAnalysisApi(mock).projects.occurrences;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4221,7 +4221,7 @@
 
     unittest.test('method--getVulnerabilitySummary', () {
       var mock = HttpServerMock();
-      var res = api.ContaineranalysisApi(mock).projects.occurrences;
+      var res = api.ContainerAnalysisApi(mock).projects.occurrences;
       var arg_parent = 'foo';
       var arg_filter = 'foo';
       var arg_$fields = 'foo';
@@ -4273,7 +4273,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ContaineranalysisApi(mock).projects.occurrences;
+      var res = api.ContainerAnalysisApi(mock).projects.occurrences;
       var arg_parent = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -4333,7 +4333,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.ContaineranalysisApi(mock).projects.occurrences;
+      var res = api.ContainerAnalysisApi(mock).projects.occurrences;
       var arg_request = buildOccurrence();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -4390,7 +4390,7 @@
 
     unittest.test('method--setIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.ContaineranalysisApi(mock).projects.occurrences;
+      var res = api.ContainerAnalysisApi(mock).projects.occurrences;
       var arg_request = buildSetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -4443,7 +4443,7 @@
 
     unittest.test('method--testIamPermissions', () {
       var mock = HttpServerMock();
-      var res = api.ContaineranalysisApi(mock).projects.occurrences;
+      var res = api.ContainerAnalysisApi(mock).projects.occurrences;
       var arg_request = buildTestIamPermissionsRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -4499,7 +4499,7 @@
   unittest.group('resource-ProjectsScanConfigsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ContaineranalysisApi(mock).projects.scanConfigs;
+      var res = api.ContainerAnalysisApi(mock).projects.scanConfigs;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4547,7 +4547,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ContaineranalysisApi(mock).projects.scanConfigs;
+      var res = api.ContainerAnalysisApi(mock).projects.scanConfigs;
       var arg_parent = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -4607,7 +4607,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.ContaineranalysisApi(mock).projects.scanConfigs;
+      var res = api.ContainerAnalysisApi(mock).projects.scanConfigs;
       var arg_request = buildScanConfig();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
diff --git a/generated/googleapis_beta/test/datacatalog/v1beta1_test.dart b/generated/googleapis_beta/test/datacatalog/v1beta1_test.dart
index b4bda33..239a63c 100644
--- a/generated/googleapis_beta/test/datacatalog/v1beta1_test.dart
+++ b/generated/googleapis_beta/test/datacatalog/v1beta1_test.dart
@@ -2095,7 +2095,7 @@
   unittest.group('resource-CatalogResourceApi', () {
     unittest.test('method--search', () {
       var mock = HttpServerMock();
-      var res = api.DatacatalogApi(mock).catalog;
+      var res = api.DataCatalogApi(mock).catalog;
       var arg_request =
           buildGoogleCloudDatacatalogV1beta1SearchCatalogRequest();
       var arg_$fields = 'foo';
@@ -2153,7 +2153,7 @@
   unittest.group('resource-EntriesResourceApi', () {
     unittest.test('method--lookup', () {
       var mock = HttpServerMock();
-      var res = api.DatacatalogApi(mock).entries;
+      var res = api.DataCatalogApi(mock).entries;
       var arg_linkedResource = 'foo';
       var arg_sqlResource = 'foo';
       var arg_$fields = 'foo';
@@ -2212,7 +2212,7 @@
   unittest.group('resource-ProjectsLocationsEntryGroupsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.DatacatalogApi(mock).projects.locations.entryGroups;
+      var res = api.DataCatalogApi(mock).projects.locations.entryGroups;
       var arg_request = buildGoogleCloudDatacatalogV1beta1EntryGroup();
       var arg_parent = 'foo';
       var arg_entryGroupId = 'foo';
@@ -2272,7 +2272,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.DatacatalogApi(mock).projects.locations.entryGroups;
+      var res = api.DataCatalogApi(mock).projects.locations.entryGroups;
       var arg_name = 'foo';
       var arg_force = true;
       var arg_$fields = 'foo';
@@ -2322,7 +2322,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.DatacatalogApi(mock).projects.locations.entryGroups;
+      var res = api.DataCatalogApi(mock).projects.locations.entryGroups;
       var arg_name = 'foo';
       var arg_readMask = 'foo';
       var arg_$fields = 'foo';
@@ -2375,7 +2375,7 @@
 
     unittest.test('method--getIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.DatacatalogApi(mock).projects.locations.entryGroups;
+      var res = api.DataCatalogApi(mock).projects.locations.entryGroups;
       var arg_request = buildGetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -2428,7 +2428,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.DatacatalogApi(mock).projects.locations.entryGroups;
+      var res = api.DataCatalogApi(mock).projects.locations.entryGroups;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -2487,7 +2487,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.DatacatalogApi(mock).projects.locations.entryGroups;
+      var res = api.DataCatalogApi(mock).projects.locations.entryGroups;
       var arg_request = buildGoogleCloudDatacatalogV1beta1EntryGroup();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -2547,7 +2547,7 @@
 
     unittest.test('method--setIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.DatacatalogApi(mock).projects.locations.entryGroups;
+      var res = api.DataCatalogApi(mock).projects.locations.entryGroups;
       var arg_request = buildSetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -2600,7 +2600,7 @@
 
     unittest.test('method--testIamPermissions', () {
       var mock = HttpServerMock();
-      var res = api.DatacatalogApi(mock).projects.locations.entryGroups;
+      var res = api.DataCatalogApi(mock).projects.locations.entryGroups;
       var arg_request = buildTestIamPermissionsRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -2656,7 +2656,7 @@
   unittest.group('resource-ProjectsLocationsEntryGroupsEntriesResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.DatacatalogApi(mock).projects.locations.entryGroups.entries;
+      var res = api.DataCatalogApi(mock).projects.locations.entryGroups.entries;
       var arg_request = buildGoogleCloudDatacatalogV1beta1Entry();
       var arg_parent = 'foo';
       var arg_entryId = 'foo';
@@ -2716,7 +2716,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.DatacatalogApi(mock).projects.locations.entryGroups.entries;
+      var res = api.DataCatalogApi(mock).projects.locations.entryGroups.entries;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2764,7 +2764,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.DatacatalogApi(mock).projects.locations.entryGroups.entries;
+      var res = api.DataCatalogApi(mock).projects.locations.entryGroups.entries;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2814,7 +2814,7 @@
 
     unittest.test('method--getIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.DatacatalogApi(mock).projects.locations.entryGroups.entries;
+      var res = api.DataCatalogApi(mock).projects.locations.entryGroups.entries;
       var arg_request = buildGetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -2867,7 +2867,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.DatacatalogApi(mock).projects.locations.entryGroups.entries;
+      var res = api.DataCatalogApi(mock).projects.locations.entryGroups.entries;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -2930,7 +2930,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.DatacatalogApi(mock).projects.locations.entryGroups.entries;
+      var res = api.DataCatalogApi(mock).projects.locations.entryGroups.entries;
       var arg_request = buildGoogleCloudDatacatalogV1beta1Entry();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -2990,7 +2990,7 @@
 
     unittest.test('method--testIamPermissions', () {
       var mock = HttpServerMock();
-      var res = api.DatacatalogApi(mock).projects.locations.entryGroups.entries;
+      var res = api.DataCatalogApi(mock).projects.locations.entryGroups.entries;
       var arg_request = buildTestIamPermissionsRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -3048,7 +3048,7 @@
     unittest.test('method--create', () {
       var mock = HttpServerMock();
       var res =
-          api.DatacatalogApi(mock).projects.locations.entryGroups.entries.tags;
+          api.DataCatalogApi(mock).projects.locations.entryGroups.entries.tags;
       var arg_request = buildGoogleCloudDatacatalogV1beta1Tag();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -3104,7 +3104,7 @@
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
       var res =
-          api.DatacatalogApi(mock).projects.locations.entryGroups.entries.tags;
+          api.DataCatalogApi(mock).projects.locations.entryGroups.entries.tags;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3153,7 +3153,7 @@
     unittest.test('method--list', () {
       var mock = HttpServerMock();
       var res =
-          api.DatacatalogApi(mock).projects.locations.entryGroups.entries.tags;
+          api.DataCatalogApi(mock).projects.locations.entryGroups.entries.tags;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -3213,7 +3213,7 @@
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
       var res =
-          api.DatacatalogApi(mock).projects.locations.entryGroups.entries.tags;
+          api.DataCatalogApi(mock).projects.locations.entryGroups.entries.tags;
       var arg_request = buildGoogleCloudDatacatalogV1beta1Tag();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -3274,7 +3274,7 @@
   unittest.group('resource-ProjectsLocationsEntryGroupsTagsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.DatacatalogApi(mock).projects.locations.entryGroups.tags;
+      var res = api.DataCatalogApi(mock).projects.locations.entryGroups.tags;
       var arg_request = buildGoogleCloudDatacatalogV1beta1Tag();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -3329,7 +3329,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.DatacatalogApi(mock).projects.locations.entryGroups.tags;
+      var res = api.DataCatalogApi(mock).projects.locations.entryGroups.tags;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3377,7 +3377,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.DatacatalogApi(mock).projects.locations.entryGroups.tags;
+      var res = api.DataCatalogApi(mock).projects.locations.entryGroups.tags;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -3436,7 +3436,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.DatacatalogApi(mock).projects.locations.entryGroups.tags;
+      var res = api.DataCatalogApi(mock).projects.locations.entryGroups.tags;
       var arg_request = buildGoogleCloudDatacatalogV1beta1Tag();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -3497,7 +3497,7 @@
   unittest.group('resource-ProjectsLocationsTagTemplatesResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.DatacatalogApi(mock).projects.locations.tagTemplates;
+      var res = api.DataCatalogApi(mock).projects.locations.tagTemplates;
       var arg_request = buildGoogleCloudDatacatalogV1beta1TagTemplate();
       var arg_parent = 'foo';
       var arg_tagTemplateId = 'foo';
@@ -3557,7 +3557,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.DatacatalogApi(mock).projects.locations.tagTemplates;
+      var res = api.DataCatalogApi(mock).projects.locations.tagTemplates;
       var arg_name = 'foo';
       var arg_force = true;
       var arg_$fields = 'foo';
@@ -3607,7 +3607,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.DatacatalogApi(mock).projects.locations.tagTemplates;
+      var res = api.DataCatalogApi(mock).projects.locations.tagTemplates;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3657,7 +3657,7 @@
 
     unittest.test('method--getIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.DatacatalogApi(mock).projects.locations.tagTemplates;
+      var res = api.DataCatalogApi(mock).projects.locations.tagTemplates;
       var arg_request = buildGetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -3710,7 +3710,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.DatacatalogApi(mock).projects.locations.tagTemplates;
+      var res = api.DataCatalogApi(mock).projects.locations.tagTemplates;
       var arg_request = buildGoogleCloudDatacatalogV1beta1TagTemplate();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -3770,7 +3770,7 @@
 
     unittest.test('method--setIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.DatacatalogApi(mock).projects.locations.tagTemplates;
+      var res = api.DataCatalogApi(mock).projects.locations.tagTemplates;
       var arg_request = buildSetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -3823,7 +3823,7 @@
 
     unittest.test('method--testIamPermissions', () {
       var mock = HttpServerMock();
-      var res = api.DatacatalogApi(mock).projects.locations.tagTemplates;
+      var res = api.DataCatalogApi(mock).projects.locations.tagTemplates;
       var arg_request = buildTestIamPermissionsRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -3879,7 +3879,7 @@
   unittest.group('resource-ProjectsLocationsTagTemplatesFieldsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.DatacatalogApi(mock).projects.locations.tagTemplates.fields;
+      var res = api.DataCatalogApi(mock).projects.locations.tagTemplates.fields;
       var arg_request = buildGoogleCloudDatacatalogV1beta1TagTemplateField();
       var arg_parent = 'foo';
       var arg_tagTemplateFieldId = 'foo';
@@ -3939,7 +3939,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.DatacatalogApi(mock).projects.locations.tagTemplates.fields;
+      var res = api.DataCatalogApi(mock).projects.locations.tagTemplates.fields;
       var arg_name = 'foo';
       var arg_force = true;
       var arg_$fields = 'foo';
@@ -3989,7 +3989,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.DatacatalogApi(mock).projects.locations.tagTemplates.fields;
+      var res = api.DataCatalogApi(mock).projects.locations.tagTemplates.fields;
       var arg_request = buildGoogleCloudDatacatalogV1beta1TagTemplateField();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -4049,7 +4049,7 @@
 
     unittest.test('method--rename', () {
       var mock = HttpServerMock();
-      var res = api.DatacatalogApi(mock).projects.locations.tagTemplates.fields;
+      var res = api.DataCatalogApi(mock).projects.locations.tagTemplates.fields;
       var arg_request =
           buildGoogleCloudDatacatalogV1beta1RenameTagTemplateFieldRequest();
       var arg_name = 'foo';
@@ -4109,7 +4109,7 @@
       'resource-ProjectsLocationsTagTemplatesFieldsEnumValuesResourceApi', () {
     unittest.test('method--rename', () {
       var mock = HttpServerMock();
-      var res = api.DatacatalogApi(mock)
+      var res = api.DataCatalogApi(mock)
           .projects
           .locations
           .tagTemplates
@@ -4175,7 +4175,7 @@
   unittest.group('resource-ProjectsLocationsTaxonomiesResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.DatacatalogApi(mock).projects.locations.taxonomies;
+      var res = api.DataCatalogApi(mock).projects.locations.taxonomies;
       var arg_request = buildGoogleCloudDatacatalogV1beta1Taxonomy();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -4231,7 +4231,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.DatacatalogApi(mock).projects.locations.taxonomies;
+      var res = api.DataCatalogApi(mock).projects.locations.taxonomies;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4279,7 +4279,7 @@
 
     unittest.test('method--export', () {
       var mock = HttpServerMock();
-      var res = api.DatacatalogApi(mock).projects.locations.taxonomies;
+      var res = api.DataCatalogApi(mock).projects.locations.taxonomies;
       var arg_parent = 'foo';
       var arg_serializedTaxonomies = true;
       var arg_taxonomies = buildUnnamed5871();
@@ -4338,7 +4338,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.DatacatalogApi(mock).projects.locations.taxonomies;
+      var res = api.DataCatalogApi(mock).projects.locations.taxonomies;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4388,7 +4388,7 @@
 
     unittest.test('method--getIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.DatacatalogApi(mock).projects.locations.taxonomies;
+      var res = api.DataCatalogApi(mock).projects.locations.taxonomies;
       var arg_request = buildGetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -4441,7 +4441,7 @@
 
     unittest.test('method--import', () {
       var mock = HttpServerMock();
-      var res = api.DatacatalogApi(mock).projects.locations.taxonomies;
+      var res = api.DataCatalogApi(mock).projects.locations.taxonomies;
       var arg_request =
           buildGoogleCloudDatacatalogV1beta1ImportTaxonomiesRequest();
       var arg_parent = 'foo';
@@ -4499,7 +4499,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.DatacatalogApi(mock).projects.locations.taxonomies;
+      var res = api.DataCatalogApi(mock).projects.locations.taxonomies;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -4558,7 +4558,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.DatacatalogApi(mock).projects.locations.taxonomies;
+      var res = api.DataCatalogApi(mock).projects.locations.taxonomies;
       var arg_request = buildGoogleCloudDatacatalogV1beta1Taxonomy();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -4618,7 +4618,7 @@
 
     unittest.test('method--setIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.DatacatalogApi(mock).projects.locations.taxonomies;
+      var res = api.DataCatalogApi(mock).projects.locations.taxonomies;
       var arg_request = buildSetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -4671,7 +4671,7 @@
 
     unittest.test('method--testIamPermissions', () {
       var mock = HttpServerMock();
-      var res = api.DatacatalogApi(mock).projects.locations.taxonomies;
+      var res = api.DataCatalogApi(mock).projects.locations.taxonomies;
       var arg_request = buildTestIamPermissionsRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -4729,7 +4729,7 @@
     unittest.test('method--create', () {
       var mock = HttpServerMock();
       var res =
-          api.DatacatalogApi(mock).projects.locations.taxonomies.policyTags;
+          api.DataCatalogApi(mock).projects.locations.taxonomies.policyTags;
       var arg_request = buildGoogleCloudDatacatalogV1beta1PolicyTag();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -4786,7 +4786,7 @@
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
       var res =
-          api.DatacatalogApi(mock).projects.locations.taxonomies.policyTags;
+          api.DataCatalogApi(mock).projects.locations.taxonomies.policyTags;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4835,7 +4835,7 @@
     unittest.test('method--get', () {
       var mock = HttpServerMock();
       var res =
-          api.DatacatalogApi(mock).projects.locations.taxonomies.policyTags;
+          api.DataCatalogApi(mock).projects.locations.taxonomies.policyTags;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4886,7 +4886,7 @@
     unittest.test('method--getIamPolicy', () {
       var mock = HttpServerMock();
       var res =
-          api.DatacatalogApi(mock).projects.locations.taxonomies.policyTags;
+          api.DataCatalogApi(mock).projects.locations.taxonomies.policyTags;
       var arg_request = buildGetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -4940,7 +4940,7 @@
     unittest.test('method--list', () {
       var mock = HttpServerMock();
       var res =
-          api.DatacatalogApi(mock).projects.locations.taxonomies.policyTags;
+          api.DataCatalogApi(mock).projects.locations.taxonomies.policyTags;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -5000,7 +5000,7 @@
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
       var res =
-          api.DatacatalogApi(mock).projects.locations.taxonomies.policyTags;
+          api.DataCatalogApi(mock).projects.locations.taxonomies.policyTags;
       var arg_request = buildGoogleCloudDatacatalogV1beta1PolicyTag();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -5061,7 +5061,7 @@
     unittest.test('method--setIamPolicy', () {
       var mock = HttpServerMock();
       var res =
-          api.DatacatalogApi(mock).projects.locations.taxonomies.policyTags;
+          api.DataCatalogApi(mock).projects.locations.taxonomies.policyTags;
       var arg_request = buildSetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -5115,7 +5115,7 @@
     unittest.test('method--testIamPermissions', () {
       var mock = HttpServerMock();
       var res =
-          api.DatacatalogApi(mock).projects.locations.taxonomies.policyTags;
+          api.DataCatalogApi(mock).projects.locations.taxonomies.policyTags;
       var arg_request = buildTestIamPermissionsRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
diff --git a/generated/googleapis_beta/test/datafusion/v1beta1_test.dart b/generated/googleapis_beta/test/datafusion/v1beta1_test.dart
index f9d1941..6e28ab1 100644
--- a/generated/googleapis_beta/test/datafusion/v1beta1_test.dart
+++ b/generated/googleapis_beta/test/datafusion/v1beta1_test.dart
@@ -1147,7 +1147,7 @@
   unittest.group('resource-ProjectsLocationsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.DatafusionApi(mock).projects.locations;
+      var res = api.DataFusionApi(mock).projects.locations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1195,7 +1195,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.DatafusionApi(mock).projects.locations;
+      var res = api.DataFusionApi(mock).projects.locations;
       var arg_name = 'foo';
       var arg_filter = 'foo';
       var arg_includeUnrevealedLocations = true;
@@ -1261,7 +1261,7 @@
   unittest.group('resource-ProjectsLocationsInstancesResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.DatafusionApi(mock).projects.locations.instances;
+      var res = api.DataFusionApi(mock).projects.locations.instances;
       var arg_request = buildInstance();
       var arg_parent = 'foo';
       var arg_instanceId = 'foo';
@@ -1318,7 +1318,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.DatafusionApi(mock).projects.locations.instances;
+      var res = api.DataFusionApi(mock).projects.locations.instances;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1366,7 +1366,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.DatafusionApi(mock).projects.locations.instances;
+      var res = api.DataFusionApi(mock).projects.locations.instances;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1414,7 +1414,7 @@
 
     unittest.test('method--getIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.DatafusionApi(mock).projects.locations.instances;
+      var res = api.DataFusionApi(mock).projects.locations.instances;
       var arg_resource = 'foo';
       var arg_options_requestedPolicyVersion = 42;
       var arg_$fields = 'foo';
@@ -1469,7 +1469,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.DatafusionApi(mock).projects.locations.instances;
+      var res = api.DataFusionApi(mock).projects.locations.instances;
       var arg_parent = 'foo';
       var arg_filter = 'foo';
       var arg_orderBy = 'foo';
@@ -1533,7 +1533,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.DatafusionApi(mock).projects.locations.instances;
+      var res = api.DataFusionApi(mock).projects.locations.instances;
       var arg_request = buildInstance();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -1590,7 +1590,7 @@
 
     unittest.test('method--restart', () {
       var mock = HttpServerMock();
-      var res = api.DatafusionApi(mock).projects.locations.instances;
+      var res = api.DataFusionApi(mock).projects.locations.instances;
       var arg_request = buildRestartInstanceRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -1643,7 +1643,7 @@
 
     unittest.test('method--setIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.DatafusionApi(mock).projects.locations.instances;
+      var res = api.DataFusionApi(mock).projects.locations.instances;
       var arg_request = buildSetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -1696,7 +1696,7 @@
 
     unittest.test('method--testIamPermissions', () {
       var mock = HttpServerMock();
-      var res = api.DatafusionApi(mock).projects.locations.instances;
+      var res = api.DataFusionApi(mock).projects.locations.instances;
       var arg_request = buildTestIamPermissionsRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -1750,7 +1750,7 @@
 
     unittest.test('method--upgrade', () {
       var mock = HttpServerMock();
-      var res = api.DatafusionApi(mock).projects.locations.instances;
+      var res = api.DataFusionApi(mock).projects.locations.instances;
       var arg_request = buildUpgradeInstanceRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -1805,7 +1805,7 @@
   unittest.group('resource-ProjectsLocationsOperationsResourceApi', () {
     unittest.test('method--cancel', () {
       var mock = HttpServerMock();
-      var res = api.DatafusionApi(mock).projects.locations.operations;
+      var res = api.DataFusionApi(mock).projects.locations.operations;
       var arg_request = buildCancelOperationRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -1858,7 +1858,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.DatafusionApi(mock).projects.locations.operations;
+      var res = api.DataFusionApi(mock).projects.locations.operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1906,7 +1906,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.DatafusionApi(mock).projects.locations.operations;
+      var res = api.DataFusionApi(mock).projects.locations.operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1954,7 +1954,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.DatafusionApi(mock).projects.locations.operations;
+      var res = api.DataFusionApi(mock).projects.locations.operations;
       var arg_name = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -2016,7 +2016,7 @@
   unittest.group('resource-ProjectsLocationsVersionsResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.DatafusionApi(mock).projects.locations.versions;
+      var res = api.DataFusionApi(mock).projects.locations.versions;
       var arg_parent = 'foo';
       var arg_latestPatchOnly = true;
       var arg_pageSize = 42;
diff --git a/generated/googleapis_beta/test/documentai/v1beta2_test.dart b/generated/googleapis_beta/test/documentai/v1beta2_test.dart
index c07efa5..65716f3 100644
--- a/generated/googleapis_beta/test/documentai/v1beta2_test.dart
+++ b/generated/googleapis_beta/test/documentai/v1beta2_test.dart
@@ -6074,7 +6074,7 @@
   unittest.group('resource-ProjectsDocumentsResourceApi', () {
     unittest.test('method--batchProcess', () {
       var mock = HttpServerMock();
-      var res = api.DocumentaiApi(mock).projects.documents;
+      var res = api.DocumentApi(mock).projects.documents;
       var arg_request =
           buildGoogleCloudDocumentaiV1beta2BatchProcessDocumentsRequest();
       var arg_parent = 'foo';
@@ -6130,7 +6130,7 @@
 
     unittest.test('method--process', () {
       var mock = HttpServerMock();
-      var res = api.DocumentaiApi(mock).projects.documents;
+      var res = api.DocumentApi(mock).projects.documents;
       var arg_request =
           buildGoogleCloudDocumentaiV1beta2ProcessDocumentRequest();
       var arg_parent = 'foo';
@@ -6190,7 +6190,7 @@
   unittest.group('resource-ProjectsLocationsDocumentsResourceApi', () {
     unittest.test('method--batchProcess', () {
       var mock = HttpServerMock();
-      var res = api.DocumentaiApi(mock).projects.locations.documents;
+      var res = api.DocumentApi(mock).projects.locations.documents;
       var arg_request =
           buildGoogleCloudDocumentaiV1beta2BatchProcessDocumentsRequest();
       var arg_parent = 'foo';
@@ -6246,7 +6246,7 @@
 
     unittest.test('method--process', () {
       var mock = HttpServerMock();
-      var res = api.DocumentaiApi(mock).projects.locations.documents;
+      var res = api.DocumentApi(mock).projects.locations.documents;
       var arg_request =
           buildGoogleCloudDocumentaiV1beta2ProcessDocumentRequest();
       var arg_parent = 'foo';
@@ -6306,7 +6306,7 @@
   unittest.group('resource-ProjectsLocationsOperationsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.DocumentaiApi(mock).projects.locations.operations;
+      var res = api.DocumentApi(mock).projects.locations.operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -6357,7 +6357,7 @@
   unittest.group('resource-ProjectsOperationsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.DocumentaiApi(mock).projects.operations;
+      var res = api.DocumentApi(mock).projects.operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
diff --git a/generated/googleapis_beta/test/factchecktools/v1alpha1_test.dart b/generated/googleapis_beta/test/factchecktools/v1alpha1_test.dart
index 8381bc6..03a9fbe 100644
--- a/generated/googleapis_beta/test/factchecktools/v1alpha1_test.dart
+++ b/generated/googleapis_beta/test/factchecktools/v1alpha1_test.dart
@@ -561,7 +561,7 @@
   unittest.group('resource-ClaimsResourceApi', () {
     unittest.test('method--search', () {
       var mock = HttpServerMock();
-      var res = api.FactchecktoolsApi(mock).claims;
+      var res = api.FactCheckToolsApi(mock).claims;
       var arg_languageCode = 'foo';
       var arg_maxAgeDays = 42;
       var arg_offset = 42;
@@ -640,7 +640,7 @@
   unittest.group('resource-PagesResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.FactchecktoolsApi(mock).pages;
+      var res = api.FactCheckToolsApi(mock).pages;
       var arg_request =
           buildGoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage();
       var arg_$fields = 'foo';
@@ -698,7 +698,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.FactchecktoolsApi(mock).pages;
+      var res = api.FactCheckToolsApi(mock).pages;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -746,7 +746,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.FactchecktoolsApi(mock).pages;
+      var res = api.FactCheckToolsApi(mock).pages;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -797,7 +797,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.FactchecktoolsApi(mock).pages;
+      var res = api.FactCheckToolsApi(mock).pages;
       var arg_offset = 42;
       var arg_organization = 'foo';
       var arg_pageSize = 42;
@@ -866,7 +866,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.FactchecktoolsApi(mock).pages;
+      var res = api.FactCheckToolsApi(mock).pages;
       var arg_request =
           buildGoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage();
       var arg_name = 'foo';
diff --git a/generated/googleapis_beta/test/firebase/v1beta1_test.dart b/generated/googleapis_beta/test/firebase/v1beta1_test.dart
index dd71565..e19028a 100644
--- a/generated/googleapis_beta/test/firebase/v1beta1_test.dart
+++ b/generated/googleapis_beta/test/firebase/v1beta1_test.dart
@@ -1298,7 +1298,7 @@
   unittest.group('resource-AvailableProjectsResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.FirebaseApi(mock).availableProjects;
+      var res = api.FirebaseManagementApi(mock).availableProjects;
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
       var arg_$fields = 'foo';
@@ -1356,7 +1356,7 @@
   unittest.group('resource-OperationsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.FirebaseApi(mock).operations;
+      var res = api.FirebaseManagementApi(mock).operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1406,7 +1406,7 @@
   unittest.group('resource-ProjectsResourceApi', () {
     unittest.test('method--addFirebase', () {
       var mock = HttpServerMock();
-      var res = api.FirebaseApi(mock).projects;
+      var res = api.FirebaseManagementApi(mock).projects;
       var arg_request = buildAddFirebaseRequest();
       var arg_project = 'foo';
       var arg_$fields = 'foo';
@@ -1459,7 +1459,7 @@
 
     unittest.test('method--addGoogleAnalytics', () {
       var mock = HttpServerMock();
-      var res = api.FirebaseApi(mock).projects;
+      var res = api.FirebaseManagementApi(mock).projects;
       var arg_request = buildAddGoogleAnalyticsRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -1512,7 +1512,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.FirebaseApi(mock).projects;
+      var res = api.FirebaseManagementApi(mock).projects;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1560,7 +1560,7 @@
 
     unittest.test('method--getAdminSdkConfig', () {
       var mock = HttpServerMock();
-      var res = api.FirebaseApi(mock).projects;
+      var res = api.FirebaseManagementApi(mock).projects;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1608,7 +1608,7 @@
 
     unittest.test('method--getAnalyticsDetails', () {
       var mock = HttpServerMock();
-      var res = api.FirebaseApi(mock).projects;
+      var res = api.FirebaseManagementApi(mock).projects;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1656,7 +1656,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.FirebaseApi(mock).projects;
+      var res = api.FirebaseManagementApi(mock).projects;
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
       var arg_$fields = 'foo';
@@ -1712,7 +1712,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.FirebaseApi(mock).projects;
+      var res = api.FirebaseManagementApi(mock).projects;
       var arg_request = buildFirebaseProject();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -1769,7 +1769,7 @@
 
     unittest.test('method--removeAnalytics', () {
       var mock = HttpServerMock();
-      var res = api.FirebaseApi(mock).projects;
+      var res = api.FirebaseManagementApi(mock).projects;
       var arg_request = buildRemoveAnalyticsRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -1822,7 +1822,7 @@
 
     unittest.test('method--searchApps', () {
       var mock = HttpServerMock();
-      var res = api.FirebaseApi(mock).projects;
+      var res = api.FirebaseManagementApi(mock).projects;
       var arg_parent = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -1885,7 +1885,7 @@
   unittest.group('resource-ProjectsAndroidAppsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.FirebaseApi(mock).projects.androidApps;
+      var res = api.FirebaseManagementApi(mock).projects.androidApps;
       var arg_request = buildAndroidApp();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -1938,7 +1938,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.FirebaseApi(mock).projects.androidApps;
+      var res = api.FirebaseManagementApi(mock).projects.androidApps;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1986,7 +1986,7 @@
 
     unittest.test('method--getConfig', () {
       var mock = HttpServerMock();
-      var res = api.FirebaseApi(mock).projects.androidApps;
+      var res = api.FirebaseManagementApi(mock).projects.androidApps;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2034,7 +2034,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.FirebaseApi(mock).projects.androidApps;
+      var res = api.FirebaseManagementApi(mock).projects.androidApps;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -2091,7 +2091,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.FirebaseApi(mock).projects.androidApps;
+      var res = api.FirebaseManagementApi(mock).projects.androidApps;
       var arg_request = buildAndroidApp();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -2150,7 +2150,7 @@
   unittest.group('resource-ProjectsAndroidAppsShaResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.FirebaseApi(mock).projects.androidApps.sha;
+      var res = api.FirebaseManagementApi(mock).projects.androidApps.sha;
       var arg_request = buildShaCertificate();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -2203,7 +2203,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.FirebaseApi(mock).projects.androidApps.sha;
+      var res = api.FirebaseManagementApi(mock).projects.androidApps.sha;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2251,7 +2251,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.FirebaseApi(mock).projects.androidApps.sha;
+      var res = api.FirebaseManagementApi(mock).projects.androidApps.sha;
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2302,7 +2302,7 @@
   unittest.group('resource-ProjectsAvailableLocationsResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.FirebaseApi(mock).projects.availableLocations;
+      var res = api.FirebaseManagementApi(mock).projects.availableLocations;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -2362,7 +2362,7 @@
   unittest.group('resource-ProjectsDefaultLocationResourceApi', () {
     unittest.test('method--finalize', () {
       var mock = HttpServerMock();
-      var res = api.FirebaseApi(mock).projects.defaultLocation;
+      var res = api.FirebaseManagementApi(mock).projects.defaultLocation;
       var arg_request = buildFinalizeDefaultLocationRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -2418,7 +2418,7 @@
   unittest.group('resource-ProjectsIosAppsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.FirebaseApi(mock).projects.iosApps;
+      var res = api.FirebaseManagementApi(mock).projects.iosApps;
       var arg_request = buildIosApp();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -2471,7 +2471,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.FirebaseApi(mock).projects.iosApps;
+      var res = api.FirebaseManagementApi(mock).projects.iosApps;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2519,7 +2519,7 @@
 
     unittest.test('method--getConfig', () {
       var mock = HttpServerMock();
-      var res = api.FirebaseApi(mock).projects.iosApps;
+      var res = api.FirebaseManagementApi(mock).projects.iosApps;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2567,7 +2567,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.FirebaseApi(mock).projects.iosApps;
+      var res = api.FirebaseManagementApi(mock).projects.iosApps;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -2624,7 +2624,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.FirebaseApi(mock).projects.iosApps;
+      var res = api.FirebaseManagementApi(mock).projects.iosApps;
       var arg_request = buildIosApp();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -2683,7 +2683,7 @@
   unittest.group('resource-ProjectsWebAppsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.FirebaseApi(mock).projects.webApps;
+      var res = api.FirebaseManagementApi(mock).projects.webApps;
       var arg_request = buildWebApp();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -2736,7 +2736,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.FirebaseApi(mock).projects.webApps;
+      var res = api.FirebaseManagementApi(mock).projects.webApps;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2784,7 +2784,7 @@
 
     unittest.test('method--getConfig', () {
       var mock = HttpServerMock();
-      var res = api.FirebaseApi(mock).projects.webApps;
+      var res = api.FirebaseManagementApi(mock).projects.webApps;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2832,7 +2832,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.FirebaseApi(mock).projects.webApps;
+      var res = api.FirebaseManagementApi(mock).projects.webApps;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -2889,7 +2889,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.FirebaseApi(mock).projects.webApps;
+      var res = api.FirebaseManagementApi(mock).projects.webApps;
       var arg_request = buildWebApp();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
diff --git a/generated/googleapis_beta/test/firebasehosting/v1beta1_test.dart b/generated/googleapis_beta/test/firebasehosting/v1beta1_test.dart
index 800cc04..c8278c2 100644
--- a/generated/googleapis_beta/test/firebasehosting/v1beta1_test.dart
+++ b/generated/googleapis_beta/test/firebasehosting/v1beta1_test.dart
@@ -1312,7 +1312,7 @@
   unittest.group('resource-ProjectsOperationsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.FirebasehostingApi(mock).projects.operations;
+      var res = api.FirebaseHostingApi(mock).projects.operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1362,7 +1362,7 @@
   unittest.group('resource-ProjectsSitesResourceApi', () {
     unittest.test('method--getConfig', () {
       var mock = HttpServerMock();
-      var res = api.FirebasehostingApi(mock).projects.sites;
+      var res = api.FirebaseHostingApi(mock).projects.sites;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1410,7 +1410,7 @@
 
     unittest.test('method--updateConfig', () {
       var mock = HttpServerMock();
-      var res = api.FirebasehostingApi(mock).projects.sites;
+      var res = api.FirebaseHostingApi(mock).projects.sites;
       var arg_request = buildSiteConfig();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -1469,7 +1469,7 @@
   unittest.group('resource-ProjectsSitesChannelsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.FirebasehostingApi(mock).projects.sites.channels;
+      var res = api.FirebaseHostingApi(mock).projects.sites.channels;
       var arg_request = buildChannel();
       var arg_parent = 'foo';
       var arg_channelId = 'foo';
@@ -1526,7 +1526,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.FirebasehostingApi(mock).projects.sites.channels;
+      var res = api.FirebaseHostingApi(mock).projects.sites.channels;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1574,7 +1574,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.FirebasehostingApi(mock).projects.sites.channels;
+      var res = api.FirebaseHostingApi(mock).projects.sites.channels;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1622,7 +1622,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.FirebasehostingApi(mock).projects.sites.channels;
+      var res = api.FirebaseHostingApi(mock).projects.sites.channels;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -1679,7 +1679,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.FirebasehostingApi(mock).projects.sites.channels;
+      var res = api.FirebaseHostingApi(mock).projects.sites.channels;
       var arg_request = buildChannel();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -1738,7 +1738,7 @@
   unittest.group('resource-ProjectsSitesChannelsReleasesResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.FirebasehostingApi(mock).projects.sites.channels.releases;
+      var res = api.FirebaseHostingApi(mock).projects.sites.channels.releases;
       var arg_request = buildRelease();
       var arg_parent = 'foo';
       var arg_versionName = 'foo';
@@ -1795,7 +1795,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.FirebasehostingApi(mock).projects.sites.channels.releases;
+      var res = api.FirebaseHostingApi(mock).projects.sites.channels.releases;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -1854,7 +1854,7 @@
   unittest.group('resource-ProjectsSitesDomainsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.FirebasehostingApi(mock).projects.sites.domains;
+      var res = api.FirebaseHostingApi(mock).projects.sites.domains;
       var arg_request = buildDomain();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -1907,7 +1907,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.FirebasehostingApi(mock).projects.sites.domains;
+      var res = api.FirebaseHostingApi(mock).projects.sites.domains;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1955,7 +1955,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.FirebasehostingApi(mock).projects.sites.domains;
+      var res = api.FirebaseHostingApi(mock).projects.sites.domains;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2003,7 +2003,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.FirebasehostingApi(mock).projects.sites.domains;
+      var res = api.FirebaseHostingApi(mock).projects.sites.domains;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -2060,7 +2060,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.FirebasehostingApi(mock).projects.sites.domains;
+      var res = api.FirebaseHostingApi(mock).projects.sites.domains;
       var arg_request = buildDomain();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -2115,7 +2115,7 @@
   unittest.group('resource-ProjectsSitesReleasesResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.FirebasehostingApi(mock).projects.sites.releases;
+      var res = api.FirebaseHostingApi(mock).projects.sites.releases;
       var arg_request = buildRelease();
       var arg_parent = 'foo';
       var arg_versionName = 'foo';
@@ -2172,7 +2172,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.FirebasehostingApi(mock).projects.sites.releases;
+      var res = api.FirebaseHostingApi(mock).projects.sites.releases;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -2231,7 +2231,7 @@
   unittest.group('resource-ProjectsSitesVersionsResourceApi', () {
     unittest.test('method--clone', () {
       var mock = HttpServerMock();
-      var res = api.FirebasehostingApi(mock).projects.sites.versions;
+      var res = api.FirebaseHostingApi(mock).projects.sites.versions;
       var arg_request = buildCloneVersionRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -2284,7 +2284,7 @@
 
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.FirebasehostingApi(mock).projects.sites.versions;
+      var res = api.FirebaseHostingApi(mock).projects.sites.versions;
       var arg_request = buildVersion();
       var arg_parent = 'foo';
       var arg_sizeBytes = 'foo';
@@ -2346,7 +2346,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.FirebasehostingApi(mock).projects.sites.versions;
+      var res = api.FirebaseHostingApi(mock).projects.sites.versions;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2394,7 +2394,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.FirebasehostingApi(mock).projects.sites.versions;
+      var res = api.FirebaseHostingApi(mock).projects.sites.versions;
       var arg_parent = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -2454,7 +2454,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.FirebasehostingApi(mock).projects.sites.versions;
+      var res = api.FirebaseHostingApi(mock).projects.sites.versions;
       var arg_request = buildVersion();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -2511,7 +2511,7 @@
 
     unittest.test('method--populateFiles', () {
       var mock = HttpServerMock();
-      var res = api.FirebasehostingApi(mock).projects.sites.versions;
+      var res = api.FirebaseHostingApi(mock).projects.sites.versions;
       var arg_request = buildPopulateVersionFilesRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -2568,7 +2568,7 @@
   unittest.group('resource-ProjectsSitesVersionsFilesResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.FirebasehostingApi(mock).projects.sites.versions.files;
+      var res = api.FirebaseHostingApi(mock).projects.sites.versions.files;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -2630,7 +2630,7 @@
   unittest.group('resource-SitesResourceApi', () {
     unittest.test('method--getConfig', () {
       var mock = HttpServerMock();
-      var res = api.FirebasehostingApi(mock).sites;
+      var res = api.FirebaseHostingApi(mock).sites;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2678,7 +2678,7 @@
 
     unittest.test('method--updateConfig', () {
       var mock = HttpServerMock();
-      var res = api.FirebasehostingApi(mock).sites;
+      var res = api.FirebaseHostingApi(mock).sites;
       var arg_request = buildSiteConfig();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -2737,7 +2737,7 @@
   unittest.group('resource-SitesChannelsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.FirebasehostingApi(mock).sites.channels;
+      var res = api.FirebaseHostingApi(mock).sites.channels;
       var arg_request = buildChannel();
       var arg_parent = 'foo';
       var arg_channelId = 'foo';
@@ -2794,7 +2794,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.FirebasehostingApi(mock).sites.channels;
+      var res = api.FirebaseHostingApi(mock).sites.channels;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2842,7 +2842,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.FirebasehostingApi(mock).sites.channels;
+      var res = api.FirebaseHostingApi(mock).sites.channels;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2890,7 +2890,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.FirebasehostingApi(mock).sites.channels;
+      var res = api.FirebaseHostingApi(mock).sites.channels;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -2947,7 +2947,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.FirebasehostingApi(mock).sites.channels;
+      var res = api.FirebaseHostingApi(mock).sites.channels;
       var arg_request = buildChannel();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -3006,7 +3006,7 @@
   unittest.group('resource-SitesChannelsReleasesResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.FirebasehostingApi(mock).sites.channels.releases;
+      var res = api.FirebaseHostingApi(mock).sites.channels.releases;
       var arg_request = buildRelease();
       var arg_parent = 'foo';
       var arg_versionName = 'foo';
@@ -3063,7 +3063,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.FirebasehostingApi(mock).sites.channels.releases;
+      var res = api.FirebaseHostingApi(mock).sites.channels.releases;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -3122,7 +3122,7 @@
   unittest.group('resource-SitesDomainsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.FirebasehostingApi(mock).sites.domains;
+      var res = api.FirebaseHostingApi(mock).sites.domains;
       var arg_request = buildDomain();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -3175,7 +3175,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.FirebasehostingApi(mock).sites.domains;
+      var res = api.FirebaseHostingApi(mock).sites.domains;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3223,7 +3223,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.FirebasehostingApi(mock).sites.domains;
+      var res = api.FirebaseHostingApi(mock).sites.domains;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3271,7 +3271,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.FirebasehostingApi(mock).sites.domains;
+      var res = api.FirebaseHostingApi(mock).sites.domains;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -3328,7 +3328,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.FirebasehostingApi(mock).sites.domains;
+      var res = api.FirebaseHostingApi(mock).sites.domains;
       var arg_request = buildDomain();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -3383,7 +3383,7 @@
   unittest.group('resource-SitesReleasesResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.FirebasehostingApi(mock).sites.releases;
+      var res = api.FirebaseHostingApi(mock).sites.releases;
       var arg_request = buildRelease();
       var arg_parent = 'foo';
       var arg_versionName = 'foo';
@@ -3440,7 +3440,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.FirebasehostingApi(mock).sites.releases;
+      var res = api.FirebaseHostingApi(mock).sites.releases;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -3499,7 +3499,7 @@
   unittest.group('resource-SitesVersionsResourceApi', () {
     unittest.test('method--clone', () {
       var mock = HttpServerMock();
-      var res = api.FirebasehostingApi(mock).sites.versions;
+      var res = api.FirebaseHostingApi(mock).sites.versions;
       var arg_request = buildCloneVersionRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -3552,7 +3552,7 @@
 
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.FirebasehostingApi(mock).sites.versions;
+      var res = api.FirebaseHostingApi(mock).sites.versions;
       var arg_request = buildVersion();
       var arg_parent = 'foo';
       var arg_sizeBytes = 'foo';
@@ -3614,7 +3614,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.FirebasehostingApi(mock).sites.versions;
+      var res = api.FirebaseHostingApi(mock).sites.versions;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3662,7 +3662,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.FirebasehostingApi(mock).sites.versions;
+      var res = api.FirebaseHostingApi(mock).sites.versions;
       var arg_parent = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -3722,7 +3722,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.FirebasehostingApi(mock).sites.versions;
+      var res = api.FirebaseHostingApi(mock).sites.versions;
       var arg_request = buildVersion();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -3779,7 +3779,7 @@
 
     unittest.test('method--populateFiles', () {
       var mock = HttpServerMock();
-      var res = api.FirebasehostingApi(mock).sites.versions;
+      var res = api.FirebaseHostingApi(mock).sites.versions;
       var arg_request = buildPopulateVersionFilesRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -3836,7 +3836,7 @@
   unittest.group('resource-SitesVersionsFilesResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.FirebasehostingApi(mock).sites.versions.files;
+      var res = api.FirebaseHostingApi(mock).sites.versions.files;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
diff --git a/generated/googleapis_beta/test/firebaseml/v1beta2_test.dart b/generated/googleapis_beta/test/firebaseml/v1beta2_test.dart
index 6fad39a..3fbb0e1 100644
--- a/generated/googleapis_beta/test/firebaseml/v1beta2_test.dart
+++ b/generated/googleapis_beta/test/firebaseml/v1beta2_test.dart
@@ -422,7 +422,7 @@
   unittest.group('resource-ProjectsModelsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.FirebasemlApi(mock).projects.models;
+      var res = api.FirebaseMLApi(mock).projects.models;
       var arg_request = buildModel();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -475,7 +475,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.FirebasemlApi(mock).projects.models;
+      var res = api.FirebaseMLApi(mock).projects.models;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -523,7 +523,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.FirebasemlApi(mock).projects.models;
+      var res = api.FirebaseMLApi(mock).projects.models;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -571,7 +571,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.FirebasemlApi(mock).projects.models;
+      var res = api.FirebaseMLApi(mock).projects.models;
       var arg_parent = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -631,7 +631,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.FirebasemlApi(mock).projects.models;
+      var res = api.FirebaseMLApi(mock).projects.models;
       var arg_request = buildModel();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -690,7 +690,7 @@
   unittest.group('resource-ProjectsOperationsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.FirebasemlApi(mock).projects.operations;
+      var res = api.FirebaseMLApi(mock).projects.operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
diff --git a/generated/googleapis_beta/test/gameservices/v1beta_test.dart b/generated/googleapis_beta/test/gameservices/v1beta_test.dart
index 4a330e9..893eb77 100644
--- a/generated/googleapis_beta/test/gameservices/v1beta_test.dart
+++ b/generated/googleapis_beta/test/gameservices/v1beta_test.dart
@@ -2632,7 +2632,7 @@
   unittest.group('resource-ProjectsLocationsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.GameservicesApi(mock).projects.locations;
+      var res = api.GameServicesApi(mock).projects.locations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2680,7 +2680,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.GameservicesApi(mock).projects.locations;
+      var res = api.GameServicesApi(mock).projects.locations;
       var arg_name = 'foo';
       var arg_filter = 'foo';
       var arg_includeUnrevealedLocations = true;
@@ -2748,7 +2748,7 @@
     unittest.test('method--create', () {
       var mock = HttpServerMock();
       var res =
-          api.GameservicesApi(mock).projects.locations.gameServerDeployments;
+          api.GameServicesApi(mock).projects.locations.gameServerDeployments;
       var arg_request = buildGameServerDeployment();
       var arg_parent = 'foo';
       var arg_deploymentId = 'foo';
@@ -2806,7 +2806,7 @@
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
       var res =
-          api.GameservicesApi(mock).projects.locations.gameServerDeployments;
+          api.GameServicesApi(mock).projects.locations.gameServerDeployments;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2855,7 +2855,7 @@
     unittest.test('method--fetchDeploymentState', () {
       var mock = HttpServerMock();
       var res =
-          api.GameservicesApi(mock).projects.locations.gameServerDeployments;
+          api.GameServicesApi(mock).projects.locations.gameServerDeployments;
       var arg_request = buildFetchDeploymentStateRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -2911,7 +2911,7 @@
     unittest.test('method--get', () {
       var mock = HttpServerMock();
       var res =
-          api.GameservicesApi(mock).projects.locations.gameServerDeployments;
+          api.GameServicesApi(mock).projects.locations.gameServerDeployments;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2960,7 +2960,7 @@
     unittest.test('method--getIamPolicy', () {
       var mock = HttpServerMock();
       var res =
-          api.GameservicesApi(mock).projects.locations.gameServerDeployments;
+          api.GameServicesApi(mock).projects.locations.gameServerDeployments;
       var arg_resource = 'foo';
       var arg_options_requestedPolicyVersion = 42;
       var arg_$fields = 'foo';
@@ -3016,7 +3016,7 @@
     unittest.test('method--getRollout', () {
       var mock = HttpServerMock();
       var res =
-          api.GameservicesApi(mock).projects.locations.gameServerDeployments;
+          api.GameServicesApi(mock).projects.locations.gameServerDeployments;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3066,7 +3066,7 @@
     unittest.test('method--list', () {
       var mock = HttpServerMock();
       var res =
-          api.GameservicesApi(mock).projects.locations.gameServerDeployments;
+          api.GameServicesApi(mock).projects.locations.gameServerDeployments;
       var arg_parent = 'foo';
       var arg_filter = 'foo';
       var arg_orderBy = 'foo';
@@ -3133,7 +3133,7 @@
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
       var res =
-          api.GameservicesApi(mock).projects.locations.gameServerDeployments;
+          api.GameServicesApi(mock).projects.locations.gameServerDeployments;
       var arg_request = buildGameServerDeployment();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -3191,7 +3191,7 @@
     unittest.test('method--previewRollout', () {
       var mock = HttpServerMock();
       var res =
-          api.GameservicesApi(mock).projects.locations.gameServerDeployments;
+          api.GameServicesApi(mock).projects.locations.gameServerDeployments;
       var arg_request = buildGameServerDeploymentRollout();
       var arg_name = 'foo';
       var arg_previewTime = 'foo';
@@ -3257,7 +3257,7 @@
     unittest.test('method--setIamPolicy', () {
       var mock = HttpServerMock();
       var res =
-          api.GameservicesApi(mock).projects.locations.gameServerDeployments;
+          api.GameServicesApi(mock).projects.locations.gameServerDeployments;
       var arg_request = buildSetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -3311,7 +3311,7 @@
     unittest.test('method--testIamPermissions', () {
       var mock = HttpServerMock();
       var res =
-          api.GameservicesApi(mock).projects.locations.gameServerDeployments;
+          api.GameServicesApi(mock).projects.locations.gameServerDeployments;
       var arg_request = buildTestIamPermissionsRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -3366,7 +3366,7 @@
     unittest.test('method--updateRollout', () {
       var mock = HttpServerMock();
       var res =
-          api.GameservicesApi(mock).projects.locations.gameServerDeployments;
+          api.GameServicesApi(mock).projects.locations.gameServerDeployments;
       var arg_request = buildGameServerDeploymentRollout();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -3427,7 +3427,7 @@
       'resource-ProjectsLocationsGameServerDeploymentsConfigsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.GameservicesApi(mock)
+      var res = api.GameServicesApi(mock)
           .projects
           .locations
           .gameServerDeployments
@@ -3488,7 +3488,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.GameservicesApi(mock)
+      var res = api.GameServicesApi(mock)
           .projects
           .locations
           .gameServerDeployments
@@ -3540,7 +3540,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.GameservicesApi(mock)
+      var res = api.GameServicesApi(mock)
           .projects
           .locations
           .gameServerDeployments
@@ -3592,7 +3592,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.GameservicesApi(mock)
+      var res = api.GameServicesApi(mock)
           .projects
           .locations
           .gameServerDeployments
@@ -3663,7 +3663,7 @@
   unittest.group('resource-ProjectsLocationsOperationsResourceApi', () {
     unittest.test('method--cancel', () {
       var mock = HttpServerMock();
-      var res = api.GameservicesApi(mock).projects.locations.operations;
+      var res = api.GameServicesApi(mock).projects.locations.operations;
       var arg_request = buildCancelOperationRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -3716,7 +3716,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.GameservicesApi(mock).projects.locations.operations;
+      var res = api.GameServicesApi(mock).projects.locations.operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3764,7 +3764,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.GameservicesApi(mock).projects.locations.operations;
+      var res = api.GameServicesApi(mock).projects.locations.operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3812,7 +3812,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.GameservicesApi(mock).projects.locations.operations;
+      var res = api.GameServicesApi(mock).projects.locations.operations;
       var arg_name = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -3874,7 +3874,7 @@
   unittest.group('resource-ProjectsLocationsRealmsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.GameservicesApi(mock).projects.locations.realms;
+      var res = api.GameServicesApi(mock).projects.locations.realms;
       var arg_request = buildRealm();
       var arg_parent = 'foo';
       var arg_realmId = 'foo';
@@ -3931,7 +3931,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.GameservicesApi(mock).projects.locations.realms;
+      var res = api.GameServicesApi(mock).projects.locations.realms;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3979,7 +3979,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.GameservicesApi(mock).projects.locations.realms;
+      var res = api.GameServicesApi(mock).projects.locations.realms;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4027,7 +4027,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.GameservicesApi(mock).projects.locations.realms;
+      var res = api.GameServicesApi(mock).projects.locations.realms;
       var arg_parent = 'foo';
       var arg_filter = 'foo';
       var arg_orderBy = 'foo';
@@ -4091,7 +4091,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.GameservicesApi(mock).projects.locations.realms;
+      var res = api.GameServicesApi(mock).projects.locations.realms;
       var arg_request = buildRealm();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -4148,7 +4148,7 @@
 
     unittest.test('method--previewUpdate', () {
       var mock = HttpServerMock();
-      var res = api.GameservicesApi(mock).projects.locations.realms;
+      var res = api.GameServicesApi(mock).projects.locations.realms;
       var arg_request = buildRealm();
       var arg_name = 'foo';
       var arg_previewTime = 'foo';
@@ -4214,7 +4214,7 @@
       'resource-ProjectsLocationsRealmsGameServerClustersResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.GameservicesApi(mock)
+      var res = api.GameServicesApi(mock)
           .projects
           .locations
           .realms
@@ -4276,7 +4276,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.GameservicesApi(mock)
+      var res = api.GameServicesApi(mock)
           .projects
           .locations
           .realms
@@ -4328,7 +4328,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.GameservicesApi(mock)
+      var res = api.GameServicesApi(mock)
           .projects
           .locations
           .realms
@@ -4380,7 +4380,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.GameservicesApi(mock)
+      var res = api.GameServicesApi(mock)
           .projects
           .locations
           .realms
@@ -4449,7 +4449,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.GameservicesApi(mock)
+      var res = api.GameServicesApi(mock)
           .projects
           .locations
           .realms
@@ -4510,7 +4510,7 @@
 
     unittest.test('method--previewCreate', () {
       var mock = HttpServerMock();
-      var res = api.GameservicesApi(mock)
+      var res = api.GameServicesApi(mock)
           .projects
           .locations
           .realms
@@ -4578,7 +4578,7 @@
 
     unittest.test('method--previewDelete', () {
       var mock = HttpServerMock();
-      var res = api.GameservicesApi(mock)
+      var res = api.GameServicesApi(mock)
           .projects
           .locations
           .realms
@@ -4636,7 +4636,7 @@
 
     unittest.test('method--previewUpdate', () {
       var mock = HttpServerMock();
-      var res = api.GameservicesApi(mock)
+      var res = api.GameServicesApi(mock)
           .projects
           .locations
           .realms
diff --git a/generated/googleapis_beta/test/language/v1beta1_test.dart b/generated/googleapis_beta/test/language/v1beta1_test.dart
index b3ecf09..32388d2 100644
--- a/generated/googleapis_beta/test/language/v1beta1_test.dart
+++ b/generated/googleapis_beta/test/language/v1beta1_test.dart
@@ -793,7 +793,7 @@
   unittest.group('resource-DocumentsResourceApi', () {
     unittest.test('method--analyzeEntities', () {
       var mock = HttpServerMock();
-      var res = api.LanguageApi(mock).documents;
+      var res = api.CloudNaturalLanguageApi(mock).documents;
       var arg_request = buildAnalyzeEntitiesRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -844,7 +844,7 @@
 
     unittest.test('method--analyzeSentiment', () {
       var mock = HttpServerMock();
-      var res = api.LanguageApi(mock).documents;
+      var res = api.CloudNaturalLanguageApi(mock).documents;
       var arg_request = buildAnalyzeSentimentRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -895,7 +895,7 @@
 
     unittest.test('method--analyzeSyntax', () {
       var mock = HttpServerMock();
-      var res = api.LanguageApi(mock).documents;
+      var res = api.CloudNaturalLanguageApi(mock).documents;
       var arg_request = buildAnalyzeSyntaxRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -946,7 +946,7 @@
 
     unittest.test('method--annotateText', () {
       var mock = HttpServerMock();
-      var res = api.LanguageApi(mock).documents;
+      var res = api.CloudNaturalLanguageApi(mock).documents;
       var arg_request = buildAnnotateTextRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
diff --git a/generated/googleapis_beta/test/language/v1beta2_test.dart b/generated/googleapis_beta/test/language/v1beta2_test.dart
index c89b25e..4203232 100644
--- a/generated/googleapis_beta/test/language/v1beta2_test.dart
+++ b/generated/googleapis_beta/test/language/v1beta2_test.dart
@@ -987,7 +987,7 @@
   unittest.group('resource-DocumentsResourceApi', () {
     unittest.test('method--analyzeEntities', () {
       var mock = HttpServerMock();
-      var res = api.LanguageApi(mock).documents;
+      var res = api.CloudNaturalLanguageApi(mock).documents;
       var arg_request = buildAnalyzeEntitiesRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1038,7 +1038,7 @@
 
     unittest.test('method--analyzeEntitySentiment', () {
       var mock = HttpServerMock();
-      var res = api.LanguageApi(mock).documents;
+      var res = api.CloudNaturalLanguageApi(mock).documents;
       var arg_request = buildAnalyzeEntitySentimentRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1091,7 +1091,7 @@
 
     unittest.test('method--analyzeSentiment', () {
       var mock = HttpServerMock();
-      var res = api.LanguageApi(mock).documents;
+      var res = api.CloudNaturalLanguageApi(mock).documents;
       var arg_request = buildAnalyzeSentimentRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1142,7 +1142,7 @@
 
     unittest.test('method--analyzeSyntax', () {
       var mock = HttpServerMock();
-      var res = api.LanguageApi(mock).documents;
+      var res = api.CloudNaturalLanguageApi(mock).documents;
       var arg_request = buildAnalyzeSyntaxRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1193,7 +1193,7 @@
 
     unittest.test('method--annotateText', () {
       var mock = HttpServerMock();
-      var res = api.LanguageApi(mock).documents;
+      var res = api.CloudNaturalLanguageApi(mock).documents;
       var arg_request = buildAnnotateTextRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1244,7 +1244,7 @@
 
     unittest.test('method--classifyText', () {
       var mock = HttpServerMock();
-      var res = api.LanguageApi(mock).documents;
+      var res = api.CloudNaturalLanguageApi(mock).documents;
       var arg_request = buildClassifyTextRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
diff --git a/generated/googleapis_beta/test/lifesciences/v2beta_test.dart b/generated/googleapis_beta/test/lifesciences/v2beta_test.dart
index e872c58..1b30caf 100644
--- a/generated/googleapis_beta/test/lifesciences/v2beta_test.dart
+++ b/generated/googleapis_beta/test/lifesciences/v2beta_test.dart
@@ -1438,7 +1438,7 @@
   unittest.group('resource-ProjectsLocationsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.LifesciencesApi(mock).projects.locations;
+      var res = api.CloudLifeSciencesApi(mock).projects.locations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1486,7 +1486,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.LifesciencesApi(mock).projects.locations;
+      var res = api.CloudLifeSciencesApi(mock).projects.locations;
       var arg_name = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -1548,7 +1548,7 @@
   unittest.group('resource-ProjectsLocationsOperationsResourceApi', () {
     unittest.test('method--cancel', () {
       var mock = HttpServerMock();
-      var res = api.LifesciencesApi(mock).projects.locations.operations;
+      var res = api.CloudLifeSciencesApi(mock).projects.locations.operations;
       var arg_request = buildCancelOperationRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -1601,7 +1601,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.LifesciencesApi(mock).projects.locations.operations;
+      var res = api.CloudLifeSciencesApi(mock).projects.locations.operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1649,7 +1649,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.LifesciencesApi(mock).projects.locations.operations;
+      var res = api.CloudLifeSciencesApi(mock).projects.locations.operations;
       var arg_name = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -1711,7 +1711,7 @@
   unittest.group('resource-ProjectsLocationsPipelinesResourceApi', () {
     unittest.test('method--run', () {
       var mock = HttpServerMock();
-      var res = api.LifesciencesApi(mock).projects.locations.pipelines;
+      var res = api.CloudLifeSciencesApi(mock).projects.locations.pipelines;
       var arg_request = buildRunPipelineRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
diff --git a/generated/googleapis_beta/test/memcache/v1beta2_test.dart b/generated/googleapis_beta/test/memcache/v1beta2_test.dart
index 8d26fcc..26ec474 100644
--- a/generated/googleapis_beta/test/memcache/v1beta2_test.dart
+++ b/generated/googleapis_beta/test/memcache/v1beta2_test.dart
@@ -1417,7 +1417,7 @@
   unittest.group('resource-ProjectsLocationsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.MemcacheApi(mock).projects.locations;
+      var res = api.CloudMemorystoreForMemcachedApi(mock).projects.locations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1465,7 +1465,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.MemcacheApi(mock).projects.locations;
+      var res = api.CloudMemorystoreForMemcachedApi(mock).projects.locations;
       var arg_name = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -1527,7 +1527,10 @@
   unittest.group('resource-ProjectsLocationsInstancesResourceApi', () {
     unittest.test('method--applyParameters', () {
       var mock = HttpServerMock();
-      var res = api.MemcacheApi(mock).projects.locations.instances;
+      var res = api.CloudMemorystoreForMemcachedApi(mock)
+          .projects
+          .locations
+          .instances;
       var arg_request = buildApplyParametersRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -1580,7 +1583,10 @@
 
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.MemcacheApi(mock).projects.locations.instances;
+      var res = api.CloudMemorystoreForMemcachedApi(mock)
+          .projects
+          .locations
+          .instances;
       var arg_request = buildInstance();
       var arg_parent = 'foo';
       var arg_instanceId = 'foo';
@@ -1637,7 +1643,10 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.MemcacheApi(mock).projects.locations.instances;
+      var res = api.CloudMemorystoreForMemcachedApi(mock)
+          .projects
+          .locations
+          .instances;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1685,7 +1694,10 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.MemcacheApi(mock).projects.locations.instances;
+      var res = api.CloudMemorystoreForMemcachedApi(mock)
+          .projects
+          .locations
+          .instances;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1733,7 +1745,10 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.MemcacheApi(mock).projects.locations.instances;
+      var res = api.CloudMemorystoreForMemcachedApi(mock)
+          .projects
+          .locations
+          .instances;
       var arg_parent = 'foo';
       var arg_filter = 'foo';
       var arg_orderBy = 'foo';
@@ -1797,7 +1812,10 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.MemcacheApi(mock).projects.locations.instances;
+      var res = api.CloudMemorystoreForMemcachedApi(mock)
+          .projects
+          .locations
+          .instances;
       var arg_request = buildInstance();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -1854,7 +1872,10 @@
 
     unittest.test('method--updateParameters', () {
       var mock = HttpServerMock();
-      var res = api.MemcacheApi(mock).projects.locations.instances;
+      var res = api.CloudMemorystoreForMemcachedApi(mock)
+          .projects
+          .locations
+          .instances;
       var arg_request = buildUpdateParametersRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -1909,7 +1930,10 @@
   unittest.group('resource-ProjectsLocationsOperationsResourceApi', () {
     unittest.test('method--cancel', () {
       var mock = HttpServerMock();
-      var res = api.MemcacheApi(mock).projects.locations.operations;
+      var res = api.CloudMemorystoreForMemcachedApi(mock)
+          .projects
+          .locations
+          .operations;
       var arg_request = buildCancelOperationRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -1962,7 +1986,10 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.MemcacheApi(mock).projects.locations.operations;
+      var res = api.CloudMemorystoreForMemcachedApi(mock)
+          .projects
+          .locations
+          .operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2010,7 +2037,10 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.MemcacheApi(mock).projects.locations.operations;
+      var res = api.CloudMemorystoreForMemcachedApi(mock)
+          .projects
+          .locations
+          .operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2058,7 +2088,10 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.MemcacheApi(mock).projects.locations.operations;
+      var res = api.CloudMemorystoreForMemcachedApi(mock)
+          .projects
+          .locations
+          .operations;
       var arg_name = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
diff --git a/generated/googleapis_beta/test/oslogin/v1alpha_test.dart b/generated/googleapis_beta/test/oslogin/v1alpha_test.dart
index 408da95..235ef7c 100644
--- a/generated/googleapis_beta/test/oslogin/v1alpha_test.dart
+++ b/generated/googleapis_beta/test/oslogin/v1alpha_test.dart
@@ -220,7 +220,7 @@
   unittest.group('resource-UsersResourceApi', () {
     unittest.test('method--getLoginProfile', () {
       var mock = HttpServerMock();
-      var res = api.OsloginApi(mock).users;
+      var res = api.CloudOSLoginApi(mock).users;
       var arg_name = 'foo';
       var arg_operatingSystemType = 'foo';
       var arg_projectId = 'foo';
@@ -281,7 +281,7 @@
 
     unittest.test('method--importSshPublicKey', () {
       var mock = HttpServerMock();
-      var res = api.OsloginApi(mock).users;
+      var res = api.CloudOSLoginApi(mock).users;
       var arg_request = buildSshPublicKey();
       var arg_parent = 'foo';
       var arg_projectId = 'foo';
@@ -341,7 +341,7 @@
   unittest.group('resource-UsersProjectsResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.OsloginApi(mock).users.projects;
+      var res = api.CloudOSLoginApi(mock).users.projects;
       var arg_name = 'foo';
       var arg_operatingSystemType = 'foo';
       var arg_$fields = 'foo';
@@ -396,7 +396,7 @@
   unittest.group('resource-UsersSshPublicKeysResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.OsloginApi(mock).users.sshPublicKeys;
+      var res = api.CloudOSLoginApi(mock).users.sshPublicKeys;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -444,7 +444,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.OsloginApi(mock).users.sshPublicKeys;
+      var res = api.CloudOSLoginApi(mock).users.sshPublicKeys;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -492,7 +492,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.OsloginApi(mock).users.sshPublicKeys;
+      var res = api.CloudOSLoginApi(mock).users.sshPublicKeys;
       var arg_request = buildSshPublicKey();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
diff --git a/generated/googleapis_beta/test/oslogin/v1beta_test.dart b/generated/googleapis_beta/test/oslogin/v1beta_test.dart
index 6aa83d7..43ec0a1 100644
--- a/generated/googleapis_beta/test/oslogin/v1beta_test.dart
+++ b/generated/googleapis_beta/test/oslogin/v1beta_test.dart
@@ -220,7 +220,7 @@
   unittest.group('resource-UsersResourceApi', () {
     unittest.test('method--getLoginProfile', () {
       var mock = HttpServerMock();
-      var res = api.OsloginApi(mock).users;
+      var res = api.CloudOSLoginApi(mock).users;
       var arg_name = 'foo';
       var arg_projectId = 'foo';
       var arg_systemId = 'foo';
@@ -277,7 +277,7 @@
 
     unittest.test('method--importSshPublicKey', () {
       var mock = HttpServerMock();
-      var res = api.OsloginApi(mock).users;
+      var res = api.CloudOSLoginApi(mock).users;
       var arg_request = buildSshPublicKey();
       var arg_parent = 'foo';
       var arg_projectId = 'foo';
@@ -337,7 +337,7 @@
   unittest.group('resource-UsersProjectsResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.OsloginApi(mock).users.projects;
+      var res = api.CloudOSLoginApi(mock).users.projects;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -387,7 +387,7 @@
   unittest.group('resource-UsersSshPublicKeysResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.OsloginApi(mock).users.sshPublicKeys;
+      var res = api.CloudOSLoginApi(mock).users.sshPublicKeys;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -435,7 +435,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.OsloginApi(mock).users.sshPublicKeys;
+      var res = api.CloudOSLoginApi(mock).users.sshPublicKeys;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -483,7 +483,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.OsloginApi(mock).users.sshPublicKeys;
+      var res = api.CloudOSLoginApi(mock).users.sshPublicKeys;
       var arg_request = buildSshPublicKey();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
diff --git a/generated/googleapis_beta/test/prod_tt_sasportal/v1alpha1_test.dart b/generated/googleapis_beta/test/prod_tt_sasportal/v1alpha1_test.dart
index c7c845f..14c3bf7 100644
--- a/generated/googleapis_beta/test/prod_tt_sasportal/v1alpha1_test.dart
+++ b/generated/googleapis_beta/test/prod_tt_sasportal/v1alpha1_test.dart
@@ -1401,7 +1401,7 @@
   unittest.group('resource-CustomersResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).customers;
+      var res = api.SASPortalTestingApi(mock).customers;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1449,7 +1449,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).customers;
+      var res = api.SASPortalTestingApi(mock).customers;
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
       var arg_$fields = 'foo';
@@ -1505,7 +1505,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).customers;
+      var res = api.SASPortalTestingApi(mock).customers;
       var arg_request = buildSasPortalCustomer();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -1564,7 +1564,7 @@
   unittest.group('resource-CustomersDeploymentsResourceApi', () {
     unittest.test('method--move', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).customers.deployments;
+      var res = api.SASPortalTestingApi(mock).customers.deployments;
       var arg_request = buildSasPortalMoveDeploymentRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -1620,7 +1620,7 @@
   unittest.group('resource-CustomersDeploymentsDevicesResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).customers.deployments.devices;
+      var res = api.SASPortalTestingApi(mock).customers.deployments.devices;
       var arg_request = buildSasPortalDevice();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -1673,7 +1673,7 @@
 
     unittest.test('method--createSigned', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).customers.deployments.devices;
+      var res = api.SASPortalTestingApi(mock).customers.deployments.devices;
       var arg_request = buildSasPortalCreateSignedDeviceRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -1727,7 +1727,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).customers.deployments.devices;
+      var res = api.SASPortalTestingApi(mock).customers.deployments.devices;
       var arg_parent = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -1790,7 +1790,7 @@
   unittest.group('resource-CustomersDevicesResourceApi', () {
     unittest.test('method--bulk', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).customers.devices;
+      var res = api.SASPortalTestingApi(mock).customers.devices;
       var arg_request = buildSasPortalBulkCreateDeviceRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -1846,7 +1846,7 @@
 
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).customers.devices;
+      var res = api.SASPortalTestingApi(mock).customers.devices;
       var arg_request = buildSasPortalDevice();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -1899,7 +1899,7 @@
 
     unittest.test('method--createSigned', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).customers.devices;
+      var res = api.SASPortalTestingApi(mock).customers.devices;
       var arg_request = buildSasPortalCreateSignedDeviceRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -1953,7 +1953,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).customers.devices;
+      var res = api.SASPortalTestingApi(mock).customers.devices;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2001,7 +2001,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).customers.devices;
+      var res = api.SASPortalTestingApi(mock).customers.devices;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2049,7 +2049,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).customers.devices;
+      var res = api.SASPortalTestingApi(mock).customers.devices;
       var arg_parent = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -2110,7 +2110,7 @@
 
     unittest.test('method--move', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).customers.devices;
+      var res = api.SASPortalTestingApi(mock).customers.devices;
       var arg_request = buildSasPortalMoveDeviceRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -2163,7 +2163,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).customers.devices;
+      var res = api.SASPortalTestingApi(mock).customers.devices;
       var arg_request = buildSasPortalDevice();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -2220,7 +2220,7 @@
 
     unittest.test('method--signDevice', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).customers.devices;
+      var res = api.SASPortalTestingApi(mock).customers.devices;
       var arg_request = buildSasPortalSignDeviceRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -2273,7 +2273,7 @@
 
     unittest.test('method--updateSigned', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).customers.devices;
+      var res = api.SASPortalTestingApi(mock).customers.devices;
       var arg_request = buildSasPortalUpdateSignedDeviceRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -2329,7 +2329,7 @@
   unittest.group('resource-CustomersNodesResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).customers.nodes;
+      var res = api.SASPortalTestingApi(mock).customers.nodes;
       var arg_request = buildSasPortalNode();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -2382,7 +2382,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).customers.nodes;
+      var res = api.SASPortalTestingApi(mock).customers.nodes;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2430,7 +2430,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).customers.nodes;
+      var res = api.SASPortalTestingApi(mock).customers.nodes;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2478,7 +2478,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).customers.nodes;
+      var res = api.SASPortalTestingApi(mock).customers.nodes;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -2536,7 +2536,7 @@
 
     unittest.test('method--move', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).customers.nodes;
+      var res = api.SASPortalTestingApi(mock).customers.nodes;
       var arg_request = buildSasPortalMoveNodeRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -2589,7 +2589,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).customers.nodes;
+      var res = api.SASPortalTestingApi(mock).customers.nodes;
       var arg_request = buildSasPortalNode();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -2648,7 +2648,7 @@
   unittest.group('resource-CustomersNodesNodesResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).customers.nodes.nodes;
+      var res = api.SASPortalTestingApi(mock).customers.nodes.nodes;
       var arg_request = buildSasPortalNode();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -2701,7 +2701,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).customers.nodes.nodes;
+      var res = api.SASPortalTestingApi(mock).customers.nodes.nodes;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -2761,7 +2761,7 @@
   unittest.group('resource-DeploymentsDevicesResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).deployments.devices;
+      var res = api.SASPortalTestingApi(mock).deployments.devices;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2809,7 +2809,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).deployments.devices;
+      var res = api.SASPortalTestingApi(mock).deployments.devices;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2857,7 +2857,7 @@
 
     unittest.test('method--move', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).deployments.devices;
+      var res = api.SASPortalTestingApi(mock).deployments.devices;
       var arg_request = buildSasPortalMoveDeviceRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -2910,7 +2910,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).deployments.devices;
+      var res = api.SASPortalTestingApi(mock).deployments.devices;
       var arg_request = buildSasPortalDevice();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -2967,7 +2967,7 @@
 
     unittest.test('method--signDevice', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).deployments.devices;
+      var res = api.SASPortalTestingApi(mock).deployments.devices;
       var arg_request = buildSasPortalSignDeviceRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -3020,7 +3020,7 @@
 
     unittest.test('method--updateSigned', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).deployments.devices;
+      var res = api.SASPortalTestingApi(mock).deployments.devices;
       var arg_request = buildSasPortalUpdateSignedDeviceRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -3076,7 +3076,7 @@
   unittest.group('resource-InstallerResourceApi', () {
     unittest.test('method--generateSecret', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).installer;
+      var res = api.SASPortalTestingApi(mock).installer;
       var arg_request = buildSasPortalGenerateSecretRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3129,7 +3129,7 @@
 
     unittest.test('method--validate', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).installer;
+      var res = api.SASPortalTestingApi(mock).installer;
       var arg_request = buildSasPortalValidateInstallerRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3185,7 +3185,7 @@
   unittest.group('resource-NodesResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).nodes;
+      var res = api.SASPortalTestingApi(mock).nodes;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3235,7 +3235,7 @@
   unittest.group('resource-NodesDeploymentsResourceApi', () {
     unittest.test('method--move', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).nodes.deployments;
+      var res = api.SASPortalTestingApi(mock).nodes.deployments;
       var arg_request = buildSasPortalMoveDeploymentRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -3291,7 +3291,7 @@
   unittest.group('resource-NodesDeploymentsDevicesResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).nodes.deployments.devices;
+      var res = api.SASPortalTestingApi(mock).nodes.deployments.devices;
       var arg_request = buildSasPortalDevice();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -3344,7 +3344,7 @@
 
     unittest.test('method--createSigned', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).nodes.deployments.devices;
+      var res = api.SASPortalTestingApi(mock).nodes.deployments.devices;
       var arg_request = buildSasPortalCreateSignedDeviceRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -3398,7 +3398,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).nodes.deployments.devices;
+      var res = api.SASPortalTestingApi(mock).nodes.deployments.devices;
       var arg_parent = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -3461,7 +3461,7 @@
   unittest.group('resource-NodesDevicesResourceApi', () {
     unittest.test('method--bulk', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).nodes.devices;
+      var res = api.SASPortalTestingApi(mock).nodes.devices;
       var arg_request = buildSasPortalBulkCreateDeviceRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -3517,7 +3517,7 @@
 
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).nodes.devices;
+      var res = api.SASPortalTestingApi(mock).nodes.devices;
       var arg_request = buildSasPortalDevice();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -3570,7 +3570,7 @@
 
     unittest.test('method--createSigned', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).nodes.devices;
+      var res = api.SASPortalTestingApi(mock).nodes.devices;
       var arg_request = buildSasPortalCreateSignedDeviceRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -3624,7 +3624,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).nodes.devices;
+      var res = api.SASPortalTestingApi(mock).nodes.devices;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3672,7 +3672,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).nodes.devices;
+      var res = api.SASPortalTestingApi(mock).nodes.devices;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3720,7 +3720,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).nodes.devices;
+      var res = api.SASPortalTestingApi(mock).nodes.devices;
       var arg_parent = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -3781,7 +3781,7 @@
 
     unittest.test('method--move', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).nodes.devices;
+      var res = api.SASPortalTestingApi(mock).nodes.devices;
       var arg_request = buildSasPortalMoveDeviceRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -3834,7 +3834,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).nodes.devices;
+      var res = api.SASPortalTestingApi(mock).nodes.devices;
       var arg_request = buildSasPortalDevice();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -3891,7 +3891,7 @@
 
     unittest.test('method--signDevice', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).nodes.devices;
+      var res = api.SASPortalTestingApi(mock).nodes.devices;
       var arg_request = buildSasPortalSignDeviceRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -3944,7 +3944,7 @@
 
     unittest.test('method--updateSigned', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).nodes.devices;
+      var res = api.SASPortalTestingApi(mock).nodes.devices;
       var arg_request = buildSasPortalUpdateSignedDeviceRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -4000,7 +4000,7 @@
   unittest.group('resource-NodesNodesResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).nodes.nodes;
+      var res = api.SASPortalTestingApi(mock).nodes.nodes;
       var arg_request = buildSasPortalNode();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -4053,7 +4053,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).nodes.nodes;
+      var res = api.SASPortalTestingApi(mock).nodes.nodes;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4101,7 +4101,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).nodes.nodes;
+      var res = api.SASPortalTestingApi(mock).nodes.nodes;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4149,7 +4149,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).nodes.nodes;
+      var res = api.SASPortalTestingApi(mock).nodes.nodes;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -4207,7 +4207,7 @@
 
     unittest.test('method--move', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).nodes.nodes;
+      var res = api.SASPortalTestingApi(mock).nodes.nodes;
       var arg_request = buildSasPortalMoveNodeRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -4260,7 +4260,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).nodes.nodes;
+      var res = api.SASPortalTestingApi(mock).nodes.nodes;
       var arg_request = buildSasPortalNode();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -4319,7 +4319,7 @@
   unittest.group('resource-NodesNodesDevicesResourceApi', () {
     unittest.test('method--bulk', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).nodes.nodes.devices;
+      var res = api.SASPortalTestingApi(mock).nodes.nodes.devices;
       var arg_request = buildSasPortalBulkCreateDeviceRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -4375,7 +4375,7 @@
 
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).nodes.nodes.devices;
+      var res = api.SASPortalTestingApi(mock).nodes.nodes.devices;
       var arg_request = buildSasPortalDevice();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -4428,7 +4428,7 @@
 
     unittest.test('method--createSigned', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).nodes.nodes.devices;
+      var res = api.SASPortalTestingApi(mock).nodes.nodes.devices;
       var arg_request = buildSasPortalCreateSignedDeviceRequest();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -4482,7 +4482,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).nodes.nodes.devices;
+      var res = api.SASPortalTestingApi(mock).nodes.nodes.devices;
       var arg_parent = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -4545,7 +4545,7 @@
   unittest.group('resource-NodesNodesNodesResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).nodes.nodes.nodes;
+      var res = api.SASPortalTestingApi(mock).nodes.nodes.nodes;
       var arg_request = buildSasPortalNode();
       var arg_parent = 'foo';
       var arg_$fields = 'foo';
@@ -4598,7 +4598,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).nodes.nodes.nodes;
+      var res = api.SASPortalTestingApi(mock).nodes.nodes.nodes;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -4658,7 +4658,7 @@
   unittest.group('resource-PoliciesResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).policies;
+      var res = api.SASPortalTestingApi(mock).policies;
       var arg_request = buildSasPortalGetPolicyRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4709,7 +4709,7 @@
 
     unittest.test('method--set', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).policies;
+      var res = api.SASPortalTestingApi(mock).policies;
       var arg_request = buildSasPortalSetPolicyRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4760,7 +4760,7 @@
 
     unittest.test('method--test', () {
       var mock = HttpServerMock();
-      var res = api.ProdTtSasportalApi(mock).policies;
+      var res = api.SASPortalTestingApi(mock).policies;
       var arg_request = buildSasPortalTestPermissionsRequest();
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
diff --git a/generated/googleapis_beta/test/runtimeconfig/v1beta1_test.dart b/generated/googleapis_beta/test/runtimeconfig/v1beta1_test.dart
index f5da43b..4626601 100644
--- a/generated/googleapis_beta/test/runtimeconfig/v1beta1_test.dart
+++ b/generated/googleapis_beta/test/runtimeconfig/v1beta1_test.dart
@@ -762,7 +762,7 @@
   unittest.group('resource-ProjectsConfigsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.RuntimeconfigApi(mock).projects.configs;
+      var res = api.CloudRuntimeConfigApi(mock).projects.configs;
       var arg_request = buildRuntimeConfig();
       var arg_parent = 'foo';
       var arg_requestId = 'foo';
@@ -819,7 +819,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.RuntimeconfigApi(mock).projects.configs;
+      var res = api.CloudRuntimeConfigApi(mock).projects.configs;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -867,7 +867,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.RuntimeconfigApi(mock).projects.configs;
+      var res = api.CloudRuntimeConfigApi(mock).projects.configs;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -915,7 +915,7 @@
 
     unittest.test('method--getIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.RuntimeconfigApi(mock).projects.configs;
+      var res = api.CloudRuntimeConfigApi(mock).projects.configs;
       var arg_resource = 'foo';
       var arg_options_requestedPolicyVersion = 42;
       var arg_$fields = 'foo';
@@ -970,7 +970,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.RuntimeconfigApi(mock).projects.configs;
+      var res = api.CloudRuntimeConfigApi(mock).projects.configs;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -1027,7 +1027,7 @@
 
     unittest.test('method--setIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.RuntimeconfigApi(mock).projects.configs;
+      var res = api.CloudRuntimeConfigApi(mock).projects.configs;
       var arg_request = buildSetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -1080,7 +1080,7 @@
 
     unittest.test('method--testIamPermissions', () {
       var mock = HttpServerMock();
-      var res = api.RuntimeconfigApi(mock).projects.configs;
+      var res = api.CloudRuntimeConfigApi(mock).projects.configs;
       var arg_request = buildTestIamPermissionsRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -1134,7 +1134,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.RuntimeconfigApi(mock).projects.configs;
+      var res = api.CloudRuntimeConfigApi(mock).projects.configs;
       var arg_request = buildRuntimeConfig();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -1189,7 +1189,7 @@
   unittest.group('resource-ProjectsConfigsOperationsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.RuntimeconfigApi(mock).projects.configs.operations;
+      var res = api.CloudRuntimeConfigApi(mock).projects.configs.operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1237,7 +1237,7 @@
 
     unittest.test('method--testIamPermissions', () {
       var mock = HttpServerMock();
-      var res = api.RuntimeconfigApi(mock).projects.configs.operations;
+      var res = api.CloudRuntimeConfigApi(mock).projects.configs.operations;
       var arg_request = buildTestIamPermissionsRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -1293,7 +1293,7 @@
   unittest.group('resource-ProjectsConfigsVariablesResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.RuntimeconfigApi(mock).projects.configs.variables;
+      var res = api.CloudRuntimeConfigApi(mock).projects.configs.variables;
       var arg_request = buildVariable();
       var arg_parent = 'foo';
       var arg_requestId = 'foo';
@@ -1350,7 +1350,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.RuntimeconfigApi(mock).projects.configs.variables;
+      var res = api.CloudRuntimeConfigApi(mock).projects.configs.variables;
       var arg_name = 'foo';
       var arg_recursive = true;
       var arg_$fields = 'foo';
@@ -1401,7 +1401,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.RuntimeconfigApi(mock).projects.configs.variables;
+      var res = api.CloudRuntimeConfigApi(mock).projects.configs.variables;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1449,7 +1449,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.RuntimeconfigApi(mock).projects.configs.variables;
+      var res = api.CloudRuntimeConfigApi(mock).projects.configs.variables;
       var arg_parent = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -1513,7 +1513,7 @@
 
     unittest.test('method--testIamPermissions', () {
       var mock = HttpServerMock();
-      var res = api.RuntimeconfigApi(mock).projects.configs.variables;
+      var res = api.CloudRuntimeConfigApi(mock).projects.configs.variables;
       var arg_request = buildTestIamPermissionsRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -1567,7 +1567,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.RuntimeconfigApi(mock).projects.configs.variables;
+      var res = api.CloudRuntimeConfigApi(mock).projects.configs.variables;
       var arg_request = buildVariable();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -1620,7 +1620,7 @@
 
     unittest.test('method--watch', () {
       var mock = HttpServerMock();
-      var res = api.RuntimeconfigApi(mock).projects.configs.variables;
+      var res = api.CloudRuntimeConfigApi(mock).projects.configs.variables;
       var arg_request = buildWatchVariableRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -1675,7 +1675,7 @@
   unittest.group('resource-ProjectsConfigsWaitersResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.RuntimeconfigApi(mock).projects.configs.waiters;
+      var res = api.CloudRuntimeConfigApi(mock).projects.configs.waiters;
       var arg_request = buildWaiter();
       var arg_parent = 'foo';
       var arg_requestId = 'foo';
@@ -1732,7 +1732,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.RuntimeconfigApi(mock).projects.configs.waiters;
+      var res = api.CloudRuntimeConfigApi(mock).projects.configs.waiters;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1780,7 +1780,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.RuntimeconfigApi(mock).projects.configs.waiters;
+      var res = api.CloudRuntimeConfigApi(mock).projects.configs.waiters;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1828,7 +1828,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.RuntimeconfigApi(mock).projects.configs.waiters;
+      var res = api.CloudRuntimeConfigApi(mock).projects.configs.waiters;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -1885,7 +1885,7 @@
 
     unittest.test('method--testIamPermissions', () {
       var mock = HttpServerMock();
-      var res = api.RuntimeconfigApi(mock).projects.configs.waiters;
+      var res = api.CloudRuntimeConfigApi(mock).projects.configs.waiters;
       var arg_request = buildTestIamPermissionsRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
diff --git a/generated/googleapis_beta/test/servicedirectory/v1beta1_test.dart b/generated/googleapis_beta/test/servicedirectory/v1beta1_test.dart
index 76ca560..2b91834 100644
--- a/generated/googleapis_beta/test/servicedirectory/v1beta1_test.dart
+++ b/generated/googleapis_beta/test/servicedirectory/v1beta1_test.dart
@@ -784,7 +784,7 @@
   unittest.group('resource-ProjectsLocationsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ServicedirectoryApi(mock).projects.locations;
+      var res = api.ServiceDirectoryApi(mock).projects.locations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -832,7 +832,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ServicedirectoryApi(mock).projects.locations;
+      var res = api.ServiceDirectoryApi(mock).projects.locations;
       var arg_name = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -894,7 +894,7 @@
   unittest.group('resource-ProjectsLocationsNamespacesResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.ServicedirectoryApi(mock).projects.locations.namespaces;
+      var res = api.ServiceDirectoryApi(mock).projects.locations.namespaces;
       var arg_request = buildNamespace();
       var arg_parent = 'foo';
       var arg_namespaceId = 'foo';
@@ -951,7 +951,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.ServicedirectoryApi(mock).projects.locations.namespaces;
+      var res = api.ServiceDirectoryApi(mock).projects.locations.namespaces;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -999,7 +999,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ServicedirectoryApi(mock).projects.locations.namespaces;
+      var res = api.ServiceDirectoryApi(mock).projects.locations.namespaces;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1047,7 +1047,7 @@
 
     unittest.test('method--getIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.ServicedirectoryApi(mock).projects.locations.namespaces;
+      var res = api.ServiceDirectoryApi(mock).projects.locations.namespaces;
       var arg_request = buildGetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -1100,7 +1100,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ServicedirectoryApi(mock).projects.locations.namespaces;
+      var res = api.ServiceDirectoryApi(mock).projects.locations.namespaces;
       var arg_parent = 'foo';
       var arg_filter = 'foo';
       var arg_orderBy = 'foo';
@@ -1164,7 +1164,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.ServicedirectoryApi(mock).projects.locations.namespaces;
+      var res = api.ServiceDirectoryApi(mock).projects.locations.namespaces;
       var arg_request = buildNamespace();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -1221,7 +1221,7 @@
 
     unittest.test('method--setIamPolicy', () {
       var mock = HttpServerMock();
-      var res = api.ServicedirectoryApi(mock).projects.locations.namespaces;
+      var res = api.ServiceDirectoryApi(mock).projects.locations.namespaces;
       var arg_request = buildSetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -1274,7 +1274,7 @@
 
     unittest.test('method--testIamPermissions', () {
       var mock = HttpServerMock();
-      var res = api.ServicedirectoryApi(mock).projects.locations.namespaces;
+      var res = api.ServiceDirectoryApi(mock).projects.locations.namespaces;
       var arg_request = buildTestIamPermissionsRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -1331,7 +1331,7 @@
     unittest.test('method--create', () {
       var mock = HttpServerMock();
       var res =
-          api.ServicedirectoryApi(mock).projects.locations.namespaces.services;
+          api.ServiceDirectoryApi(mock).projects.locations.namespaces.services;
       var arg_request = buildService();
       var arg_parent = 'foo';
       var arg_serviceId = 'foo';
@@ -1389,7 +1389,7 @@
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
       var res =
-          api.ServicedirectoryApi(mock).projects.locations.namespaces.services;
+          api.ServiceDirectoryApi(mock).projects.locations.namespaces.services;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1438,7 +1438,7 @@
     unittest.test('method--get', () {
       var mock = HttpServerMock();
       var res =
-          api.ServicedirectoryApi(mock).projects.locations.namespaces.services;
+          api.ServiceDirectoryApi(mock).projects.locations.namespaces.services;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1487,7 +1487,7 @@
     unittest.test('method--getIamPolicy', () {
       var mock = HttpServerMock();
       var res =
-          api.ServicedirectoryApi(mock).projects.locations.namespaces.services;
+          api.ServiceDirectoryApi(mock).projects.locations.namespaces.services;
       var arg_request = buildGetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -1541,7 +1541,7 @@
     unittest.test('method--list', () {
       var mock = HttpServerMock();
       var res =
-          api.ServicedirectoryApi(mock).projects.locations.namespaces.services;
+          api.ServiceDirectoryApi(mock).projects.locations.namespaces.services;
       var arg_parent = 'foo';
       var arg_filter = 'foo';
       var arg_orderBy = 'foo';
@@ -1606,7 +1606,7 @@
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
       var res =
-          api.ServicedirectoryApi(mock).projects.locations.namespaces.services;
+          api.ServiceDirectoryApi(mock).projects.locations.namespaces.services;
       var arg_request = buildService();
       var arg_name = 'foo';
       var arg_updateMask = 'foo';
@@ -1664,7 +1664,7 @@
     unittest.test('method--resolve', () {
       var mock = HttpServerMock();
       var res =
-          api.ServicedirectoryApi(mock).projects.locations.namespaces.services;
+          api.ServiceDirectoryApi(mock).projects.locations.namespaces.services;
       var arg_request = buildResolveServiceRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -1718,7 +1718,7 @@
     unittest.test('method--setIamPolicy', () {
       var mock = HttpServerMock();
       var res =
-          api.ServicedirectoryApi(mock).projects.locations.namespaces.services;
+          api.ServiceDirectoryApi(mock).projects.locations.namespaces.services;
       var arg_request = buildSetIamPolicyRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -1772,7 +1772,7 @@
     unittest.test('method--testIamPermissions', () {
       var mock = HttpServerMock();
       var res =
-          api.ServicedirectoryApi(mock).projects.locations.namespaces.services;
+          api.ServiceDirectoryApi(mock).projects.locations.namespaces.services;
       var arg_request = buildTestIamPermissionsRequest();
       var arg_resource = 'foo';
       var arg_$fields = 'foo';
@@ -1829,7 +1829,7 @@
       'resource-ProjectsLocationsNamespacesServicesEndpointsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.ServicedirectoryApi(mock)
+      var res = api.ServiceDirectoryApi(mock)
           .projects
           .locations
           .namespaces
@@ -1891,7 +1891,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.ServicedirectoryApi(mock)
+      var res = api.ServiceDirectoryApi(mock)
           .projects
           .locations
           .namespaces
@@ -1944,7 +1944,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ServicedirectoryApi(mock)
+      var res = api.ServiceDirectoryApi(mock)
           .projects
           .locations
           .namespaces
@@ -1997,7 +1997,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ServicedirectoryApi(mock)
+      var res = api.ServiceDirectoryApi(mock)
           .projects
           .locations
           .namespaces
@@ -2066,7 +2066,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.ServicedirectoryApi(mock)
+      var res = api.ServiceDirectoryApi(mock)
           .projects
           .locations
           .namespaces
diff --git a/generated/googleapis_beta/test/sqladmin/v1beta4_test.dart b/generated/googleapis_beta/test/sqladmin/v1beta4_test.dart
index 531f382..3bbb6e2 100644
--- a/generated/googleapis_beta/test/sqladmin/v1beta4_test.dart
+++ b/generated/googleapis_beta/test/sqladmin/v1beta4_test.dart
@@ -2888,7 +2888,7 @@
   unittest.group('resource-BackupRunsResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.SqladminApi(mock).backupRuns;
+      var res = api.SQLAdminApi(mock).backupRuns;
       var arg_project = 'foo';
       var arg_instance = 'foo';
       var arg_id = 'foo';
@@ -2958,7 +2958,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.SqladminApi(mock).backupRuns;
+      var res = api.SQLAdminApi(mock).backupRuns;
       var arg_project = 'foo';
       var arg_instance = 'foo';
       var arg_id = 'foo';
@@ -3028,7 +3028,7 @@
 
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.SqladminApi(mock).backupRuns;
+      var res = api.SQLAdminApi(mock).backupRuns;
       var arg_request = buildBackupRun();
       var arg_project = 'foo';
       var arg_instance = 'foo';
@@ -3099,7 +3099,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.SqladminApi(mock).backupRuns;
+      var res = api.SQLAdminApi(mock).backupRuns;
       var arg_project = 'foo';
       var arg_instance = 'foo';
       var arg_maxResults = 42;
@@ -3176,7 +3176,7 @@
   unittest.group('resource-DatabasesResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.SqladminApi(mock).databases;
+      var res = api.SQLAdminApi(mock).databases;
       var arg_project = 'foo';
       var arg_instance = 'foo';
       var arg_database = 'foo';
@@ -3246,7 +3246,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.SqladminApi(mock).databases;
+      var res = api.SQLAdminApi(mock).databases;
       var arg_project = 'foo';
       var arg_instance = 'foo';
       var arg_database = 'foo';
@@ -3316,7 +3316,7 @@
 
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.SqladminApi(mock).databases;
+      var res = api.SQLAdminApi(mock).databases;
       var arg_request = buildDatabase();
       var arg_project = 'foo';
       var arg_instance = 'foo';
@@ -3387,7 +3387,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.SqladminApi(mock).databases;
+      var res = api.SQLAdminApi(mock).databases;
       var arg_project = 'foo';
       var arg_instance = 'foo';
       var arg_$fields = 'foo';
@@ -3453,7 +3453,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.SqladminApi(mock).databases;
+      var res = api.SQLAdminApi(mock).databases;
       var arg_request = buildDatabase();
       var arg_project = 'foo';
       var arg_instance = 'foo';
@@ -3529,7 +3529,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.SqladminApi(mock).databases;
+      var res = api.SQLAdminApi(mock).databases;
       var arg_request = buildDatabase();
       var arg_project = 'foo';
       var arg_instance = 'foo';
@@ -3607,7 +3607,7 @@
   unittest.group('resource-FlagsResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.SqladminApi(mock).flags;
+      var res = api.SQLAdminApi(mock).flags;
       var arg_databaseVersion = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3658,7 +3658,7 @@
   unittest.group('resource-InstancesResourceApi', () {
     unittest.test('method--addServerCa', () {
       var mock = HttpServerMock();
-      var res = api.SqladminApi(mock).instances;
+      var res = api.SQLAdminApi(mock).instances;
       var arg_project = 'foo';
       var arg_instance = 'foo';
       var arg_$fields = 'foo';
@@ -3724,7 +3724,7 @@
 
     unittest.test('method--clone', () {
       var mock = HttpServerMock();
-      var res = api.SqladminApi(mock).instances;
+      var res = api.SQLAdminApi(mock).instances;
       var arg_request = buildInstancesCloneRequest();
       var arg_project = 'foo';
       var arg_instance = 'foo';
@@ -3795,7 +3795,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.SqladminApi(mock).instances;
+      var res = api.SQLAdminApi(mock).instances;
       var arg_project = 'foo';
       var arg_instance = 'foo';
       var arg_$fields = 'foo';
@@ -3855,7 +3855,7 @@
 
     unittest.test('method--demoteMaster', () {
       var mock = HttpServerMock();
-      var res = api.SqladminApi(mock).instances;
+      var res = api.SQLAdminApi(mock).instances;
       var arg_request = buildInstancesDemoteMasterRequest();
       var arg_project = 'foo';
       var arg_instance = 'foo';
@@ -3928,7 +3928,7 @@
 
     unittest.test('method--export', () {
       var mock = HttpServerMock();
-      var res = api.SqladminApi(mock).instances;
+      var res = api.SQLAdminApi(mock).instances;
       var arg_request = buildInstancesExportRequest();
       var arg_project = 'foo';
       var arg_instance = 'foo';
@@ -3999,7 +3999,7 @@
 
     unittest.test('method--failover', () {
       var mock = HttpServerMock();
-      var res = api.SqladminApi(mock).instances;
+      var res = api.SQLAdminApi(mock).instances;
       var arg_request = buildInstancesFailoverRequest();
       var arg_project = 'foo';
       var arg_instance = 'foo';
@@ -4071,7 +4071,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.SqladminApi(mock).instances;
+      var res = api.SQLAdminApi(mock).instances;
       var arg_project = 'foo';
       var arg_instance = 'foo';
       var arg_$fields = 'foo';
@@ -4131,7 +4131,7 @@
 
     unittest.test('method--import', () {
       var mock = HttpServerMock();
-      var res = api.SqladminApi(mock).instances;
+      var res = api.SQLAdminApi(mock).instances;
       var arg_request = buildInstancesImportRequest();
       var arg_project = 'foo';
       var arg_instance = 'foo';
@@ -4202,7 +4202,7 @@
 
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.SqladminApi(mock).instances;
+      var res = api.SQLAdminApi(mock).instances;
       var arg_request = buildDatabaseInstance();
       var arg_project = 'foo';
       var arg_$fields = 'foo';
@@ -4263,7 +4263,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.SqladminApi(mock).instances;
+      var res = api.SQLAdminApi(mock).instances;
       var arg_project = 'foo';
       var arg_filter = 'foo';
       var arg_maxResults = 42;
@@ -4331,7 +4331,7 @@
 
     unittest.test('method--listServerCas', () {
       var mock = HttpServerMock();
-      var res = api.SqladminApi(mock).instances;
+      var res = api.SQLAdminApi(mock).instances;
       var arg_project = 'foo';
       var arg_instance = 'foo';
       var arg_$fields = 'foo';
@@ -4398,7 +4398,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.SqladminApi(mock).instances;
+      var res = api.SQLAdminApi(mock).instances;
       var arg_request = buildDatabaseInstance();
       var arg_project = 'foo';
       var arg_instance = 'foo';
@@ -4463,7 +4463,7 @@
 
     unittest.test('method--promoteReplica', () {
       var mock = HttpServerMock();
-      var res = api.SqladminApi(mock).instances;
+      var res = api.SQLAdminApi(mock).instances;
       var arg_project = 'foo';
       var arg_instance = 'foo';
       var arg_$fields = 'foo';
@@ -4529,7 +4529,7 @@
 
     unittest.test('method--resetSslConfig', () {
       var mock = HttpServerMock();
-      var res = api.SqladminApi(mock).instances;
+      var res = api.SQLAdminApi(mock).instances;
       var arg_project = 'foo';
       var arg_instance = 'foo';
       var arg_$fields = 'foo';
@@ -4595,7 +4595,7 @@
 
     unittest.test('method--restart', () {
       var mock = HttpServerMock();
-      var res = api.SqladminApi(mock).instances;
+      var res = api.SQLAdminApi(mock).instances;
       var arg_project = 'foo';
       var arg_instance = 'foo';
       var arg_$fields = 'foo';
@@ -4661,7 +4661,7 @@
 
     unittest.test('method--restoreBackup', () {
       var mock = HttpServerMock();
-      var res = api.SqladminApi(mock).instances;
+      var res = api.SQLAdminApi(mock).instances;
       var arg_request = buildInstancesRestoreBackupRequest();
       var arg_project = 'foo';
       var arg_instance = 'foo';
@@ -4734,7 +4734,7 @@
 
     unittest.test('method--rotateServerCa', () {
       var mock = HttpServerMock();
-      var res = api.SqladminApi(mock).instances;
+      var res = api.SQLAdminApi(mock).instances;
       var arg_request = buildInstancesRotateServerCaRequest();
       var arg_project = 'foo';
       var arg_instance = 'foo';
@@ -4807,7 +4807,7 @@
 
     unittest.test('method--startReplica', () {
       var mock = HttpServerMock();
-      var res = api.SqladminApi(mock).instances;
+      var res = api.SQLAdminApi(mock).instances;
       var arg_project = 'foo';
       var arg_instance = 'foo';
       var arg_$fields = 'foo';
@@ -4873,7 +4873,7 @@
 
     unittest.test('method--stopReplica', () {
       var mock = HttpServerMock();
-      var res = api.SqladminApi(mock).instances;
+      var res = api.SQLAdminApi(mock).instances;
       var arg_project = 'foo';
       var arg_instance = 'foo';
       var arg_$fields = 'foo';
@@ -4939,7 +4939,7 @@
 
     unittest.test('method--truncateLog', () {
       var mock = HttpServerMock();
-      var res = api.SqladminApi(mock).instances;
+      var res = api.SQLAdminApi(mock).instances;
       var arg_request = buildInstancesTruncateLogRequest();
       var arg_project = 'foo';
       var arg_instance = 'foo';
@@ -5012,7 +5012,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.SqladminApi(mock).instances;
+      var res = api.SQLAdminApi(mock).instances;
       var arg_request = buildDatabaseInstance();
       var arg_project = 'foo';
       var arg_instance = 'foo';
@@ -5079,7 +5079,7 @@
   unittest.group('resource-OperationsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.SqladminApi(mock).operations;
+      var res = api.SQLAdminApi(mock).operations;
       var arg_project = 'foo';
       var arg_operation = 'foo';
       var arg_$fields = 'foo';
@@ -5139,7 +5139,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.SqladminApi(mock).operations;
+      var res = api.SQLAdminApi(mock).operations;
       var arg_project = 'foo';
       var arg_instance = 'foo';
       var arg_maxResults = 42;
@@ -5210,7 +5210,7 @@
   unittest.group('resource-ProjectsInstancesResourceApi', () {
     unittest.test('method--rescheduleMaintenance', () {
       var mock = HttpServerMock();
-      var res = api.SqladminApi(mock).projects.instances;
+      var res = api.SQLAdminApi(mock).projects.instances;
       var arg_request = buildSqlInstancesRescheduleMaintenanceRequestBody();
       var arg_project = 'foo';
       var arg_instance = 'foo';
@@ -5283,7 +5283,7 @@
 
     unittest.test('method--startExternalSync', () {
       var mock = HttpServerMock();
-      var res = api.SqladminApi(mock).projects.instances;
+      var res = api.SQLAdminApi(mock).projects.instances;
       var arg_project = 'foo';
       var arg_instance = 'foo';
       var arg_syncMode = 'foo';
@@ -5353,7 +5353,7 @@
 
     unittest.test('method--verifyExternalSyncSettings', () {
       var mock = HttpServerMock();
-      var res = api.SqladminApi(mock).projects.instances;
+      var res = api.SQLAdminApi(mock).projects.instances;
       var arg_project = 'foo';
       var arg_instance = 'foo';
       var arg_syncMode = 'foo';
@@ -5432,7 +5432,7 @@
   unittest.group('resource-SslCertsResourceApi', () {
     unittest.test('method--createEphemeral', () {
       var mock = HttpServerMock();
-      var res = api.SqladminApi(mock).sslCerts;
+      var res = api.SQLAdminApi(mock).sslCerts;
       var arg_request = buildSslCertsCreateEphemeralRequest();
       var arg_project = 'foo';
       var arg_instance = 'foo';
@@ -5505,7 +5505,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.SqladminApi(mock).sslCerts;
+      var res = api.SQLAdminApi(mock).sslCerts;
       var arg_project = 'foo';
       var arg_instance = 'foo';
       var arg_sha1Fingerprint = 'foo';
@@ -5576,7 +5576,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.SqladminApi(mock).sslCerts;
+      var res = api.SQLAdminApi(mock).sslCerts;
       var arg_project = 'foo';
       var arg_instance = 'foo';
       var arg_sha1Fingerprint = 'foo';
@@ -5647,7 +5647,7 @@
 
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.SqladminApi(mock).sslCerts;
+      var res = api.SQLAdminApi(mock).sslCerts;
       var arg_request = buildSslCertsInsertRequest();
       var arg_project = 'foo';
       var arg_instance = 'foo';
@@ -5718,7 +5718,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.SqladminApi(mock).sslCerts;
+      var res = api.SQLAdminApi(mock).sslCerts;
       var arg_project = 'foo';
       var arg_instance = 'foo';
       var arg_$fields = 'foo';
@@ -5786,7 +5786,7 @@
   unittest.group('resource-TiersResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.SqladminApi(mock).tiers;
+      var res = api.SQLAdminApi(mock).tiers;
       var arg_project = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -5844,7 +5844,7 @@
   unittest.group('resource-UsersResourceApi', () {
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.SqladminApi(mock).users;
+      var res = api.SQLAdminApi(mock).users;
       var arg_project = 'foo';
       var arg_instance = 'foo';
       var arg_host = 'foo';
@@ -5915,7 +5915,7 @@
 
     unittest.test('method--insert', () {
       var mock = HttpServerMock();
-      var res = api.SqladminApi(mock).users;
+      var res = api.SQLAdminApi(mock).users;
       var arg_request = buildUser();
       var arg_project = 'foo';
       var arg_instance = 'foo';
@@ -5986,7 +5986,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.SqladminApi(mock).users;
+      var res = api.SQLAdminApi(mock).users;
       var arg_project = 'foo';
       var arg_instance = 'foo';
       var arg_$fields = 'foo';
@@ -6052,7 +6052,7 @@
 
     unittest.test('method--update', () {
       var mock = HttpServerMock();
-      var res = api.SqladminApi(mock).users;
+      var res = api.SQLAdminApi(mock).users;
       var arg_request = buildUser();
       var arg_project = 'foo';
       var arg_instance = 'foo';
diff --git a/generated/googleapis_beta/test/toolresults/v1beta3_test.dart b/generated/googleapis_beta/test/toolresults/v1beta3_test.dart
index 09e8b21..7e1a37e 100644
--- a/generated/googleapis_beta/test/toolresults/v1beta3_test.dart
+++ b/generated/googleapis_beta/test/toolresults/v1beta3_test.dart
@@ -3922,7 +3922,7 @@
   unittest.group('resource-ProjectsResourceApi', () {
     unittest.test('method--getSettings', () {
       var mock = HttpServerMock();
-      var res = api.ToolresultsApi(mock).projects;
+      var res = api.ToolResultsApi(mock).projects;
       var arg_projectId = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -3978,7 +3978,7 @@
 
     unittest.test('method--initializeSettings', () {
       var mock = HttpServerMock();
-      var res = api.ToolresultsApi(mock).projects;
+      var res = api.ToolResultsApi(mock).projects;
       var arg_projectId = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -4036,7 +4036,7 @@
   unittest.group('resource-ProjectsHistoriesResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.ToolresultsApi(mock).projects.histories;
+      var res = api.ToolResultsApi(mock).projects.histories;
       var arg_request = buildHistory();
       var arg_projectId = 'foo';
       var arg_requestId = 'foo';
@@ -4101,7 +4101,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ToolresultsApi(mock).projects.histories;
+      var res = api.ToolResultsApi(mock).projects.histories;
       var arg_projectId = 'foo';
       var arg_historyId = 'foo';
       var arg_$fields = 'foo';
@@ -4161,7 +4161,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ToolresultsApi(mock).projects.histories;
+      var res = api.ToolResultsApi(mock).projects.histories;
       var arg_projectId = 'foo';
       var arg_filterByName = 'foo';
       var arg_pageSize = 42;
@@ -4232,7 +4232,7 @@
   unittest.group('resource-ProjectsHistoriesExecutionsResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.ToolresultsApi(mock).projects.histories.executions;
+      var res = api.ToolResultsApi(mock).projects.histories.executions;
       var arg_request = buildExecution();
       var arg_projectId = 'foo';
       var arg_historyId = 'foo';
@@ -4307,7 +4307,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ToolresultsApi(mock).projects.histories.executions;
+      var res = api.ToolResultsApi(mock).projects.histories.executions;
       var arg_projectId = 'foo';
       var arg_historyId = 'foo';
       var arg_executionId = 'foo';
@@ -4378,7 +4378,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ToolresultsApi(mock).projects.histories.executions;
+      var res = api.ToolResultsApi(mock).projects.histories.executions;
       var arg_projectId = 'foo';
       var arg_historyId = 'foo';
       var arg_pageSize = 42;
@@ -4453,7 +4453,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.ToolresultsApi(mock).projects.histories.executions;
+      var res = api.ToolResultsApi(mock).projects.histories.executions;
       var arg_request = buildExecution();
       var arg_projectId = 'foo';
       var arg_historyId = 'foo';
@@ -4534,7 +4534,7 @@
   unittest.group('resource-ProjectsHistoriesExecutionsClustersResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ToolresultsApi(mock).projects.histories.executions.clusters;
+      var res = api.ToolResultsApi(mock).projects.histories.executions.clusters;
       var arg_projectId = 'foo';
       var arg_historyId = 'foo';
       var arg_executionId = 'foo';
@@ -4615,7 +4615,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ToolresultsApi(mock).projects.histories.executions.clusters;
+      var res = api.ToolResultsApi(mock).projects.histories.executions.clusters;
       var arg_projectId = 'foo';
       var arg_historyId = 'foo';
       var arg_executionId = 'foo';
@@ -4697,7 +4697,7 @@
     unittest.test('method--get', () {
       var mock = HttpServerMock();
       var res =
-          api.ToolresultsApi(mock).projects.histories.executions.environments;
+          api.ToolResultsApi(mock).projects.histories.executions.environments;
       var arg_projectId = 'foo';
       var arg_historyId = 'foo';
       var arg_executionId = 'foo';
@@ -4779,7 +4779,7 @@
     unittest.test('method--list', () {
       var mock = HttpServerMock();
       var res =
-          api.ToolresultsApi(mock).projects.histories.executions.environments;
+          api.ToolResultsApi(mock).projects.histories.executions.environments;
       var arg_projectId = 'foo';
       var arg_historyId = 'foo';
       var arg_executionId = 'foo';
@@ -4866,7 +4866,7 @@
   unittest.group('resource-ProjectsHistoriesExecutionsStepsResourceApi', () {
     unittest.test('method--accessibilityClusters', () {
       var mock = HttpServerMock();
-      var res = api.ToolresultsApi(mock).projects.histories.executions.steps;
+      var res = api.ToolResultsApi(mock).projects.histories.executions.steps;
       var arg_name = 'foo';
       var arg_locale = 'foo';
       var arg_$fields = 'foo';
@@ -4919,7 +4919,7 @@
 
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.ToolresultsApi(mock).projects.histories.executions.steps;
+      var res = api.ToolResultsApi(mock).projects.histories.executions.steps;
       var arg_request = buildStep();
       var arg_projectId = 'foo';
       var arg_historyId = 'foo';
@@ -5004,7 +5004,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ToolresultsApi(mock).projects.histories.executions.steps;
+      var res = api.ToolResultsApi(mock).projects.histories.executions.steps;
       var arg_projectId = 'foo';
       var arg_historyId = 'foo';
       var arg_executionId = 'foo';
@@ -5085,7 +5085,7 @@
 
     unittest.test('method--getPerfMetricsSummary', () {
       var mock = HttpServerMock();
-      var res = api.ToolresultsApi(mock).projects.histories.executions.steps;
+      var res = api.ToolResultsApi(mock).projects.histories.executions.steps;
       var arg_projectId = 'foo';
       var arg_historyId = 'foo';
       var arg_executionId = 'foo';
@@ -5173,7 +5173,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ToolresultsApi(mock).projects.histories.executions.steps;
+      var res = api.ToolResultsApi(mock).projects.histories.executions.steps;
       var arg_projectId = 'foo';
       var arg_historyId = 'foo';
       var arg_executionId = 'foo';
@@ -5258,7 +5258,7 @@
 
     unittest.test('method--patch', () {
       var mock = HttpServerMock();
-      var res = api.ToolresultsApi(mock).projects.histories.executions.steps;
+      var res = api.ToolResultsApi(mock).projects.histories.executions.steps;
       var arg_request = buildStep();
       var arg_projectId = 'foo';
       var arg_historyId = 'foo';
@@ -5348,7 +5348,7 @@
 
     unittest.test('method--publishXunitXmlFiles', () {
       var mock = HttpServerMock();
-      var res = api.ToolresultsApi(mock).projects.histories.executions.steps;
+      var res = api.ToolResultsApi(mock).projects.histories.executions.steps;
       var arg_request = buildPublishXunitXmlFilesRequest();
       var arg_projectId = 'foo';
       var arg_historyId = 'foo';
@@ -5446,7 +5446,7 @@
       () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.ToolresultsApi(mock)
+      var res = api.ToolResultsApi(mock)
           .projects
           .histories
           .executions
@@ -5548,7 +5548,7 @@
       () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.ToolresultsApi(mock)
+      var res = api.ToolResultsApi(mock)
           .projects
           .histories
           .executions
@@ -5646,7 +5646,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ToolresultsApi(mock)
+      var res = api.ToolResultsApi(mock)
           .projects
           .histories
           .executions
@@ -5743,7 +5743,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ToolresultsApi(mock)
+      var res = api.ToolResultsApi(mock)
           .projects
           .histories
           .executions
@@ -5842,7 +5842,7 @@
       () {
     unittest.test('method--batchCreate', () {
       var mock = HttpServerMock();
-      var res = api.ToolresultsApi(mock)
+      var res = api.ToolResultsApi(mock)
           .projects
           .histories
           .executions
@@ -5953,7 +5953,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ToolresultsApi(mock)
+      var res = api.ToolResultsApi(mock)
           .projects
           .histories
           .executions
@@ -6068,7 +6068,7 @@
       'resource-ProjectsHistoriesExecutionsStepsTestCasesResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.ToolresultsApi(mock)
+      var res = api.ToolResultsApi(mock)
           .projects
           .histories
           .executions
@@ -6165,7 +6165,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ToolresultsApi(mock)
+      var res = api.ToolResultsApi(mock)
           .projects
           .histories
           .executions
@@ -6268,7 +6268,7 @@
       'resource-ProjectsHistoriesExecutionsStepsThumbnailsResourceApi', () {
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.ToolresultsApi(mock)
+      var res = api.ToolResultsApi(mock)
           .projects
           .histories
           .executions
diff --git a/generated/googleapis_beta/test/tpu/v1alpha1_test.dart b/generated/googleapis_beta/test/tpu/v1alpha1_test.dart
index 9fa02ef..8924092 100644
--- a/generated/googleapis_beta/test/tpu/v1alpha1_test.dart
+++ b/generated/googleapis_beta/test/tpu/v1alpha1_test.dart
@@ -914,7 +914,7 @@
   unittest.group('resource-ProjectsLocationsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.TpuApi(mock).projects.locations;
+      var res = api.TPUApi(mock).projects.locations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -962,7 +962,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.TpuApi(mock).projects.locations;
+      var res = api.TPUApi(mock).projects.locations;
       var arg_name = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -1024,7 +1024,7 @@
   unittest.group('resource-ProjectsLocationsAcceleratorTypesResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.TpuApi(mock).projects.locations.acceleratorTypes;
+      var res = api.TPUApi(mock).projects.locations.acceleratorTypes;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1072,7 +1072,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.TpuApi(mock).projects.locations.acceleratorTypes;
+      var res = api.TPUApi(mock).projects.locations.acceleratorTypes;
       var arg_parent = 'foo';
       var arg_filter = 'foo';
       var arg_orderBy = 'foo';
@@ -1139,7 +1139,7 @@
   unittest.group('resource-ProjectsLocationsNodesResourceApi', () {
     unittest.test('method--create', () {
       var mock = HttpServerMock();
-      var res = api.TpuApi(mock).projects.locations.nodes;
+      var res = api.TPUApi(mock).projects.locations.nodes;
       var arg_request = buildNode();
       var arg_parent = 'foo';
       var arg_nodeId = 'foo';
@@ -1195,7 +1195,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.TpuApi(mock).projects.locations.nodes;
+      var res = api.TPUApi(mock).projects.locations.nodes;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1243,7 +1243,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.TpuApi(mock).projects.locations.nodes;
+      var res = api.TPUApi(mock).projects.locations.nodes;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1291,7 +1291,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.TpuApi(mock).projects.locations.nodes;
+      var res = api.TPUApi(mock).projects.locations.nodes;
       var arg_parent = 'foo';
       var arg_pageSize = 42;
       var arg_pageToken = 'foo';
@@ -1348,7 +1348,7 @@
 
     unittest.test('method--reimage', () {
       var mock = HttpServerMock();
-      var res = api.TpuApi(mock).projects.locations.nodes;
+      var res = api.TPUApi(mock).projects.locations.nodes;
       var arg_request = buildReimageNodeRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -1401,7 +1401,7 @@
 
     unittest.test('method--start', () {
       var mock = HttpServerMock();
-      var res = api.TpuApi(mock).projects.locations.nodes;
+      var res = api.TPUApi(mock).projects.locations.nodes;
       var arg_request = buildStartNodeRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -1454,7 +1454,7 @@
 
     unittest.test('method--stop', () {
       var mock = HttpServerMock();
-      var res = api.TpuApi(mock).projects.locations.nodes;
+      var res = api.TPUApi(mock).projects.locations.nodes;
       var arg_request = buildStopNodeRequest();
       var arg_name = 'foo';
       var arg_$fields = 'foo';
@@ -1509,7 +1509,7 @@
   unittest.group('resource-ProjectsLocationsOperationsResourceApi', () {
     unittest.test('method--cancel', () {
       var mock = HttpServerMock();
-      var res = api.TpuApi(mock).projects.locations.operations;
+      var res = api.TPUApi(mock).projects.locations.operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1557,7 +1557,7 @@
 
     unittest.test('method--delete', () {
       var mock = HttpServerMock();
-      var res = api.TpuApi(mock).projects.locations.operations;
+      var res = api.TPUApi(mock).projects.locations.operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1605,7 +1605,7 @@
 
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.TpuApi(mock).projects.locations.operations;
+      var res = api.TPUApi(mock).projects.locations.operations;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1653,7 +1653,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.TpuApi(mock).projects.locations.operations;
+      var res = api.TPUApi(mock).projects.locations.operations;
       var arg_name = 'foo';
       var arg_filter = 'foo';
       var arg_pageSize = 42;
@@ -1715,7 +1715,7 @@
   unittest.group('resource-ProjectsLocationsTensorflowVersionsResourceApi', () {
     unittest.test('method--get', () {
       var mock = HttpServerMock();
-      var res = api.TpuApi(mock).projects.locations.tensorflowVersions;
+      var res = api.TPUApi(mock).projects.locations.tensorflowVersions;
       var arg_name = 'foo';
       var arg_$fields = 'foo';
       mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -1763,7 +1763,7 @@
 
     unittest.test('method--list', () {
       var mock = HttpServerMock();
-      var res = api.TpuApi(mock).projects.locations.tensorflowVersions;
+      var res = api.TPUApi(mock).projects.locations.tensorflowVersions;
       var arg_parent = 'foo';
       var arg_filter = 'foo';
       var arg_orderBy = 'foo';