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-07-18 UTC."],[[["This webpage details the `ContentServiceConnection` object, which acts as an interface defining virtual methods for `ContentServiceClient`'s user-facing overload sets, allowing for custom behavior injection in testing."],["The content covers various versions of the `ContentServiceConnection`, ranging from the latest release candidate `2.37.0-rc` down to version `2.11.0`, the latter of which is where the object's function details can be seen."],["The document provides detailed information on the functions within `ContentServiceConnection`, such as `CreateContent`, `UpdateContent`, `DeleteContent`, `GetContent`, `GetIamPolicy`, `SetIamPolicy`, `TestIamPermissions`, and `ListContent`, including their parameters and return types."],["Users can create concrete instances of the `ContentServiceConnection` using `MakeContentServiceConnection()`, and they can use `dataplex_v1_mocks::MockContentServiceConnection` for mocking purposes in testing scenarios."],["The `ContentServiceConnection` enables operations related to content management, including creation, updating, deletion, retrieval, and the management of IAM policies and permissions."]]],[]]