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."],[[["The document provides reference documentation for the `GetInstanceRequest` class within the AI Platform Notebooks v1 API, specifically for version 2.2.0 of the .NET library."],["`GetInstanceRequest` is used to request details about a specific notebook instance, as indicated by its role and description."],["This class implements several interfaces, including `IMessage`, `IEquatable\u003cGetInstanceRequest\u003e`, `IDeepCloneable\u003cGetInstanceRequest\u003e`, and `IBufferMessage`, offering a variety of functionalities."],["The class includes constructors for creating instances of `GetInstanceRequest`, either as a new object or by copying another `GetInstanceRequest` object."],["The `Name` property is a required string property, representing the formatted path to the notebook instance, in the format `projects/{project_id}/locations/{location}/instances/{instance_id}`."]]],[]]