Sha256: 78b1d3b59f13d712b5c2cf43ddc1a65b90d97a924b8323bdba7680b4cd6610ca

Contents?: true

Size: 316 Bytes

Versions: 6

Compression:

Stored size: 316 Bytes

Contents

# encoding: utf-8

##
# This file is auto-generated. DO NOT EDIT!
#
require 'protobuf'


##
# Message Classes
#
class SomethingWithOptionalFields < ::Protobuf::Message; end


##
# Message Fields
#
class SomethingWithOptionalFields
  optional :string, :i_am_optional, 1
  optional :string, :i_am_not_optional, 2
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
protobuf-3.10.9 spec/support/protos/optional_v3_fields.pb.rb
protobuf-3.10.8 spec/support/protos/optional_v3_fields.pb.rb
protobuf-3.10.7 spec/support/protos/optional_v3_fields.pb.rb
protobuf-3.10.6 spec/support/protos/optional_v3_fields.pb.rb
protobuf-3.10.5 spec/support/protos/optional_v3_fields.pb.rb
protobuf-3.10.4 spec/support/protos/optional_v3_fields.pb.rb