public class BusinessProfilePerformance.Locations.Searchkeywords extends Object
Modifier and Type | Class and Description |
---|---|
class |
BusinessProfilePerformance.Locations.Searchkeywords.Impressions
The "impressions" collection of methods.
|
Constructor and Description |
---|
Searchkeywords() |
Modifier and Type | Method and Description |
---|---|
BusinessProfilePerformance.Locations.Searchkeywords.Impressions |
impressions()
An accessor for creating requests from the Impressions collection.
|
public BusinessProfilePerformance.Locations.Searchkeywords.Impressions impressions()
The typical use is:
BusinessProfilePerformance businessprofileperformance = new BusinessProfilePerformance(...);
BusinessProfilePerformance.Impressions.List request = businessprofileperformance.impressions().list(parameters ...)
Copyright © 2011–2024 Google. All rights reserved.