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/googleapiclient/discovery_cache/documents/recommender.v1beta1.json b/googleapiclient/discovery_cache/documents/recommender.v1beta1.json
new file mode 100644
index 0000000..51078f5
--- /dev/null
+++ b/googleapiclient/discovery_cache/documents/recommender.v1beta1.json
@@ -0,0 +1,868 @@
+{
+  "title": "Recommender API",
+  "icons": {
+    "x16": "http://www.google.com/images/icons/product/search-16.gif",
+    "x32": "http://www.google.com/images/icons/product/search-32.gif"
+  },
+  "ownerName": "Google",
+  "id": "recommender:v1beta1",
+  "protocol": "rest",
+  "auth": {
+    "oauth2": {
+      "scopes": {
+        "https://www.googleapis.com/auth/cloud-platform": {
+          "description": "View and manage your data across Google Cloud Platform services"
+        }
+      }
+    }
+  },
+  "rootUrl": "https://recommender.googleapis.com/",
+  "version_module": true,
+  "batchPath": "batch",
+  "parameters": {
+    "quotaUser": {
+      "type": "string",
+      "location": "query",
+      "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters."
+    },
+    "prettyPrint": {
+      "description": "Returns response with indentations and line breaks.",
+      "default": "true",
+      "type": "boolean",
+      "location": "query"
+    },
+    "oauth_token": {
+      "type": "string",
+      "location": "query",
+      "description": "OAuth 2.0 token for the current user."
+    },
+    "$.xgafv": {
+      "description": "V1 error format.",
+      "type": "string",
+      "enumDescriptions": [
+        "v1 error format",
+        "v2 error format"
+      ],
+      "location": "query",
+      "enum": [
+        "1",
+        "2"
+      ]
+    },
+    "key": {
+      "type": "string",
+      "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
+      "location": "query"
+    },
+    "fields": {
+      "description": "Selector specifying which fields to include in a partial response.",
+      "type": "string",
+      "location": "query"
+    },
+    "alt": {
+      "default": "json",
+      "enum": [
+        "json",
+        "media",
+        "proto"
+      ],
+      "type": "string",
+      "enumDescriptions": [
+        "Responses with Content-Type of application/json",
+        "Media download with context-dependent Content-Type",
+        "Responses with Content-Type of application/x-protobuf"
+      ],
+      "description": "Data format for response.",
+      "location": "query"
+    },
+    "callback": {
+      "description": "JSONP",
+      "location": "query",
+      "type": "string"
+    },
+    "uploadType": {
+      "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
+      "type": "string",
+      "location": "query"
+    },
+    "upload_protocol": {
+      "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
+      "location": "query",
+      "type": "string"
+    },
+    "access_token": {
+      "description": "OAuth access token.",
+      "type": "string",
+      "location": "query"
+    }
+  },
+  "version": "v1beta1",
+  "revision": "20201113",
+  "resources": {
+    "projects": {
+      "resources": {
+        "locations": {
+          "resources": {
+            "recommenders": {
+              "resources": {
+                "recommendations": {
+                  "methods": {
+                    "get": {
+                      "parameterOrder": [
+                        "name"
+                      ],
+                      "httpMethod": "GET",
+                      "path": "v1beta1/{+name}",
+                      "description": "Gets the requested recommendation. Requires the recommender.*.get IAM permission for the specified recommender.",
+                      "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/recommenders/{recommendersId}/recommendations/{recommendationsId}",
+                      "parameters": {
+                        "name": {
+                          "pattern": "^projects/[^/]+/locations/[^/]+/recommenders/[^/]+/recommendations/[^/]+$",
+                          "required": true,
+                          "location": "path",
+                          "type": "string",
+                          "description": "Required. Name of the recommendation."
+                        }
+                      },
+                      "scopes": [
+                        "https://www.googleapis.com/auth/cloud-platform"
+                      ],
+                      "response": {
+                        "$ref": "GoogleCloudRecommenderV1beta1Recommendation"
+                      },
+                      "id": "recommender.projects.locations.recommenders.recommendations.get"
+                    },
+                    "markSucceeded": {
+                      "response": {
+                        "$ref": "GoogleCloudRecommenderV1beta1Recommendation"
+                      },
+                      "path": "v1beta1/{+name}:markSucceeded",
+                      "scopes": [
+                        "https://www.googleapis.com/auth/cloud-platform"
+                      ],
+                      "id": "recommender.projects.locations.recommenders.recommendations.markSucceeded",
+                      "request": {
+                        "$ref": "GoogleCloudRecommenderV1beta1MarkRecommendationSucceededRequest"
+                      },
+                      "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/recommenders/{recommendersId}/recommendations/{recommendationsId}:markSucceeded",
+                      "parameterOrder": [
+                        "name"
+                      ],
+                      "description": "Marks the Recommendation State as Succeeded. Users can use this method to indicate to the Recommender API that they have applied the recommendation themselves, and the operation was successful. This stops the recommendation content from being updated. Associated insights are frozen and placed in the ACCEPTED state. MarkRecommendationSucceeded can be applied to recommendations in ACTIVE, CLAIMED, SUCCEEDED, or FAILED state. Requires the recommender.*.update IAM permission for the specified recommender.",
+                      "httpMethod": "POST",
+                      "parameters": {
+                        "name": {
+                          "type": "string",
+                          "description": "Required. Name of the recommendation.",
+                          "pattern": "^projects/[^/]+/locations/[^/]+/recommenders/[^/]+/recommendations/[^/]+$",
+                          "required": true,
+                          "location": "path"
+                        }
+                      }
+                    },
+                    "markFailed": {
+                      "scopes": [
+                        "https://www.googleapis.com/auth/cloud-platform"
+                      ],
+                      "description": "Marks the Recommendation State as Failed. Users can use this method to indicate to the Recommender API that they have applied the recommendation themselves, and the operation failed. This stops the recommendation content from being updated. Associated insights are frozen and placed in the ACCEPTED state. MarkRecommendationFailed can be applied to recommendations in ACTIVE, CLAIMED, SUCCEEDED, or FAILED state. Requires the recommender.*.update IAM permission for the specified recommender.",
+                      "response": {
+                        "$ref": "GoogleCloudRecommenderV1beta1Recommendation"
+                      },
+                      "request": {
+                        "$ref": "GoogleCloudRecommenderV1beta1MarkRecommendationFailedRequest"
+                      },
+                      "parameters": {
+                        "name": {
+                          "required": true,
+                          "pattern": "^projects/[^/]+/locations/[^/]+/recommenders/[^/]+/recommendations/[^/]+$",
+                          "description": "Required. Name of the recommendation.",
+                          "type": "string",
+                          "location": "path"
+                        }
+                      },
+                      "path": "v1beta1/{+name}:markFailed",
+                      "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/recommenders/{recommendersId}/recommendations/{recommendationsId}:markFailed",
+                      "id": "recommender.projects.locations.recommenders.recommendations.markFailed",
+                      "parameterOrder": [
+                        "name"
+                      ],
+                      "httpMethod": "POST"
+                    },
+                    "list": {
+                      "httpMethod": "GET",
+                      "parameters": {
+                        "pageSize": {
+                          "type": "integer",
+                          "format": "int32",
+                          "location": "query",
+                          "description": "Optional. The maximum number of results to return from this request. Non-positive values are ignored. If not specified, the server will determine the number of results to return."
+                        },
+                        "filter": {
+                          "description": "Filter expression to restrict the recommendations returned. Supported filter fields: state_info.state Eg: `state_info.state:\"DISMISSED\" or state_info.state:\"FAILED\"",
+                          "type": "string",
+                          "location": "query"
+                        },
+                        "pageToken": {
+                          "description": "Optional. If present, retrieves the next batch of results from the preceding call to this method. `page_token` must be the value of `next_page_token` from the previous response. The values of other method parameters must be identical to those in the previous call.",
+                          "type": "string",
+                          "location": "query"
+                        },
+                        "parent": {
+                          "type": "string",
+                          "pattern": "^projects/[^/]+/locations/[^/]+/recommenders/[^/]+$",
+                          "required": true,
+                          "description": "Required. The container resource on which to execute the request. Acceptable formats: 1. \"projects/[PROJECT_NUMBER]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]\", LOCATION here refers to GCP Locations: https://cloud.google.com/about/locations/ RECOMMENDER_ID refers to supported recommenders: https://cloud.google.com/recommender/docs/recommenders.",
+                          "location": "path"
+                        }
+                      },
+                      "scopes": [
+                        "https://www.googleapis.com/auth/cloud-platform"
+                      ],
+                      "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/recommenders/{recommendersId}/recommendations",
+                      "path": "v1beta1/{+parent}/recommendations",
+                      "description": "Lists recommendations for a Cloud project. Requires the recommender.*.list IAM permission for the specified recommender.",
+                      "parameterOrder": [
+                        "parent"
+                      ],
+                      "response": {
+                        "$ref": "GoogleCloudRecommenderV1beta1ListRecommendationsResponse"
+                      },
+                      "id": "recommender.projects.locations.recommenders.recommendations.list"
+                    },
+                    "markClaimed": {
+                      "response": {
+                        "$ref": "GoogleCloudRecommenderV1beta1Recommendation"
+                      },
+                      "id": "recommender.projects.locations.recommenders.recommendations.markClaimed",
+                      "path": "v1beta1/{+name}:markClaimed",
+                      "parameters": {
+                        "name": {
+                          "location": "path",
+                          "type": "string",
+                          "required": true,
+                          "description": "Required. Name of the recommendation.",
+                          "pattern": "^projects/[^/]+/locations/[^/]+/recommenders/[^/]+/recommendations/[^/]+$"
+                        }
+                      },
+                      "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/recommenders/{recommendersId}/recommendations/{recommendationsId}:markClaimed",
+                      "httpMethod": "POST",
+                      "scopes": [
+                        "https://www.googleapis.com/auth/cloud-platform"
+                      ],
+                      "description": "Marks the Recommendation State as Claimed. Users can use this method to indicate to the Recommender API that they are starting to apply the recommendation themselves. This stops the recommendation content from being updated. Associated insights are frozen and placed in the ACCEPTED state. MarkRecommendationClaimed can be applied to recommendations in CLAIMED or ACTIVE state. Requires the recommender.*.update IAM permission for the specified recommender.",
+                      "request": {
+                        "$ref": "GoogleCloudRecommenderV1beta1MarkRecommendationClaimedRequest"
+                      },
+                      "parameterOrder": [
+                        "name"
+                      ]
+                    }
+                  }
+                }
+              }
+            },
+            "insightTypes": {
+              "resources": {
+                "insights": {
+                  "methods": {
+                    "markAccepted": {
+                      "httpMethod": "POST",
+                      "parameters": {
+                        "name": {
+                          "type": "string",
+                          "description": "Required. Name of the insight.",
+                          "required": true,
+                          "pattern": "^projects/[^/]+/locations/[^/]+/insightTypes/[^/]+/insights/[^/]+$",
+                          "location": "path"
+                        }
+                      },
+                      "id": "recommender.projects.locations.insightTypes.insights.markAccepted",
+                      "response": {
+                        "$ref": "GoogleCloudRecommenderV1beta1Insight"
+                      },
+                      "description": "Marks the Insight State as Accepted. Users can use this method to indicate to the Recommender API that they have applied some action based on the insight. This stops the insight content from being updated. MarkInsightAccepted can be applied to insights in ACTIVE state. Requires the recommender.*.update IAM permission for the specified insight.",
+                      "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/insightTypes/{insightTypesId}/insights/{insightsId}:markAccepted",
+                      "parameterOrder": [
+                        "name"
+                      ],
+                      "request": {
+                        "$ref": "GoogleCloudRecommenderV1beta1MarkInsightAcceptedRequest"
+                      },
+                      "path": "v1beta1/{+name}:markAccepted",
+                      "scopes": [
+                        "https://www.googleapis.com/auth/cloud-platform"
+                      ]
+                    },
+                    "list": {
+                      "description": "Lists insights for a Cloud project. Requires the recommender.*.list IAM permission for the specified insight type.",
+                      "response": {
+                        "$ref": "GoogleCloudRecommenderV1beta1ListInsightsResponse"
+                      },
+                      "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/insightTypes/{insightTypesId}/insights",
+                      "parameters": {
+                        "filter": {
+                          "type": "string",
+                          "description": "Optional. Filter expression to restrict the insights returned. Supported filter fields: state Eg: `state:\"DISMISSED\" or state:\"ACTIVE\"",
+                          "location": "query"
+                        },
+                        "pageToken": {
+                          "description": "Optional. If present, retrieves the next batch of results from the preceding call to this method. `page_token` must be the value of `next_page_token` from the previous response. The values of other method parameters must be identical to those in the previous call.",
+                          "type": "string",
+                          "location": "query"
+                        },
+                        "pageSize": {
+                          "format": "int32",
+                          "type": "integer",
+                          "location": "query",
+                          "description": "Optional. The maximum number of results to return from this request. Non-positive values are ignored. If not specified, the server will determine the number of results to return."
+                        },
+                        "parent": {
+                          "description": "Required. The container resource on which to execute the request. Acceptable formats: 1. \"projects/[PROJECT_NUMBER]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]\", LOCATION here refers to GCP Locations: https://cloud.google.com/about/locations/ INSIGHT_TYPE_ID refers to supported insight types: https://cloud.google.com/recommender/docs/insights/insight-types.",
+                          "type": "string",
+                          "pattern": "^projects/[^/]+/locations/[^/]+/insightTypes/[^/]+$",
+                          "required": true,
+                          "location": "path"
+                        }
+                      },
+                      "parameterOrder": [
+                        "parent"
+                      ],
+                      "id": "recommender.projects.locations.insightTypes.insights.list",
+                      "path": "v1beta1/{+parent}/insights",
+                      "scopes": [
+                        "https://www.googleapis.com/auth/cloud-platform"
+                      ],
+                      "httpMethod": "GET"
+                    },
+                    "get": {
+                      "response": {
+                        "$ref": "GoogleCloudRecommenderV1beta1Insight"
+                      },
+                      "description": "Gets the requested insight. Requires the recommender.*.get IAM permission for the specified insight type.",
+                      "httpMethod": "GET",
+                      "parameters": {
+                        "name": {
+                          "description": "Required. Name of the insight.",
+                          "pattern": "^projects/[^/]+/locations/[^/]+/insightTypes/[^/]+/insights/[^/]+$",
+                          "type": "string",
+                          "location": "path",
+                          "required": true
+                        }
+                      },
+                      "path": "v1beta1/{+name}",
+                      "scopes": [
+                        "https://www.googleapis.com/auth/cloud-platform"
+                      ],
+                      "parameterOrder": [
+                        "name"
+                      ],
+                      "id": "recommender.projects.locations.insightTypes.insights.get",
+                      "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/insightTypes/{insightTypesId}/insights/{insightsId}"
+                    }
+                  }
+                }
+              }
+            }
+          }
+        }
+      }
+    }
+  },
+  "name": "recommender",
+  "kind": "discovery#restDescription",
+  "description": "",
+  "servicePath": "",
+  "schemas": {
+    "GoogleCloudRecommenderV1beta1ValueMatcher": {
+      "type": "object",
+      "description": "Contains various matching options for values for a GCP resource field.",
+      "properties": {
+        "matchesPattern": {
+          "description": "To be used for full regex matching. The regular expression is using the Google RE2 syntax (https://github.com/google/re2/wiki/Syntax), so to be used with RE2::FullMatch",
+          "type": "string"
+        }
+      },
+      "id": "GoogleCloudRecommenderV1beta1ValueMatcher"
+    },
+    "GoogleCloudRecommenderV1beta1Recommendation": {
+      "description": "A recommendation along with a suggested action. E.g., a rightsizing recommendation for an underutilized VM, IAM role recommendations, etc",
+      "type": "object",
+      "properties": {
+        "recommenderSubtype": {
+          "description": "Contains an identifier for a subtype of recommendations produced for the same recommender. Subtype is a function of content and impact, meaning a new subtype might be added when significant changes to `content` or `primary_impact.category` are introduced. See the Recommenders section to see a list of subtypes for a given Recommender. Examples: For recommender = \"google.iam.policy.Recommender\", recommender_subtype can be one of \"REMOVE_ROLE\"/\"REPLACE_ROLE\"",
+          "type": "string"
+        },
+        "name": {
+          "description": "Name of recommendation.",
+          "type": "string"
+        },
+        "additionalImpact": {
+          "description": "Optional set of additional impact that this recommendation may have when trying to optimize for the primary category. These may be positive or negative.",
+          "items": {
+            "$ref": "GoogleCloudRecommenderV1beta1Impact"
+          },
+          "type": "array"
+        },
+        "primaryImpact": {
+          "$ref": "GoogleCloudRecommenderV1beta1Impact",
+          "description": "The primary impact that this recommendation can have while trying to optimize for one category."
+        },
+        "stateInfo": {
+          "$ref": "GoogleCloudRecommenderV1beta1RecommendationStateInfo",
+          "description": "Information for state. Contains state and metadata."
+        },
+        "associatedInsights": {
+          "items": {
+            "$ref": "GoogleCloudRecommenderV1beta1RecommendationInsightReference"
+          },
+          "type": "array",
+          "description": "Insights that led to this recommendation."
+        },
+        "etag": {
+          "type": "string",
+          "description": "Fingerprint of the Recommendation. Provides optimistic locking when updating states."
+        },
+        "description": {
+          "description": "Free-form human readable summary in English. The maximum length is 500 characters.",
+          "type": "string"
+        },
+        "lastRefreshTime": {
+          "description": "Last time this recommendation was refreshed by the system that created it in the first place.",
+          "format": "google-datetime",
+          "type": "string"
+        },
+        "content": {
+          "$ref": "GoogleCloudRecommenderV1beta1RecommendationContent",
+          "description": "Content of the recommendation describing recommended changes to resources."
+        }
+      },
+      "id": "GoogleCloudRecommenderV1beta1Recommendation"
+    },
+    "GoogleCloudRecommenderV1beta1MarkInsightAcceptedRequest": {
+      "properties": {
+        "stateMetadata": {
+          "additionalProperties": {
+            "type": "string"
+          },
+          "description": "Optional. State properties user wish to include with this state. Full replace of the current state_metadata.",
+          "type": "object"
+        },
+        "etag": {
+          "description": "Required. Fingerprint of the Insight. Provides optimistic locking.",
+          "type": "string"
+        }
+      },
+      "type": "object",
+      "id": "GoogleCloudRecommenderV1beta1MarkInsightAcceptedRequest",
+      "description": "Request for the `MarkInsightAccepted` method."
+    },
+    "GoogleCloudRecommenderV1beta1RecommendationStateInfo": {
+      "properties": {
+        "stateMetadata": {
+          "description": "A map of metadata for the state, provided by user or automations systems.",
+          "type": "object",
+          "additionalProperties": {
+            "type": "string"
+          }
+        },
+        "state": {
+          "type": "string",
+          "enum": [
+            "STATE_UNSPECIFIED",
+            "ACTIVE",
+            "CLAIMED",
+            "SUCCEEDED",
+            "FAILED",
+            "DISMISSED"
+          ],
+          "enumDescriptions": [
+            "Default state. Don't use directly.",
+            "Recommendation is active and can be applied. Recommendations content can be updated by Google. ACTIVE recommendations can be marked as CLAIMED, SUCCEEDED, or FAILED.",
+            "Recommendation is in claimed state. Recommendations content is immutable and cannot be updated by Google. CLAIMED recommendations can be marked as CLAIMED, SUCCEEDED, or FAILED.",
+            "Recommendation is in succeeded state. Recommendations content is immutable and cannot be updated by Google. SUCCEEDED recommendations can be marked as SUCCEEDED, or FAILED.",
+            "Recommendation is in failed state. Recommendations content is immutable and cannot be updated by Google. FAILED recommendations can be marked as SUCCEEDED, or FAILED.",
+            "Recommendation is in dismissed state. Recommendation content can be updated by Google. DISMISSED recommendations can be marked as ACTIVE."
+          ],
+          "description": "The state of the recommendation, Eg ACTIVE, SUCCEEDED, FAILED."
+        }
+      },
+      "type": "object",
+      "id": "GoogleCloudRecommenderV1beta1RecommendationStateInfo",
+      "description": "Information for state. Contains state and metadata."
+    },
+    "GoogleCloudRecommenderV1beta1OperationGroup": {
+      "type": "object",
+      "description": "Group of operations that need to be performed atomically.",
+      "properties": {
+        "operations": {
+          "description": "List of operations across one or more resources that belong to this group. Loosely based on RFC6902 and should be performed in the order they appear.",
+          "type": "array",
+          "items": {
+            "$ref": "GoogleCloudRecommenderV1beta1Operation"
+          }
+        }
+      },
+      "id": "GoogleCloudRecommenderV1beta1OperationGroup"
+    },
+    "GoogleCloudRecommenderV1beta1RecommendationInsightReference": {
+      "description": "Reference to an associated insight.",
+      "properties": {
+        "insight": {
+          "type": "string",
+          "description": "Insight resource name, e.g. projects/[PROJECT_NUMBER]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]/insights/[INSIGHT_ID]"
+        }
+      },
+      "id": "GoogleCloudRecommenderV1beta1RecommendationInsightReference",
+      "type": "object"
+    },
+    "GoogleCloudRecommenderV1beta1ListInsightsResponse": {
+      "description": "Response to the `ListInsights` method.",
+      "properties": {
+        "insights": {
+          "items": {
+            "$ref": "GoogleCloudRecommenderV1beta1Insight"
+          },
+          "description": "The set of insights for the `parent` resource.",
+          "type": "array"
+        },
+        "nextPageToken": {
+          "description": "A token that can be used to request the next page of results. This field is empty if there are no additional results.",
+          "type": "string"
+        }
+      },
+      "id": "GoogleCloudRecommenderV1beta1ListInsightsResponse",
+      "type": "object"
+    },
+    "GoogleCloudRecommenderV1beta1MarkRecommendationClaimedRequest": {
+      "properties": {
+        "etag": {
+          "type": "string",
+          "description": "Required. Fingerprint of the Recommendation. Provides optimistic locking."
+        },
+        "stateMetadata": {
+          "type": "object",
+          "description": "State properties to include with this state. Overwrites any existing `state_metadata`. Keys must match the regex /^a-z0-9{0,62}$/. Values must match the regex /^[a-zA-Z0-9_./-]{0,255}$/.",
+          "additionalProperties": {
+            "type": "string"
+          }
+        }
+      },
+      "type": "object",
+      "description": "Request for the `MarkRecommendationClaimed` Method.",
+      "id": "GoogleCloudRecommenderV1beta1MarkRecommendationClaimedRequest"
+    },
+    "GoogleCloudRecommenderV1beta1MarkRecommendationSucceededRequest": {
+      "description": "Request for the `MarkRecommendationSucceeded` Method.",
+      "id": "GoogleCloudRecommenderV1beta1MarkRecommendationSucceededRequest",
+      "properties": {
+        "stateMetadata": {
+          "description": "State properties to include with this state. Overwrites any existing `state_metadata`. Keys must match the regex /^a-z0-9{0,62}$/. Values must match the regex /^[a-zA-Z0-9_./-]{0,255}$/.",
+          "additionalProperties": {
+            "type": "string"
+          },
+          "type": "object"
+        },
+        "etag": {
+          "type": "string",
+          "description": "Required. Fingerprint of the Recommendation. Provides optimistic locking."
+        }
+      },
+      "type": "object"
+    },
+    "GoogleCloudRecommenderV1beta1Impact": {
+      "id": "GoogleCloudRecommenderV1beta1Impact",
+      "properties": {
+        "costProjection": {
+          "description": "Use with CategoryType.COST",
+          "$ref": "GoogleCloudRecommenderV1beta1CostProjection"
+        },
+        "category": {
+          "type": "string",
+          "enumDescriptions": [
+            "Default unspecified category. Don't use directly.",
+            "Indicates a potential increase or decrease in cost.",
+            "Indicates a potential increase or decrease in security.",
+            "Indicates a potential increase or decrease in performance.",
+            "Indicates a potential increase or decrease in manageability."
+          ],
+          "description": "Category that is being targeted.",
+          "enum": [
+            "CATEGORY_UNSPECIFIED",
+            "COST",
+            "SECURITY",
+            "PERFORMANCE",
+            "MANAGEABILITY"
+          ]
+        }
+      },
+      "type": "object",
+      "description": "Contains the impact a recommendation can have for a given category."
+    },
+    "GoogleTypeMoney": {
+      "description": "Represents an amount of money with its currency type.",
+      "type": "object",
+      "id": "GoogleTypeMoney",
+      "properties": {
+        "currencyCode": {
+          "type": "string",
+          "description": "The three-letter currency code defined in ISO 4217."
+        },
+        "units": {
+          "format": "int64",
+          "type": "string",
+          "description": "The whole units of the amount. For example if `currencyCode` is `\"USD\"`, then 1 unit is one US dollar."
+        },
+        "nanos": {
+          "description": "Number of nano (10^-9) units of the amount. The value must be between -999,999,999 and +999,999,999 inclusive. If `units` is positive, `nanos` must be positive or zero. If `units` is zero, `nanos` can be positive, zero, or negative. If `units` is negative, `nanos` must be negative or zero. For example $-1.75 is represented as `units`=-1 and `nanos`=-750,000,000.",
+          "type": "integer",
+          "format": "int32"
+        }
+      }
+    },
+    "GoogleCloudRecommenderV1beta1MarkRecommendationFailedRequest": {
+      "description": "Request for the `MarkRecommendationFailed` Method.",
+      "id": "GoogleCloudRecommenderV1beta1MarkRecommendationFailedRequest",
+      "type": "object",
+      "properties": {
+        "stateMetadata": {
+          "type": "object",
+          "additionalProperties": {
+            "type": "string"
+          },
+          "description": "State properties to include with this state. Overwrites any existing `state_metadata`. Keys must match the regex /^a-z0-9{0,62}$/. Values must match the regex /^[a-zA-Z0-9_./-]{0,255}$/."
+        },
+        "etag": {
+          "type": "string",
+          "description": "Required. Fingerprint of the Recommendation. Provides optimistic locking."
+        }
+      }
+    },
+    "GoogleCloudRecommenderV1beta1RecommendationContent": {
+      "id": "GoogleCloudRecommenderV1beta1RecommendationContent",
+      "properties": {
+        "operationGroups": {
+          "type": "array",
+          "description": "Operations to one or more Google Cloud resources grouped in such a way that, all operations within one group are expected to be performed atomically and in an order.",
+          "items": {
+            "$ref": "GoogleCloudRecommenderV1beta1OperationGroup"
+          }
+        }
+      },
+      "description": "Contains what resources are changing and how they are changing.",
+      "type": "object"
+    },
+    "GoogleCloudRecommenderV1beta1Insight": {
+      "id": "GoogleCloudRecommenderV1beta1Insight",
+      "type": "object",
+      "properties": {
+        "stateInfo": {
+          "$ref": "GoogleCloudRecommenderV1beta1InsightStateInfo",
+          "description": "Information state and metadata."
+        },
+        "observationPeriod": {
+          "description": "Observation period that led to the insight. The source data used to generate the insight ends at last_refresh_time and begins at (last_refresh_time - observation_period).",
+          "type": "string",
+          "format": "google-duration"
+        },
+        "name": {
+          "type": "string",
+          "description": "Name of the insight."
+        },
+        "targetResources": {
+          "items": {
+            "type": "string"
+          },
+          "description": "Fully qualified resource names that this insight is targeting.",
+          "type": "array"
+        },
+        "lastRefreshTime": {
+          "description": "Timestamp of the latest data used to generate the insight.",
+          "format": "google-datetime",
+          "type": "string"
+        },
+        "description": {
+          "type": "string",
+          "description": "Free-form human readable summary in English. The maximum length is 500 characters."
+        },
+        "associatedRecommendations": {
+          "type": "array",
+          "description": "Recommendations derived from this insight.",
+          "items": {
+            "$ref": "GoogleCloudRecommenderV1beta1InsightRecommendationReference"
+          }
+        },
+        "content": {
+          "additionalProperties": {
+            "type": "any",
+            "description": "Properties of the object."
+          },
+          "description": "A struct of custom fields to explain the insight. Example: \"grantedPermissionsCount\": \"1000\"",
+          "type": "object"
+        },
+        "category": {
+          "enum": [
+            "CATEGORY_UNSPECIFIED",
+            "COST",
+            "SECURITY",
+            "PERFORMANCE",
+            "MANAGEABILITY"
+          ],
+          "type": "string",
+          "enumDescriptions": [
+            "Unspecified category.",
+            "The insight is related to cost.",
+            "The insight is related to security.",
+            "The insight is related to performance.",
+            "This insight is related to manageability."
+          ],
+          "description": "Category being targeted by the insight."
+        },
+        "insightSubtype": {
+          "type": "string",
+          "description": "Insight subtype. Insight content schema will be stable for a given subtype."
+        },
+        "etag": {
+          "type": "string",
+          "description": "Fingerprint of the Insight. Provides optimistic locking when updating states."
+        }
+      },
+      "description": "An insight along with the information used to derive the insight. The insight may have associated recomendations as well."
+    },
+    "GoogleCloudRecommenderV1beta1InsightRecommendationReference": {
+      "id": "GoogleCloudRecommenderV1beta1InsightRecommendationReference",
+      "properties": {
+        "recommendation": {
+          "description": "Recommendation resource name, e.g. projects/[PROJECT_NUMBER]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/recommendations/[RECOMMENDATION_ID]",
+          "type": "string"
+        }
+      },
+      "type": "object",
+      "description": "Reference to an associated recommendation."
+    },
+    "GoogleCloudRecommenderV1beta1CostProjection": {
+      "properties": {
+        "duration": {
+          "format": "google-duration",
+          "type": "string",
+          "description": "Duration for which this cost applies."
+        },
+        "cost": {
+          "$ref": "GoogleTypeMoney",
+          "description": "An approximate projection on amount saved or amount incurred. Negative cost units indicate cost savings and positive cost units indicate increase. See google.type.Money documentation for positive/negative units."
+        }
+      },
+      "id": "GoogleCloudRecommenderV1beta1CostProjection",
+      "type": "object",
+      "description": "Contains metadata about how much money a recommendation can save or incur."
+    },
+    "GoogleCloudRecommenderV1beta1InsightStateInfo": {
+      "type": "object",
+      "description": "Information related to insight state.",
+      "properties": {
+        "stateMetadata": {
+          "additionalProperties": {
+            "type": "string"
+          },
+          "type": "object",
+          "description": "A map of metadata for the state, provided by user or automations systems."
+        },
+        "state": {
+          "description": "Insight state.",
+          "enumDescriptions": [
+            "Unspecified state.",
+            "Insight is active. Content for ACTIVE insights can be updated by Google. ACTIVE insights can be marked DISMISSED OR ACCEPTED.",
+            "Some action has been taken based on this insight. Insights become accepted when a recommendation derived from the insight has been marked CLAIMED, SUCCEEDED, or FAILED. ACTIVE insights can also be marked ACCEPTED explicitly. Content for ACCEPTED insights is immutable. ACCEPTED insights can only be marked ACCEPTED (which may update state metadata).",
+            "Insight is dismissed. Content for DISMISSED insights can be updated by Google. DISMISSED insights can be marked as ACTIVE."
+          ],
+          "type": "string",
+          "enum": [
+            "STATE_UNSPECIFIED",
+            "ACTIVE",
+            "ACCEPTED",
+            "DISMISSED"
+          ]
+        }
+      },
+      "id": "GoogleCloudRecommenderV1beta1InsightStateInfo"
+    },
+    "GoogleCloudRecommenderV1beta1Operation": {
+      "properties": {
+        "action": {
+          "description": "Type of this operation. Contains one of 'and', 'remove', 'replace', 'move', 'copy', 'test' and 'custom' operations. This field is case-insensitive and always populated.",
+          "type": "string"
+        },
+        "sourceResource": {
+          "type": "string",
+          "description": "Can be set with action 'copy' to copy resource configuration across different resources of the same type. Example: A resource clone can be done via action = 'copy', path = \"/\", from = \"/\", source_resource = and resource_name = . This field is empty for all other values of `action`."
+        },
+        "value": {
+          "type": "any",
+          "description": "Value for the `path` field. Will be set for actions:'add'/'replace'. Maybe set for action: 'test'. Either this or `value_matcher` will be set for 'test' operation. An exact match must be performed."
+        },
+        "resource": {
+          "description": "Contains the fully qualified resource name. This field is always populated. ex: //cloudresourcemanager.googleapis.com/projects/foo.",
+          "type": "string"
+        },
+        "pathValueMatchers": {
+          "type": "object",
+          "description": "Similar to path_filters, this contains set of filters to apply if `path` field referes to array elements. This is meant to support value matching beyond exact match. To perform exact match, use path_filters. When both path_filters and path_value_matchers are set, an implicit AND must be performed.",
+          "additionalProperties": {
+            "$ref": "GoogleCloudRecommenderV1beta1ValueMatcher"
+          }
+        },
+        "path": {
+          "description": "Path to the target field being operated on. If the operation is at the resource level, then path should be \"/\". This field is always populated.",
+          "type": "string"
+        },
+        "sourcePath": {
+          "type": "string",
+          "description": "Can be set with action 'copy' or 'move' to indicate the source field within resource or source_resource, ignored if provided for other operation types."
+        },
+        "valueMatcher": {
+          "$ref": "GoogleCloudRecommenderV1beta1ValueMatcher",
+          "description": "Can be set for action 'test' for advanced matching for the value of 'path' field. Either this or `value` will be set for 'test' operation."
+        },
+        "pathFilters": {
+          "description": "Set of filters to apply if `path` refers to array elements or nested array elements in order to narrow down to a single unique element that is being tested/modified. This is intended to be an exact match per filter. To perform advanced matching, use path_value_matchers. * Example: { \"/versions/*/name\" : \"it-123\" \"/versions/*/targetSize/percent\": 20 } * Example: { \"/bindings/*/role\": \"roles/owner\" \"/bindings/*/condition\" : null } * Example: { \"/bindings/*/role\": \"roles/owner\" \"/bindings/*/members/*\" : [\"x@example.com\", \"y@example.com\"] } When both path_filters and path_value_matchers are set, an implicit AND must be performed.",
+          "type": "object",
+          "additionalProperties": {
+            "type": "any"
+          }
+        },
+        "resourceType": {
+          "type": "string",
+          "description": "Type of GCP resource being modified/tested. This field is always populated. Example: cloudresourcemanager.googleapis.com/Project, compute.googleapis.com/Instance"
+        }
+      },
+      "description": "Contains an operation for a resource loosely based on the JSON-PATCH format with support for: * Custom filters for describing partial array patch. * Extended path values for describing nested arrays. * Custom fields for describing the resource for which the operation is being described. * Allows extension to custom operations not natively supported by RFC6902. See https://tools.ietf.org/html/rfc6902 for details on the original RFC.",
+      "type": "object",
+      "id": "GoogleCloudRecommenderV1beta1Operation"
+    },
+    "GoogleCloudRecommenderV1beta1ListRecommendationsResponse": {
+      "properties": {
+        "nextPageToken": {
+          "description": "A token that can be used to request the next page of results. This field is empty if there are no additional results.",
+          "type": "string"
+        },
+        "recommendations": {
+          "type": "array",
+          "description": "The set of recommendations for the `parent` resource.",
+          "items": {
+            "$ref": "GoogleCloudRecommenderV1beta1Recommendation"
+          }
+        }
+      },
+      "id": "GoogleCloudRecommenderV1beta1ListRecommendationsResponse",
+      "description": "Response to the `ListRecommendations` method.",
+      "type": "object"
+    }
+  },
+  "mtlsRootUrl": "https://recommender.mtls.googleapis.com/",
+  "fullyEncodeReservedExpansion": true,
+  "documentationLink": "https://cloud.google.com/recommender/docs/",
+  "ownerDomain": "google.com",
+  "canonicalName": "Recommender",
+  "basePath": "",
+  "discoveryVersion": "v1",
+  "baseUrl": "https://recommender.googleapis.com/"
+}