|
|
@ -25,20 +25,20 @@ class FileOptions extends \Google\Protobuf\Internal\Message |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
protected $java_package = null; |
|
|
|
protected $java_package = null; |
|
|
|
/** |
|
|
|
/** |
|
|
|
* If set, all the classes from the .proto file are wrapped in a single |
|
|
|
* Controls the name of the wrapper Java class generated for the .proto file. |
|
|
|
* outer class with the given name. This applies to both Proto1 |
|
|
|
* That class will always contain the .proto file's getDescriptor() method as |
|
|
|
* (equivalent to the old "--one_java_file" option) and Proto2 (where |
|
|
|
* well as any top-level extensions defined in the .proto file. |
|
|
|
* a .proto always translates to a single class, but you may want to |
|
|
|
* If java_multiple_files is disabled, then all the other classes from the |
|
|
|
* explicitly choose the class name). |
|
|
|
* .proto file will be nested inside the single wrapper outer class. |
|
|
|
* |
|
|
|
* |
|
|
|
* Generated from protobuf field <code>optional string java_outer_classname = 8;</code> |
|
|
|
* Generated from protobuf field <code>optional string java_outer_classname = 8;</code> |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
protected $java_outer_classname = null; |
|
|
|
protected $java_outer_classname = null; |
|
|
|
/** |
|
|
|
/** |
|
|
|
* If set true, then the Java code generator will generate a separate .java |
|
|
|
* If enabled, then the Java code generator will generate a separate .java |
|
|
|
* file for each top-level message, enum, and service defined in the .proto |
|
|
|
* file for each top-level message, enum, and service defined in the .proto |
|
|
|
* file. Thus, these types will *not* be nested inside the outer class |
|
|
|
* file. Thus, these types will *not* be nested inside the wrapper class |
|
|
|
* named by java_outer_classname. However, the outer class will still be |
|
|
|
* named by java_outer_classname. However, the wrapper class will still be |
|
|
|
* generated to contain the file's getDescriptor() method as well as any |
|
|
|
* generated to contain the file's getDescriptor() method as well as any |
|
|
|
* top-level extensions defined in the file. |
|
|
|
* top-level extensions defined in the file. |
|
|
|
* |
|
|
|
* |
|
|
@ -192,16 +192,16 @@ class FileOptions extends \Google\Protobuf\Internal\Message |
|
|
|
* inappropriate because proto packages do not normally start with backwards |
|
|
|
* inappropriate because proto packages do not normally start with backwards |
|
|
|
* domain names. |
|
|
|
* domain names. |
|
|
|
* @type string $java_outer_classname |
|
|
|
* @type string $java_outer_classname |
|
|
|
* If set, all the classes from the .proto file are wrapped in a single |
|
|
|
* Controls the name of the wrapper Java class generated for the .proto file. |
|
|
|
* outer class with the given name. This applies to both Proto1 |
|
|
|
* That class will always contain the .proto file's getDescriptor() method as |
|
|
|
* (equivalent to the old "--one_java_file" option) and Proto2 (where |
|
|
|
* well as any top-level extensions defined in the .proto file. |
|
|
|
* a .proto always translates to a single class, but you may want to |
|
|
|
* If java_multiple_files is disabled, then all the other classes from the |
|
|
|
* explicitly choose the class name). |
|
|
|
* .proto file will be nested inside the single wrapper outer class. |
|
|
|
* @type bool $java_multiple_files |
|
|
|
* @type bool $java_multiple_files |
|
|
|
* If set true, then the Java code generator will generate a separate .java |
|
|
|
* If enabled, then the Java code generator will generate a separate .java |
|
|
|
* file for each top-level message, enum, and service defined in the .proto |
|
|
|
* file for each top-level message, enum, and service defined in the .proto |
|
|
|
* file. Thus, these types will *not* be nested inside the outer class |
|
|
|
* file. Thus, these types will *not* be nested inside the wrapper class |
|
|
|
* named by java_outer_classname. However, the outer class will still be |
|
|
|
* named by java_outer_classname. However, the wrapper class will still be |
|
|
|
* generated to contain the file's getDescriptor() method as well as any |
|
|
|
* generated to contain the file's getDescriptor() method as well as any |
|
|
|
* top-level extensions defined in the file. |
|
|
|
* top-level extensions defined in the file. |
|
|
|
* @type bool $java_generate_equals_and_hash |
|
|
|
* @type bool $java_generate_equals_and_hash |
|
|
@ -319,11 +319,11 @@ class FileOptions extends \Google\Protobuf\Internal\Message |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* If set, all the classes from the .proto file are wrapped in a single |
|
|
|
* Controls the name of the wrapper Java class generated for the .proto file. |
|
|
|
* outer class with the given name. This applies to both Proto1 |
|
|
|
* That class will always contain the .proto file's getDescriptor() method as |
|
|
|
* (equivalent to the old "--one_java_file" option) and Proto2 (where |
|
|
|
* well as any top-level extensions defined in the .proto file. |
|
|
|
* a .proto always translates to a single class, but you may want to |
|
|
|
* If java_multiple_files is disabled, then all the other classes from the |
|
|
|
* explicitly choose the class name). |
|
|
|
* .proto file will be nested inside the single wrapper outer class. |
|
|
|
* |
|
|
|
* |
|
|
|
* Generated from protobuf field <code>optional string java_outer_classname = 8;</code> |
|
|
|
* Generated from protobuf field <code>optional string java_outer_classname = 8;</code> |
|
|
|
* @return string |
|
|
|
* @return string |
|
|
@ -344,11 +344,11 @@ class FileOptions extends \Google\Protobuf\Internal\Message |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* If set, all the classes from the .proto file are wrapped in a single |
|
|
|
* Controls the name of the wrapper Java class generated for the .proto file. |
|
|
|
* outer class with the given name. This applies to both Proto1 |
|
|
|
* That class will always contain the .proto file's getDescriptor() method as |
|
|
|
* (equivalent to the old "--one_java_file" option) and Proto2 (where |
|
|
|
* well as any top-level extensions defined in the .proto file. |
|
|
|
* a .proto always translates to a single class, but you may want to |
|
|
|
* If java_multiple_files is disabled, then all the other classes from the |
|
|
|
* explicitly choose the class name). |
|
|
|
* .proto file will be nested inside the single wrapper outer class. |
|
|
|
* |
|
|
|
* |
|
|
|
* Generated from protobuf field <code>optional string java_outer_classname = 8;</code> |
|
|
|
* Generated from protobuf field <code>optional string java_outer_classname = 8;</code> |
|
|
|
* @param string $var |
|
|
|
* @param string $var |
|
|
@ -363,10 +363,10 @@ class FileOptions extends \Google\Protobuf\Internal\Message |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* If set true, then the Java code generator will generate a separate .java |
|
|
|
* If enabled, then the Java code generator will generate a separate .java |
|
|
|
* file for each top-level message, enum, and service defined in the .proto |
|
|
|
* file for each top-level message, enum, and service defined in the .proto |
|
|
|
* file. Thus, these types will *not* be nested inside the outer class |
|
|
|
* file. Thus, these types will *not* be nested inside the wrapper class |
|
|
|
* named by java_outer_classname. However, the outer class will still be |
|
|
|
* named by java_outer_classname. However, the wrapper class will still be |
|
|
|
* generated to contain the file's getDescriptor() method as well as any |
|
|
|
* generated to contain the file's getDescriptor() method as well as any |
|
|
|
* top-level extensions defined in the file. |
|
|
|
* top-level extensions defined in the file. |
|
|
|
* |
|
|
|
* |
|
|
@ -389,10 +389,10 @@ class FileOptions extends \Google\Protobuf\Internal\Message |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* If set true, then the Java code generator will generate a separate .java |
|
|
|
* If enabled, then the Java code generator will generate a separate .java |
|
|
|
* file for each top-level message, enum, and service defined in the .proto |
|
|
|
* file for each top-level message, enum, and service defined in the .proto |
|
|
|
* file. Thus, these types will *not* be nested inside the outer class |
|
|
|
* file. Thus, these types will *not* be nested inside the wrapper class |
|
|
|
* named by java_outer_classname. However, the outer class will still be |
|
|
|
* named by java_outer_classname. However, the wrapper class will still be |
|
|
|
* generated to contain the file's getDescriptor() method as well as any |
|
|
|
* generated to contain the file's getDescriptor() method as well as any |
|
|
|
* top-level extensions defined in the file. |
|
|
|
* top-level extensions defined in the file. |
|
|
|
* |
|
|
|
* |
|
|
|