Class: Google::Api::PhpSettings
- Inherits:
-
Object
- Object
- Google::Api::PhpSettings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/api/client.rb
Overview
Settings for Php client libraries.
Instance Attribute Summary collapse
-
#common ⇒ ::Google::Api::CommonLanguageSettings
Some settings.
-
#library_package ⇒ ::String
The package name to use in Php.
Instance Attribute Details
#common ⇒ ::Google::Api::CommonLanguageSettings
210 211 212 213 |
# File 'proto_docs/google/api/client.rb', line 210 class PhpSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#library_package ⇒ ::String
210 211 212 213 |
# File 'proto_docs/google/api/client.rb', line 210 class PhpSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |