Skip to content

Commit

Permalink
fix(fitness): update the API
Browse files Browse the repository at this point in the history
#### fitness:v1
The following keys were changed:
- schemas.AggregateRequest.properties.bucketByActivityType.description
  • Loading branch information
yoshi-automation authored and JustinBeckwith committed Jun 5, 2020
1 parent dbd1c7d commit 9bee744
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/fitness-v1.json
Expand Up @@ -813,7 +813,7 @@
}
}
},
"revision": "20200527",
"revision": "20200601",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"AggregateBucket": {
Expand Down Expand Up @@ -903,7 +903,7 @@
},
"bucketByActivityType": {
"$ref": "BucketByActivity",
"description": "Specifies that data be aggregated by the type of activity being performed\nwhen the data was recorded. All data that was recorded during a certain\nactivity type (for the given time range) will be aggregated into the same\nbucket. Data that was recorded while the user was not active will not be\nincluded in the response. Mutually exclusive of other bucketing\nspecifications."
"description": "Specifies that data be aggregated by the type of activity being performed\nwhen the data was recorded. All data that was recorded during a certain\nactivity type (.for the given time range) will be aggregated into the same\nbucket. Data that was recorded while the user was not active will not be\nincluded in the response. Mutually exclusive of other bucketing\nspecifications."
},
"bucketBySession": {
"$ref": "BucketBySession",
Expand Down
2 changes: 1 addition & 1 deletion src/apis/fitness/v1.ts
Expand Up @@ -179,7 +179,7 @@ export namespace fitness_v1 {
*/
bucketByActivitySegment?: Schema$BucketByActivity;
/**
* Specifies that data be aggregated by the type of activity being performed when the data was recorded. All data that was recorded during a certain activity type (for the given time range) will be aggregated into the same bucket. Data that was recorded while the user was not active will not be included in the response. Mutually exclusive of other bucketing specifications.
* Specifies that data be aggregated by the type of activity being performed when the data was recorded. All data that was recorded during a certain activity type (.for the given time range) will be aggregated into the same bucket. Data that was recorded while the user was not active will not be included in the response. Mutually exclusive of other bucketing specifications.
*/
bucketByActivityType?: Schema$BucketByActivity;
/**
Expand Down

0 comments on commit 9bee744

Please sign in to comment.