This interface defines virtual methods for each of the user-facing overload sets in RealmsServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type RealmsServiceClient.
[[["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."],[[["The `RealmsServiceConnection` object is used in conjunction with `RealmsServiceClient` to interact with the Google Cloud Game Services API, defining virtual methods for user-facing overload sets."],["This interface enables custom behavior injection, like using a Google Mock object, during testing of `RealmsServiceClient` objects."],["The `MakeRealmsServiceConnection()` function allows the creation of concrete instances of the `RealmsServiceConnection`, while `gameservices_v1_mocks::MockRealmsServiceConnection` is available for mocking purposes."],["The interface provides virtual functions like `ListRealms`, `GetRealm`, `CreateRealm`, `DeleteRealm`, `UpdateRealm`, and `PreviewRealmUpdate` to perform various operations on realms, each accepting a specific request parameter and having a defined return type."]]],[]]