chore: update docs/dyn , add static discovery files to discovery_cache/documents (#1111)

This PR was generated using Autosynth. :rainbow:

Synth log will be available here:
https://source.cloud.google.com/results/invocations/78f53313-0c78-4a29-8841-f031665a4c6a/targets

- [ ] To automatically regenerate this PR, check this box.

Source-Link: https://github.com/googleapis/synthtool/commit/c2de32114ec484aa708d32012d1fa8d75232daf5
diff --git a/docs/dyn/games_v1.applications.html b/docs/dyn/games_v1.applications.html
index afa21eb..4865fc1 100644
--- a/docs/dyn/games_v1.applications.html
+++ b/docs/dyn/games_v1.applications.html
@@ -114,62 +114,62 @@
   An object of the form:
 
     { # The Application resource.
-    "name": "A String", # The name of the application.
-    "id": "A String", # The ID of the application.
-    "lastUpdatedTimestamp": "A String", # The last updated timestamp of the application.
     "enabledFeatures": [ # A list of features that have been enabled for the application.
       "A String",
     ],
-    "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `games#application`.
-    "achievement_count": 42, # The number of achievements visible to the currently authenticated player.
-    "instances": [ # The instances of the application.
-      { # The Instance resource.
-        "acquisitionUri": "A String", # URI which shows where a user can acquire this instance.
-        "turnBasedPlay": True or False, # Flag to show if this game instance supports turn based play.
-        "iosInstance": { # The iOS details resource. # Platform dependent details for iOS.
-          "preferredForIpad": True or False, # Indicates that this instance is the default for new installations on iPad devices.
-          "bundleIdentifier": "A String", # Bundle identifier.
-          "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `games#instanceIosDetails`.
-          "preferredForIphone": True or False, # Indicates that this instance is the default for new installations on iPhone devices.
-          "supportIphone": True or False, # Flag to indicate if this instance supports iPhone.
-          "supportIpad": True or False, # Flag to indicate if this instance supports iPad.
-          "itunesAppId": "A String", # iTunes App ID.
-        },
-        "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `games#instance`.
-        "webInstance": { # The Web details resource. # Platform dependent details for Web.
-          "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `games#instanceWebDetails`.
-          "preferred": True or False, # Indicates that this instance is the default for new installations.
-          "launchUrl": "A String", # Launch URL for the game.
-        },
-        "name": "A String", # Localized display name.
-        "realtimePlay": True or False, # Flag to show if this game instance supports realtime play.
-        "androidInstance": { # The Android instance details resource. # Platform dependent details for Android.
-          "packageName": "A String", # Android package name which maps to Google Play URL.
-          "preferred": True or False, # Indicates that this instance is the default for new installations.
-          "enablePiracyCheck": True or False, # Flag indicating whether the anti-piracy check is enabled.
-          "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `games#instanceAndroidDetails`.
-        },
-        "platformType": "A String", # The platform type.
-      },
-    ],
     "themeColor": "A String", # A hint to the client UI for what color to use as an app-themed color. The color is given as an RGB triplet (e.g. "E0E0E0").
-    "leaderboard_count": 42, # The number of leaderboards visible to the currently authenticated player.
-    "description": "A String", # The description of the application.
-    "assets": [ # The assets of the application.
-      { # An image asset object.
-        "url": "A String", # The URL of the asset.
-        "width": 42, # The width of the asset.
-        "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `games#imageAsset`.
-        "name": "A String", # The name of the asset.
-        "height": 42, # The height of the asset.
-      },
-    ],
-    "author": "A String", # The author of the application.
+    "name": "A String", # The name of the application.
+    "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `games#application`.
     "category": { # An application category object. # The category of the application.
       "secondary": "A String", # The secondary category.
       "primary": "A String", # The primary category.
       "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `games#applicationCategory`.
     },
+    "id": "A String", # The ID of the application.
+    "description": "A String", # The description of the application.
+    "assets": [ # The assets of the application.
+      { # An image asset object.
+        "width": 42, # The width of the asset.
+        "height": 42, # The height of the asset.
+        "name": "A String", # The name of the asset.
+        "url": "A String", # The URL of the asset.
+        "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `games#imageAsset`.
+      },
+    ],
+    "lastUpdatedTimestamp": "A String", # The last updated timestamp of the application.
+    "instances": [ # The instances of the application.
+      { # The Instance resource.
+        "platformType": "A String", # The platform type.
+        "iosInstance": { # The iOS details resource. # Platform dependent details for iOS.
+          "bundleIdentifier": "A String", # Bundle identifier.
+          "preferredForIphone": True or False, # Indicates that this instance is the default for new installations on iPhone devices.
+          "itunesAppId": "A String", # iTunes App ID.
+          "supportIphone": True or False, # Flag to indicate if this instance supports iPhone.
+          "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `games#instanceIosDetails`.
+          "supportIpad": True or False, # Flag to indicate if this instance supports iPad.
+          "preferredForIpad": True or False, # Indicates that this instance is the default for new installations on iPad devices.
+        },
+        "name": "A String", # Localized display name.
+        "turnBasedPlay": True or False, # Flag to show if this game instance supports turn based play.
+        "androidInstance": { # The Android instance details resource. # Platform dependent details for Android.
+          "packageName": "A String", # Android package name which maps to Google Play URL.
+          "preferred": True or False, # Indicates that this instance is the default for new installations.
+          "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `games#instanceAndroidDetails`.
+          "enablePiracyCheck": True or False, # Flag indicating whether the anti-piracy check is enabled.
+        },
+        "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `games#instance`.
+        "realtimePlay": True or False, # Flag to show if this game instance supports realtime play.
+        "acquisitionUri": "A String", # URI which shows where a user can acquire this instance.
+        "webInstance": { # The Web details resource. # Platform dependent details for Web.
+          "preferred": True or False, # Indicates that this instance is the default for new installations.
+          "launchUrl": "A String", # Launch URL for the game.
+          "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `games#instanceWebDetails`.
+        },
+      },
+    ],
+    "author": "A String", # The author of the application.
+    "leaderboard_count": 42, # The number of leaderboards visible to the currently authenticated player.
+    "achievement_count": 42, # The number of achievements visible to the currently authenticated player.
   }</pre>
 </div>
 
@@ -200,9 +200,9 @@
   An object of the form:
 
     { # A third party application verification response resource.
-    &quot;alternate_player_id&quot;: &quot;A String&quot;, # An alternate ID that was once used for the player that was issued the auth token used in this request. (This field is not normally populated.)
     &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `games#applicationVerifyResponse`.
     &quot;player_id&quot;: &quot;A String&quot;, # The ID of the player that was issued the auth token used in this request.
+    &quot;alternate_player_id&quot;: &quot;A String&quot;, # An alternate ID that was once used for the player that was issued the auth token used in this request. (This field is not normally populated.)
   }</pre>
 </div>