public sealed class PreviewRealmUpdateRequest : IMessage<PreviewRealmUpdateRequest>, IEquatable<PreviewRealmUpdateRequest>, IDeepCloneable<PreviewRealmUpdateRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud for Games v1beta API class PreviewRealmUpdateRequest.
Request message for RealmsService.PreviewRealmUpdate.
[[["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 provides reference information for the `PreviewRealmUpdateRequest` class within the Google Cloud for Games v1beta API, specifically for version 2.0.0-beta02."],["The `PreviewRealmUpdateRequest` class is a request message used by the `RealmsService.PreviewRealmUpdate` method, designed for updating realm resources in the Google Cloud for Games."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["Key properties of the `PreviewRealmUpdateRequest` class include `PreviewTime` (a target timestamp), `Realm` (the realm to update), and `UpdateMask` (specifying which fields to update)."],["The latest release is version 2.0.0-beta03, while 1.0.0-beta09 is also available, indicating the progression of the API's beta versions."]]],[]]