Uses of Class
com.google.protobuf.LegacyDescriptorsUtil.LegacyFileDescriptor.Syntax
-
Packages that use LegacyDescriptorsUtil.LegacyFileDescriptor.Syntax Package Description com.google.protobuf -
-
Uses of LegacyDescriptorsUtil.LegacyFileDescriptor.Syntax in com.google.protobuf
Methods in com.google.protobuf that return LegacyDescriptorsUtil.LegacyFileDescriptor.Syntax Modifier and Type Method Description static LegacyDescriptorsUtil.LegacyFileDescriptor.Syntax
LegacyDescriptorsUtil.LegacyFileDescriptor. getSyntax(Descriptors.FileDescriptor descriptor)
static LegacyDescriptorsUtil.LegacyFileDescriptor.Syntax
LegacyDescriptorsUtil.LegacyFileDescriptor.Syntax. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LegacyDescriptorsUtil.LegacyFileDescriptor.Syntax[]
LegacyDescriptorsUtil.LegacyFileDescriptor.Syntax. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-