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 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

      boolean containsSubsystemVersions(String key)
       current subsystems and versions
       
      map<string, string> subsystem_versions = 3 [json_name = "subsystemVersions"];
    • getSubsystemVersions

      @Deprecated Map<String,String> getSubsystemVersions()
      Deprecated.
    • getSubsystemVersionsMap

      Map<String,String> getSubsystemVersionsMap()
       current subsystems and versions
       
      map<string, string> subsystem_versions = 3 [json_name = "subsystemVersions"];
    • getSubsystemVersionsOrDefault

      String getSubsystemVersionsOrDefault(String key, String defaultValue)
       current subsystems and versions
       
      map<string, string> subsystem_versions = 3 [json_name = "subsystemVersions"];
    • getSubsystemVersionsOrThrow

      String getSubsystemVersionsOrThrow(String key)
       current subsystems and versions
       
      map<string, string> subsystem_versions = 3 [json_name = "subsystemVersions"];