Class GoogleAdWordsAuthenticationType


  • public final class GoogleAdWordsAuthenticationType
    extends com.azure.core.util.ExpandableStringEnum<GoogleAdWordsAuthenticationType>
    Defines values for GoogleAdWordsAuthenticationType.
    • Field Detail

      • SERVICE_AUTHENTICATION

        public static final GoogleAdWordsAuthenticationType SERVICE_AUTHENTICATION
        Static value ServiceAuthentication for GoogleAdWordsAuthenticationType.
      • USER_AUTHENTICATION

        public static final GoogleAdWordsAuthenticationType USER_AUTHENTICATION
        Static value UserAuthentication for GoogleAdWordsAuthenticationType.
    • Constructor Detail

      • GoogleAdWordsAuthenticationType

        public GoogleAdWordsAuthenticationType()
    • Method Detail

      • fromString

        public static GoogleAdWordsAuthenticationType fromString​(String name)
        Creates or finds a GoogleAdWordsAuthenticationType from its string representation.
        Parameters:
        name - a name to look for.
        Returns:
        the corresponding GoogleAdWordsAuthenticationType.