See: Description
Interface | Description |
---|---|
GoogleAdsClientFactory |
Defines how to construct a
GoogleAdsClient . |
GoogleAdsIO.RateLimitPolicy<GoogleAdsErrorT> |
This interface can be used to implement custom client-side rate limiting policies.
|
GoogleAdsIO.RateLimitPolicyFactory<GoogleAdsErrorT> |
Implement this interface to create a
GoogleAdsIO.RateLimitPolicy . |
GoogleAdsOptions |
Options used to configure Google Ads API specific options.
|
Class | Description |
---|---|
DefaultGoogleAdsClientFactory |
The default way to construct a
GoogleAdsClient . |
GoogleAdsIO<GoogleAdsRowT,SearchGoogleAdsStreamRequestT> |
GoogleAdsIO provides an API for reading from the Google Ads API over supported
versions of the Google Ads client libraries. |
GoogleAdsOptions.GoogleAdsCredentialsFactory |
Attempts to load the Google Ads credentials.
|
GoogleAdsUserCredentialFactory |
Constructs and returns
Credentials to be used by Google Ads API calls. |
GoogleAdsV19 |
GoogleAdsV19 provides an API to read Google Ads API v19 reports. |
GoogleAdsV19.Read |
A
PTransform that reads the results of a Google Ads query as GoogleAdsRow
objects. |
GoogleAdsV19.ReadAll |
A
PTransform that reads the results of many SearchGoogleAdsStreamRequest
objects as GoogleAdsRow objects. |
GoogleAdsV19.SimpleRateLimitPolicy |
This rate limit policy wraps a
RateLimiter and can be used in low volume and
development use cases as a client-side rate limiting policy. |
GoogleAdsIO