Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 711353671
  • Loading branch information
DeviceInfra authored and copybara-github committed Jan 2, 2025
1 parent 1fb8326 commit 2085a5b
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,18 @@ message GetDeviceSearchSuggestionsRequest {}

message GetDeviceSearchSuggestionsResponse {
repeated SearchSuggestions search_suggestions = 1;
// The search suggestions for device supported dimensions.
repeated SearchSuggestions supported_dimension_search_suggestions = 2;
// The search suggestions for device required dimensions.
repeated SearchSuggestions required_dimension_search_suggestions = 3;
// The search suggestions for MasterDevice filter keys.
// - Type
// - Status
// - Owner
// - Driver
// - Decorator
// - Custom keyword, e.g. "version"
repeated SearchSuggestions master_device_search_suggestions = 4;
}

message GetGroupedDeviceInfosRequest {
Expand Down

0 comments on commit 2085a5b

Please sign in to comment.