Package com.viam.service.sensors.v1
Interface Sensors.GetSensorsRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Sensors.GetSensorsRequest
,Sensors.GetSensorsRequest.Builder
- Enclosing class:
- Sensors
@Deprecated
public static interface Sensors.GetSensorsRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.Struct
getExtra()
Deprecated.viam.service.sensors.v1.GetSensorsRequest.extra is deprecated.getName()
Deprecated.viam.service.sensors.v1.GetSensorsRequest.name is deprecated.com.google.protobuf.ByteString
Deprecated.viam.service.sensors.v1.GetSensorsRequest.name is deprecated.boolean
hasExtra()
Deprecated.viam.service.sensors.v1.GetSensorsRequest.extra is deprecated.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getName
Deprecated.viam.service.sensors.v1.GetSensorsRequest.name is deprecated. See service/sensors/v1/sensors.proto;l=37string name = 1 [json_name = "name", deprecated = true];
- Returns:
- The name.
-
getNameBytes
Deprecated.viam.service.sensors.v1.GetSensorsRequest.name is deprecated. See service/sensors/v1/sensors.proto;l=37string name = 1 [json_name = "name", deprecated = true];
- Returns:
- The bytes for name.
-
hasExtra
Deprecated.viam.service.sensors.v1.GetSensorsRequest.extra is deprecated. See service/sensors/v1/sensors.proto;l=39Additional arguments to the method
.google.protobuf.Struct extra = 99 [json_name = "extra", deprecated = true];
- Returns:
- Whether the extra field is set.
-
getExtra
Deprecated.viam.service.sensors.v1.GetSensorsRequest.extra is deprecated. See service/sensors/v1/sensors.proto;l=39Additional arguments to the method
.google.protobuf.Struct extra = 99 [json_name = "extra", deprecated = true];
- Returns:
- The extra.
-