Class GoogleAdsOptions.GoogleAdsCredentialsFactory

java.lang.Object
org.apache.beam.sdk.io.googleads.GoogleAdsOptions.GoogleAdsCredentialsFactory
All Implemented Interfaces:
DefaultValueFactory<@Nullable com.google.auth.Credentials>
Enclosing interface:
GoogleAdsOptions

public static class GoogleAdsOptions.GoogleAdsCredentialsFactory extends Object implements DefaultValueFactory<@Nullable com.google.auth.Credentials>
Attempts to load the Google Ads credentials. See CredentialFactory.getCredential() for more details.
  • Constructor Details

    • GoogleAdsCredentialsFactory

      public GoogleAdsCredentialsFactory()
  • Method Details