public sealed class GetRuntimeRequest : IMessage<GetRuntimeRequest>, IEquatable<GetRuntimeRequest>, IDeepCloneable<GetRuntimeRequest>, 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 document outlines the `GetRuntimeRequest` class, which is used to request a Managed Notebook Runtime, and is part of the `Google.Cloud.Notebooks.V1` namespace."],["The latest version for this class is 2.5.0, with other prior versions also accessible on the page, ranging down to version 1.0.0-beta04."],["The `GetRuntimeRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, along with inheriting members from the base `Object` class."],["It includes two constructors, a default constructor and another that takes an existing `GetRuntimeRequest` object, along with two properties, `Name` and `RuntimeName`."],["The `Name` property is a required string that follows a specific format, while `RuntimeName` provides a typed view over the `Name` resource."]]],[]]