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 final ProtoSyntax
MessageSchema.syntax
private ProtoSyntax
StructuralMessageInfo.Builder.syntax
private final ProtoSyntax
StructuralMessageInfo.syntax
Methods in com.google.protobuf that return ProtoSyntaxModifier and TypeMethodDescriptionprivate static ProtoSyntax
DescriptorMessageInfoFactory.convertSyntax
(DescriptorProtos.Edition edition) MessageInfo.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 ProtoSyntaxModifierConstructorDescriptionprivate
MessageSchema
(int[] buffer, Object[] objects, int minFieldNumber, int maxFieldNumber, MessageLite defaultInstance, ProtoSyntax syntax, boolean useCachedSizeField, int[] intArray, int checkInitialized, int mapFieldPositions, NewInstanceSchema newInstanceSchema, ListFieldSchema listFieldSchema, UnknownFieldSchema<?, ?> unknownFieldSchema, ExtensionSchema<?> extensionSchema, MapFieldSchema mapFieldSchema) (package private)
StructuralMessageInfo
(ProtoSyntax syntax, boolean messageSetWireFormat, int[] checkInitialized, FieldInfo[] fields, Object defaultInstance) Constructor.