public sealed class RollbackInstanceRequest : IMessage<RollbackInstanceRequest>, IEquatable<RollbackInstanceRequest>, IDeepCloneable<RollbackInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Notebooks v2 API class RollbackInstanceRequest.
[[["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."],[[["The `RollbackInstanceRequest` class in the Notebooks v2 API is used to request the rollback of a notebook instance."],["This class is part of the `Google.Cloud.Notebooks.V2` namespace and is available in the `Google.Cloud.Notebooks.V2.dll` assembly, and implements several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `RollbackInstanceRequest` class requires specifying the instance name, revision ID, and the target snapshot for the rollback operation."],["There are two constructors for `RollbackInstanceRequest`: a default constructor and one that accepts another `RollbackInstanceRequest` object, allowing for easy copying of the object."],["The class includes properties for `InstanceName`, `Name`, `RevisionId`, and `TargetSnapshot`, which are all necessary for specifying the rollback operation to perform."]]],[]]