Package viam.app.agent.v1
Interface Agent.DeviceSubsystemConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Agent.DeviceSubsystemConfig
,Agent.DeviceSubsystemConfig.Builder
- Enclosing class:
- Agent
@Deprecated
public static interface Agent.DeviceSubsystemConfigOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.Struct
Deprecated.arbitrary config sectionsboolean
Deprecated.if this subsystem is disabled and should not be started by the agentboolean
Deprecated.force_restart will restart the subsystem, even if no updates are availableDeprecated.data needed to download/validate the subsystemboolean
Deprecated.arbitrary config sectionsboolean
Deprecated.data needed to download/validate the subsystemMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasUpdateInfo
boolean hasUpdateInfo()Deprecated.data needed to download/validate the subsystem
.viam.app.agent.v1.UpdateInfo update_info = 1 [json_name = "updateInfo"];
- Returns:
- Whether the updateInfo field is set.
-
getUpdateInfo
Agent.UpdateInfo getUpdateInfo()Deprecated.data needed to download/validate the subsystem
.viam.app.agent.v1.UpdateInfo update_info = 1 [json_name = "updateInfo"];
- Returns:
- The updateInfo.
-
getDisable
boolean getDisable()Deprecated.if this subsystem is disabled and should not be started by the agent
bool disable = 2 [json_name = "disable"];
- Returns:
- The disable.
-
getForceRestart
boolean getForceRestart()Deprecated.force_restart will restart the subsystem, even if no updates are available
bool force_restart = 3 [json_name = "forceRestart"];
- Returns:
- The forceRestart.
-
hasAttributes
boolean hasAttributes()Deprecated.arbitrary config sections
.google.protobuf.Struct attributes = 4 [json_name = "attributes"];
- Returns:
- Whether the attributes field is set.
-
getAttributes
com.google.protobuf.Struct getAttributes()Deprecated.arbitrary config sections
.google.protobuf.Struct attributes = 4 [json_name = "attributes"];
- Returns:
- The attributes.
-