Class ReportRuntimeEventRequest (1.0.0-beta04)

public sealed class ReportRuntimeEventRequest : IMessage<ReportRuntimeEventRequest>, IEquatable<ReportRuntimeEventRequest>, IDeepCloneable<ReportRuntimeEventRequest>, IBufferMessage, IMessage

Request for reporting a Managed Notebook Event.

Inheritance

Object > ReportRuntimeEventRequest

Namespace

Google.Cloud.Notebooks.V1

Assembly

Google.Cloud.Notebooks.V1.dll

Constructors

ReportRuntimeEventRequest()

public ReportRuntimeEventRequest()

ReportRuntimeEventRequest(ReportRuntimeEventRequest)

public ReportRuntimeEventRequest(ReportRuntimeEventRequest other)
Parameter
NameDescription
otherReportRuntimeEventRequest

Properties

Event

public Event Event { get; set; }

Required. The Event to be reported.

Property Value
TypeDescription
Event

Name

public string Name { get; set; }

Required. Format: projects/{project_id}/locations/{location}/runtimes/{runtime_id}

Property Value
TypeDescription
String

RuntimeName

public RuntimeName RuntimeName { get; set; }

RuntimeName-typed view over the Name resource name property.

Property Value
TypeDescription
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
TypeDescription
String