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-03-14 UTC."],[[["The webpage details the `CompanyServiceConnection` class within the Google Cloud Talent API's C++ client library, specifically across multiple versions ranging from 2.11.0 to the latest release candidate 2.37.0-rc."],["`CompanyServiceConnection` acts as an interface defining virtual methods corresponding to user-facing operations in `CompanyServiceClient`, which enables users to customize behavior for testing purposes."],["This `CompanyServiceConnection` interface includes functions for common company management operations, such as creating, getting, updating, deleting, and listing companies, each utilizing specific request and return types."],["Users can create a concrete instance of the `CompanyServiceConnection` using the `MakeCompanyServiceConnection()` function, and for mocking purposes, they can use the `talent_v4_mocks::MockCompanyServiceConnection` class."],["The virtual functions within `CompanyServiceConnection`, such as `CreateCompany`, `GetCompany`, `UpdateCompany`, `DeleteCompany`, and `ListCompanies`, interact with specific request objects and return either a `StatusOr` of a company object or a `Status`."]]],[]]