Package com.viam.common.v1
Interface Common.Get3DModelsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Common.Get3DModelsResponse,Common.Get3DModelsResponse.Builder
- Enclosing class:
- Common
public static interface Common.Get3DModelsResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsModels(String key) the 3D models associated with the componentDeprecated.intthe 3D models associated with the componentthe 3D models associated with the componentgetModelsOrDefault(String key, Common.Mesh defaultValue) the 3D models associated with the componentgetModelsOrThrow(String key) the 3D models associated with the componentMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getModelsCount
int getModelsCount()the 3D models associated with the component
map<string, .viam.common.v1.Mesh> models = 1 [json_name = "models"]; -
containsModels
the 3D models associated with the component
map<string, .viam.common.v1.Mesh> models = 1 [json_name = "models"]; -
getModels
Deprecated.UsegetModelsMap()instead. -
getModelsMap
Map<String,Common.Mesh> getModelsMap()the 3D models associated with the component
map<string, .viam.common.v1.Mesh> models = 1 [json_name = "models"]; -
getModelsOrDefault
the 3D models associated with the component
map<string, .viam.common.v1.Mesh> models = 1 [json_name = "models"]; -
getModelsOrThrow
the 3D models associated with the component
map<string, .viam.common.v1.Mesh> models = 1 [json_name = "models"];
-