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 ProtoSyntaxStructuralMessageInfo.Builder.syntaxprivate final ProtoSyntaxStructuralMessageInfo.syntaxMethods in com.google.protobuf that return ProtoSyntaxModifier and TypeMethodDescriptionprivate static ProtoSyntaxDescriptorMessageInfoFactory.convertSyntax(DescriptorProtos.Edition edition) MessageInfo.getSyntax()Gets syntax for this type.RawMessageInfo.getSyntax()StructuralMessageInfo.getSyntax()Gets the syntax for the message (e.g.static ProtoSyntaxReturns 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 TypeMethodDescriptionvoidStructuralMessageInfo.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.