Sha256: 1f104a703e5a7cd96cf5ac77595289801828ad93d693b45f65990e7ccd640432

Contents?: true

Size: 1.31 KB

Versions: 130

Compression:

Stored size: 1.31 KB

Contents

# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: google/protobuf/struct.proto

require 'google/protobuf'

Google::Protobuf::DescriptorPool.generated_pool.build do
  add_message "google.protobuf.Struct" do
    map :fields, :string, :message, 1, "google.protobuf.Value"
  end
  add_message "google.protobuf.Value" do
    oneof :kind do
      optional :null_value, :enum, 1, "google.protobuf.NullValue"
      optional :number_value, :double, 2
      optional :string_value, :string, 3
      optional :bool_value, :bool, 4
      optional :struct_value, :message, 5, "google.protobuf.Struct"
      optional :list_value, :message, 6, "google.protobuf.ListValue"
    end
  end
  add_message "google.protobuf.ListValue" do
    repeated :values, :message, 1, "google.protobuf.Value"
  end
  add_enum "google.protobuf.NullValue" do
    value :NULL_VALUE, 0
  end
end

module Google
  module Protobuf
    Struct = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.protobuf.Struct").msgclass
    Value = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.protobuf.Value").msgclass
    ListValue = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.protobuf.ListValue").msgclass
    NullValue = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.protobuf.NullValue").enummodule
  end
end

Version data entries

130 entries across 130 versions & 2 rubygems

Version Path
google-protobuf-3.2.1.pre-x64-mingw32 lib/google/protobuf/struct_pb.rb
google-protobuf-3.2.1.pre lib/google/protobuf/struct_pb.rb
google-protobuf-3.2.0-universal-darwin lib/google/protobuf/struct_pb.rb
google-protobuf-3.2.0-x64-mingw32 lib/google/protobuf/struct_pb.rb
google-protobuf-3.2.0-x86-linux lib/google/protobuf/struct_pb.rb
google-protobuf-3.2.0-x86-mingw32 lib/google/protobuf/struct_pb.rb
google-protobuf-3.2.0-x86_64-linux lib/google/protobuf/struct_pb.rb
google-protobuf-3.2.0 lib/google/protobuf/struct_pb.rb
google-protobuf-3.1.0-java lib/google/protobuf/struct_pb.rb
google-protobuf-3.1.0.0.pre-java lib/google/protobuf/struct_pb.rb
google-protobuf-3.1.0-x86-mingw32 lib/google/protobuf/struct_pb.rb
google-protobuf-3.1.0-x86-linux lib/google/protobuf/struct_pb.rb
google-protobuf-3.1.0-x86_64-linux lib/google/protobuf/struct_pb.rb
google-protobuf-3.1.0-x64-mingw32 lib/google/protobuf/struct_pb.rb
google-protobuf-3.1.0 lib/google/protobuf/struct_pb.rb
google-protobuf-3.1.0-universal-darwin lib/google/protobuf/struct_pb.rb
google-protobuf-3.0.2-universal-darwin lib/google/protobuf/struct_pb.rb
google-protobuf-3.0.2-x86-mingw32 lib/google/protobuf/struct_pb.rb
google-protobuf-3.0.2-x86-linux lib/google/protobuf/struct_pb.rb
google-protobuf-3.0.2-x86_64-linux lib/google/protobuf/struct_pb.rb