Class: Google::Cloud::Bigquery::Storage::V1::ProtoSchema

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/bigquery/storage/v1/protobuf.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#proto_descriptor::Google::Protobuf::DescriptorProto

Returns 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.

Returns:



37
38
39
40
# File 'proto_docs/google/cloud/bigquery/storage/v1/protobuf.rb', line 37

class ProtoSchema
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end