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"]],[["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-04-02 UTC."],[[["This document provides reference documentation for the `GetInstanceRequest` class within the AI Platform Notebooks v1 API, specifically for version 2.1.0 of the Google.Cloud.Notebooks.V1 library."],["`GetInstanceRequest` is used to request a specific notebook instance, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and includes constructors to create a new `GetInstanceRequest` or clone an existing one, and it has been released in multiple versions from 1.0.0-beta04 to the latest 2.5.0."],["It contains one property `Name` that requires a string value in the format of `projects/{project_id}/locations/{location}/instances/{instance_id}` to specify the notebook instance being requested."],["The API namespace is `Google.Cloud.Notebooks.V1` and is available within the `Google.Cloud.Notebooks.V1.dll` assembly."]]],[]]