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-21 UTC."],[[["The latest version of the `CompanyServiceConnection` class is 2.37.0-rc, with numerous previous versions available, spanning from 2.36.0 down to 2.11.0."],["`CompanyServiceConnection` defines virtual methods for each user-facing overload set in `CompanyServiceClient`, enabling users to inject custom behavior, particularly for testing."],["The interface includes functions for creating, retrieving, updating, and deleting companies, with methods like `CreateCompany`, `GetCompany`, `UpdateCompany`, and `DeleteCompany`, each taking a specific request parameter."],["It provides a `ListCompanies` function that returns a `StreamRange` of company objects and also contains a `GetOperation` function for retrieving the status of operations."],["A concrete instance of `CompanyServiceConnection` can be created using `MakeCompanyServiceConnection()`, and `MockCompanyServiceConnection` is available for mocking purposes."]]],[]]