Package com.viam.service.discovery.v1
Interface Discovery.DiscoverResourcesResponseOrBuilder
- All Superinterfaces:
 com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
 Discovery.DiscoverResourcesResponse,Discovery.DiscoverResourcesResponse.Builder
- Enclosing class:
 - Discovery
 
public static interface Discovery.DiscoverResourcesResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
- 
Method Summary
Modifier and TypeMethodDescriptiongetDiscoveries(int index) list of ComponentConfigs that describe the components found by a discover service.intlist of ComponentConfigs that describe the components found by a discover service.list of ComponentConfigs that describe the components found by a discover service.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized 
- 
Method Details
- 
getDiscoveriesList
List<Robot.ComponentConfig> getDiscoveriesList()list of ComponentConfigs that describe the components found by a discover service.
repeated .viam.app.v1.ComponentConfig discoveries = 1 [json_name = "discoveries"]; - 
getDiscoveries
list of ComponentConfigs that describe the components found by a discover service.
repeated .viam.app.v1.ComponentConfig discoveries = 1 [json_name = "discoveries"]; - 
getDiscoveriesCount
int getDiscoveriesCount()list of ComponentConfigs that describe the components found by a discover service.
repeated .viam.app.v1.ComponentConfig discoveries = 1 [json_name = "discoveries"]; 
 -