public sealed class GetRuntimeRequest : IMessage<GetRuntimeRequest>, IEquatable<GetRuntimeRequest>, IDeepCloneable<GetRuntimeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class GetRuntimeRequest.
[[["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 `GetRuntimeRequest` class is part of the AI Platform Notebooks v1 API, specifically within the `Google.Cloud.Notebooks.V1` namespace in the .NET library."],["It represents a request for retrieving information about a Managed Notebook Runtime, and it inherits from the base `Object` class, implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetRuntimeRequest` class has two constructors, one default and one that accepts another `GetRuntimeRequest` object for copying, and it defines properties such as `Name` and `RuntimeName` to specify the target runtime."],["This documentation also covers various versions of the GetRuntimeRequest, with version 2.5.0 being the most recent and versions ranging from 2.4.0 to 2.0.0, and even an older 1.0.0-beta04 version, with direct links to these different versions."]]],[]]