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 Type
    Method
    Description
    getDiscoveries(int index)
    list of ComponentConfigs that describe the components found by a discover service.
    int
    list 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

      Robot.ComponentConfig getDiscoveries(int index)
       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"];