Settings for Go client libraries.
Generated from protobuf message google.api.GoSettings
| Methods |
| public __construct( $data = NULL) Constructor.
|
| public clearCommon() |
| public getCommon() Some settings. Generated from protobuf field .google.api.CommonLanguageSettings common = 1;
|
| public getRenamedServices() Map of service names to renamed services. Keys are the package relative service names and values are the name to be used for the service client and call options. publishing: go_settings: renamed_services: Publisher: TopicAdmin Generated from protobuf field map<string, string> renamed_services = 2;
|
| public hasCommon() |
| public setCommon( $var) Some settings. Generated from protobuf field .google.api.CommonLanguageSettings common = 1;
|
| public setRenamedServices( $var) Map of service names to renamed services. Keys are the package relative service names and values are the name to be used for the service client and call options. publishing: go_settings: renamed_services: Publisher: TopicAdmin Generated from protobuf field map<string, string> renamed_services = 2;
|
| Properties |
| protected $common = NULL Some settings. Generated from protobuf field .google.api.CommonLanguageSettings common = 1; |
| Methods |
| Properties |
| private $renamed_services = NULL Map of service names to renamed services. Keys are the package relative service names and values are the name to be used for the service client and call options. publishing: go_settings: renamed_services: Publisher: TopicAdmin Generated from protobuf field map<string, string> renamed_services = 2; |