public sealed class GetRealmRequest : IMessage<GetRealmRequest>, IEquatable<GetRealmRequest>, IDeepCloneable<GetRealmRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud for Games v1beta 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."],[[["This page provides documentation for the `GetRealmRequest` class within the Google Cloud for Games v1beta API, specifically version 2.0.0-beta02."],["`GetRealmRequest` is a request message used by `RealmsService.GetRealm` to retrieve realm information, and it inherits from the base `Object` class and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetRealmRequest` class includes properties like `Name` (a string) and `RealmName` (a `RealmName` object), where `Name` is required and specifies the realm's resource name."],["The `GetRealmRequest` class has two constructors, the default one and one which takes another `GetRealmRequest` object as parameter."],["There are 3 versions of the `GetRealmRequest` which are available and documented, with the latest version being `2.0.0-beta03`."]]],[]]