187188189190191192193
this(DfpInternals.getInstance().getAdsServiceLoggers().getLibLogger()); } @VisibleForTesting Builder(Logger libLogger) { this(libLogger, new ConfigurationHelper()); }
249250251252253254255
this(AdWordsInternals.getInstance().getAdsServiceLoggers().getLibLogger()); } @VisibleForTesting Builder(Logger libLogger) { this(libLogger, new ConfigurationHelper()); }
166167168169170171172
/** * Constructor. */ public Builder() { this.configHelper = new ConfigurationHelper(); }
84858687888990
* Private constructor. * * @param api the API for the builder */ private GoogleClientSecretsForApiBuilder(Api api) { this(new ConfigurationHelper(), api); }
213214215216217218219
* * @param api the API for the builder * @param oAuth2Helper the OAuth2 helper */ private ForApiBuilder(Api api, OAuth2Helper oAuth2Helper) { this(new ConfigurationHelper(), api, oAuth2Helper); }
203204205206207208209
* Private constructor. * * @param api the API for the builder. */ private ForApiBuilder(Api api) { this(new ConfigurationHelper(), new ClientLogin(), api); }
37383940414243
/** * Constructor. */ public AxisModule() { this(new ConfigurationHelper()); }