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/jobs_v3.projects.clientEvents.html b/docs/dyn/jobs_v3.projects.clientEvents.html
index 7130d51..c8c96b7 100644
--- a/docs/dyn/jobs_v3.projects.clientEvents.html
+++ b/docs/dyn/jobs_v3.projects.clientEvents.html
@@ -100,16 +100,16 @@
       "extraInfo": { # Optional. Extra information about this event. Used for storing information with no matching field in event payload, for example, user application specific context or details. At most 20 keys are supported. The maximum total size of all keys and values is 2 KB.
         "a_key": "A String",
       },
+      "parentEventId": "A String", # Optional. The event_id of an event that resulted in the current event. For example, a Job view event usually follows a parent impression event: A job seeker first does a search where a list of jobs appears (impression). The job seeker then selects a result and views the description of a particular job (Job view).
       "eventId": "A String", # Required. A unique identifier, generated by the client application. This `event_id` is used to establish the relationship between different events (see parent_event_id).
       "createTime": "A String", # Required. The timestamp of the event.
+      "requestId": "A String", # Required. A unique ID generated in the API responses. It can be found in ResponseMetadata.request_id.
       "jobEvent": { # An event issued when a job seeker interacts with the application that implements Cloud Talent Solution. # A event issued when a job seeker interacts with the application that implements Cloud Talent Solution.
         "jobs": [ # Required. The job name(s) associated with this event. For example, if this is an impression event, this field contains the identifiers of all jobs shown to the job seeker. If this was a view event, this field contains the identifier of the viewed job.
           "A String",
         ],
         "type": "A String", # Required. The type of the event (see JobEventType).
       },
-      "parentEventId": "A String", # Optional. The event_id of an event that resulted in the current event. For example, a Job view event usually follows a parent impression event: A job seeker first does a search where a list of jobs appears (impression). The job seeker then selects a result and views the description of a particular job (Job view).
-      "requestId": "A String", # Required. A unique ID generated in the API responses. It can be found in ResponseMetadata.request_id.
     },
   }
 
@@ -125,16 +125,16 @@
     "extraInfo": { # Optional. Extra information about this event. Used for storing information with no matching field in event payload, for example, user application specific context or details. At most 20 keys are supported. The maximum total size of all keys and values is 2 KB.
       "a_key": "A String",
     },
+    "parentEventId": "A String", # Optional. The event_id of an event that resulted in the current event. For example, a Job view event usually follows a parent impression event: A job seeker first does a search where a list of jobs appears (impression). The job seeker then selects a result and views the description of a particular job (Job view).
     "eventId": "A String", # Required. A unique identifier, generated by the client application. This `event_id` is used to establish the relationship between different events (see parent_event_id).
     "createTime": "A String", # Required. The timestamp of the event.
+    "requestId": "A String", # Required. A unique ID generated in the API responses. It can be found in ResponseMetadata.request_id.
     "jobEvent": { # An event issued when a job seeker interacts with the application that implements Cloud Talent Solution. # A event issued when a job seeker interacts with the application that implements Cloud Talent Solution.
       "jobs": [ # Required. The job name(s) associated with this event. For example, if this is an impression event, this field contains the identifiers of all jobs shown to the job seeker. If this was a view event, this field contains the identifier of the viewed job.
         "A String",
       ],
       "type": "A String", # Required. The type of the event (see JobEventType).
     },
-    "parentEventId": "A String", # Optional. The event_id of an event that resulted in the current event. For example, a Job view event usually follows a parent impression event: A job seeker first does a search where a list of jobs appears (impression). The job seeker then selects a result and views the description of a particular job (Job view).
-    "requestId": "A String", # Required. A unique ID generated in the API responses. It can be found in ResponseMetadata.request_id.
   }</pre>
 </div>