Skip to content

Commit

Permalink
feat: Generate Google.Apis.Sheets.v4 version 1.68.0.3547
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda-tarafa authored and jskeet committed Sep 25, 2024
1 parent a5abfa8 commit cd62cbc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DiscoveryJson/sheets.v4.json
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@
}
}
},
"revision": "20240826",
"revision": "20240917",
"rootUrl": "https://sheets.googleapis.com/",
"schemas": {
"AddBandingRequest": {
Expand Down Expand Up @@ -6957,7 +6957,7 @@
"description": "The default format of all cells in the spreadsheet. CellData.effectiveFormat will not be set if the cell's format is equal to this default format. This field is read-only."
},
"importFunctionsExternalUrlAccessAllowed": {
"description": "Whether to allow external URL access for image and import functions. Read only when true. When false, you can set to true. This value will be bypassed and always return true if the admin has enabled the allowlisting feature.",
"description": "Whether to allow external URL access for image and import functions. Read only when true. When false, you can set to true. This value will be bypassed and always return true if the admin has enabled the [allowlisting feature](https://support.google.com/a?p=url_allowlist).",
"type": "boolean"
},
"iterativeCalculationSettings": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7725,7 +7725,7 @@ public class SpreadsheetProperties : Google.Apis.Requests.IDirectResponseSchema
/// <summary>
/// Whether to allow external URL access for image and import functions. Read only when true. When false, you
/// can set to true. This value will be bypassed and always return true if the admin has enabled the
/// allowlisting feature.
/// [allowlisting feature](https://support.google.com/a?p=url_allowlist).
/// </summary>
[Newtonsoft.Json.JsonPropertyAttribute("importFunctionsExternalUrlAccessAllowed")]
public virtual System.Nullable<bool> ImportFunctionsExternalUrlAccessAllowed { 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.3525</Version>
<Version>1.68.0.3547</Version>
<Authors>Google LLC</Authors>
<Copyright>Copyright 2024 Google LLC</Copyright>
<PackageTags>Google</PackageTags>
Expand Down

0 comments on commit cd62cbc

Please sign in to comment.