Details about how and where to publish client libraries.
Generated from protobuf message google.api.ClientLibrarySettings
| Methods |
| public __construct( $data = NULL) Constructor.
|
| public clearCppSettings() |
| public clearDotnetSettings() |
| public clearGoSettings() |
| public clearJavaSettings() |
| public clearNodeSettings() |
| public clearPhpSettings() |
| public clearPythonSettings() |
| public clearRubySettings() |
| public getCppSettings() Settings for C++ client libraries. Generated from protobuf field .google.api.CppSettings cpp_settings = 22;
|
| public getDotnetSettings() Settings for .NET client libraries. Generated from protobuf field .google.api.DotnetSettings dotnet_settings = 26;
|
| public getGoSettings() Settings for Go client libraries. Generated from protobuf field .google.api.GoSettings go_settings = 28;
|
| public getJavaSettings() Settings for legacy Java features, supported in the Service YAML. Generated from protobuf field .google.api.JavaSettings java_settings = 21;
|
| public getLaunchStage() Launch stage of this version of the API. Generated from protobuf field .google.api.LaunchStage launch_stage = 2;
|
| public getNodeSettings() Settings for Node client libraries. Generated from protobuf field .google.api.NodeSettings node_settings = 25;
|
| public getPhpSettings() Settings for PHP client libraries. Generated from protobuf field .google.api.PhpSettings php_settings = 23;
|
| public getPythonSettings() Settings for Python client libraries. Generated from protobuf field .google.api.PythonSettings python_settings = 24;
|
| public getRestNumericEnums() When using transport=rest, the client request will encode enums as numbers rather than strings. Generated from protobuf field bool rest_numeric_enums = 3;
|
| public getRubySettings() Settings for Ruby client libraries. Generated from protobuf field .google.api.RubySettings ruby_settings = 27;
|
| public getVersion() Version of the API to apply these settings to. This is the full protobuf package for the API, ending in the version element. Examples: "google.cloud.speech.v1" and "google.spanner.admin.database.v1". Generated from protobuf field string version = 1;
|
| public hasCppSettings() |
| public hasDotnetSettings() |
| public hasGoSettings() |
| public hasJavaSettings() |
| public hasNodeSettings() |
| public hasPhpSettings() |
| public hasPythonSettings() |
| public hasRubySettings() |
| public setCppSettings( $var) Settings for C++ client libraries. Generated from protobuf field .google.api.CppSettings cpp_settings = 22;
|
| public setDotnetSettings( $var) Settings for .NET client libraries. Generated from protobuf field .google.api.DotnetSettings dotnet_settings = 26;
|
| public setGoSettings( $var) Settings for Go client libraries. Generated from protobuf field .google.api.GoSettings go_settings = 28;
|
| public setJavaSettings( $var) Settings for legacy Java features, supported in the Service YAML. Generated from protobuf field .google.api.JavaSettings java_settings = 21;
|
| public setLaunchStage( $var) Launch stage of this version of the API. Generated from protobuf field .google.api.LaunchStage launch_stage = 2;
|
| public setNodeSettings( $var) Settings for Node client libraries. Generated from protobuf field .google.api.NodeSettings node_settings = 25;
|
| public setPhpSettings( $var) Settings for PHP client libraries. Generated from protobuf field .google.api.PhpSettings php_settings = 23;
|
| public setPythonSettings( $var) Settings for Python client libraries. Generated from protobuf field .google.api.PythonSettings python_settings = 24;
|
| public setRestNumericEnums( $var) When using transport=rest, the client request will encode enums as numbers rather than strings. Generated from protobuf field bool rest_numeric_enums = 3;
|
| public setRubySettings( $var) Settings for Ruby client libraries. Generated from protobuf field .google.api.RubySettings ruby_settings = 27;
|
| public setVersion( $var) Version of the API to apply these settings to. This is the full protobuf package for the API, ending in the version element. Examples: "google.cloud.speech.v1" and "google.spanner.admin.database.v1". Generated from protobuf field string version = 1;
|
| Properties |
| protected $cpp_settings = NULL Settings for C++ client libraries. Generated from protobuf field .google.api.CppSettings cpp_settings = 22; |
| protected $dotnet_settings = NULL Settings for .NET client libraries. Generated from protobuf field .google.api.DotnetSettings dotnet_settings = 26; |
| protected $go_settings = NULL Settings for Go client libraries. Generated from protobuf field .google.api.GoSettings go_settings = 28; |
| protected $java_settings = NULL Settings for legacy Java features, supported in the Service YAML. Generated from protobuf field .google.api.JavaSettings java_settings = 21; |
| protected $launch_stage = 0 Launch stage of this version of the API. Generated from protobuf field .google.api.LaunchStage launch_stage = 2; |
| protected $node_settings = NULL Settings for Node client libraries. Generated from protobuf field .google.api.NodeSettings node_settings = 25; |
| protected $php_settings = NULL Settings for PHP client libraries. Generated from protobuf field .google.api.PhpSettings php_settings = 23; |
| protected $python_settings = NULL Settings for Python client libraries. Generated from protobuf field .google.api.PythonSettings python_settings = 24; |
| protected $rest_numeric_enums = false When using transport=rest, the client request will encode enums as numbers rather than strings. Generated from protobuf field bool rest_numeric_enums = 3; |
| protected $ruby_settings = NULL Settings for Ruby client libraries. Generated from protobuf field .google.api.RubySettings ruby_settings = 27; |
| protected $version = '' Version of the API to apply these settings to. This is the full protobuf package for the API, ending in the version element. Examples: "google.cloud.speech.v1" and "google.spanner.admin.database.v1". Generated from protobuf field string version = 1; |
| Methods |