public sealed class GetInstanceRequest : IMessage<GetInstanceRequest>, IEquatable<GetInstanceRequest>, IDeepCloneable<GetInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class GetInstanceRequest.
[[["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 `GetInstanceRequest` class within the AI Platform Notebooks v1 API."],["`GetInstanceRequest` is used to request a specific notebook instance, and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and provides two constructors: a default constructor and one that takes another `GetInstanceRequest` object as a parameter for copying."],["The `GetInstanceRequest` class has one main property called `Name`, which is required and must follow the format: `projects/{project_id}/locations/{location}/instances/{instance_id}`."],["Multiple previous versions of this document are available, as well as the latest version (2.5.0) and can be accessed via the links provided in the document."]]],[]]