Skip to content

Commit

Permalink
feat: Automated regeneration of datastore v1 client (googleapis#14428)
Browse files Browse the repository at this point in the history
Auto-created at 2023-04-02 10:24:54 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Apr 2, 2023
1 parent 8ee70ee commit e8dea1f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions generated/google-apis-datastore_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-datastore_v1

### v0.27.0 (2023-04-02)

* Regenerated from discovery document revision 20230328

### v0.26.0 (2023-03-19)

* Regenerated from discovery document revision 20230315
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -422,8 +422,8 @@ class Entity

# The entity's properties. The map's keys are property names. A property name
# matching regex `__.*__` is reserved. A reserved property name is forbidden in
# certain documented contexts. The name must not contain more than 500
# characters. The name cannot be `""`.
# certain documented contexts. The map keys, represented as UTF-8, must not
# exceed 1,500 bytes and cannot be empty.
# Corresponds to the JSON property `properties`
# @return [Hash<String,Google::Apis::DatastoreV1::Value>]
attr_accessor :properties
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module DatastoreV1
# Version of the google-apis-datastore_v1 gem
GEM_VERSION = "0.26.0"
GEM_VERSION = "0.27.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20230315"
REVISION = "20230328"
end
end
end

0 comments on commit e8dea1f

Please sign in to comment.