public sealed class UpdateRealmRequest : IMessage<UpdateRealmRequest>, IEquatable<UpdateRealmRequest>, IDeepCloneable<UpdateRealmRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Game Services v1 API class UpdateRealmRequest.
[[["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 documentation page provides reference information for the `UpdateRealmRequest` class within the Google Cloud Game Services v1 API."],["The `UpdateRealmRequest` class is used to define the request message for updating a realm and is part of the `Google.Cloud.Gaming.V1` namespace."],["The `UpdateRealmRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["Key properties of the `UpdateRealmRequest` class include `Realm`, representing the realm to be updated, and `UpdateMask`, defining which fields should be updated."],["The document also provides details for multiple versions of the UpdateRealmRequest, including the current latest 2.2.0 and from 2.1.0 back to 1.1.0."]]],[]]