This interface defines virtual methods for each of the user-facing overload sets in EventarcClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type EventarcClient.
[[["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-14 UTC."],[[["This document details the `EventarcConnection` class, which provides an interface for interacting with the Eventarc API, including methods for managing triggers, channels, providers, and channel connections."],["The `EventarcConnection` class is used in conjunction with the `EventarcClient` to facilitate custom behavior and testing through the use of virtual methods and Google Mock objects."],["A comprehensive list of versioned documentation links are provided, starting from version 2.37.0-rc (latest) down to 2.11.0, for users to reference the exact methods and classes within their required version."],["The document outlines numerous virtual functions within `EventarcConnection`, including `GetTrigger`, `ListTriggers`, `CreateTrigger`, `DeleteTrigger`, `GetChannel`, `ListChannels`, `CreateChannel`, `DeleteChannel`, and similar functions for `Providers` and `ChannelConnections`."],["There are also methods provided for configuring google channels, with `GetGoogleChannelConfig`, and `UpdateGoogleChannelConfig`."]]],[]]