public sealed class ReportInstanceInfoRequest : IMessage<ReportInstanceInfoRequest>, IEquatable<ReportInstanceInfoRequest>, IDeepCloneable<ReportInstanceInfoRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class ReportInstanceInfoRequest.
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-09-09 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eReportInstanceInfoRequest\u003c/code\u003e class is part of the AI Platform Notebooks v1 API and is used to send information from notebook instances to the Notebooks API.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing functionalities such as deep cloning and equality comparison.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains properties such as \u003ccode\u003eMetadata\u003c/code\u003e, \u003ccode\u003eName\u003c/code\u003e, and \u003ccode\u003eVmId\u003c/code\u003e, with the latter two being required to identify and authenticate the VM reporting the information.\u003c/p\u003e\n"],["\u003cp\u003eThe namespace \u003ccode\u003eGoogle.Cloud.Notebooks.V1\u003c/code\u003e contains the \u003ccode\u003eReportInstanceInfoRequest\u003c/code\u003e class, and it can be found in the assembly \u003ccode\u003eGoogle.Cloud.Notebooks.V1.dll\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThere are multiple available versions for this class ranging from \u003ccode\u003e1.0.0-beta04\u003c/code\u003e to \u003ccode\u003e2.5.0\u003c/code\u003e, with the \u003ccode\u003e2.5.0\u003c/code\u003e version being the latest.\u003c/p\u003e\n"]]],[],null,["# AI Platform Notebooks v1 API - Class ReportInstanceInfoRequest (2.5.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.5.0 (latest)](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1.ReportInstanceInfoRequest)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/2.4.0/Google.Cloud.Notebooks.V1.ReportInstanceInfoRequest)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/2.3.0/Google.Cloud.Notebooks.V1.ReportInstanceInfoRequest)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/2.2.0/Google.Cloud.Notebooks.V1.ReportInstanceInfoRequest)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/2.1.0/Google.Cloud.Notebooks.V1.ReportInstanceInfoRequest)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/2.0.0/Google.Cloud.Notebooks.V1.ReportInstanceInfoRequest)\n- [1.0.0-beta04](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/1.0.0-beta04/Google.Cloud.Notebooks.V1.ReportInstanceInfoRequest) \n\n public sealed class ReportInstanceInfoRequest : IMessage\u003cReportInstanceInfoRequest\u003e, IEquatable\u003cReportInstanceInfoRequest\u003e, IDeepCloneable\u003cReportInstanceInfoRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the AI Platform Notebooks v1 API class ReportInstanceInfoRequest.\n\nRequest for notebook instances to report information to Notebooks API. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ReportInstanceInfoRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ReportInstanceInfoRequest](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1.ReportInstanceInfoRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ReportInstanceInfoRequest](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1.ReportInstanceInfoRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ReportInstanceInfoRequest](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1.ReportInstanceInfoRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Notebooks.V1](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Notebooks.V1.dll\n\nConstructors\n------------\n\n### ReportInstanceInfoRequest()\n\n public ReportInstanceInfoRequest()\n\n### ReportInstanceInfoRequest(ReportInstanceInfoRequest)\n\n public ReportInstanceInfoRequest(ReportInstanceInfoRequest other)\n\nProperties\n----------\n\n### Metadata\n\n public MapField\u003cstring, string\u003e Metadata { get; }\n\nThe metadata reported to Notebooks API. This will be merged to the instance\nmetadata store\n\n### Name\n\n public string Name { get; set; }\n\nRequired. Format:\n`projects/{project_id}/locations/{location}/instances/{instance_id}`\n\n### VmId\n\n public string VmId { get; set; }\n\nRequired. The VM hardware token for authenticating the VM.\n\u003chttps://cloud.google.com/compute/docs/instances/verifying-instance-identity\u003e"]]