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-03-21 UTC."],[[["This webpage provides documentation for the `GetInstanceRequest` class within the Google Cloud Notebooks v1 API, which is used to request information about a specific notebook instance."],["The latest version of `GetInstanceRequest` is 2.5.0, and the documentation includes links to previous versions ranging from 2.4.0 to 1.0.0-beta04."],["The `GetInstanceRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to interact with the wider .NET ecosystem."],["The `Name` property is a required string field that defines the notebook instance to get information for using a specific format `projects/{project_id}/locations/{location}/instances/{instance_id}`."],["The class has two constructors `GetInstanceRequest()` and `GetInstanceRequest(GetInstanceRequest)` which allow it to be created empty or as a copy of an existing instance."]]],[]]