getResourceName static method
- String name
Get the common_pb.ResourceName for this NavigationClient with the given name
For more information, see the navigation service docs.
Implementation
static common_pb.ResourceName getResourceName(String name) {
return NavigationClient.subtype.getResourceName(name);
}