This interface defines virtual methods for each of the user-facing overload sets in ReservationsClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type ReservationsClient.
To create a concrete instance, see MakeReservationsConnection().
[[["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-05 UTC."],[[["This document outlines the `ReservationsConnection` class, which provides an interface for managing Compute Engine reservations through various virtual methods."],["The `ReservationsConnection` class is associated with the `ReservationsClient`, facilitating interactions with reservation resources, and it is available in C++ library versions from 2.15.1 to the latest release candidate 2.37.0-rc."],["Users can use the `ReservationsConnection` object to inject custom behaviors, especially useful during testing with mock objects, such as `MockReservationsConnection`."],["The class provides virtual methods like `AggregatedListReservations`, `DeleteReservation`, `GetReservation`, `InsertReservation`, and more, allowing operations like creating, deleting, resizing, and getting details about reservations."],["The document includes details for each virtual method, including parameters and return types, enabling users to understand how to interact with reservation resources programmatically."]]],[]]