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.
Request for reporting a Managed Notebook Event.
Implements
IMessageReportRuntimeEventRequest, IEquatableReportRuntimeEventRequest, IDeepCloneableReportRuntimeEventRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Notebooks.V1Assembly
Google.Cloud.Notebooks.V1.dll
Constructors
ReportRuntimeEventRequest()
public ReportRuntimeEventRequest()
ReportRuntimeEventRequest(ReportRuntimeEventRequest)
public ReportRuntimeEventRequest(ReportRuntimeEventRequest other)
Parameter | |
---|---|
Name | Description |
other |
ReportRuntimeEventRequest |
Properties
Event
public Event Event { get; set; }
Required. The Event to be reported.
Property Value | |
---|---|
Type | Description |
Event |
Name
public string Name { get; set; }
Required. Format:
projects/{project_id}/locations/{location}/runtimes/{runtime_id}
Property Value | |
---|---|
Type | Description |
string |
RuntimeName
public RuntimeName RuntimeName { get; set; }
RuntimeName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
RuntimeName |
VmId
public string VmId { get; set; }
Required. The VM hardware token for authenticating the VM. https://cloud.google.com/compute/docs/instances/verifying-instance-identity
Property Value | |
---|---|
Type | Description |
string |