public sealed class UpdateInstanceMetadata : IMessage<UpdateInstanceMetadata>, IEquatable<UpdateInstanceMetadata>, IDeepCloneable<UpdateInstanceMetadata>, IBufferMessage, IMessage
Metadata type for the operation returned by
[UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance].
The time at which this operation was cancelled. If set, this operation is
in the process of undoing itself (which is guaranteed to succeed) and
cannot be cancelled again.
[[["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-04-09 UTC."],[[["This webpage details the `UpdateInstanceMetadata` class, which is essential for tracking the progress and status of instance updates in Google Cloud Spanner."],["The latest version available is 5.0.0-beta05, while version 3.11.0 is being specifically documented in this section, with many previous version links also being provided."],["`UpdateInstanceMetadata` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from the base `Object` class, providing a range of functionalities."],["Key properties of `UpdateInstanceMetadata` include `CancelTime`, `EndTime`, `Instance`, and `StartTime`, all of which utilize the `Timestamp` type to track the timing related to instance update operations, with the Instance property being the desired end state."],["This class can be constructed using either the default `UpdateInstanceMetadata()` constructor or via the `UpdateInstanceMetadata(UpdateInstanceMetadata other)` constructor, which copies data from another provided metadata object."]]],[]]