Package viam.app.agent.v1
Class Agent.DeviceAgentConfigResponse.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<Agent.DeviceAgentConfigResponse,Agent.DeviceAgentConfigResponse.Builder>
viam.app.agent.v1.Agent.DeviceAgentConfigResponse.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Cloneable
,Agent.DeviceAgentConfigResponseOrBuilder
- Enclosing class:
- Agent.DeviceAgentConfigResponse
public static final class Agent.DeviceAgentConfigResponse.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<Agent.DeviceAgentConfigResponse,Agent.DeviceAgentConfigResponse.Builder>
implements Agent.DeviceAgentConfigResponseOrBuilder
Protobuf type
viam.app.agent.v1.DeviceAgentConfigResponse
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
Method Summary
Modifier and TypeMethodDescription.google.protobuf.Struct additional_networks = 7 [json_name = "additionalNetworks"];
various settings that are passed directly to device Agentupdate info for agent and viam-server, parsed/processed in Apphow often this request should be repeated.google.protobuf.Struct network_configuration = 6 [json_name = "networkConfiguration"];
Deprecated..google.protobuf.Struct system_configuration = 8 [json_name = "systemConfiguration"];
.viam.app.agent.v1.UpdateInfo viam_server_update_info = 4 [json_name = "viamServerUpdateInfo"];
boolean
Deprecated.com.google.protobuf.Struct
.google.protobuf.Struct additional_networks = 7 [json_name = "additionalNetworks"];
com.google.protobuf.Struct
various settings that are passed directly to device Agentupdate info for agent and viam-server, parsed/processed in Appcom.google.protobuf.Duration
how often this request should be repeatedcom.google.protobuf.Struct
.google.protobuf.Struct network_configuration = 6 [json_name = "networkConfiguration"];
Deprecated.int
Deprecated.Deprecated.getSubsystemConfigsOrDefault
(String key, Agent.DeviceSubsystemConfig defaultValue) Deprecated.Deprecated.com.google.protobuf.Struct
.google.protobuf.Struct system_configuration = 8 [json_name = "systemConfiguration"];
.viam.app.agent.v1.UpdateInfo viam_server_update_info = 4 [json_name = "viamServerUpdateInfo"];
boolean
.google.protobuf.Struct additional_networks = 7 [json_name = "additionalNetworks"];
boolean
various settings that are passed directly to device Agentboolean
update info for agent and viam-server, parsed/processed in Appboolean
how often this request should be repeatedboolean
.google.protobuf.Struct network_configuration = 6 [json_name = "networkConfiguration"];
boolean
.google.protobuf.Struct system_configuration = 8 [json_name = "systemConfiguration"];
boolean
.viam.app.agent.v1.UpdateInfo viam_server_update_info = 4 [json_name = "viamServerUpdateInfo"];
mergeAdditionalNetworks
(com.google.protobuf.Struct value) .google.protobuf.Struct additional_networks = 7 [json_name = "additionalNetworks"];
mergeAdvancedSettings
(com.google.protobuf.Struct value) various settings that are passed directly to device Agentupdate info for agent and viam-server, parsed/processed in AppmergeCheckInterval
(com.google.protobuf.Duration value) how often this request should be repeatedmergeNetworkConfiguration
(com.google.protobuf.Struct value) .google.protobuf.Struct network_configuration = 6 [json_name = "networkConfiguration"];
mergeSystemConfiguration
(com.google.protobuf.Struct value) .google.protobuf.Struct system_configuration = 8 [json_name = "systemConfiguration"];
.viam.app.agent.v1.UpdateInfo viam_server_update_info = 4 [json_name = "viamServerUpdateInfo"];
Deprecated.putSubsystemConfigs
(String key, Agent.DeviceSubsystemConfig value) Deprecated.Deprecated.setAdditionalNetworks
(com.google.protobuf.Struct value) .google.protobuf.Struct additional_networks = 7 [json_name = "additionalNetworks"];
setAdditionalNetworks
(com.google.protobuf.Struct.Builder builderForValue) .google.protobuf.Struct additional_networks = 7 [json_name = "additionalNetworks"];
setAdvancedSettings
(com.google.protobuf.Struct value) various settings that are passed directly to device AgentsetAdvancedSettings
(com.google.protobuf.Struct.Builder builderForValue) various settings that are passed directly to device Agentupdate info for agent and viam-server, parsed/processed in AppsetAgentUpdateInfo
(Agent.UpdateInfo.Builder builderForValue) update info for agent and viam-server, parsed/processed in AppsetCheckInterval
(com.google.protobuf.Duration value) how often this request should be repeatedsetCheckInterval
(com.google.protobuf.Duration.Builder builderForValue) how often this request should be repeatedsetNetworkConfiguration
(com.google.protobuf.Struct value) .google.protobuf.Struct network_configuration = 6 [json_name = "networkConfiguration"];
setNetworkConfiguration
(com.google.protobuf.Struct.Builder builderForValue) .google.protobuf.Struct network_configuration = 6 [json_name = "networkConfiguration"];
setSystemConfiguration
(com.google.protobuf.Struct value) .google.protobuf.Struct system_configuration = 8 [json_name = "systemConfiguration"];
setSystemConfiguration
(com.google.protobuf.Struct.Builder builderForValue) .google.protobuf.Struct system_configuration = 8 [json_name = "systemConfiguration"];
.viam.app.agent.v1.UpdateInfo viam_server_update_info = 4 [json_name = "viamServerUpdateInfo"];
setViamServerUpdateInfo
(Agent.UpdateInfo.Builder builderForValue) .viam.app.agent.v1.UpdateInfo viam_server_update_info = 4 [json_name = "viamServerUpdateInfo"];
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getSubsystemConfigsCount
Deprecated.Description copied from interface:Agent.DeviceAgentConfigResponseOrBuilder
subsystems to be installed/configured/updated note: previously installed subsystems will be removed from the system if removed from this list DEPRECATED in favor of indidivual update_info and settings fields
map<string, .viam.app.agent.v1.DeviceSubsystemConfig> subsystem_configs = 1 [json_name = "subsystemConfigs", deprecated = true];
- Specified by:
getSubsystemConfigsCount
in interfaceAgent.DeviceAgentConfigResponseOrBuilder
-
containsSubsystemConfigs
Deprecated.subsystems to be installed/configured/updated note: previously installed subsystems will be removed from the system if removed from this list DEPRECATED in favor of indidivual update_info and settings fields
map<string, .viam.app.agent.v1.DeviceSubsystemConfig> subsystem_configs = 1 [json_name = "subsystemConfigs", deprecated = true];
- Specified by:
containsSubsystemConfigs
in interfaceAgent.DeviceAgentConfigResponseOrBuilder
-
clearSubsystemConfigs
Deprecated. -
removeSubsystemConfigs
Deprecated.subsystems to be installed/configured/updated note: previously installed subsystems will be removed from the system if removed from this list DEPRECATED in favor of indidivual update_info and settings fields
map<string, .viam.app.agent.v1.DeviceSubsystemConfig> subsystem_configs = 1 [json_name = "subsystemConfigs", deprecated = true];
-
getSubsystemConfigs
Deprecated.UsegetSubsystemConfigsMap()
instead.- Specified by:
getSubsystemConfigs
in interfaceAgent.DeviceAgentConfigResponseOrBuilder
-
getSubsystemConfigsMap
Deprecated.subsystems to be installed/configured/updated note: previously installed subsystems will be removed from the system if removed from this list DEPRECATED in favor of indidivual update_info and settings fields
map<string, .viam.app.agent.v1.DeviceSubsystemConfig> subsystem_configs = 1 [json_name = "subsystemConfigs", deprecated = true];
- Specified by:
getSubsystemConfigsMap
in interfaceAgent.DeviceAgentConfigResponseOrBuilder
-
getSubsystemConfigsOrDefault
@Deprecated public Agent.DeviceSubsystemConfig getSubsystemConfigsOrDefault(String key, Agent.DeviceSubsystemConfig defaultValue) Deprecated.subsystems to be installed/configured/updated note: previously installed subsystems will be removed from the system if removed from this list DEPRECATED in favor of indidivual update_info and settings fields
map<string, .viam.app.agent.v1.DeviceSubsystemConfig> subsystem_configs = 1 [json_name = "subsystemConfigs", deprecated = true];
- Specified by:
getSubsystemConfigsOrDefault
in interfaceAgent.DeviceAgentConfigResponseOrBuilder
-
getSubsystemConfigsOrThrow
Deprecated.subsystems to be installed/configured/updated note: previously installed subsystems will be removed from the system if removed from this list DEPRECATED in favor of indidivual update_info and settings fields
map<string, .viam.app.agent.v1.DeviceSubsystemConfig> subsystem_configs = 1 [json_name = "subsystemConfigs", deprecated = true];
- Specified by:
getSubsystemConfigsOrThrow
in interfaceAgent.DeviceAgentConfigResponseOrBuilder
-
putSubsystemConfigs
@Deprecated public Agent.DeviceAgentConfigResponse.Builder putSubsystemConfigs(String key, Agent.DeviceSubsystemConfig value) Deprecated.subsystems to be installed/configured/updated note: previously installed subsystems will be removed from the system if removed from this list DEPRECATED in favor of indidivual update_info and settings fields
map<string, .viam.app.agent.v1.DeviceSubsystemConfig> subsystem_configs = 1 [json_name = "subsystemConfigs", deprecated = true];
-
putAllSubsystemConfigs
@Deprecated public Agent.DeviceAgentConfigResponse.Builder putAllSubsystemConfigs(Map<String, Agent.DeviceSubsystemConfig> values) Deprecated.subsystems to be installed/configured/updated note: previously installed subsystems will be removed from the system if removed from this list DEPRECATED in favor of indidivual update_info and settings fields
map<string, .viam.app.agent.v1.DeviceSubsystemConfig> subsystem_configs = 1 [json_name = "subsystemConfigs", deprecated = true];
-
hasCheckInterval
public boolean hasCheckInterval()how often this request should be repeated
.google.protobuf.Duration check_interval = 2 [json_name = "checkInterval"];
- Specified by:
hasCheckInterval
in interfaceAgent.DeviceAgentConfigResponseOrBuilder
- Returns:
- Whether the checkInterval field is set.
-
getCheckInterval
public com.google.protobuf.Duration getCheckInterval()how often this request should be repeated
.google.protobuf.Duration check_interval = 2 [json_name = "checkInterval"];
- Specified by:
getCheckInterval
in interfaceAgent.DeviceAgentConfigResponseOrBuilder
- Returns:
- The checkInterval.
-
setCheckInterval
how often this request should be repeated
.google.protobuf.Duration check_interval = 2 [json_name = "checkInterval"];
-
setCheckInterval
public Agent.DeviceAgentConfigResponse.Builder setCheckInterval(com.google.protobuf.Duration.Builder builderForValue) how often this request should be repeated
.google.protobuf.Duration check_interval = 2 [json_name = "checkInterval"];
-
mergeCheckInterval
public Agent.DeviceAgentConfigResponse.Builder mergeCheckInterval(com.google.protobuf.Duration value) how often this request should be repeated
.google.protobuf.Duration check_interval = 2 [json_name = "checkInterval"];
-
clearCheckInterval
how often this request should be repeated
.google.protobuf.Duration check_interval = 2 [json_name = "checkInterval"];
-
hasAgentUpdateInfo
public boolean hasAgentUpdateInfo()update info for agent and viam-server, parsed/processed in App
.viam.app.agent.v1.UpdateInfo agent_update_info = 3 [json_name = "agentUpdateInfo"];
- Specified by:
hasAgentUpdateInfo
in interfaceAgent.DeviceAgentConfigResponseOrBuilder
- Returns:
- Whether the agentUpdateInfo field is set.
-
getAgentUpdateInfo
update info for agent and viam-server, parsed/processed in App
.viam.app.agent.v1.UpdateInfo agent_update_info = 3 [json_name = "agentUpdateInfo"];
- Specified by:
getAgentUpdateInfo
in interfaceAgent.DeviceAgentConfigResponseOrBuilder
- Returns:
- The agentUpdateInfo.
-
setAgentUpdateInfo
update info for agent and viam-server, parsed/processed in App
.viam.app.agent.v1.UpdateInfo agent_update_info = 3 [json_name = "agentUpdateInfo"];
-
setAgentUpdateInfo
public Agent.DeviceAgentConfigResponse.Builder setAgentUpdateInfo(Agent.UpdateInfo.Builder builderForValue) update info for agent and viam-server, parsed/processed in App
.viam.app.agent.v1.UpdateInfo agent_update_info = 3 [json_name = "agentUpdateInfo"];
-
mergeAgentUpdateInfo
update info for agent and viam-server, parsed/processed in App
.viam.app.agent.v1.UpdateInfo agent_update_info = 3 [json_name = "agentUpdateInfo"];
-
clearAgentUpdateInfo
update info for agent and viam-server, parsed/processed in App
.viam.app.agent.v1.UpdateInfo agent_update_info = 3 [json_name = "agentUpdateInfo"];
-
hasViamServerUpdateInfo
public boolean hasViamServerUpdateInfo().viam.app.agent.v1.UpdateInfo viam_server_update_info = 4 [json_name = "viamServerUpdateInfo"];
- Specified by:
hasViamServerUpdateInfo
in interfaceAgent.DeviceAgentConfigResponseOrBuilder
- Returns:
- Whether the viamServerUpdateInfo field is set.
-
getViamServerUpdateInfo
.viam.app.agent.v1.UpdateInfo viam_server_update_info = 4 [json_name = "viamServerUpdateInfo"];
- Specified by:
getViamServerUpdateInfo
in interfaceAgent.DeviceAgentConfigResponseOrBuilder
- Returns:
- The viamServerUpdateInfo.
-
setViamServerUpdateInfo
.viam.app.agent.v1.UpdateInfo viam_server_update_info = 4 [json_name = "viamServerUpdateInfo"];
-
setViamServerUpdateInfo
public Agent.DeviceAgentConfigResponse.Builder setViamServerUpdateInfo(Agent.UpdateInfo.Builder builderForValue) .viam.app.agent.v1.UpdateInfo viam_server_update_info = 4 [json_name = "viamServerUpdateInfo"];
-
mergeViamServerUpdateInfo
.viam.app.agent.v1.UpdateInfo viam_server_update_info = 4 [json_name = "viamServerUpdateInfo"];
-
clearViamServerUpdateInfo
.viam.app.agent.v1.UpdateInfo viam_server_update_info = 4 [json_name = "viamServerUpdateInfo"];
-
hasAdvancedSettings
public boolean hasAdvancedSettings()various settings that are passed directly to device Agent
.google.protobuf.Struct advanced_settings = 5 [json_name = "advancedSettings"];
- Specified by:
hasAdvancedSettings
in interfaceAgent.DeviceAgentConfigResponseOrBuilder
- Returns:
- Whether the advancedSettings field is set.
-
getAdvancedSettings
public com.google.protobuf.Struct getAdvancedSettings()various settings that are passed directly to device Agent
.google.protobuf.Struct advanced_settings = 5 [json_name = "advancedSettings"];
- Specified by:
getAdvancedSettings
in interfaceAgent.DeviceAgentConfigResponseOrBuilder
- Returns:
- The advancedSettings.
-
setAdvancedSettings
public Agent.DeviceAgentConfigResponse.Builder setAdvancedSettings(com.google.protobuf.Struct value) various settings that are passed directly to device Agent
.google.protobuf.Struct advanced_settings = 5 [json_name = "advancedSettings"];
-
setAdvancedSettings
public Agent.DeviceAgentConfigResponse.Builder setAdvancedSettings(com.google.protobuf.Struct.Builder builderForValue) various settings that are passed directly to device Agent
.google.protobuf.Struct advanced_settings = 5 [json_name = "advancedSettings"];
-
mergeAdvancedSettings
public Agent.DeviceAgentConfigResponse.Builder mergeAdvancedSettings(com.google.protobuf.Struct value) various settings that are passed directly to device Agent
.google.protobuf.Struct advanced_settings = 5 [json_name = "advancedSettings"];
-
clearAdvancedSettings
various settings that are passed directly to device Agent
.google.protobuf.Struct advanced_settings = 5 [json_name = "advancedSettings"];
-
hasNetworkConfiguration
public boolean hasNetworkConfiguration().google.protobuf.Struct network_configuration = 6 [json_name = "networkConfiguration"];
- Specified by:
hasNetworkConfiguration
in interfaceAgent.DeviceAgentConfigResponseOrBuilder
- Returns:
- Whether the networkConfiguration field is set.
-
getNetworkConfiguration
public com.google.protobuf.Struct getNetworkConfiguration().google.protobuf.Struct network_configuration = 6 [json_name = "networkConfiguration"];
- Specified by:
getNetworkConfiguration
in interfaceAgent.DeviceAgentConfigResponseOrBuilder
- Returns:
- The networkConfiguration.
-
setNetworkConfiguration
public Agent.DeviceAgentConfigResponse.Builder setNetworkConfiguration(com.google.protobuf.Struct value) .google.protobuf.Struct network_configuration = 6 [json_name = "networkConfiguration"];
-
setNetworkConfiguration
public Agent.DeviceAgentConfigResponse.Builder setNetworkConfiguration(com.google.protobuf.Struct.Builder builderForValue) .google.protobuf.Struct network_configuration = 6 [json_name = "networkConfiguration"];
-
mergeNetworkConfiguration
public Agent.DeviceAgentConfigResponse.Builder mergeNetworkConfiguration(com.google.protobuf.Struct value) .google.protobuf.Struct network_configuration = 6 [json_name = "networkConfiguration"];
-
clearNetworkConfiguration
.google.protobuf.Struct network_configuration = 6 [json_name = "networkConfiguration"];
-
hasAdditionalNetworks
public boolean hasAdditionalNetworks().google.protobuf.Struct additional_networks = 7 [json_name = "additionalNetworks"];
- Specified by:
hasAdditionalNetworks
in interfaceAgent.DeviceAgentConfigResponseOrBuilder
- Returns:
- Whether the additionalNetworks field is set.
-
getAdditionalNetworks
public com.google.protobuf.Struct getAdditionalNetworks().google.protobuf.Struct additional_networks = 7 [json_name = "additionalNetworks"];
- Specified by:
getAdditionalNetworks
in interfaceAgent.DeviceAgentConfigResponseOrBuilder
- Returns:
- The additionalNetworks.
-
setAdditionalNetworks
public Agent.DeviceAgentConfigResponse.Builder setAdditionalNetworks(com.google.protobuf.Struct value) .google.protobuf.Struct additional_networks = 7 [json_name = "additionalNetworks"];
-
setAdditionalNetworks
public Agent.DeviceAgentConfigResponse.Builder setAdditionalNetworks(com.google.protobuf.Struct.Builder builderForValue) .google.protobuf.Struct additional_networks = 7 [json_name = "additionalNetworks"];
-
mergeAdditionalNetworks
public Agent.DeviceAgentConfigResponse.Builder mergeAdditionalNetworks(com.google.protobuf.Struct value) .google.protobuf.Struct additional_networks = 7 [json_name = "additionalNetworks"];
-
clearAdditionalNetworks
.google.protobuf.Struct additional_networks = 7 [json_name = "additionalNetworks"];
-
hasSystemConfiguration
public boolean hasSystemConfiguration().google.protobuf.Struct system_configuration = 8 [json_name = "systemConfiguration"];
- Specified by:
hasSystemConfiguration
in interfaceAgent.DeviceAgentConfigResponseOrBuilder
- Returns:
- Whether the systemConfiguration field is set.
-
getSystemConfiguration
public com.google.protobuf.Struct getSystemConfiguration().google.protobuf.Struct system_configuration = 8 [json_name = "systemConfiguration"];
- Specified by:
getSystemConfiguration
in interfaceAgent.DeviceAgentConfigResponseOrBuilder
- Returns:
- The systemConfiguration.
-
setSystemConfiguration
public Agent.DeviceAgentConfigResponse.Builder setSystemConfiguration(com.google.protobuf.Struct value) .google.protobuf.Struct system_configuration = 8 [json_name = "systemConfiguration"];
-
setSystemConfiguration
public Agent.DeviceAgentConfigResponse.Builder setSystemConfiguration(com.google.protobuf.Struct.Builder builderForValue) .google.protobuf.Struct system_configuration = 8 [json_name = "systemConfiguration"];
-
mergeSystemConfiguration
public Agent.DeviceAgentConfigResponse.Builder mergeSystemConfiguration(com.google.protobuf.Struct value) .google.protobuf.Struct system_configuration = 8 [json_name = "systemConfiguration"];
-
clearSystemConfiguration
.google.protobuf.Struct system_configuration = 8 [json_name = "systemConfiguration"];
-