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
Deprecated.info about the host systemgetId()
robot partIDcom.google.protobuf.ByteString
robot partIDDeprecated.int
Deprecated.Deprecated.getSubsystemVersionsOrDefault
(String key, String defaultValue) Deprecated.Deprecated.Currently installed versions for agent and viam-serverboolean
info about the host systemboolean
Currently installed versions for agent and viam-serverMethods 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
Deprecated.current subsystems and versions DEPRECATED in favor of version_info
map<string, string> subsystem_versions = 3 [json_name = "subsystemVersions", deprecated = true];
-
containsSubsystemVersions
Deprecated.current subsystems and versions DEPRECATED in favor of version_info
map<string, string> subsystem_versions = 3 [json_name = "subsystemVersions", deprecated = true];
-
getSubsystemVersions
Deprecated.UsegetSubsystemVersionsMap()
instead. -
getSubsystemVersionsMap
Deprecated.current subsystems and versions DEPRECATED in favor of version_info
map<string, string> subsystem_versions = 3 [json_name = "subsystemVersions", deprecated = true];
-
getSubsystemVersionsOrDefault
Deprecated.current subsystems and versions DEPRECATED in favor of version_info
map<string, string> subsystem_versions = 3 [json_name = "subsystemVersions", deprecated = true];
-
getSubsystemVersionsOrThrow
Deprecated.current subsystems and versions DEPRECATED in favor of version_info
map<string, string> subsystem_versions = 3 [json_name = "subsystemVersions", deprecated = true];
-
hasVersionInfo
boolean hasVersionInfo()Currently installed versions for agent and viam-server
.viam.app.agent.v1.VersionInfo version_info = 4 [json_name = "versionInfo"];
- Returns:
- Whether the versionInfo field is set.
-
getVersionInfo
Agent.VersionInfo getVersionInfo()Currently installed versions for agent and viam-server
.viam.app.agent.v1.VersionInfo version_info = 4 [json_name = "versionInfo"];
- Returns:
- The versionInfo.
-