This interface defines virtual methods for each of the user-facing overload sets in CompanyServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type CompanyServiceClient.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This webpage provides documentation for the `CompanyServiceConnection` object within the Google Cloud Talent C++ library, detailing its role in managing interactions with `CompanyServiceClient`."],["The latest release candidate version is `2.37.0-rc`, and the page lists numerous previous versions dating back to `2.11.0` for reference, each with its own link to documentation."],["`CompanyServiceConnection` defines virtual methods that mirror the user-facing overload sets found in `CompanyServiceClient`, enabling users to inject custom behavior for testing purposes."],["Users can create a concrete instance of `CompanyServiceConnection` by using the `MakeCompanyServiceConnection()` function, or utilize `talent_v4_mocks::MockCompanyServiceConnection` for mocking purposes."],["Key functions of the `CompanyServiceConnection` interface include `CreateCompany`, `GetCompany`, `UpdateCompany`, `DeleteCompany`, and `ListCompanies`, alongside a function for setting `Options`."]]],[]]