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 details the `CompanyServiceConnection` interface, which defines virtual methods for each user-facing overload set in `CompanyServiceClient`."],["The latest release candidate is version 2.37.0-rc, and the content includes documentation for versions ranging from 2.11.0 to 2.36.0, in addition to the current page for 2.26.0."],["`CompanyServiceConnection` enables the injection of custom behaviors for testing purposes, allowing users to utilize objects such as Google Mock objects when writing tests for `CompanyServiceClient`."],["The interface includes functions for common company operations, such as `CreateCompany`, `GetCompany`, `UpdateCompany`, `DeleteCompany`, and `ListCompanies`, each taking a specific request type and returning a status or a `Company` object."],["`MakeCompanyServiceConnection()` is used to create concrete instance and `talent_v4_mocks::MockCompanyServiceConnection` is used for mocking."]]],[]]