Skip to content

Commit

Permalink
feat: Generate Google.Apis.Sheets.v4 version 1.68.0.3624
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda-tarafa authored and jskeet committed Dec 11, 2024
1 parent 6099758 commit c86f43b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion DiscoveryJson/sheets.v4.json
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@
}
}
},
"revision": "20241008",
"revision": "20241203",
"rootUrl": "https://sheets.googleapis.com/",
"schemas": {
"AddBandingRequest": {
Expand Down Expand Up @@ -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."
Expand Down
4 changes: 4 additions & 0 deletions Src/Generated/Google.Apis.Sheets.v4/Google.Apis.Sheets.v4.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7369,6 +7369,10 @@ public class SetBasicFilterRequest : Google.Apis.Requests.IDirectResponseSchema
/// </summary>
public class SetDataValidationRequest : Google.Apis.Requests.IDirectResponseSchema
{
/// <summary>Optional. If true, the data validation rule will be applied to the filtered rows as well.</summary>
[Newtonsoft.Json.JsonPropertyAttribute("filteredRowsIncluded")]
public virtual System.Nullable<bool> FilteredRowsIncluded { get; set; }

/// <summary>The range the data validation rule should apply to.</summary>
[Newtonsoft.Json.JsonPropertyAttribute("range")]
public virtual GridRange Range { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- nupkg information -->
<PropertyGroup>
<Title>Google.Apis.Sheets.v4 Client Library</Title>
<Version>1.68.0.3568</Version>
<Version>1.68.0.3624</Version>
<Authors>Google LLC</Authors>
<Copyright>Copyright 2024 Google LLC</Copyright>
<PackageTags>Google</PackageTags>
Expand Down

0 comments on commit c86f43b

Please sign in to comment.