enum Protobuf::CodeGeneratorRequest::FieldDescriptorProto::Label

Defined in:

protobuf/generator.cr

Enum Members

LABEL_OPTIONAL = 1
LABEL_REQUIRED = 2
LABEL_REPEATED = 3

Instance Method Summary

Instance methods inherited from struct Enum

to_protobuf(io : IO, embedded = true)
to_protobuf(embedded = true)
to_protobuf

Constructor methods inherited from struct Enum

new(buf : Protobuf::Buffer) new

Class methods inherited from struct Enum

from_protobuf(io : IO) from_protobuf

Instance Method Detail

def label_optional? #

[View source]
def label_repeated? #

[View source]
def label_required? #

[View source]