This interface defines virtual methods for each of the user-facing overload sets in EngineServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type EngineServiceClient.
[[["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."],[[["This document outlines the `EngineServiceConnection` interface for the Google Cloud Discovery Engine API, specifically for version 2.34.0."],["The `EngineServiceConnection` interface defines virtual methods mirroring those in `EngineServiceClient`, allowing for custom behavior injection, especially useful in testing scenarios."],["It provides access to a range of functionalities, including creating, deleting, updating, getting, and listing engines, as well as managing operations via methods such as `CreateEngine`, `DeleteEngine`, `UpdateEngine`, `GetEngine`, and `ListEngines`."],["The document also offers direction on creating concrete instances using `MakeEngineServiceConnection()` and utilizing `discoveryengine_v1_mocks::MockEngineServiceConnection` for mocking purposes."],["The Latest version is 2.37.0-rc, and there are many other past versions with associated links, from 2.36.0 down to 2.15.1."]]],[]]