Sha256: 77ede8a8182607474a1f515040dc910a0d745999411a358a47f185a6e0ea626a
Contents?: true
Size: 1009 Bytes
Versions: 10
Compression:
Stored size: 1009 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/cloud/bigquery/storage/v1/protobuf.proto require 'google/protobuf' require 'google/protobuf/descriptor_pb' 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
10 entries across 10 versions & 1 rubygems