aboutsummaryrefslogtreecommitdiff
path: root/ruby/lib/google/protobuf/field_mask_pb.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ruby/lib/google/protobuf/field_mask_pb.rb')
-rw-r--r--ruby/lib/google/protobuf/field_mask_pb.rb16
1 files changed, 16 insertions, 0 deletions
diff --git a/ruby/lib/google/protobuf/field_mask_pb.rb b/ruby/lib/google/protobuf/field_mask_pb.rb
new file mode 100644
index 00000000..ea2811ab
--- /dev/null
+++ b/ruby/lib/google/protobuf/field_mask_pb.rb
@@ -0,0 +1,16 @@
+# Generated by the protocol buffer compiler. DO NOT EDIT!
+# source: google/protobuf/field_mask.proto
+
+require 'google/protobuf'
+
+Google::Protobuf::DescriptorPool.generated_pool.build do
+ add_message "google.protobuf.FieldMask" do
+ repeated :paths, :string, 1
+ end
+end
+
+module Google
+ module Protobuf
+ FieldMask = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.protobuf.FieldMask").msgclass
+ end
+end