public sealed class GetRealmRequest : IMessage<GetRealmRequest>, IEquatable<GetRealmRequest>, IDeepCloneable<GetRealmRequest>, IBufferMessage, IMessage
[[["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 latest version of the `GetRealmRequest` class is 2.2.0, but this page specifically documents version 1.3.0, which is an older version in the series."],["`GetRealmRequest` is a request message used for `RealmsService.GetRealm`, and it inherits from the base `Object` class, implementing several interfaces for message handling, equality, and cloning."],["This class allows users to construct `GetRealmRequest` objects either through an empty constructor or by copying another `GetRealmRequest` instance."],["The `GetRealmRequest` class has a `Name` property that is a string, and it is required, representing the resource name in the format: `projects/{project}/locations/{location}/realms/{realm}`."],["It also has a `RealmName` property, which is a `RealmName`-typed view of the resource `Name` property, providing a structured way to interact with realm names."]]],[]]