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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]