Package viam.app.v1
Interface Robot.MaintenanceConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Robot.MaintenanceConfig
,Robot.MaintenanceConfig.Builder
- Enclosing class:
- Robot
public static interface Robot.MaintenanceConfigOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring maintenance_allowed_key = 2 [json_name = "maintenanceAllowedKey"];
com.google.protobuf.ByteString
string maintenance_allowed_key = 2 [json_name = "maintenanceAllowedKey"];
.viam.common.v1.ResourceName sensor_name = 1 [json_name = "sensorName"];
boolean
.viam.common.v1.ResourceName sensor_name = 1 [json_name = "sensorName"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasSensorName
boolean hasSensorName().viam.common.v1.ResourceName sensor_name = 1 [json_name = "sensorName"];
- Returns:
- Whether the sensorName field is set.
-
getSensorName
Common.ResourceName getSensorName().viam.common.v1.ResourceName sensor_name = 1 [json_name = "sensorName"];
- Returns:
- The sensorName.
-
getMaintenanceAllowedKey
String getMaintenanceAllowedKey()string maintenance_allowed_key = 2 [json_name = "maintenanceAllowedKey"];
- Returns:
- The maintenanceAllowedKey.
-
getMaintenanceAllowedKeyBytes
com.google.protobuf.ByteString getMaintenanceAllowedKeyBytes()string maintenance_allowed_key = 2 [json_name = "maintenanceAllowedKey"];
- Returns:
- The bytes for maintenanceAllowedKey.
-