Lines Matching refs:this
19 * Sets the Java package where classes generated from this .proto will be
20 * placed. By default, the proto package is used, but this is often
70 * Sets the Go package where structs generated from this .proto will be
106 * Is this file deprecated?
107 * Depending on the target platform, this can emit Deprecated annotations
109 * least, this is a formalization for deprecating files.
115 * Enables the use of arenas for the proto messages in this file. This applies
123 * generated classes from this .proto. There is no default.
137 * defined. When this options is provided, they will use this value instead
145 * from this .proto. Default is empty.
151 * Use this option to change the namespace of php generated classes. Default
152 * is empty. When this option is empty, the package name will be used for
159 * Use this option to change the namespace of php generated metadata classes.
160 * Default is empty. When this option is empty, the proto file name will be
167 * Use this option to change the package of ruby generated classes. Default
168 * is empty. When this option is not set, the package name will be used for
189 * Sets the Java package where classes generated from this .proto will be
190 * placed. By default, the proto package is used, but this is often
217 * Sets the Go package where structs generated from this .proto will be
236 * Is this file deprecated?
237 * Depending on the target platform, this can emit Deprecated annotations
239 * least, this is a formalization for deprecating files.
241 * Enables the use of arenas for the proto messages in this file. This applies
245 * generated classes from this .proto. There is no default.
251 * defined. When this options is provided, they will use this value instead
255 * from this .proto. Default is empty.
257 * Use this option to change the namespace of php generated classes. Default
258 * is empty. When this option is empty, the package name will be used for
261 * Use this option to change the namespace of php generated metadata classes.
262 * Default is empty. When this option is empty, the proto file name will be
265 * Use this option to change the package of ruby generated classes. Default
266 * is empty. When this option is not set, the package name will be used for
279 * Sets the Java package where classes generated from this .proto will be
280 * placed. By default, the proto package is used, but this is often
289 return isset($this->java_package) ? $this->java_package : '';
294 return isset($this->java_package);
299 unset($this->java_package);
303 * Sets the Java package where classes generated from this .proto will be
304 * placed. By default, the proto package is used, but this is often
310 * @return $this
315 $this->java_package = $var;
317 return $this;
332 return isset($this->java_outer_classname) ? $this->java_outer_classname : '';
337 return isset($this->java_outer_classname);
342 unset($this->java_outer_classname);
354 * @return $this
359 $this->java_outer_classname = $var;
361 return $this;
377 return isset($this->java_multiple_files) ? $this->java_multiple_files : false;
382 return isset($this->java_multiple_files);
387 unset($this->java_multiple_files);
400 * @return $this
405 $this->java_multiple_files = $var;
407 return $this;
418 return isset($this->java_generate_equals_and_hash) ? $this->java_generate_equals_and_hash : false;
423 return isset($this->java_generate_equals_and_hash);
428 unset($this->java_generate_equals_and_hash);
436 * @return $this
441 $this->java_generate_equals_and_hash = $var;
443 return $this;
459 return isset($this->java_string_check_utf8) ? $this->java_string_check_utf8 : false;
464 return isset($this->java_string_check_utf8);
469 unset($this->java_string_check_utf8);
482 * @return $this
487 $this->java_string_check_utf8 = $var;
489 return $this;
498 return isset($this->optimize_for) ? $this->optimize_for : 0;
503 return isset($this->optimize_for);
508 unset($this->optimize_for);
514 * @return $this
519 $this->optimize_for = $var;
521 return $this;
525 * Sets the Go package where structs generated from this .proto will be
536 return isset($this->go_package) ? $this->go_package : '';
541 return isset($this->go_package);
546 unset($this->go_package);
550 * Sets the Go package where structs generated from this .proto will be
558 * @return $this
563 $this->go_package = $var;
565 return $this;
584 return isset($this->cc_generic_services) ? $this->cc_generic_services : false;
589 return isset($this->cc_generic_services);
594 unset($this->cc_generic_services);
610 * @return $this
615 $this->cc_generic_services = $var;
617 return $this;
626 return isset($this->java_generic_services) ? $this->java_generic_services : false;
631 return isset($this->java_generic_services);
636 unset($this->java_generic_services);
642 * @return $this
647 $this->java_generic_services = $var;
649 return $this;
658 return isset($this->py_generic_services) ? $this->py_generic_services : false;
663 return isset($this->py_generic_services);
668 unset($this->py_generic_services);
674 * @return $this
679 $this->py_generic_services = $var;
681 return $this;
690 return isset($this->php_generic_services) ? $this->php_generic_services : false;
695 return isset($this->php_generic_services);
700 unset($this->php_generic_services);
706 * @return $this
711 $this->php_generic_services = $var;
713 return $this;
717 * Is this file deprecated?
718 * Depending on the target platform, this can emit Deprecated annotations
720 * least, this is a formalization for deprecating files.
727 return isset($this->deprecated) ? $this->deprecated : false;
732 return isset($this->deprecated);
737 unset($this->deprecated);
741 * Is this file deprecated?
742 * Depending on the target platform, this can emit Deprecated annotations
744 * least, this is a formalization for deprecating files.
748 * @return $this
753 $this->deprecated = $var;
755 return $this;
759 * Enables the use of arenas for the proto messages in this file. This applies
767 return isset($this->cc_enable_arenas) ? $this->cc_enable_arenas : false;
772 return isset($this->cc_enable_arenas);
777 unset($this->cc_enable_arenas);
781 * Enables the use of arenas for the proto messages in this file. This applies
786 * @return $this
791 $this->cc_enable_arenas = $var;
793 return $this;
798 * generated classes from this .proto. There is no default.
805 return isset($this->objc_class_prefix) ? $this->objc_class_prefix : '';
810 return isset($this->objc_class_prefix);
815 unset($this->objc_class_prefix);
820 * generated classes from this .proto. There is no default.
824 * @return $this
829 $this->objc_class_prefix = $var;
831 return $this;
842 return isset($this->csharp_namespace) ? $this->csharp_namespace : '';
847 return isset($this->csharp_namespace);
852 unset($this->csharp_namespace);
860 * @return $this
865 $this->csharp_namespace = $var;
867 return $this;
873 * defined. When this options is provided, they will use this value instead
881 return isset($this->swift_prefix) ? $this->swift_prefix : '';
886 return isset($this->swift_prefix);
891 unset($this->swift_prefix);
897 * defined. When this options is provided, they will use this value instead
902 * @return $this
907 $this->swift_prefix = $var;
909 return $this;
914 * from this .proto. Default is empty.
921 return isset($this->php_class_prefix) ? $this->php_class_prefix : '';
926 return isset($this->php_class_prefix);
931 unset($this->php_class_prefix);
936 * from this .proto. Default is empty.
940 * @return $this
945 $this->php_class_prefix = $var;
947 return $this;
951 * Use this option to change the namespace of php generated classes. Default
952 * is empty. When this option is empty, the package name will be used for
960 return isset($this->php_namespace) ? $this->php_namespace : '';
965 return isset($this->php_namespace);
970 unset($this->php_namespace);
974 * Use this option to change the namespace of php generated classes. Default
975 * is empty. When this option is empty, the package name will be used for
980 * @return $this
985 $this->php_namespace = $var;
987 return $this;
991 * Use this option to change the namespace of php generated metadata classes.
992 * Default is empty. When this option is empty, the proto file name will be
1000 return isset($this->php_metadata_namespace) ? $this->php_metadata_namespace : '';
1005 return isset($this->php_metadata_namespace);
1010 unset($this->php_metadata_namespace);
1014 * Use this option to change the namespace of php generated metadata classes.
1015 * Default is empty. When this option is empty, the proto file name will be
1020 * @return $this
1025 $this->php_metadata_namespace = $var;
1027 return $this;
1031 * Use this option to change the package of ruby generated classes. Default
1032 * is empty. When this option is not set, the package name will be used for
1040 return isset($this->ruby_package) ? $this->ruby_package : '';
1045 return isset($this->ruby_package);
1050 unset($this->ruby_package);
1054 * Use this option to change the package of ruby generated classes. Default
1055 * is empty. When this option is not set, the package name will be used for
1060 * @return $this
1065 $this->ruby_package = $var;
1067 return $this;
1079 return $this->uninterpreted_option;
1088 * @return $this
1093 $this->uninterpreted_option = $arr;
1095 return $this;