public sealed class ReportInstanceInfoRequest : IMessage<ReportInstanceInfoRequest>, IEquatable<ReportInstanceInfoRequest>, IDeepCloneable<ReportInstanceInfoRequest>, IBufferMessage, IMessage
Request for notebook instances to report information to Notebooks API.
[[["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 provides documentation for the `ReportInstanceInfoRequest` class, which is part of the `Google.Cloud.Notebooks.V1` namespace and is used to send information about notebook instances to the Notebooks API."],["The `ReportInstanceInfoRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["It has properties such as `Metadata`, `Name`, and `VmId` which are used to report information like instance details and VM authentication tokens."],["The documentation covers various versions of the `ReportInstanceInfoRequest`, ranging from the latest 2.5.0 to version 1.0.0-beta04."],["The `ReportInstanceInfoRequest` class has two constructors: a default one and another one that takes another `ReportInstanceInfoRequest` as a parameter."]]],[]]