Package viam.app.agent.v1
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-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance -
Method Summary
Modifier and TypeMethodDescriptionthe version of agent installed (will run after restart if different)the version of agent currently running and making the requestthe version of viam-server installed (will run after restart if different)the version of viam-server currently runningthe version of agent installed (will run after restart if different)com.google.protobuf.ByteStringthe version of agent installed (will run after restart if different)the version of agent currently running and making the requestcom.google.protobuf.ByteStringthe version of agent currently running and making the requestthe version of viam-server installed (will run after restart if different)com.google.protobuf.ByteStringthe version of viam-server installed (will run after restart if different)the version of viam-server currently runningcom.google.protobuf.ByteStringthe version of viam-server currently runningsetAgentInstalled(String value) the version of agent installed (will run after restart if different)setAgentInstalledBytes(com.google.protobuf.ByteString value) the version of agent installed (will run after restart if different)setAgentRunning(String value) the version of agent currently running and making the requestsetAgentRunningBytes(com.google.protobuf.ByteString value) the version of agent currently running and making the requestsetViamServerInstalled(String value) the version of viam-server installed (will run after restart if different)setViamServerInstalledBytes(com.google.protobuf.ByteString value) the version of viam-server installed (will run after restart if different)setViamServerRunning(String value) the version of viam-server currently runningsetViamServerRunningBytes(com.google.protobuf.ByteString value) the version of viam-server currently runningMethods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFromMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getAgentRunning
the version of agent currently running and making the request
string agent_running = 1 [json_name = "agentRunning"];- Specified by:
getAgentRunningin interfaceAgent.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:
getAgentRunningBytesin interfaceAgent.VersionInfoOrBuilder- Returns:
- The bytes for agentRunning.
-
setAgentRunning
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
the version of agent currently running and making the request
string agent_running = 1 [json_name = "agentRunning"];- Returns:
- This builder for chaining.
-
setAgentRunningBytes
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
the version of agent installed (will run after restart if different)
string agent_installed = 2 [json_name = "agentInstalled"];- Specified by:
getAgentInstalledin interfaceAgent.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:
getAgentInstalledBytesin interfaceAgent.VersionInfoOrBuilder- Returns:
- The bytes for agentInstalled.
-
setAgentInstalled
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
the version of agent installed (will run after restart if different)
string agent_installed = 2 [json_name = "agentInstalled"];- Returns:
- This builder for chaining.
-
setAgentInstalledBytes
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
the version of viam-server currently running
string viam_server_running = 3 [json_name = "viamServerRunning"];- Specified by:
getViamServerRunningin interfaceAgent.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:
getViamServerRunningBytesin interfaceAgent.VersionInfoOrBuilder- Returns:
- The bytes for viamServerRunning.
-
setViamServerRunning
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
the version of viam-server currently running
string viam_server_running = 3 [json_name = "viamServerRunning"];- Returns:
- This builder for chaining.
-
setViamServerRunningBytes
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
the version of viam-server installed (will run after restart if different)
string viam_server_installed = 4 [json_name = "viamServerInstalled"];- Specified by:
getViamServerInstalledin interfaceAgent.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:
getViamServerInstalledBytesin interfaceAgent.VersionInfoOrBuilder- Returns:
- The bytes for viamServerInstalled.
-
setViamServerInstalled
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
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
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.
-