• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Generated by the protocol buffer compiler.  DO NOT EDIT!
2# source: ruby_generated_code.proto
3
4require 'google/protobuf'
5
6Google::Protobuf::DescriptorPool.generated_pool.build do
7  add_file("ruby_generated_code.proto", :syntax => :proto3) do
8    add_message "A.B.C.TestMessage" do
9      optional :optional_int32, :int32, 1
10      optional :optional_int64, :int64, 2
11      optional :optional_uint32, :uint32, 3
12      optional :optional_uint64, :uint64, 4
13      optional :optional_bool, :bool, 5
14      optional :optional_double, :double, 6
15      optional :optional_float, :float, 7
16      optional :optional_string, :string, 8
17      optional :optional_bytes, :bytes, 9
18      optional :optional_enum, :enum, 10, "A.B.C.TestEnum"
19      optional :optional_msg, :message, 11, "A.B.C.TestMessage"
20      repeated :repeated_int32, :int32, 21
21      repeated :repeated_int64, :int64, 22
22      repeated :repeated_uint32, :uint32, 23
23      repeated :repeated_uint64, :uint64, 24
24      repeated :repeated_bool, :bool, 25
25      repeated :repeated_double, :double, 26
26      repeated :repeated_float, :float, 27
27      repeated :repeated_string, :string, 28
28      repeated :repeated_bytes, :bytes, 29
29      repeated :repeated_enum, :enum, 30, "A.B.C.TestEnum"
30      repeated :repeated_msg, :message, 31, "A.B.C.TestMessage"
31      map :map_int32_string, :int32, :string, 61
32      map :map_int64_string, :int64, :string, 62
33      map :map_uint32_string, :uint32, :string, 63
34      map :map_uint64_string, :uint64, :string, 64
35      map :map_bool_string, :bool, :string, 65
36      map :map_string_string, :string, :string, 66
37      map :map_string_msg, :string, :message, 67, "A.B.C.TestMessage"
38      map :map_string_enum, :string, :enum, 68, "A.B.C.TestEnum"
39      map :map_string_int32, :string, :int32, 69
40      map :map_string_bool, :string, :bool, 70
41      optional :nested_message, :message, 80, "A.B.C.TestMessage.NestedMessage"
42      oneof :my_oneof do
43        optional :oneof_int32, :int32, 41
44        optional :oneof_int64, :int64, 42
45        optional :oneof_uint32, :uint32, 43
46        optional :oneof_uint64, :uint64, 44
47        optional :oneof_bool, :bool, 45
48        optional :oneof_double, :double, 46
49        optional :oneof_float, :float, 47
50        optional :oneof_string, :string, 48
51        optional :oneof_bytes, :bytes, 49
52        optional :oneof_enum, :enum, 50, "A.B.C.TestEnum"
53        optional :oneof_msg, :message, 51, "A.B.C.TestMessage"
54      end
55    end
56    add_message "A.B.C.TestMessage.NestedMessage" do
57      optional :foo, :int32, 1
58    end
59    add_enum "A.B.C.TestEnum" do
60      value :Default, 0
61      value :A, 1
62      value :B, 2
63      value :C, 3
64    end
65  end
66end
67
68module A
69  module B
70    module C
71      TestMessage = Google::Protobuf::DescriptorPool.generated_pool.lookup("A.B.C.TestMessage").msgclass
72      TestMessage::NestedMessage = Google::Protobuf::DescriptorPool.generated_pool.lookup("A.B.C.TestMessage.NestedMessage").msgclass
73      TestEnum = Google::Protobuf::DescriptorPool.generated_pool.lookup("A.B.C.TestEnum").enummodule
74    end
75  end
76end
77