Class: Google::Cloud::Notebooks::V1::ReportRuntimeEventRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#event::Google::Cloud::Notebooks::V1::Event

Returns Required. The Event to be reported.

Returns:



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}.

Returns:

  • (::String)

    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.

Returns:



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