Class: Google::Cloud::Notebooks::V1::ReportRuntimeEventRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Notebooks::V1::ReportRuntimeEventRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/notebooks/v1/managed_service.rb
Overview
Request for reporting a Managed Notebook Event.
Instance Attribute Summary collapse
-
#event ⇒ ::Google::Cloud::Notebooks::V1::Event
Required.
-
#name ⇒ ::String
Required.
-
#vm_id ⇒ ::String
Required.
Instance Attribute Details
#event ⇒ ::Google::Cloud::Notebooks::V1::Event
Returns Required. The Event to be reported.
186 187 188 189 |
# File 'proto_docs/google/cloud/notebooks/v1/managed_service.rb', line 186 class ReportRuntimeEventRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. Format:
projects/{project_id}/locations/{location}/runtimes/{runtime_id}
.
186 187 188 189 |
# File 'proto_docs/google/cloud/notebooks/v1/managed_service.rb', line 186 class ReportRuntimeEventRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#vm_id ⇒ ::String
Returns Required. The VM hardware token for authenticating the VM. https://cloud.google.com/compute/docs/instances/verifying-instance-identity.
186 187 188 189 |
# File 'proto_docs/google/cloud/notebooks/v1/managed_service.rb', line 186 class ReportRuntimeEventRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |