DatabaseType

com.google.cloud.bigquery.connection.v1.connection.CloudSqlProperties.DatabaseType
See theDatabaseType companion class
object DatabaseType extends GeneratedEnumCompanion[DatabaseType]

Attributes

Companion
class
Source
CloudSqlProperties.scala
Graph
Supertypes
trait Sum
trait Mirror
trait GeneratedEnumCompanion[DatabaseType]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Classlikes

Unspecified database type.

Unspecified database type.

Attributes

Source
CloudSqlProperties.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class DatabaseType
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object MYSQL extends DatabaseType, Recognized

Cloud SQL for MySQL.

Cloud SQL for MySQL.

Attributes

Source
CloudSqlProperties.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class DatabaseType
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
MYSQL.type
case object POSTGRES extends DatabaseType, Recognized

Cloud SQL for PostgreSQL.

Cloud SQL for PostgreSQL.

Attributes

Source
CloudSqlProperties.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class DatabaseType
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
POSTGRES.type
sealed trait Recognized extends DatabaseType

Attributes

Source
CloudSqlProperties.scala
Supertypes
class DatabaseType
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object MYSQL.type
object POSTGRES.type
final case class Unrecognized(unrecognizedValue: Int) extends DatabaseType, UnrecognizedEnum

Attributes

Source
CloudSqlProperties.scala
Supertypes
trait UnrecognizedEnum
class DatabaseType
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type ValueType = A

Attributes

Inherited from:
GeneratedEnumCompanion
Source
GeneratedMessageCompanion.scala

Value members

Concrete methods

def fromValue(`__value`: Int): DatabaseType

Attributes

Source
CloudSqlProperties.scala
def javaDescriptor: EnumDescriptor

Returns the Java descriptors for this enum.

Returns the Java descriptors for this enum. It is recommended to use scalaDescriptors. The Java descriptors are available even when Java conversions is disabled, however they are not available in Scala.js or scala-native.

Attributes

Source
CloudSqlProperties.scala
def scalaDescriptor: EnumDescriptor

Attributes

Source
CloudSqlProperties.scala

Inherited methods

def fromName(name: String): Option[A]

Attributes

Inherited from:
GeneratedEnumCompanion
Source
GeneratedMessageCompanion.scala

Concrete fields

lazy val values: Seq[ValueType]

Attributes

Source
CloudSqlProperties.scala

Implicits

Implicits

implicit def enumCompanion: GeneratedEnumCompanion[DatabaseType]

Attributes

Source
CloudSqlProperties.scala