Update APIs and changelogs (#249)

diff --git a/generated/googleapis_beta/test/factchecktools/v1alpha1_test.dart b/generated/googleapis_beta/test/factchecktools/v1alpha1_test.dart
index f02773e..64e8fb0 100644
--- a/generated/googleapis_beta/test/factchecktools/v1alpha1_test.dart
+++ b/generated/googleapis_beta/test/factchecktools/v1alpha1_test.dart
@@ -28,14 +28,14 @@
 import '../test_shared.dart';
 
 core.List<api.GoogleFactcheckingFactchecktoolsV1alpha1ClaimReview>
-    buildUnnamed8020() {
+    buildUnnamed8025() {
   var o = <api.GoogleFactcheckingFactchecktoolsV1alpha1ClaimReview>[];
   o.add(buildGoogleFactcheckingFactchecktoolsV1alpha1ClaimReview());
   o.add(buildGoogleFactcheckingFactchecktoolsV1alpha1ClaimReview());
   return o;
 }
 
-void checkUnnamed8020(
+void checkUnnamed8025(
     core.List<api.GoogleFactcheckingFactchecktoolsV1alpha1ClaimReview> o) {
   unittest.expect(o, unittest.hasLength(2));
   checkGoogleFactcheckingFactchecktoolsV1alpha1ClaimReview(
@@ -51,7 +51,7 @@
   buildCounterGoogleFactcheckingFactchecktoolsV1alpha1Claim++;
   if (buildCounterGoogleFactcheckingFactchecktoolsV1alpha1Claim < 3) {
     o.claimDate = 'foo';
-    o.claimReview = buildUnnamed8020();
+    o.claimReview = buildUnnamed8025();
     o.claimant = 'foo';
     o.text = 'foo';
   }
@@ -67,7 +67,7 @@
       o.claimDate!,
       unittest.equals('foo'),
     );
-    checkUnnamed8020(o.claimReview!);
+    checkUnnamed8025(o.claimReview!);
     unittest.expect(
       o.claimant!,
       unittest.equals('foo'),
@@ -247,14 +247,14 @@
   buildCounterGoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewAuthor--;
 }
 
-core.List<core.String> buildUnnamed8021() {
+core.List<core.String> buildUnnamed8026() {
   var o = <core.String>[];
   o.add('foo');
   o.add('foo');
   return o;
 }
 
-void checkUnnamed8021(core.List<core.String> o) {
+void checkUnnamed8026(core.List<core.String> o) {
   unittest.expect(o, unittest.hasLength(2));
   unittest.expect(
     o[0],
@@ -274,7 +274,7 @@
   buildCounterGoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkup++;
   if (buildCounterGoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkup <
       3) {
-    o.claimAppearances = buildUnnamed8021();
+    o.claimAppearances = buildUnnamed8026();
     o.claimAuthor = buildGoogleFactcheckingFactchecktoolsV1alpha1ClaimAuthor();
     o.claimDate = 'foo';
     o.claimFirstAppearance = 'foo';
@@ -292,7 +292,7 @@
   buildCounterGoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkup++;
   if (buildCounterGoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkup <
       3) {
-    checkUnnamed8021(o.claimAppearances!);
+    checkUnnamed8026(o.claimAppearances!);
     checkGoogleFactcheckingFactchecktoolsV1alpha1ClaimAuthor(o.claimAuthor!
         as api.GoogleFactcheckingFactchecktoolsV1alpha1ClaimAuthor);
     unittest.expect(
@@ -322,14 +322,14 @@
 }
 
 core.List<api.GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkup>
-    buildUnnamed8022() {
+    buildUnnamed8027() {
   var o = <api.GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkup>[];
   o.add(buildGoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkup());
   o.add(buildGoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkup());
   return o;
 }
 
-void checkUnnamed8022(
+void checkUnnamed8027(
     core.List<api.GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkup>
         o) {
   unittest.expect(o, unittest.hasLength(2));
@@ -350,7 +350,7 @@
       3) {
     o.claimReviewAuthor =
         buildGoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewAuthor();
-    o.claimReviewMarkups = buildUnnamed8022();
+    o.claimReviewMarkups = buildUnnamed8027();
     o.name = 'foo';
     o.pageUrl = 'foo';
     o.publishDate = 'foo';
@@ -368,7 +368,7 @@
     checkGoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewAuthor(
         o.claimReviewAuthor!
             as api.GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewAuthor);
-    checkUnnamed8022(o.claimReviewMarkups!);
+    checkUnnamed8027(o.claimReviewMarkups!);
     unittest.expect(
       o.name!,
       unittest.equals('foo'),
@@ -390,14 +390,14 @@
 }
 
 core.List<api.GoogleFactcheckingFactchecktoolsV1alpha1Claim>
-    buildUnnamed8023() {
+    buildUnnamed8028() {
   var o = <api.GoogleFactcheckingFactchecktoolsV1alpha1Claim>[];
   o.add(buildGoogleFactcheckingFactchecktoolsV1alpha1Claim());
   o.add(buildGoogleFactcheckingFactchecktoolsV1alpha1Claim());
   return o;
 }
 
-void checkUnnamed8023(
+void checkUnnamed8028(
     core.List<api.GoogleFactcheckingFactchecktoolsV1alpha1Claim> o) {
   unittest.expect(o, unittest.hasLength(2));
   checkGoogleFactcheckingFactchecktoolsV1alpha1Claim(
@@ -416,7 +416,7 @@
   buildCounterGoogleFactcheckingFactchecktoolsV1alpha1FactCheckedClaimSearchResponse++;
   if (buildCounterGoogleFactcheckingFactchecktoolsV1alpha1FactCheckedClaimSearchResponse <
       3) {
-    o.claims = buildUnnamed8023();
+    o.claims = buildUnnamed8028();
     o.nextPageToken = 'foo';
   }
   buildCounterGoogleFactcheckingFactchecktoolsV1alpha1FactCheckedClaimSearchResponse--;
@@ -429,7 +429,7 @@
   buildCounterGoogleFactcheckingFactchecktoolsV1alpha1FactCheckedClaimSearchResponse++;
   if (buildCounterGoogleFactcheckingFactchecktoolsV1alpha1FactCheckedClaimSearchResponse <
       3) {
-    checkUnnamed8023(o.claims!);
+    checkUnnamed8028(o.claims!);
     unittest.expect(
       o.nextPageToken!,
       unittest.equals('foo'),
@@ -439,14 +439,14 @@
 }
 
 core.List<api.GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage>
-    buildUnnamed8024() {
+    buildUnnamed8029() {
   var o = <api.GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage>[];
   o.add(buildGoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage());
   o.add(buildGoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage());
   return o;
 }
 
-void checkUnnamed8024(
+void checkUnnamed8029(
     core.List<api.GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage>
         o) {
   unittest.expect(o, unittest.hasLength(2));
@@ -466,7 +466,7 @@
   buildCounterGoogleFactcheckingFactchecktoolsV1alpha1ListClaimReviewMarkupPagesResponse++;
   if (buildCounterGoogleFactcheckingFactchecktoolsV1alpha1ListClaimReviewMarkupPagesResponse <
       3) {
-    o.claimReviewMarkupPages = buildUnnamed8024();
+    o.claimReviewMarkupPages = buildUnnamed8029();
     o.nextPageToken = 'foo';
   }
   buildCounterGoogleFactcheckingFactchecktoolsV1alpha1ListClaimReviewMarkupPagesResponse--;
@@ -479,7 +479,7 @@
   buildCounterGoogleFactcheckingFactchecktoolsV1alpha1ListClaimReviewMarkupPagesResponse++;
   if (buildCounterGoogleFactcheckingFactchecktoolsV1alpha1ListClaimReviewMarkupPagesResponse <
       3) {
-    checkUnnamed8024(o.claimReviewMarkupPages!);
+    checkUnnamed8029(o.claimReviewMarkupPages!);
     unittest.expect(
       o.nextPageToken!,
       unittest.equals('foo'),