Package viam.module.v1
Interface Module.ValidateConfigRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Module.ValidateConfigRequest
,Module.ValidateConfigRequest.Builder
- Enclosing class:
- Module
public static interface Module.ValidateConfigRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.viam.app.v1.ComponentConfig config = 1 [json_name = "config"];
boolean
.viam.app.v1.ComponentConfig config = 1 [json_name = "config"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasConfig
boolean hasConfig().viam.app.v1.ComponentConfig config = 1 [json_name = "config"];
- Returns:
- Whether the config field is set.
-
getConfig
Robot.ComponentConfig getConfig().viam.app.v1.ComponentConfig config = 1 [json_name = "config"];
- Returns:
- The config.
-