Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions generated/google-apis-health_v4/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-health_v4

### v0.7.0 (2026-06-28)

* Regenerated from discovery document revision 20260620

### v0.6.0 (2026-06-21)

* Regenerated from discovery document revision 20260618
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4434,7 +4434,7 @@ class RollUpDataPointsRequest
attr_accessor :range

# Required. The size of the time window to group data points into before
# applying the aggregation functions.
# applying the aggregation functions. Must be at least 1 second.
# Corresponds to the JSON property `windowSize`
# @return [String]
attr_accessor :window_size
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module HealthV4
# Version of the google-apis-health_v4 gem
GEM_VERSION = "0.6.0"
GEM_VERSION = "0.7.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20260618"
REVISION = "20260620"
end
end
end
Loading