Skip to main content

Protobuf Docs

Table of Contents

uml.proto

Top

File-level Extensions

ExtensionTypeBaseNumberDescription
option_keybool.google.protobuf.FieldOptions50005
option_multiplicity_maxint32.google.protobuf.FieldOptions50003
option_multiplicity_minint32.google.protobuf.FieldOptions50002
option_parent_messagebool.google.protobuf.FieldOptions50000
option_required_fieldbool.google.protobuf.FieldOptions50001
option_uuidbool.google.protobuf.FieldOptions50004
option_openfmb_profilebool.google.protobuf.MessageOptions51000

Top

Scalar Value Types

.proto TypeNotesC++JavaPythonGoC#PHPRuby
int32Uses variable-length encoding. Inefficient for encoding negative numbers – if your field is likely to have negative values, use sint32 instead.int32intintint32intintegerBignum or Fixnum (as required)
boolboolbooleanbooleanboolboolbooleanTrueClass/FalseClass