Format

com.google.cloud.bigquery.datatransfer.v1.datasource.ImportedDataInfo.Format
See theFormat companion class
object Format extends GeneratedEnumCompanion[Format]

Attributes

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

Members list

Type members

Classlikes

case object AVRO extends Format, Recognized

Avro format. See http://avro.apache.org .

Avro format. See http://avro.apache.org .

Attributes

Source
ImportedDataInfo.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class Format
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
AVRO.type
case object CAPACITOR extends Format, Recognized

Capacitor.

Capacitor.

Attributes

Source
ImportedDataInfo.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class Format
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
CAPACITOR.type
case object COLUMNIO extends Format, Recognized

ColumnIO.

ColumnIO.

Attributes

Source
ImportedDataInfo.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class Format
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
COLUMNIO.type
case object CSV extends Format, Recognized

CSV format.

CSV format.

Attributes

Source
ImportedDataInfo.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class Format
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
CSV.type
case object FORMAT_UNSPECIFIED extends Format, Recognized

Unspecified format. In this case, we have to infer the format from the data source.

Unspecified format. In this case, we have to infer the format from the data source.

Attributes

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

Newline-delimited JSON.

Newline-delimited JSON.

Attributes

Source
ImportedDataInfo.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class Format
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
JSON.type
case object ORC extends Format, Recognized

ORC format. See https://orc.apache.org .

ORC format. See https://orc.apache.org .

Attributes

Source
ImportedDataInfo.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class Format
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
ORC.type
case object PARQUET extends Format, Recognized

Parquet format. See https://parquet.apache.org .

Parquet format. See https://parquet.apache.org .

Attributes

Source
ImportedDataInfo.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class Format
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
PARQUET.type
case object RECORDIO extends Format, Recognized

RecordIO.

RecordIO.

Attributes

Source
ImportedDataInfo.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class Format
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
RECORDIO.type
sealed trait Recognized extends Format

Attributes

Source
ImportedDataInfo.scala
Supertypes
class Format
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object AVRO.type
object CAPACITOR.type
object COLUMNIO.type
object CSV.type
object FORMAT_UNSPECIFIED.type
object JSON.type
object ORC.type
object PARQUET.type
object RECORDIO.type
Show all
final case class Unrecognized(unrecognizedValue: Int) extends Format, UnrecognizedEnum

Attributes

Source
ImportedDataInfo.scala
Supertypes
trait UnrecognizedEnum
class Format
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

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): Format

Attributes

Source
ImportedDataInfo.scala
def javaDescriptor: EnumDescriptor

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.

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
ImportedDataInfo.scala
def scalaDescriptor: EnumDescriptor

Attributes

Source
ImportedDataInfo.scala

Inherited methods

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

Attributes

Inherited from:
GeneratedEnumCompanion
Source
GeneratedMessageCompanion.scala

Concrete fields

lazy val values: Seq[Format]

Attributes

Source
ImportedDataInfo.scala

Implicits

Implicits

implicit def enumCompanion: GeneratedEnumCompanion[Format]

Attributes

Source
ImportedDataInfo.scala