Package viam.app.agent.v1
Interface Agent.DeviceAgentConfigResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Agent.DeviceAgentConfigResponse
,Agent.DeviceAgentConfigResponse.Builder
- Enclosing class:
- Agent
public static interface Agent.DeviceAgentConfigResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
subsystems to be installed/configured/updated note: previously installed subsystems will be removed from the system if removed from this listcom.google.protobuf.Duration
how often this request should be repeatedDeprecated.int
subsystems to be installed/configured/updated note: previously installed subsystems will be removed from the system if removed from this listsubsystems to be installed/configured/updated note: previously installed subsystems will be removed from the system if removed from this listgetSubsystemConfigsOrDefault
(String key, Agent.DeviceSubsystemConfig defaultValue) subsystems to be installed/configured/updated note: previously installed subsystems will be removed from the system if removed from this listsubsystems to be installed/configured/updated note: previously installed subsystems will be removed from the system if removed from this listboolean
how often this request should be repeatedMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getSubsystemConfigsCount
int getSubsystemConfigsCount()subsystems to be installed/configured/updated note: previously installed subsystems will be removed from the system if removed from this list
map<string, .viam.app.agent.v1.DeviceSubsystemConfig> subsystem_configs = 1 [json_name = "subsystemConfigs"];
-
containsSubsystemConfigs
subsystems to be installed/configured/updated note: previously installed subsystems will be removed from the system if removed from this list
map<string, .viam.app.agent.v1.DeviceSubsystemConfig> subsystem_configs = 1 [json_name = "subsystemConfigs"];
-
getSubsystemConfigs
Deprecated.UsegetSubsystemConfigsMap()
instead. -
getSubsystemConfigsMap
Map<String,Agent.DeviceSubsystemConfig> getSubsystemConfigsMap()subsystems to be installed/configured/updated note: previously installed subsystems will be removed from the system if removed from this list
map<string, .viam.app.agent.v1.DeviceSubsystemConfig> subsystem_configs = 1 [json_name = "subsystemConfigs"];
-
getSubsystemConfigsOrDefault
Agent.DeviceSubsystemConfig getSubsystemConfigsOrDefault(String key, Agent.DeviceSubsystemConfig defaultValue) subsystems to be installed/configured/updated note: previously installed subsystems will be removed from the system if removed from this list
map<string, .viam.app.agent.v1.DeviceSubsystemConfig> subsystem_configs = 1 [json_name = "subsystemConfigs"];
-
getSubsystemConfigsOrThrow
subsystems to be installed/configured/updated note: previously installed subsystems will be removed from the system if removed from this list
map<string, .viam.app.agent.v1.DeviceSubsystemConfig> subsystem_configs = 1 [json_name = "subsystemConfigs"];
-
hasCheckInterval
boolean hasCheckInterval()how often this request should be repeated
.google.protobuf.Duration check_interval = 2 [json_name = "checkInterval"];
- Returns:
- Whether the checkInterval field is set.
-
getCheckInterval
com.google.protobuf.Duration getCheckInterval()how often this request should be repeated
.google.protobuf.Duration check_interval = 2 [json_name = "checkInterval"];
- Returns:
- The checkInterval.
-