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/serviceconsumermanagement_v1.services.html b/docs/dyn/serviceconsumermanagement_v1.services.html
index 82c651c..11fdd09 100644
--- a/docs/dyn/serviceconsumermanagement_v1.services.html
+++ b/docs/dyn/serviceconsumermanagement_v1.services.html
@@ -115,17 +115,17 @@
     "nextPageToken": "A String", # Pagination token for large results.
     "tenancyUnits": [ # Tenancy Units matching the request.
       { # Representation of a tenancy unit.
+        "service": "A String", # Output only. Google Cloud API name of the managed service owning this tenancy unit. For example 'serviceconsumermanagement.googleapis.com'.
         "createTime": "A String", # Output only. @OutputOnly The time this tenancy unit was created.
+        "consumer": "A String", # Output only. @OutputOnly Cloud resource name of the consumer of this service. For example 'projects/123456'.
         "tenantResources": [ # Resources constituting the tenancy unit. There can be at most 512 tenant resources in a tenancy unit.
           { # Resource constituting the TenancyUnit.
-            "tag": "A String", # Unique per single tenancy unit.
             "status": "A String", # Status of tenant resource.
             "resource": "A String", # Output only. @OutputOnly Identifier of the tenant resource. For cloud projects, it is in the form 'projects/{number}'. For example 'projects/123456'.
+            "tag": "A String", # Unique per single tenancy unit.
           },
         ],
         "name": "A String", # Globally unique identifier of this tenancy unit "services/{service}/{collection id}/{resource id}/tenancyUnits/{unit}"
-        "consumer": "A String", # Output only. @OutputOnly Cloud resource name of the consumer of this service. For example 'projects/123456'.
-        "service": "A String", # Output only. Google Cloud API name of the managed service owning this tenancy unit. For example 'serviceconsumermanagement.googleapis.com'.
       },
     ],
   }</pre>