public sealed class RollbackInstanceRequest : IMessage<RollbackInstanceRequest>, IEquatable<RollbackInstanceRequest>, IDeepCloneable<RollbackInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 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 document provides reference documentation for the `RollbackInstanceRequest` class within the Google Cloud Notebooks v1 API, specifically version 2.1.0."],["`RollbackInstanceRequest` is a class used to request the rollback of a notebook instance to a previous state."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The `RollbackInstanceRequest` class has two constructors and two properties: `Name`, representing the instance's resource path, and `TargetSnapshot`, representing the snapshot to rollback to."],["The document also includes a version history, listing previous versions of the `RollbackInstanceRequest` class."]]],[]]