Class ReportRuntimeEventRequest (1.4.0)

ReportRuntimeEventRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request for reporting a Managed Notebook Event.

Attributes

NameDescription
name str
Required. Format: ``projects/{project_id}/locations/{location}/runtimes/{runtime_id}``
vm_id str
Required. The VM hardware token for authenticating the VM. https://cloud.google.com/compute/docs/instances/verifying-instance-identity
event google.cloud.notebooks_v1.types.Event
Required. The Event to be reported.

Inheritance

builtins.object > proto.message.Message > ReportRuntimeEventRequest