public sealed class GetInstanceRequest : IMessage<GetInstanceRequest>, IEquatable<GetInstanceRequest>, IDeepCloneable<GetInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Notebooks v2 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."],[[["The `GetInstanceRequest` class is used to request a specific notebook instance within the Google Cloud Notebooks v2 API."],["It implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer operations."],["The class has two constructors: a default constructor `GetInstanceRequest()` and a copy constructor `GetInstanceRequest(GetInstanceRequest other)` that takes another `GetInstanceRequest` object as a parameter."],["It includes properties such as `InstanceName` (a typed view over the resource name) and `Name` (a string representing the resource name in the format `projects/{project_id}/locations/{location}/instances/{instance_id}`)."],["This class is found within the `Google.Cloud.Notebooks.V2` namespace, in the `Google.Cloud.Notebooks.V2.dll` assembly, and is the latest version 1.2.0 in the documentation."]]],[]]