Skip to content

Commit

Permalink
feat: Automated regeneration of sheets v4 client (#20361)
Browse files Browse the repository at this point in the history
Auto-created at 2024-10-13 09:13:39 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Oct 13, 2024
1 parent 645fb2f commit 813f174
Show file tree
Hide file tree
Showing 3 changed files with 7 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.37.0 (2024-10-13)

* Regenerated from discovery document revision 20241001

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

* Regenerated from discovery document revision 20240917
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5015,7 +5015,7 @@ class DeveloperMetadataLookup

# Limits the selected developer metadata to that which has a matching
# DeveloperMetadata.visibility. If left unspecified, all developer metadata
# visibile to the requesting project is considered.
# visible to the requesting project is considered.
# Corresponds to the JSON property `visibility`
# @return [String]
attr_accessor :visibility
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.36.0"
GEM_VERSION = "0.37.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 = "20240917"
REVISION = "20241001"
end
end
end

0 comments on commit 813f174

Please sign in to comment.