public sealed class PreviewRealmUpdateResponse : IMessage<PreviewRealmUpdateResponse>, IEquatable<PreviewRealmUpdateResponse>, IDeepCloneable<PreviewRealmUpdateResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud for Games v1beta API class PreviewRealmUpdateResponse.
Response 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-07-09 UTC."],[[["The `PreviewRealmUpdateResponse` class is a response message for the `RealmsService.PreviewRealmUpdate` method within the Google Cloud for Games v1beta API."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like deep cloning and message handling."],["`PreviewRealmUpdateResponse` class contains properties such as `Etag`, which is a string representing the ETag of the realm, and `TargetState`, which is a `TargetState` type representing the desired state."],["There are two constructors for the class, one that is parameterless, and one that takes in another instance of a `PreviewRealmUpdateResponse` object."],["The latest version for this API is `2.0.0-beta03`, and earlier versions, `2.0.0-beta02`, and `1.0.0-beta09` are also available."]]],[]]