public sealed class GetInstanceRequest : IMessage<GetInstanceRequest>, IEquatable<GetInstanceRequest>, IDeepCloneable<GetInstanceRequest>, IBufferMessage, IMessage
[[["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 page details the `GetInstanceRequest` class, which is used to request information about a specific notebook instance within the Google Cloud Notebooks service."],["The `GetInstanceRequest` class is part of the `Google.Cloud.Notebooks.V1Beta1` namespace and is available in the `Google.Cloud.Notebooks.V1Beta1.dll` assembly."],["`GetInstanceRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like message handling, equality checks, deep cloning, and buffer operations."],["The class includes a `Name` property, a required string value that follows the format `projects/{project_id}/locations/{location}/instances/{instance_id}`, to identify the specific instance to get."],["There are two constructors for GetInstanceRequest, a parameterless one, and another one that accepts a GetInstanceRequest type as a parameter."]]],[]]