Sha256: bfeea98835a84d3b42120e10445cb305705d17ae51289161b65303fedfbad75d
Contents?: true
Size: 1008 Bytes
Versions: 7
Compression:
Stored size: 1008 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/cloud/bigquery/storage/v1/protobuf.proto require 'google/protobuf/descriptor_pb' require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/cloud/bigquery/storage/v1/protobuf.proto", :syntax => :proto3) do add_message "google.cloud.bigquery.storage.v1.ProtoSchema" do optional :proto_descriptor, :message, 1, "google.protobuf.DescriptorProto" end add_message "google.cloud.bigquery.storage.v1.ProtoRows" do repeated :serialized_rows, :bytes, 1 end end end module Google module Cloud module Bigquery module Storage module V1 ProtoSchema = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.storage.v1.ProtoSchema").msgclass ProtoRows = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.storage.v1.ProtoRows").msgclass end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems