Class GoogleAdWordsAuthenticationType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<GoogleAdWordsAuthenticationType>
com.azure.analytics.synapse.artifacts.models.GoogleAdWordsAuthenticationType

public final class GoogleAdWordsAuthenticationType extends ExpandableStringEnum<GoogleAdWordsAuthenticationType>
Defines values for GoogleAdWordsAuthenticationType.
  • Field Details

    • 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 Details

    • GoogleAdWordsAuthenticationType

      public GoogleAdWordsAuthenticationType()
  • Method Details

    • 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.
    • values

      Returns:
      known GoogleAdWordsAuthenticationType values.