Skip to content

Commit 383f134

Browse files
feat: Automated regeneration of fitness v1 client (googleapis#24058)
Auto-created at 2025-08-24 10:22:15 +0000 using the toys pull request generator.
1 parent 6f1a7e7 commit 383f134

File tree

4 files changed

+18
-10
lines changed

4 files changed

+18
-10
lines changed

generated/google-apis-fitness_v1/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-fitness_v1
22

3+
### v0.24.0 (2025-08-24)
4+
5+
* Regenerated from discovery document revision 20250819
6+
* Regenerated using generator version 0.18.0
7+
38
### v0.23.0 (2025-05-04)
49

510
* Regenerated using generator version 0.17.0

generated/google-apis-fitness_v1/lib/google/apis/fitness_v1/classes.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,8 @@ class ListSessionsResponse
799799
# @return [String]
800800
attr_accessor :next_page_token
801801

802-
# Sessions with an end time that is between startTime and endTime of the request.
802+
# Sessions starting before endTime of the request and ending after startTime of
803+
# the request up to (endTime of the request + 1 day).
803804
# Corresponds to the JSON property `session`
804805
# @return [Array<Google::Apis::FitnessV1::Session>]
805806
attr_accessor :session

generated/google-apis-fitness_v1/lib/google/apis/fitness_v1/gem_version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module FitnessV1
1818
# Version of the google-apis-fitness_v1 gem
19-
GEM_VERSION = "0.23.0"
19+
GEM_VERSION = "0.24.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.17.0"
22+
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20231107"
25+
REVISION = "20250819"
2626
end
2727
end
2828
end

generated/google-apis-fitness_v1/lib/google/apis/fitness_v1/service.rb

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -516,9 +516,10 @@ def delete_user_session(user_id, session_id, fields: nil, quota_user: nil, optio
516516
# @param [Array<Fixnum>, Fixnum] activity_type
517517
# If non-empty, only sessions with these activity types should be returned.
518518
# @param [String] end_time
519-
# An RFC3339 timestamp. Only sessions ending between the start and end times
520-
# will be included in the response. If this time is omitted but startTime is
521-
# specified, all sessions from startTime to the end of time will be returned.
519+
# An RFC3339 timestamp. Only sessions starting before endTime and ending after
520+
# startTime up to (endTime + 1 day) will be included in the response. If this
521+
# time is omitted but startTime is specified, all sessions ending after
522+
# startTime to the end of time will be returned.
522523
# @param [Boolean] include_deleted
523524
# If true, and if both startTime and endTime are omitted, session deletions will
524525
# be returned.
@@ -529,9 +530,10 @@ def delete_user_session(user_id, session_id, fields: nil, quota_user: nil, optio
529530
# specified. If none of start time, end time, and the page token is specified,
530531
# sessions modified in the last 30 days are returned.
531532
# @param [String] start_time
532-
# An RFC3339 timestamp. Only sessions ending between the start and end times
533-
# will be included in the response. If this time is omitted but endTime is
534-
# specified, all sessions from the start of time up to endTime will be returned.
533+
# An RFC3339 timestamp. Only sessions starting before endTime and ending after
534+
# startTime up to (endTime + 1 day) will be included in the response. If this
535+
# time is omitted but endTime is specified, all sessions starting before endTime
536+
# and ending after the start of time up to (endTime + 1 day) will be returned.
535537
# @param [String] fields
536538
# Selector specifying which fields to include in a partial response.
537539
# @param [String] quota_user

0 commit comments

Comments
 (0)