This interface defines virtual methods for each of the user-facing overload sets in ContentServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type ContentServiceClient.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage details the `ContentServiceConnection` object, which is an interface defining virtual methods for user-facing overload sets in `ContentServiceClient`."],["The latest version available is 2.37.0-rc, and the page also provides links to access other versions ranging from 2.11.0 up to the latest."],["`ContentServiceConnection` facilitates the injection of custom behavior for testing purposes, especially when using `ContentServiceClient` objects."],["The object includes virtual functions like `CreateContent`, `UpdateContent`, `DeleteContent`, `GetContent`, `GetIamPolicy`, `SetIamPolicy`, `TestIamPermissions`, and `ListContent` for managing content and its associated permissions."],["The object provides a `MakeContentServiceConnection()` function that can create a concrete instance and a `MockContentServiceConnection` for mocking capabilities."]]],[]]