Package org.apache.beam.sdk.io.googleads
Interface GoogleAdsIO.RateLimitPolicyFactory<GoogleAdsErrorT>
- All Superinterfaces:
Serializable
- Enclosing class:
GoogleAdsIO<GoogleAdsRowT,
SearchGoogleAdsStreamRequestT>
Implement this interface to create a
GoogleAdsIO.RateLimitPolicy
. This should be used to limit all
traffic sent to the Google Ads API for a pair of developer token and customer ID and any other
relevant attributes for the specific Google Ads API service being called.-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getRateLimitPolicy
GoogleAdsIO.RateLimitPolicy<GoogleAdsErrorT> getRateLimitPolicy()
-