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 `GetInstanceRequest` class is part of the AI Platform Notebooks v1 API, specifically within the `Google.Cloud.Notebooks.V1` namespace."],["This class is used to request a specific notebook instance and it inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the API available is 2.5.0, while this specific documentation page refers to version 2.0.0."],["The `GetInstanceRequest` class has two constructors: a default one and another that takes an existing `GetInstanceRequest` object as a parameter."],["`Name` is the main property of the `GetInstanceRequest` class, it is of type string, and it requires a specific format: `projects/{project_id}/locations/{location}/instances/{instance_id}`."]]],[]]