Uses of Enum Class
com.google.protobuf.ProtoSyntax
Packages that use ProtoSyntax
-
Uses of ProtoSyntax in com.google.protobuf
Fields in com.google.protobuf declared as ProtoSyntaxModifier and TypeFieldDescriptionprivate ProtoSyntax
StructuralMessageInfo.Builder.syntax
private final ProtoSyntax
StructuralMessageInfo.syntax
Methods in com.google.protobuf that return ProtoSyntaxModifier and TypeMethodDescriptionMessageInfo.getSyntax()
Gets syntax for this type.RawMessageInfo.getSyntax()
StructuralMessageInfo.getSyntax()
Gets the syntax for the message (e.g.static ProtoSyntax
Returns the enum constant of this class with the specified name.static ProtoSyntax[]
ProtoSyntax.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.protobuf with parameters of type ProtoSyntaxModifier and TypeMethodDescriptionvoid
StructuralMessageInfo.Builder.withSyntax
(ProtoSyntax syntax) Constructors in com.google.protobuf with parameters of type ProtoSyntaxModifierConstructorDescription(package private)
StructuralMessageInfo
(ProtoSyntax syntax, boolean messageSetWireFormat, int[] checkInitialized, FieldInfo[] fields, Object defaultInstance) Constructor.