Reference documentation and code samples for the Google Cloud VMware Engine V1 API class Google::Api::PhpSettings.
Settings for Php client libraries.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#common
def common() -> ::Google::Api::CommonLanguageSettings- (::Google::Api::CommonLanguageSettings) — Some settings.
#common=
def common=(value) -> ::Google::Api::CommonLanguageSettings- value (::Google::Api::CommonLanguageSettings) — Some settings.
- (::Google::Api::CommonLanguageSettings) — Some settings.
#library_package
def library_package() -> ::String-
(::String) —
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
#library_package=
def library_package=(value) -> ::String-
value (::String) —
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
-
(::String) —
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