public sealed class CreateRealmRequest : IMessage<CreateRealmRequest>, IEquatable<CreateRealmRequest>, IDeepCloneable<CreateRealmRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud for Games v1beta API class CreateRealmRequest.
[[["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-07-09 UTC."],[[["The `CreateRealmRequest` class is part of the Google Cloud for Games v1beta API, designed to handle requests for creating a realm."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling message handling, equality checks, deep cloning, and buffer message support."],["`CreateRealmRequest` has properties for `Parent`, `ParentAsLocationName`, `Realm`, and `RealmId`, which are essential for specifying the location, and details of the realm to be created."],["The latest version of this class is 2.0.0-beta03, and prior versions such as 2.0.0-beta02 and 1.0.0-beta09 are available as well."],["The `CreateRealmRequest` class contains two constructors, one default and another to clone from another `CreateRealmRequest` object."]]],[]]