enum

Google::Protobuf::FieldDescriptorProto::Label

Inherits Enum < Comparable < Value < Object

Constants

LABELOPTIONAL = 1
LABELREQUIRED = 2
LABELREPEATED = 3

Instance methods

labeloptional?

Returns true if this enum value equals LABELOPTIONAL

Source
labelrepeated?

Returns true if this enum value equals LABELREPEATED

Source
labelrequired?

Returns true if this enum value equals LABELREQUIRED

Source