getResourceName static method
- String name
Get the common_pb.ResourceName for this Camera with the given name
final myCameraResourceName = myCamera.getResourceName("my_camera");
For more information, see Camera component.
Implementation
static common_pb.ResourceName getResourceName(String name) {
return Camera.subtype.getResourceName(name);
}