Package viam.app.agent.v1
Interface Agent.DeviceAgentConfigRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Agent.DeviceAgentConfigRequest
,Agent.DeviceAgentConfigRequest.Builder
- Enclosing class:
- Agent
public static interface Agent.DeviceAgentConfigRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
current subsystems and versionsinfo about the host systemgetId()
robot partIDcom.google.protobuf.ByteString
robot partIDDeprecated.int
current subsystems and versionscurrent subsystems and versionsgetSubsystemVersionsOrDefault
(String key, String defaultValue) current subsystems and versionscurrent subsystems and versionsboolean
info about the host systemMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getId
String getId()robot partID
string id = 1 [json_name = "id"];
- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()robot partID
string id = 1 [json_name = "id"];
- Returns:
- The bytes for id.
-
hasHostInfo
boolean hasHostInfo()info about the host system
.viam.app.agent.v1.HostInfo host_info = 2 [json_name = "hostInfo"];
- Returns:
- Whether the hostInfo field is set.
-
getHostInfo
Agent.HostInfo getHostInfo()info about the host system
.viam.app.agent.v1.HostInfo host_info = 2 [json_name = "hostInfo"];
- Returns:
- The hostInfo.
-
getSubsystemVersionsCount
int getSubsystemVersionsCount()current subsystems and versions
map<string, string> subsystem_versions = 3 [json_name = "subsystemVersions"];
-
containsSubsystemVersions
current subsystems and versions
map<string, string> subsystem_versions = 3 [json_name = "subsystemVersions"];
-
getSubsystemVersions
Deprecated.UsegetSubsystemVersionsMap()
instead. -
getSubsystemVersionsMap
current subsystems and versions
map<string, string> subsystem_versions = 3 [json_name = "subsystemVersions"];
-
getSubsystemVersionsOrDefault
current subsystems and versions
map<string, string> subsystem_versions = 3 [json_name = "subsystemVersions"];
-
getSubsystemVersionsOrThrow
current subsystems and versions
map<string, string> subsystem_versions = 3 [json_name = "subsystemVersions"];
-