Class Agent.VersionInfo.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<Agent.VersionInfo,Agent.VersionInfo.Builder>
viam.app.agent.v1.Agent.VersionInfo.Builder
All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, Cloneable, Agent.VersionInfoOrBuilder
Enclosing class:
Agent.VersionInfo

public static final class Agent.VersionInfo.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<Agent.VersionInfo,Agent.VersionInfo.Builder> implements Agent.VersionInfoOrBuilder
Protobuf type viam.app.agent.v1.VersionInfo
  • Method Details

    • getAgentRunning

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

      public com.google.protobuf.ByteString getAgentRunningBytes()
       the version of agent currently running and making the request
       
      string agent_running = 1 [json_name = "agentRunning"];
      Specified by:
      getAgentRunningBytes in interface Agent.VersionInfoOrBuilder
      Returns:
      The bytes for agentRunning.
    • setAgentRunning

      public Agent.VersionInfo.Builder setAgentRunning(String value)
       the version of agent currently running and making the request
       
      string agent_running = 1 [json_name = "agentRunning"];
      Parameters:
      value - The agentRunning to set.
      Returns:
      This builder for chaining.
    • clearAgentRunning

      public Agent.VersionInfo.Builder clearAgentRunning()
       the version of agent currently running and making the request
       
      string agent_running = 1 [json_name = "agentRunning"];
      Returns:
      This builder for chaining.
    • setAgentRunningBytes

      public Agent.VersionInfo.Builder setAgentRunningBytes(com.google.protobuf.ByteString value)
       the version of agent currently running and making the request
       
      string agent_running = 1 [json_name = "agentRunning"];
      Parameters:
      value - The bytes for agentRunning to set.
      Returns:
      This builder for chaining.
    • getAgentInstalled

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

      public com.google.protobuf.ByteString getAgentInstalledBytes()
       the version of agent installed (will run after restart if different)
       
      string agent_installed = 2 [json_name = "agentInstalled"];
      Specified by:
      getAgentInstalledBytes in interface Agent.VersionInfoOrBuilder
      Returns:
      The bytes for agentInstalled.
    • setAgentInstalled

      public Agent.VersionInfo.Builder setAgentInstalled(String value)
       the version of agent installed (will run after restart if different)
       
      string agent_installed = 2 [json_name = "agentInstalled"];
      Parameters:
      value - The agentInstalled to set.
      Returns:
      This builder for chaining.
    • clearAgentInstalled

      public Agent.VersionInfo.Builder clearAgentInstalled()
       the version of agent installed (will run after restart if different)
       
      string agent_installed = 2 [json_name = "agentInstalled"];
      Returns:
      This builder for chaining.
    • setAgentInstalledBytes

      public Agent.VersionInfo.Builder setAgentInstalledBytes(com.google.protobuf.ByteString value)
       the version of agent installed (will run after restart if different)
       
      string agent_installed = 2 [json_name = "agentInstalled"];
      Parameters:
      value - The bytes for agentInstalled to set.
      Returns:
      This builder for chaining.
    • getViamServerRunning

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

      public com.google.protobuf.ByteString getViamServerRunningBytes()
       the version of viam-server currently running
       
      string viam_server_running = 3 [json_name = "viamServerRunning"];
      Specified by:
      getViamServerRunningBytes in interface Agent.VersionInfoOrBuilder
      Returns:
      The bytes for viamServerRunning.
    • setViamServerRunning

      public Agent.VersionInfo.Builder setViamServerRunning(String value)
       the version of viam-server currently running
       
      string viam_server_running = 3 [json_name = "viamServerRunning"];
      Parameters:
      value - The viamServerRunning to set.
      Returns:
      This builder for chaining.
    • clearViamServerRunning

      public Agent.VersionInfo.Builder clearViamServerRunning()
       the version of viam-server currently running
       
      string viam_server_running = 3 [json_name = "viamServerRunning"];
      Returns:
      This builder for chaining.
    • setViamServerRunningBytes

      public Agent.VersionInfo.Builder setViamServerRunningBytes(com.google.protobuf.ByteString value)
       the version of viam-server currently running
       
      string viam_server_running = 3 [json_name = "viamServerRunning"];
      Parameters:
      value - The bytes for viamServerRunning to set.
      Returns:
      This builder for chaining.
    • getViamServerInstalled

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

      public 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"];
      Specified by:
      getViamServerInstalledBytes in interface Agent.VersionInfoOrBuilder
      Returns:
      The bytes for viamServerInstalled.
    • setViamServerInstalled

      public Agent.VersionInfo.Builder setViamServerInstalled(String value)
       the version of viam-server installed (will run after restart if different)
       
      string viam_server_installed = 4 [json_name = "viamServerInstalled"];
      Parameters:
      value - The viamServerInstalled to set.
      Returns:
      This builder for chaining.
    • clearViamServerInstalled

      public Agent.VersionInfo.Builder clearViamServerInstalled()
       the version of viam-server installed (will run after restart if different)
       
      string viam_server_installed = 4 [json_name = "viamServerInstalled"];
      Returns:
      This builder for chaining.
    • setViamServerInstalledBytes

      public Agent.VersionInfo.Builder setViamServerInstalledBytes(com.google.protobuf.ByteString value)
       the version of viam-server installed (will run after restart if different)
       
      string viam_server_installed = 4 [json_name = "viamServerInstalled"];
      Parameters:
      value - The bytes for viamServerInstalled to set.
      Returns:
      This builder for chaining.