BigQueryDestinationConfig

com.google.cloud.datastream.v1.datastream_resources.BigQueryDestinationConfig$
See theBigQueryDestinationConfig companion class
object BigQueryDestinationConfig extends GeneratedMessageCompanion[BigQueryDestinationConfig]

Attributes

Companion
class
Source
BigQueryDestinationConfig.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[BigQueryDestinationConfig]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Classlikes

implicit class BigQueryDestinationConfigLens[UpperPB](_l: Lens[UpperPB, BigQueryDestinationConfig]) extends ObjectLens[UpperPB, BigQueryDestinationConfig]

Attributes

Source
BigQueryDestinationConfig.scala
Supertypes
class ObjectLens[UpperPB, BigQueryDestinationConfig]
trait Lens[UpperPB, BigQueryDestinationConfig]
trait Serializable
class Object
trait Matchable
class Any
Show all
object DatasetConfig

Attributes

Companion
trait
Source
BigQueryDestinationConfig.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait DatasetConfig extends GeneratedOneof

Attributes

Companion
object
Source
BigQueryDestinationConfig.scala
Supertypes
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
final case class SingleTargetDataset(datasetId: String, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[SingleTargetDataset]

A single target dataset to which all data will be streamed.

A single target dataset to which all data will be streamed.

Value parameters

datasetId

The dataset ID of the target dataset.

Attributes

Companion
object
Source
BigQueryDestinationConfig.scala
Supertypes
trait Updatable[SingleTargetDataset]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object SingleTargetDataset extends GeneratedMessageCompanion[SingleTargetDataset]

Attributes

Companion
class
Source
BigQueryDestinationConfig.scala
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[SingleTargetDataset]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
final case class SourceHierarchyDatasets(datasetTemplate: Option[DatasetTemplate], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[SourceHierarchyDatasets]

Destination datasets are created so that hierarchy of the destination data objects matches the source hierarchy.

Destination datasets are created so that hierarchy of the destination data objects matches the source hierarchy.

Value parameters

datasetTemplate

The dataset template to use for dynamic dataset creation.

Attributes

Companion
object
Source
BigQueryDestinationConfig.scala
Supertypes
trait Updatable[SourceHierarchyDatasets]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object SourceHierarchyDatasets extends GeneratedMessageCompanion[SourceHierarchyDatasets]

Attributes

Companion
class
Source
BigQueryDestinationConfig.scala
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[SourceHierarchyDatasets]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

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[_]
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
BigQueryDestinationConfig.scala
def messageCompanionForFieldNumber(`__number`: Int): GeneratedMessageCompanion[_]
def of(datasetConfig: DatasetConfig, dataFreshness: Option[Duration]): BigQueryDestinationConfig
def parseFrom(`_input__`: CodedInputStream): BigQueryDestinationConfig

Parses a message from a CodedInputStream.

Parses a message from a CodedInputStream.

Attributes

Source
BigQueryDestinationConfig.scala
def scalaDescriptor: Descriptor

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: BigQueryDestinationConfig, 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

lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]

Implicits

Implicits

final implicit def BigQueryDestinationConfigLens[UpperPB](_l: Lens[UpperPB, BigQueryDestinationConfig]): BigQueryDestinationConfigLens[UpperPB]
implicit def messageCompanion: GeneratedMessageCompanion[BigQueryDestinationConfig]