Required information for every language.
Generated from protobuf message google.api.CommonLanguageSettings
| Methods |
| public __construct( $data = NULL) Constructor.
|
| public clearSelectiveGapicGeneration() |
| public getDestinations() The destination where API teams want this client library to be published. Generated from protobuf field repeated .google.api.ClientLibraryDestination destinations = 2;
|
| public getReferenceDocsUri() Link to automatically generated reference documentation. Example: https://cloud.google.com/nodejs/docs/reference/asset/latest Generated from protobuf field string reference_docs_uri = 1 [deprecated = true];
|
| public getSelectiveGapicGeneration() Configuration for which RPCs should be generated in the GAPIC client. Generated from protobuf field .google.api.SelectiveGapicGeneration selective_gapic_generation = 3;
|
| public hasSelectiveGapicGeneration() |
| public setDestinations( $var) The destination where API teams want this client library to be published. Generated from protobuf field repeated .google.api.ClientLibraryDestination destinations = 2;
|
| public setReferenceDocsUri( $var) Link to automatically generated reference documentation. Example: https://cloud.google.com/nodejs/docs/reference/asset/latest Generated from protobuf field string reference_docs_uri = 1 [deprecated = true];
|
| public setSelectiveGapicGeneration( $var) Configuration for which RPCs should be generated in the GAPIC client. Generated from protobuf field .google.api.SelectiveGapicGeneration selective_gapic_generation = 3;
|
| Properties |
| protected $reference_docs_uri = '' Link to automatically generated reference documentation. Example: https://cloud.google.com/nodejs/docs/reference/asset/latest Generated from protobuf field string reference_docs_uri = 1 [deprecated = true];
|
| protected $selective_gapic_generation = NULL Configuration for which RPCs should be generated in the GAPIC client. Generated from protobuf field .google.api.SelectiveGapicGeneration selective_gapic_generation = 3; |
| Methods |
| Properties |
| private $destinations = NULL The destination where API teams want this client library to be published. Generated from protobuf field repeated .google.api.ClientLibraryDestination destinations = 2; |