feat(workloadmanager): update the api

#### workloadmanager:v1

The following keys were deleted:
- schemas.SqlserverValidationValidationDetail.properties.details (Total Keys: 2)
- schemas.SqlserverValidationValidationDetail.properties.instanceId.type (Total Keys: 1)

The following keys were added:
- resources.projects.resources.locations.resources.rules.methods.list.parameters.customRulesBucket (Total Keys: 2)
- schemas.Evaluation.properties.customRulesBucket.type (Total Keys: 1)
- schemas.SqlserverValidationValidationDetail.properties.fields (Total Keys: 2)
- schemas.WriteInsightRequest.properties.instanceId.type (Total Keys: 1)
diff --git a/docs/dyn/workloadmanager_v1.projects.locations.evaluations.html b/docs/dyn/workloadmanager_v1.projects.locations.evaluations.html
index fab4944..b87d48a 100644
--- a/docs/dyn/workloadmanager_v1.projects.locations.evaluations.html
+++ b/docs/dyn/workloadmanager_v1.projects.locations.evaluations.html
@@ -111,6 +111,7 @@
 
 { # Message describing Evaluation object
   "createTime": "A String", # Output only. [Output only] Create time stamp
+  "customRulesBucket": "A String", # The Cloud Storage bucket name for custom rules.
   "description": "A String", # Description of the Evaluation
   "labels": { # Labels as key value pairs
     "a_key": "A String",
@@ -133,7 +134,7 @@
     ],
   },
   "resourceStatus": { # Message describing resource status # Output only. [Output only] The updated rule ids if exist.
-    "rulesNewerVersions": [ # the new version of rule id if exists
+    "rulesNewerVersions": [ # Historical: Used before 2023-05-22 the new version of rule id if exists
       "A String",
     ],
     "state": "A String", # State of the resource
@@ -195,6 +196,7 @@
 
     { # Message describing Evaluation object
   "createTime": "A String", # Output only. [Output only] Create time stamp
+  "customRulesBucket": "A String", # The Cloud Storage bucket name for custom rules.
   "description": "A String", # Description of the Evaluation
   "labels": { # Labels as key value pairs
     "a_key": "A String",
@@ -217,7 +219,7 @@
     ],
   },
   "resourceStatus": { # Message describing resource status # Output only. [Output only] The updated rule ids if exist.
-    "rulesNewerVersions": [ # the new version of rule id if exists
+    "rulesNewerVersions": [ # Historical: Used before 2023-05-22 the new version of rule id if exists
       "A String",
     ],
     "state": "A String", # State of the resource
@@ -255,6 +257,7 @@
   "evaluations": [ # The list of Evaluation
     { # Message describing Evaluation object
       "createTime": "A String", # Output only. [Output only] Create time stamp
+      "customRulesBucket": "A String", # The Cloud Storage bucket name for custom rules.
       "description": "A String", # Description of the Evaluation
       "labels": { # Labels as key value pairs
         "a_key": "A String",
@@ -277,7 +280,7 @@
         ],
       },
       "resourceStatus": { # Message describing resource status # Output only. [Output only] The updated rule ids if exist.
-        "rulesNewerVersions": [ # the new version of rule id if exists
+        "rulesNewerVersions": [ # Historical: Used before 2023-05-22 the new version of rule id if exists
           "A String",
         ],
         "state": "A String", # State of the resource
diff --git a/docs/dyn/workloadmanager_v1.projects.locations.insights.html b/docs/dyn/workloadmanager_v1.projects.locations.insights.html
index afb1452..ddfdf4a 100644
--- a/docs/dyn/workloadmanager_v1.projects.locations.insights.html
+++ b/docs/dyn/workloadmanager_v1.projects.locations.insights.html
@@ -156,15 +156,15 @@
       "agentVersion": "A String", # The agent version collected this data point
       "validationDetails": [ # A list of SqlServer validation metrics data.
         { # Message describing the Sqlserver validation metrics.
-          "details": { # The pairs of metrics data: field name & field value.
+          "fields": { #  pairs of metrics data: column name & column value.
             "a_key": "A String",
           },
-          "instanceId": "A String", # The instance id where the ValidationDetail is generated from
           "type": "A String", # The Sqlserver system that the validation data is from.
         },
       ],
     },
   },
+  "instanceId": "A String", # Optional. The instance id where the insight is generated from
   "requestId": "A String", # Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
 }
 
diff --git a/docs/dyn/workloadmanager_v1.projects.locations.rules.html b/docs/dyn/workloadmanager_v1.projects.locations.rules.html
index 4eb90de..2570b02 100644
--- a/docs/dyn/workloadmanager_v1.projects.locations.rules.html
+++ b/docs/dyn/workloadmanager_v1.projects.locations.rules.html
@@ -78,7 +78,7 @@
   <code><a href="#close">close()</a></code></p>
 <p class="firstline">Close httplib2 connections.</p>
 <p class="toc_element">
-  <code><a href="#list">list(parent, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
+  <code><a href="#list">list(parent, customRulesBucket=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Lists rules in a given project.</p>
 <p class="toc_element">
   <code><a href="#list_next">list_next()</a></code></p>
@@ -90,11 +90,12 @@
 </div>
 
 <div class="method">
-    <code class="details" id="list">list(parent, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
+    <code class="details" id="list">list(parent, customRulesBucket=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
   <pre>Lists rules in a given project.
 
 Args:
   parent: string, Required. The [project] on which to execute the request. The format is: projects/{project_id}/locations/{location} Currently, the pre-defined rules are global available to all projects and all regions (required)
+  customRulesBucket: string, The Cloud Storage bucket name for custom rules.
   filter: string, Filter based on primary_category, secondary_category
   pageSize: integer, Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
   pageToken: string, A token identifying a page of results the server should return.
diff --git a/googleapiclient/discovery_cache/documents/workloadmanager.v1.json b/googleapiclient/discovery_cache/documents/workloadmanager.v1.json
index 4ce251f..d08e3d7 100644
--- a/googleapiclient/discovery_cache/documents/workloadmanager.v1.json
+++ b/googleapiclient/discovery_cache/documents/workloadmanager.v1.json
@@ -663,6 +663,11 @@
                     "parent"
                   ],
                   "parameters": {
+                    "customRulesBucket": {
+                      "description": "The Cloud Storage bucket name for custom rules.",
+                      "location": "query",
+                      "type": "string"
+                    },
                     "filter": {
                       "description": "Filter based on primary_category, secondary_category",
                       "location": "query",
@@ -702,7 +707,7 @@
       }
     }
   },
-  "revision": "20230503",
+  "revision": "20230524",
   "rootUrl": "https://workloadmanager.googleapis.com/",
   "schemas": {
     "CancelOperationRequest": {
@@ -727,6 +732,10 @@
           "readOnly": true,
           "type": "string"
         },
+        "customRulesBucket": {
+          "description": "The Cloud Storage bucket name for custom rules.",
+          "type": "string"
+        },
         "description": {
           "description": "Description of the Evaluation",
           "type": "string"
@@ -1230,7 +1239,7 @@
       "id": "ResourceStatus",
       "properties": {
         "rulesNewerVersions": {
-          "description": "the new version of rule id if exists",
+          "description": "Historical: Used before 2023-05-22 the new version of rule id if exists",
           "items": {
             "type": "string"
           },
@@ -1527,28 +1536,36 @@
       "description": "Message describing the Sqlserver validation metrics.",
       "id": "SqlserverValidationValidationDetail",
       "properties": {
-        "details": {
+        "fields": {
           "additionalProperties": {
             "type": "string"
           },
-          "description": "The pairs of metrics data: field name & field value.",
+          "description": " pairs of metrics data: column name & column value.",
           "type": "object"
         },
-        "instanceId": {
-          "description": "The instance id where the ValidationDetail is generated from",
-          "type": "string"
-        },
         "type": {
           "description": "The Sqlserver system that the validation data is from.",
           "enum": [
             "SQLSERVER_VALIDATION_TYPE_UNSPECIFIED",
             "OS",
-            "DB"
+            "DB_LOG_DISK_SEPARATION",
+            "DB_MAX_PARALLELISM",
+            "DB_CXPACKET_WAITS",
+            "DB_TRANSACTION_LOG_HANDLING",
+            "DB_VIRTUAL_LOG_FILE_COUNT",
+            "DB_BUFFER_POOL_EXTENSION",
+            "DB_MAX_SERVER_MEMORY"
           ],
           "enumDescriptions": [
             "Unspecified type.",
             "The Sqlserver system named OS",
-            "The Sqlserver system named DB"
+            "The LOG_DISK_SEPARATION table",
+            "The MAX_PARALLELISM table",
+            "The CXPACKET_WAITS table",
+            "The TRANSACTION_LOG_HANDLING table",
+            "The VIRTUAL_LOG_FILE_COUNT table",
+            "The BUFFER_POOL_EXTENSION table",
+            "The MAX_SERVER_MEMORY table"
           ],
           "type": "string"
         }
@@ -1612,6 +1629,10 @@
           "$ref": "Insight",
           "description": "Required. The metrics data details."
         },
+        "instanceId": {
+          "description": "Optional. The instance id where the insight is generated from",
+          "type": "string"
+        },
         "requestId": {
           "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
           "type": "string"