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-09 UTC."],[[["This page details the `CompanyServiceConnection` class within the Google Cloud Talent API's C++ client library, specifically outlining its role in interfacing with the `CompanyServiceClient`."],["The latest release candidate version available is 2.37.0-rc, while the current documentation refers to version 2.35.0, and a list of previous versions from 2.36.0 down to 2.11.0 are accessible via the provided links."],["The `CompanyServiceConnection` interface defines virtual methods for user-facing overload sets in `CompanyServiceClient`, allowing for custom behavior injection during testing."],["The class includes virtual functions for managing company data, such as creating, retrieving, updating, deleting, and listing companies, alongside a `GetOperation` function for long-running operations."],["A mock implementation, `MockCompanyServiceConnection`, is available for mocking purposes in tests, and a concrete instance can be created using the `MakeCompanyServiceConnection()` function."]]],[]]