Interface Common.GetGeometriesResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Common.GetGeometriesResponse, Common.GetGeometriesResponse.Builder
Enclosing class:
Common

public static interface Common.GetGeometriesResponseOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getGeometries(int index)
    All geometries associated with the component, in their current configuration, in the frame of that component.
    int
    All geometries associated with the component, in their current configuration, in the frame of that component.
    All geometries associated with the component, in their current configuration, in the frame of that component.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getGeometriesList

      List<Common.Geometry> getGeometriesList()
       All geometries associated with the component, in their current configuration, in the frame of that component.
       
      repeated .viam.common.v1.Geometry geometries = 1 [json_name = "geometries"];
    • getGeometries

      Common.Geometry getGeometries(int index)
       All geometries associated with the component, in their current configuration, in the frame of that component.
       
      repeated .viam.common.v1.Geometry geometries = 1 [json_name = "geometries"];
    • getGeometriesCount

      int getGeometriesCount()
       All geometries associated with the component, in their current configuration, in the frame of that component.
       
      repeated .viam.common.v1.Geometry geometries = 1 [json_name = "geometries"];