getResourceName static method
- String name
Get the common_pb.ResourceName for this MovementSensor with the given name
final myMovementSensorResourceName = myMovementSensor.getResourceName("my_movement_sensor");
For more information, see Movement Sensor component.
Implementation
static common_pb.ResourceName getResourceName(String name) {
return MovementSensor.subtype.getResourceName(name);
}