So according to the
[KeywordPlanIdeaService](
https://developers.google.com/google-ads/api/reference/rpc/v10/KeywordPlanIdeaService) documentation there's `GenerateKeywordIdeas` and `GenerateKeywordHistoricalMetrics'.
```
GenerateKeywordIdeasRequest request = new GenerateKeywordIdeasRequest()
```
However, nowhere in the samples does one see
```
GenerateKeywordHistoricalMetricsRequest request = new
GenerateKeywordHistoricalMetricsRequest()
```
and the Google Ads library (at least the google-ads-dotnet one) knows nothing about such a symbol.
When might one expect the sources to catch up with the documentation?
--- Bruce.
```