Interface Agent.VersionInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Agent.VersionInfo, Agent.VersionInfo.Builder
Enclosing class:
Agent

public static interface Agent.VersionInfoOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    the version of agent installed (will run after restart if different)
    com.google.protobuf.ByteString
    the version of agent installed (will run after restart if different)
    the version of agent currently running and making the request
    com.google.protobuf.ByteString
    the version of agent currently running and making the request
    the version of viam-server installed (will run after restart if different)
    com.google.protobuf.ByteString
    the version of viam-server installed (will run after restart if different)
    the version of viam-server currently running
    com.google.protobuf.ByteString
    the version of viam-server currently running

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getAgentRunning

      String getAgentRunning()
       the version of agent currently running and making the request
       
      string agent_running = 1 [json_name = "agentRunning"];
      Returns:
      The agentRunning.
    • getAgentRunningBytes

      com.google.protobuf.ByteString getAgentRunningBytes()
       the version of agent currently running and making the request
       
      string agent_running = 1 [json_name = "agentRunning"];
      Returns:
      The bytes for agentRunning.
    • getAgentInstalled

      String getAgentInstalled()
       the version of agent installed (will run after restart if different)
       
      string agent_installed = 2 [json_name = "agentInstalled"];
      Returns:
      The agentInstalled.
    • getAgentInstalledBytes

      com.google.protobuf.ByteString getAgentInstalledBytes()
       the version of agent installed (will run after restart if different)
       
      string agent_installed = 2 [json_name = "agentInstalled"];
      Returns:
      The bytes for agentInstalled.
    • getViamServerRunning

      String getViamServerRunning()
       the version of viam-server currently running
       
      string viam_server_running = 3 [json_name = "viamServerRunning"];
      Returns:
      The viamServerRunning.
    • getViamServerRunningBytes

      com.google.protobuf.ByteString getViamServerRunningBytes()
       the version of viam-server currently running
       
      string viam_server_running = 3 [json_name = "viamServerRunning"];
      Returns:
      The bytes for viamServerRunning.
    • getViamServerInstalled

      String getViamServerInstalled()
       the version of viam-server installed (will run after restart if different)
       
      string viam_server_installed = 4 [json_name = "viamServerInstalled"];
      Returns:
      The viamServerInstalled.
    • getViamServerInstalledBytes

      com.google.protobuf.ByteString getViamServerInstalledBytes()
       the version of viam-server installed (will run after restart if different)
       
      string viam_server_installed = 4 [json_name = "viamServerInstalled"];
      Returns:
      The bytes for viamServerInstalled.