javaOuterClassname property

  1. @TagNumber(8)
String javaOuterClassname

Controls the name of the wrapper Java class generated for the .proto file. That class will always contain the .proto file's getDescriptor() method as well as any top-level extensions defined in the .proto file. If java_multiple_files is disabled, then all the other classes from the .proto file will be nested inside the single wrapper outer class.

Implementation

@$pb.TagNumber(8)
$core.String get javaOuterClassname => $_getSZ(1);
  1. @TagNumber(8)
void javaOuterClassname=(String v)

Implementation

@$pb.TagNumber(8)
set javaOuterClassname($core.String v) { $_setString(1, v); }