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"]],[["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-03-21 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."]]],[]]