google-apis-fitness_v1 0.23.0 → 0.24.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 00d909714d3c286dd6806f510dde97f73975f198e953869b99f4c1efdf9b7be0
4
- data.tar.gz: 5bba461580582801f2ff3f9cd26fbad459673cf424a480f4810b918c59c7e87a
3
+ metadata.gz: 7d8c9c9de08d87fe6fbc7c7e3e1416d20dfc813ce056355430c3ce83f204141a
4
+ data.tar.gz: dd4f1180529a97a44bb0d960b8f7296bca405eb3bfe6568efbc7abde4b10603f
5
5
  SHA512:
6
- metadata.gz: ad8bbc1a6c2e7777afcaf83a5e9d57996e359fc47442fba5bedc106b0763bbbb4e6b3a0db4f53a26f1b1849b86869fe05dacef525918b6de55d3c5788d8e21ea
7
- data.tar.gz: bb096987a45eb83ee9c0b5635d4990e3cdfa89755c06b86e7ee497f8c45574b8b3589e1ce21175037dca0c91795c61eaf421b57979c01ffba2a221c98f3ca9c3
6
+ metadata.gz: 8f3537b4a1863b4b0cecba4a1eb2254415c6360f76b6bfc654338d1f4e19b5f89db90eb1902091c7cf2b5514befa04655f2664330f78377f0db8d7991e73f67f
7
+ data.tar.gz: bd6fc8bba87756a59808783d4555ab8fc3521c0da868e9958feb645753953cf1cfc7399fd0d70a19b8a538df89b6ab967a52f7a03b8d265a44dc218e50b6330f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-fitness_v1
2
2
 
3
+ ### v0.24.0 (2025-08-24)
4
+
5
+ * Regenerated from discovery document revision 20250819
6
+ * Regenerated using generator version 0.18.0
7
+
3
8
  ### v0.23.0 (2025-05-04)
4
9
 
5
10
  * Regenerated using generator version 0.17.0
@@ -799,7 +799,8 @@ module Google
799
799
  # @return [String]
800
800
  attr_accessor :next_page_token
801
801
 
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).
803
804
  # Corresponds to the JSON property `session`
804
805
  # @return [Array<Google::Apis::FitnessV1::Session>]
805
806
  attr_accessor :session
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module FitnessV1
18
18
  # Version of the google-apis-fitness_v1 gem
19
- GEM_VERSION = "0.23.0"
19
+ GEM_VERSION = "0.24.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231107"
25
+ REVISION = "20250819"
26
26
  end
27
27
  end
28
28
  end
@@ -516,9 +516,10 @@ module Google
516
516
  # @param [Array<Fixnum>, Fixnum] activity_type
517
517
  # If non-empty, only sessions with these activity types should be returned.
518
518
  # @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.
522
523
  # @param [Boolean] include_deleted
523
524
  # If true, and if both startTime and endTime are omitted, session deletions will
524
525
  # be returned.
@@ -529,9 +530,10 @@ module Google
529
530
  # specified. If none of start time, end time, and the page token is specified,
530
531
  # sessions modified in the last 30 days are returned.
531
532
  # @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.
535
537
  # @param [String] fields
536
538
  # Selector specifying which fields to include in a partial response.
537
539
  # @param [String] quota_user
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-fitness_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.0
4
+ version: 0.24.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-fitness_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-fitness_v1/v0.23.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-fitness_v1/v0.24.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-fitness_v1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Fitness API V1
79
79
  test_files: []