Class GoogleBigQueryAuthenticationType


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

      • SERVICE_AUTHENTICATION

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

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

      • GoogleBigQueryAuthenticationType

        public GoogleBigQueryAuthenticationType()
    • Method Detail

      • fromString

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