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
Self type
Format.type

Members list

Concise view

Type members

Classlikes

case object AVRO extends Format with Recognized

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

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

Attributes

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

Capacitor.

Capacitor.

Attributes

Source:
ImportedDataInfo.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
class Format
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
case object COLUMNIO extends Format with Recognized

ColumnIO.

ColumnIO.

Attributes

Source:
ImportedDataInfo.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
class Format
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
case object CSV extends Format with Recognized

CSV format.

CSV format.

Attributes

Source:
ImportedDataInfo.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
class Format
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
CSV.type
case object FORMAT_UNSPECIFIED extends Format with 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
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
class Format
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
case object JSON extends Format with Recognized

Newline-delimited JSON.

Newline-delimited JSON.

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

RecordIO.

RecordIO.

Attributes

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

Attributes

Source:
ImportedDataInfo.scala
Graph
Supertypes
class Format
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
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
final case class Unrecognized(unrecognizedValue: Int) extends Format with UnrecognizedEnum

Attributes

Source:
ImportedDataInfo.scala
Graph
Supertypes
trait UnrecognizedEnum
class Format
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

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