package scalapb

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message Collection

scalapb.proto:235

Represents a custom Collection type in Scala. This allows ScalaPB to integrate with collection types that are different enough from the ones in the standard library.

Used in: FieldOptions

message EnumOptions

scalapb.proto:295

Used in: ScalaPbOptions.AuxEnumOptions

message EnumValueOptions

scalapb.proto:326

Used in: ScalaPbOptions.AuxEnumValueOptions

message FieldOptions

scalapb.proto:249

Used in: ScalaPbOptions.AuxFieldOptions

message FieldTransformation

scalapb.proto:367

Used in: ScalaPbOptions

enum MatchType

scalapb.proto:361

Used in: FieldTransformation

message MessageOptions

scalapb.proto:192

Used in: ScalaPbOptions.AuxMessageOptions

message OneofOptions

scalapb.proto:345

message PreprocessorOutput

scalapb.proto:373

message ScalaPbOptions

scalapb.proto:14

Used in: PreprocessorOutput

message ScalaPbOptions.AuxEnumOptions

scalapb.proto:134

AuxEnumOptions enables you to set enum-level options through package-scoped options. This is useful when you can't add a dependency on scalapb.proto from the proto file that defines the enum.

Used in: ScalaPbOptions

message ScalaPbOptions.AuxEnumValueOptions

scalapb.proto:146

AuxEnumValueOptions enables you to set enum value level options through package-scoped options. This is useful when you can't add a dependency on scalapb.proto from the proto file that defines the enum.

Used in: ScalaPbOptions

message ScalaPbOptions.AuxFieldOptions

scalapb.proto:122

AuxFieldOptions enables you to set field-level options through package-scoped options. This is useful when you can't add a dependency on scalapb.proto from the proto file that defines the field.

Used in: ScalaPbOptions

message ScalaPbOptions.AuxMessageOptions

scalapb.proto:110

AuxMessageOptions enables you to set message-level options through package-scoped options. This is useful when you can't add a dependency on scalapb.proto from the proto file that defines the message.

Used in: ScalaPbOptions

enum ScalaPbOptions.EnumValueNaming

scalapb.proto:91

Naming convention for generated enum values

Used in: ScalaPbOptions

enum ScalaPbOptions.OptionsScope

scalapb.proto:62

Whether to apply the options only to this file, or for the entire package (and its subpackages)

Used in: ScalaPbOptions