Settings for Php client libraries.
Generated from protobuf message google.api.PhpSettings
| Methods |
| public __construct( $data = NULL) Constructor.
|
| public clearCommon() |
| public getCommon() Some settings. Generated from protobuf field .google.api.CommonLanguageSettings common = 1;
|
| public getLibraryPackage() The package name to use in Php. Clobbers the php_namespace option set in the protobuf. This should be used only by APIs who have already set the language_settings.php.package_name" field in gapic.yaml. API teams should use the protobuf php_namespace option where possible. Example of a YAML configuration:: publishing: library_settings: php_settings: library_package: Google\Cloud\PubSub\V1 Generated from protobuf field string library_package = 2;
|
| public hasCommon() |
| public setCommon( $var) Some settings. Generated from protobuf field .google.api.CommonLanguageSettings common = 1;
|
| public setLibraryPackage( $var) The package name to use in Php. Clobbers the php_namespace option set in the protobuf. This should be used only by APIs who have already set the language_settings.php.package_name" field in gapic.yaml. API teams should use the protobuf php_namespace option where possible. Example of a YAML configuration:: publishing: library_settings: php_settings: library_package: Google\Cloud\PubSub\V1 Generated from protobuf field string library_package = 2;
|
| Properties |
| protected $common = NULL Some settings. Generated from protobuf field .google.api.CommonLanguageSettings common = 1; |
| protected $library_package = '' The package name to use in Php. Clobbers the php_namespace option set in the protobuf. This should be used only by APIs who have already set the language_settings.php.package_name" field in gapic.yaml. API teams should use the protobuf php_namespace option where possible. Example of a YAML configuration:: publishing: library_settings: php_settings: library_package: Google\Cloud\PubSub\V1 Generated from protobuf field string library_package = 2; |
| Methods |