Sha256: 93772ae1e4fab2e7f6c75ca151988ff7c08800ecd3e7571b254c2a05a03a2765
Contents?: true
Size: 1.23 KB
Versions: 6
Compression:
Stored size: 1.23 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/cloud/bigquery/storage/v1/avro.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/cloud/bigquery/storage/v1/avro.proto", :syntax => :proto3) do add_message "google.cloud.bigquery.storage.v1.AvroSchema" do optional :schema, :string, 1 end add_message "google.cloud.bigquery.storage.v1.AvroRows" do optional :serialized_binary_rows, :bytes, 1 optional :row_count, :int64, 2 end add_message "google.cloud.bigquery.storage.v1.AvroSerializationOptions" do optional :enable_display_name_attribute, :bool, 1 end end end module Google module Cloud module Bigquery module Storage module V1 AvroSchema = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.storage.v1.AvroSchema").msgclass AvroRows = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.storage.v1.AvroRows").msgclass AvroSerializationOptions = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.storage.v1.AvroSerializationOptions").msgclass end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems