public sealed class ReportRuntimeEventRequest : IMessage<ReportRuntimeEventRequest>, IEquatable<ReportRuntimeEventRequest>, IDeepCloneable<ReportRuntimeEventRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class ReportRuntimeEventRequest.
[[["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 provides reference information for the `ReportRuntimeEventRequest` class within the Google Cloud Notebooks v1 API, specifically version 2.0.0."],["`ReportRuntimeEventRequest` is a class used to report Managed Notebook Events and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, `ReportRuntimeEventRequest()` and `ReportRuntimeEventRequest(ReportRuntimeEventRequest other)`, allowing for default initialization or copying from an existing request object."],["Key properties of the `ReportRuntimeEventRequest` include `Event` (the event being reported), `Name` (the resource name), `RuntimeName` (a typed view of the name), and `VmId` (VM hardware token for authentication)."],["The latest version of this specific item in the documentation is 2.5.0, with previous versions listed ranging back to 1.0.0-beta04."]]],[]]