File tree Expand file tree Collapse file tree
proto/frequenz/api/assets/v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33## Summary
44
55Documentation improvement
6+ Rename service
67
78## Upgrading
89
910- Improved ListMicrogridElectricalComponentConnectionsRequest header doc
11+ - Rename service
12+ - Introduced new version
1013
1114## New Features
1215
Original file line number Diff line number Diff line change 1010
1111syntax = "proto3" ;
1212
13- package frequenz.api.platformassets .v1 ;
13+ package frequenz.api.assets .v1 ;
1414
1515// protolint:disable:next MAX_LINE_LENGTH
1616import "frequenz/api/common/v1alpha8/microgrid/electrical_components/electrical_components.proto" ;
1717import "frequenz/api/common/v1alpha8/microgrid/microgrid.proto" ;
1818
1919// Service providing access to manage and retrieve information
20- // related to Gridpools and microgrids, and other platform assets.
21- service PlatformAssetsService {
20+ // related to gridpools and microgrids, and other platform assets.
21+ service PlatformAssets {
2222 // Returns details of a specific microgrid.
2323 rpc GetMicrogrid (GetMicrogridRequest ) returns (GetMicrogridResponse );
2424
You can’t perform that action at this time.
0 commit comments