Skip to content

Commit

Permalink
feat: Automated regeneration of sheets v4 client (#20282)
Browse files Browse the repository at this point in the history
Auto-created at 2024-09-29 09:22:06 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Sep 29, 2024
1 parent 9ff6f7f commit 110edd0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions generated/google-apis-sheets_v4/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-sheets_v4

### v0.36.0 (2024-09-29)

* Regenerated from discovery document revision 20240917

### v0.35.0 (2024-09-01)

* Regenerated from discovery document revision 20240826
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9528,7 +9528,8 @@ class SpreadsheetProperties

# 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.
# always return true if the admin has enabled the [allowlisting feature](https://
# support.google.com/a?p=url_allowlist).
# Corresponds to the JSON property `importFunctionsExternalUrlAccessAllowed`
# @return [Boolean]
attr_accessor :import_functions_external_url_access_allowed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module SheetsV4
# Version of the google-apis-sheets_v4 gem
GEM_VERSION = "0.35.0"
GEM_VERSION = "0.36.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.15.1"

# Revision of the discovery document this client was generated from
REVISION = "20240826"
REVISION = "20240917"
end
end
end

0 comments on commit 110edd0

Please sign in to comment.