com.google.cloud.bigquery.storage.v1.protobuf

Members list

Concise view

Type members

Classlikes

final case class ProtoRows(serializedRows: Seq[ByteString], unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[ProtoRows]

Attributes

serializedRows

A sequence of rows serialized as a Protocol Buffer. See https://developers.google.com/protocol-buffers/docs/overview for more information on deserializing this field.

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

Attributes

Companion:
class
Source:
ProtoRows.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[ProtoRows]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class ProtoSchema(protoDescriptor: Option[DescriptorProto], unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[ProtoSchema]

ProtoSchema describes the schema of the serialized protocol buffer data rows.

ProtoSchema describes the schema of the serialized protocol buffer data rows.

Attributes

protoDescriptor

Descriptor for input message. The provided descriptor must be self contained, such that data rows sent can be fully decoded using only the single descriptor. For data rows that are compositions of multiple independent messages, this means the descriptor may need to be transformed to only use nested types: https://developers.google.com/protocol-buffers/docs/proto#nested For additional information for how proto types and values map onto BigQuery see: https://cloud.google.com/bigquery/docs/write-api#data_type_conversions

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

Attributes

Companion:
class
Source:
ProtoSchema.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[ProtoSchema]
trait Serializable
class Object
trait Matchable
class Any
Self type
object ProtobufProto extends GeneratedFileObject

Attributes

Source:
ProtobufProto.scala
Graph
Supertypes
class GeneratedFileObject
class Object
trait Matchable
class Any
Self type