Sha256: c96b1a3a435469db96a0d001b38a117ff2e07e69c535f0c88017f7ae4d8f474e

Contents?: true

Size: 1.42 KB

Versions: 60

Compression:

Stored size: 1.42 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_file("google/protobuf/struct.proto", :syntax => :proto3) 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
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

60 entries across 60 versions & 1 rubygems

Version Path
google-protobuf-3.9.2-x86_64-linux lib/google/protobuf/struct_pb.rb
google-protobuf-3.9.2-x86-mingw32 lib/google/protobuf/struct_pb.rb
google-protobuf-3.9.2-x86-linux lib/google/protobuf/struct_pb.rb
google-protobuf-3.9.2-x64-mingw32 lib/google/protobuf/struct_pb.rb
google-protobuf-3.9.2 lib/google/protobuf/struct_pb.rb
google-protobuf-3.9.2-universal-darwin lib/google/protobuf/struct_pb.rb
google-protobuf-3.9.1-x86_64-linux lib/google/protobuf/struct_pb.rb
google-protobuf-3.9.1-x86-mingw32 lib/google/protobuf/struct_pb.rb
google-protobuf-3.9.1-x86-linux lib/google/protobuf/struct_pb.rb
google-protobuf-3.9.1-x64-mingw32 lib/google/protobuf/struct_pb.rb
google-protobuf-3.9.1 lib/google/protobuf/struct_pb.rb
google-protobuf-3.9.1-universal-darwin lib/google/protobuf/struct_pb.rb
google-protobuf-3.9.0-x86_64-linux lib/google/protobuf/struct_pb.rb
google-protobuf-3.9.0-x86-mingw32 lib/google/protobuf/struct_pb.rb
google-protobuf-3.9.0-x86-linux lib/google/protobuf/struct_pb.rb
google-protobuf-3.9.0-x64-mingw32 lib/google/protobuf/struct_pb.rb
google-protobuf-3.9.0 lib/google/protobuf/struct_pb.rb
google-protobuf-3.9.0-universal-darwin lib/google/protobuf/struct_pb.rb
google-protobuf-3.9.0.rc.1-x86_64-linux lib/google/protobuf/struct_pb.rb
google-protobuf-3.9.0.rc.1-x86-mingw32 lib/google/protobuf/struct_pb.rb