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
34 changes: 34 additions & 0 deletions generator-input/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -6697,6 +6697,23 @@
"restNumericEnums": true,
"includeCommonResourcesProto": true
},
{
"id": "Google.Developers.Knowledge.V1",
"version": "1.0.0-beta00",
"type": "grpc",
"productName": "Developer Knowledge",
"productUrl": "https://developers.google.com/knowledge",
"description": "The Developer Knowledge API provides access to Google's developer knowledge.",
"tags": [],
"dependencies": {},
"generator": "micro",
"protoPath": "google/developers/knowledge/v1",
"includeCommonResourcesProto": true,
"shortName": "developerknowledge",
"serviceConfigFile": "developerknowledge_v1.yaml",
"transport": "grpc+rest",
"restNumericEnums": true
},
{
"id": "Google.Geo.Type",
"version": "1.3.0",
Expand Down Expand Up @@ -6904,6 +6921,23 @@
"transport": "grpc+rest",
"restNumericEnums": true
},
{
"id": "Google.Maps.MapManagement.V2Beta",
"version": "1.0.0-beta00",
"type": "grpc",
"productName": "Map Management",
"productUrl": "https://developers.google.com/maps/documentation/mapmanagement/overview",
"description": "The Map Management API is a RESTful service that accepts HTTP requests for map styling data through a variety of methods. It returns formatted configuration data about map styling resources so that you can programmatically manage your Cloud-based map styles.",
"tags": [],
"dependencies": {},
"generator": "micro",
"protoPath": "google/maps/mapmanagement/v2beta",
"includeCommonResourcesProto": true,
"shortName": "mapmanagement",
"serviceConfigFile": "mapmanagement_v2beta.yaml",
"transport": "grpc+rest",
"restNumericEnums": true
},
{
"id": "Google.Maps.MapsPlatformDatasets.V1",
"version": "1.1.0",
Expand Down
24 changes: 24 additions & 0 deletions generator-input/pipeline-state.json
Original file line number Diff line number Diff line change
Expand Up @@ -4987,6 +4987,30 @@
"sourcePaths": [
"apis/Google.Cloud.Appoptimize.V1Beta/Google.Cloud.Appoptimize.V1Beta"
]
},
{
"id": "Google.Developers.Knowledge.V1",
"nextVersion": "1.0.0-beta01",
"generationAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC",
"releaseAutomationLevel": "AUTOMATION_LEVEL_BLOCKED",
"apiPaths": [
"google/developers/knowledge/v1"
],
"sourcePaths": [
"apis/Google.Developers.Knowledge.V1/Google.Developers.Knowledge.V1"
]
},
{
"id": "Google.Maps.MapManagement.V2Beta",
"nextVersion": "1.0.0-beta01",
"generationAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC",
"releaseAutomationLevel": "AUTOMATION_LEVEL_BLOCKED",
"apiPaths": [
"google/maps/mapmanagement/v2beta"
],
"sourcePaths": [
"apis/Google.Maps.MapManagement.V2Beta/Google.Maps.MapManagement.V2Beta"
]
}
],
"ignoredApiPaths": [
Expand Down
Loading