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."],[[["The `RollbackInstanceRequest` class in the AI Platform Notebooks v1 API allows for rolling back a notebook instance to a previous state."],["This class is part of the `Google.Cloud.Notebooks.V1` namespace and is implemented in the `Google.Cloud.Notebooks.V1.dll` assembly."],["The latest version of the `RollbackInstanceRequest` class is 2.5.0, with multiple prior versions available, such as 2.4.0, 2.3.0, and 2.0.0."],["To use the `RollbackInstanceRequest`, you must provide the notebook instance's name in the format: `projects/{project_id}/locations/{location}/instances/{instance_id}`."],["You must also specify the `TargetSnapshot`, which is the snapshot you want to roll back to, with the example format: `projects/test-project/global/snapshots/krwlzipynril`."]]],[]]