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
19 changes: 19 additions & 0 deletions generator-input/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -6714,6 +6714,25 @@
"transport": "grpc+rest",
"restNumericEnums": true
},
{
"id": "Google.DevicesAndServices.Health.V4",
"version": "1.0.0-beta00",
"type": "grpc",
"productName": "Google Health",
"productUrl": "https://developers.google.com/health/api",
"description": "The Google Health API lets you view and manage health and fitness metrics and measurement data.",
"tags": [],
"dependencies": {
"Google.LongRunning": "3.5.0"
},
"generator": "micro",
"protoPath": "google/devicesandservices/health/v4",
"includeCommonResourcesProto": true,
"shortName": "health",
"serviceConfigFile": "health_v4.yaml",
"transport": "grpc+rest",
"restNumericEnums": true
},
{
"id": "Google.Geo.Type",
"version": "1.3.0",
Expand Down
12 changes: 12 additions & 0 deletions generator-input/pipeline-state.json
Original file line number Diff line number Diff line change
Expand Up @@ -5013,6 +5013,18 @@
"sourcePaths": [
"apis/Google.Maps.MapManagement.V2Beta/Google.Maps.MapManagement.V2Beta"
]
},
{
"id": "Google.DevicesAndServices.Health.V4",
"nextVersion": "1.0.0-beta01",
"generationAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC",
"releaseAutomationLevel": "AUTOMATION_LEVEL_BLOCKED",
"apiPaths": [
"google/devicesandservices/health/v4"
],
"sourcePaths": [
"apis/Google.DevicesAndServices.Health.V4/Google.DevicesAndServices.Health.V4"
]
}
Comment on lines +5017 to 5028
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The new entry for Google.DevicesAndServices.Health.V4 is added after Google.Maps.MapManagement.V2Beta. This file is maintained in alphabetical order by API ID. To maintain consistency and minimize future diff noise, please move this entry to its correct position before the Google.Maps entry.

],
"ignoredApiPaths": [
Expand Down
Loading