public sealed class OperationProgress : IMessage<OperationProgress>, IEquatable<OperationProgress>, IDeepCloneable<OperationProgress>, IBufferMessage, IMessage
Encapsulates progress related information for a Cloud Spanner long
running operation.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eGoogle.Cloud.Spanner.Admin.Database.V1\u003c/code\u003e is \u003ccode\u003e5.0.0-beta05\u003c/code\u003e, with multiple other versions available including \u003ccode\u003e4.6.0\u003c/code\u003e, \u003ccode\u003e4.5.0\u003c/code\u003e, \u003ccode\u003e4.4.0\u003c/code\u003e, and going all the way down to 3.5.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eOperationProgress\u003c/code\u003e class encapsulates progress information for long-running Cloud Spanner operations and implements \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e interfaces.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eOperationProgress\u003c/code\u003e class has properties such as \u003ccode\u003eEndTime\u003c/code\u003e, \u003ccode\u003eProgressPercent\u003c/code\u003e, and \u003ccode\u003eStartTime\u003c/code\u003e to track the status of the Cloud Spanner operation, which is reflected by an integer representing a percentage and a timestamp.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eOperationProgress\u003c/code\u003e class has two constructors, a default one, and another one that takes in another instance of itself.\u003c/p\u003e\n"]]],[],null,[]]