TableDefinition

com.google.cloud.bigquery.datatransfer.v1.datasource.ImportedDataInfo$.TableDefinition$
See theTableDefinition companion class
object TableDefinition extends GeneratedMessageCompanion[TableDefinition]

Attributes

Companion:
class
Source:
ImportedDataInfo.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[TableDefinition]
trait Serializable
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

final case class CsvOptions(fieldDelimiter: Option[String], allowQuotedNewlines: Option[Boolean], quoteChar: Option[String], skipLeadingRows: Option[Long], allowJaggedRows: Option[Boolean], unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[CsvOptions]

CSV specific options.

CSV specific options.

Attributes

allowJaggedRows

Accept rows that are missing trailing optional columns.

allowQuotedNewlines

Whether CSV files are allowed to have quoted newlines. If quoted newlines are allowed, we can't split CSV files.

fieldDelimiter

The delimiter. We currently restrict this to U+0001 to U+00FF and apply additional constraints during validation.

quoteChar

The quote character. We currently restrict this to U+0000 to U+00FF and apply additional constraints during validation. Set to '&92;0' to indicate no quote is used.

skipLeadingRows

Number of leading rows to skip.

Companion:
object
Source:
ImportedDataInfo.scala
Graph
Supertypes
trait Updatable[CsvOptions]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object CsvOptions extends GeneratedMessageCompanion[CsvOptions]

Attributes

Companion:
class
Source:
ImportedDataInfo.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[CsvOptions]
trait Serializable
class Object
trait Matchable
class Any
Self type
implicit class TableDefinitionLens[UpperPB](_l: Lens[UpperPB, TableDefinition]) extends ObjectLens[UpperPB, TableDefinition]

Attributes

Source:
ImportedDataInfo.scala
Graph
Supertypes
class ObjectLens[UpperPB, TableDefinition]
trait Lens[UpperPB, TableDefinition]
trait Serializable
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:
GeneratedMessageCompanion
Source:
GeneratedMessageCompanion.scala

Value members

Concrete methods

def enumCompanionForFieldNumber(`__fieldNumber`: Int): GeneratedEnumCompanion[_]

Attributes

Source:
ImportedDataInfo.scala
def javaDescriptor: Descriptor

Returns the Java descriptors for this message. 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 message. 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 messageCompanionForFieldNumber(`__number`: Int): GeneratedMessageCompanion[_]

Attributes

Source:
ImportedDataInfo.scala
def of(tableId: String, sourceUris: Seq[String], format: Format, maxBadRecords: Int, encoding: Encoding, csvOptions: Option[CsvOptions], schema: Option[RecordSchema], ignoreUnknownValues: Option[Boolean]): TableDefinition

Attributes

Source:
ImportedDataInfo.scala
def parseFrom(`_input__`: CodedInputStream): TableDefinition

Parses a message from a CodedInputStream.

Parses a message from a CodedInputStream.

Attributes

Source:
ImportedDataInfo.scala
def scalaDescriptor: Descriptor

Attributes

Source:
ImportedDataInfo.scala

Inherited methods

def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]

Attributes

Inherited from:
GeneratedMessageCompanion
Source:
GeneratedMessageCompanion.scala
def fromAscii(s: String): A

Attributes

Inherited from:
GeneratedMessageCompanion
Source:
GeneratedMessageCompanion.scala
def merge(a: TableDefinition, input: CodedInputStream): A

Merges the given message with the additional fields in the steam.

Merges the given message with the additional fields in the steam.

Attributes

Inherited from:
GeneratedMessageCompanion
Source:
GeneratedMessageCompanion.scala
def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]

Attributes

Inherited from:
GeneratedMessageCompanion
Source:
GeneratedMessageCompanion.scala
def parseDelimitedFrom(input: InputStream): Option[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source:
GeneratedMessageCompanion.scala
def parseDelimitedFrom(input: CodedInputStream): Option[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source:
GeneratedMessageCompanion.scala
def parseFrom(s: Array[Byte]): A

Attributes

Inherited from:
GeneratedMessageCompanion
Source:
GeneratedMessageCompanion.scala
def parseFrom(input: InputStream): A

Attributes

Inherited from:
GeneratedMessageCompanion
Source:
GeneratedMessageCompanion.scala
def streamFromDelimitedInput(input: InputStream): Stream[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source:
GeneratedMessageCompanion.scala

Attributes

Inherited from:
GeneratedMessageCompanion
Source:
GeneratedMessageCompanion.scala
def validate(s: Array[Byte]): Try[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source:
GeneratedMessageCompanion.scala
def validateAscii(s: String): Either[TextFormatError, A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source:
GeneratedMessageCompanion.scala

Concrete fields

Attributes

Source:
ImportedDataInfo.scala
final val FORMAT_FIELD_NUMBER: 3

Attributes

Source:
ImportedDataInfo.scala
final val SCHEMA_FIELD_NUMBER: 7

Attributes

Source:
ImportedDataInfo.scala

Attributes

Source:
ImportedDataInfo.scala
lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]

Attributes

Source:
ImportedDataInfo.scala

Implicits

Implicits

final implicit def TableDefinitionLens[UpperPB](_l: Lens[UpperPB, TableDefinition]): TableDefinitionLens[UpperPB]

Attributes

Source:
ImportedDataInfo.scala
implicit def messageCompanion: GeneratedMessageCompanion[TableDefinition]

Attributes

Source:
ImportedDataInfo.scala
implicit def messageReads: Reads[TableDefinition]

Attributes

Source:
ImportedDataInfo.scala