This interface defines virtual methods for each of the user-facing overload sets in EnvironmentsClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type EnvironmentsClient.
[[["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 page details the `EnvironmentsConnection` class for Google Cloud Composer, specifically within version 2.14.0, while providing links to other version's pages."],["`EnvironmentsConnection` serves as an interface that defines virtual methods corresponding to user-facing overloads found in `EnvironmentsClient`."],["This interface facilitates the injection of custom behaviors, like those from Google Mock objects, in testing scenarios involving `EnvironmentsClient` objects."],["The class includes a variety of virtual methods for managing Airflow environments, such as `CreateEnvironment`, `GetEnvironment`, `ListEnvironments`, and `UpdateEnvironment`, alongside methods for executing, stopping, and polling Airflow commands."],["The documentation provides links to create concrete instances of `EnvironmentsConnection` through the `MakeEnvironmentsConnection()` function, and for mocking purposes using `composer_v1_mocks::MockEnvironmentsConnection`."]]],[]]