Google Cloud VMware Engine V1 API - Class Google::Api::PhpSettings (v1.4.0)

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
Returns

#common=

def common=(value) -> ::Google::Api::CommonLanguageSettings
Parameter
Returns

#library_package

def library_package() -> ::String
Returns
  • (::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
Parameter
  • 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
    
Returns
  • (::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