diff --git a/DiscoveryJson/sheets.v4.json b/DiscoveryJson/sheets.v4.json
index 89769477f93..4913fb8d5aa 100644
--- a/DiscoveryJson/sheets.v4.json
+++ b/DiscoveryJson/sheets.v4.json
@@ -870,7 +870,7 @@
}
}
},
- "revision": "20241008",
+ "revision": "20241203",
"rootUrl": "https://sheets.googleapis.com/",
"schemas": {
"AddBandingRequest": {
@@ -6538,6 +6538,10 @@
"description": "Sets a data validation rule to every cell in the range. To clear validation in a range, call this with no rule specified.",
"id": "SetDataValidationRequest",
"properties": {
+ "filteredRowsIncluded": {
+ "description": "Optional. If true, the data validation rule will be applied to the filtered rows as well.",
+ "type": "boolean"
+ },
"range": {
"$ref": "GridRange",
"description": "The range the data validation rule should apply to."
diff --git a/Src/Generated/Google.Apis.Sheets.v4/Google.Apis.Sheets.v4.cs b/Src/Generated/Google.Apis.Sheets.v4/Google.Apis.Sheets.v4.cs
index c9c586f71ae..f08cb254e28 100644
--- a/Src/Generated/Google.Apis.Sheets.v4/Google.Apis.Sheets.v4.cs
+++ b/Src/Generated/Google.Apis.Sheets.v4/Google.Apis.Sheets.v4.cs
@@ -7369,6 +7369,10 @@ public class SetBasicFilterRequest : Google.Apis.Requests.IDirectResponseSchema
///
public class SetDataValidationRequest : Google.Apis.Requests.IDirectResponseSchema
{
+ /// Optional. If true, the data validation rule will be applied to the filtered rows as well.
+ [Newtonsoft.Json.JsonPropertyAttribute("filteredRowsIncluded")]
+ public virtual System.Nullable FilteredRowsIncluded { get; set; }
+
/// The range the data validation rule should apply to.
[Newtonsoft.Json.JsonPropertyAttribute("range")]
public virtual GridRange Range { get; set; }
diff --git a/Src/Generated/Google.Apis.Sheets.v4/Google.Apis.Sheets.v4.csproj b/Src/Generated/Google.Apis.Sheets.v4/Google.Apis.Sheets.v4.csproj
index 6c0900bcfe3..9cc116da9ce 100644
--- a/Src/Generated/Google.Apis.Sheets.v4/Google.Apis.Sheets.v4.csproj
+++ b/Src/Generated/Google.Apis.Sheets.v4/Google.Apis.Sheets.v4.csproj
@@ -3,7 +3,7 @@
Google.Apis.Sheets.v4 Client Library
- 1.68.0.3568
+ 1.68.0.3624
Google LLC
Copyright 2024 Google LLC
Google