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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eReportInstanceInfoRequest\u003c/code\u003e class is used to send information from notebook instances to the Notebooks API, and it is part of the \u003ccode\u003eGoogle.Cloud.Notebooks.V1Beta1\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eObject\u003c/code\u003e and implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, enabling various functionalities like message handling, equality checks, deep cloning, and buffer management.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eReportInstanceInfoRequest\u003c/code\u003e class contains properties like \u003ccode\u003eMetadata\u003c/code\u003e, which is a \u003ccode\u003eMapField\u003c/code\u003e for storing key-value metadata, \u003ccode\u003eName\u003c/code\u003e which represents the instance name, and \u003ccode\u003eVmId\u003c/code\u003e, which is a required hardware token for authenticating the virtual machine.\u003c/p\u003e\n"],["\u003cp\u003eThere are multiple versions of \u003ccode\u003eReportInstanceInfoRequest\u003c/code\u003e, including the latest \u003ccode\u003e2.0.0-beta05\u003c/code\u003e, and previous versions \u003ccode\u003e2.0.0-beta04\u003c/code\u003e, and \u003ccode\u003e1.0.0-beta04\u003c/code\u003e which are accessible through their respective links.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eReportInstanceInfoRequest\u003c/code\u003e class provides two constructors, one default \u003ccode\u003eReportInstanceInfoRequest()\u003c/code\u003e and another \u003ccode\u003eReportInstanceInfoRequest(ReportInstanceInfoRequest other)\u003c/code\u003e that allows creating a new instance by copying an existing \u003ccode\u003eReportInstanceInfoRequest\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,[]]