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 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."]]],[]]