google-apis-fitness_v1 0.8.0 → 0.12.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cf55bba97750641d5406600694fae264f7939bdfe9b9a4ee467d8ab7e741d0d0
4
- data.tar.gz: 5698225bc77d2f1fc384c954ea0a4b880de1dd6399c2a8800be0eda8b1c3531a
3
+ metadata.gz: 7284cdd16fdff4900d7cc707d94135ebbb15e7431cef35a2d6731ff621c548a1
4
+ data.tar.gz: 03a8f9c60e183aba97ba12307eee383cb3e54578c65d8a21d1bde40445208e14
5
5
  SHA512:
6
- metadata.gz: c479c149b01d682809a3bab0e03f15dce5a29a69738800f8453e1420de4030d76afb28e7bd1ea61e1b461cd5356c04e06b3175c423712954e1a0824ee8c065ea
7
- data.tar.gz: f4cd27449013ef66c100575e219d0dffb2ed75a320bb7a88d7c28f9a93631a22eca615caa62ba422a24f100af102f59ba5bd39dcd9f977ded44d14f9e0ec05a8
6
+ metadata.gz: e88a940ebfed37236bf1b7db56e364b2bd77b517221239dcd57180eab78101c488d9e94136093b60218aa3f5c219182bffcb5aafe799fda105725784ec73d9f5
7
+ data.tar.gz: 3f93e6ce21ee46ec689b5505bbb56f57c8488c4c79de338c66b0a7effd39e8088ba851adfaaeb2f632086fdbb07b49ef461da6cadd5ba72b62b5355a2111b99d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-fitness_v1
2
2
 
3
+ ### v0.12.0 (2021-12-14)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.11.0 (2021-10-20)
8
+
9
+ * Unspecified changes
10
+
11
+ ### v0.10.0 (2021-09-22)
12
+
13
+ * Regenerated from discovery document revision 20210920
14
+
15
+ ### v0.9.0 (2021-08-04)
16
+
17
+ * Regenerated from discovery document revision 20210731
18
+
3
19
  ### v0.8.0 (2021-06-29)
4
20
 
5
21
  * Regenerated using generator version 0.4.0
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/fitness_v1"
51
51
  client = Google::Apis::FitnessV1::FitnessService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Fitness service in particular.)
67
67
 
@@ -151,7 +151,9 @@ module Google
151
151
  attr_accessor :bucket_by_time
152
152
 
153
153
  # The end of a window of time. Data that intersects with this time window will
154
- # be aggregated. The time is in milliseconds since epoch, inclusive.
154
+ # be aggregated. The time is in milliseconds since epoch, inclusive. The maximum
155
+ # allowed difference between start_time_millis // and end_time_millis is
156
+ # 7776000000 (roughly 90 days).
155
157
  # Corresponds to the JSON property `endTimeMillis`
156
158
  # @return [Fixnum]
157
159
  attr_accessor :end_time_millis
@@ -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.8.0"
19
+ GEM_VERSION = "0.12.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210608"
25
+ REVISION = "20210920"
26
26
  end
27
27
  end
28
28
  end
@@ -47,10 +47,10 @@ module Google
47
47
  # Add info about your blood pressure in Google Fit. I consent to Google using my blood pressure information with this app.
48
48
  AUTH_FITNESS_BLOOD_PRESSURE_WRITE = 'https://www.googleapis.com/auth/fitness.blood_pressure.write'
49
49
 
50
- # See info about your body measurements and heart rate in Google Fit
50
+ # See info about your body measurements in Google Fit
51
51
  AUTH_FITNESS_BODY_READ = 'https://www.googleapis.com/auth/fitness.body.read'
52
52
 
53
- # Add info about your body measurements and heart rate to Google Fit
53
+ # Add info about your body measurements to Google Fit
54
54
  AUTH_FITNESS_BODY_WRITE = 'https://www.googleapis.com/auth/fitness.body.write'
55
55
 
56
56
  # See info about your body temperature in Google Fit. I consent to Google sharing my body temperature information with this app.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-fitness_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-07-05 00:00:00.000000000 Z
11
+ date: 2022-01-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-fitness_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-fitness_v1/v0.8.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-fitness_v1
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-fitness_v1/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-fitness_v1/v0.12.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-fitness_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths:
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.2.17
78
+ rubygems_version: 3.3.4
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Fitness API V1