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."],[[["This documentation details the `RollbackInstanceRequest` class within the Google Cloud Notebooks v2 API, which is used to request the rollback of a notebook instance."],["The `RollbackInstanceRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for compatibility and functionality."],["It provides properties like `InstanceName`, `Name`, `RevisionId`, and `TargetSnapshot`, allowing for the specification of the instance, revision, and target snapshot to be used for the rollback."],["The class supports two constructors, a default constructor and a constructor to clone an existing `RollbackInstanceRequest`."],["This class is found in version 1.0.0 of the Google.Cloud.Notebooks.V2 namespace and the Google.Cloud.Notebooks.V2.dll assembly."]]],[]]