Settings for Python client libraries.
Generated from protobuf message google.api.PythonSettings
| Methods |
| public __construct( $data = NULL) Constructor.
|
| public clearCommon() |
| public clearExperimentalFeatures() |
| public getCommon() Some settings. Generated from protobuf field .google.api.CommonLanguageSettings common = 1;
|
| public getExperimentalFeatures() Experimental features to be included during client library generation. Generated from protobuf field .google.api.PythonSettings.ExperimentalFeatures experimental_features = 2;
|
| public hasCommon() |
| public hasExperimentalFeatures() |
| public setCommon( $var) Some settings. Generated from protobuf field .google.api.CommonLanguageSettings common = 1;
|
| public setExperimentalFeatures( $var) Experimental features to be included during client library generation. Generated from protobuf field .google.api.PythonSettings.ExperimentalFeatures experimental_features = 2;
|
| Properties |
| protected $common = NULL Some settings. Generated from protobuf field .google.api.CommonLanguageSettings common = 1; |
| protected $experimental_features = NULL Experimental features to be included during client library generation. Generated from protobuf field .google.api.PythonSettings.ExperimentalFeatures experimental_features = 2; |
| Methods |