public sealed class GetRealmRequest : IMessage<GetRealmRequest>, IEquatable<GetRealmRequest>, IDeepCloneable<GetRealmRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Game Services v1 API class GetRealmRequest.
[[["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 `GetRealmRequest` class is part of the Game Services v1 API and is used to request information about a specific realm."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object management within the Google Cloud environment."],["The class supports multiple versions of the API, with version 2.2.0 being the latest and versions ranging back to 1.1.0 available."],["The `GetRealmRequest` class includes properties such as `Name` (a string representing the resource name) and `RealmName` (a typed view over the `Name` resource), for specifically defining the realm to be retrieved."],["It contains inherited members from `Object` like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()` that provide core functionalities."]]],[]]