public sealed class GetInstanceHealthRequest : IMessage<GetInstanceHealthRequest>, IEquatable<GetInstanceHealthRequest>, IDeepCloneable<GetInstanceHealthRequest>, IBufferMessage, IMessage
Request for checking if a notebook instance is healthy.
[[["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 describes the `GetInstanceHealthRequest` class, which is used to check the health of a notebook instance."],["The class is part of the `Google.Cloud.Notebooks.V1` namespace and is available in version 1.0.0-beta04 of the Google.Cloud.Notebooks.V1.dll assembly, with newer versions being available as high as 2.5.0."],["`GetInstanceHealthRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `GetInstanceHealthRequest` class includes properties `InstanceName`, which provides a type view of the `Name` property, and `Name`, which is the required format for the resource name of the instance."],["The class provides two constructors: a parameterless constructor and one that accepts an instance of another `GetInstanceHealthRequest` object."]]],[]]