AI Platform Notebooks V1 API - Class Google::Cloud::Notebooks::V1::Event (v0.2.1)

Reference documentation and code samples for the AI Platform Notebooks V1 API class Google::Cloud::Notebooks::V1::Event.

The definition of an Event for a managed / semi-managed notebook instance.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#details

def details() -> ::Google::Protobuf::Map{::String => ::String}
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Optional. Event details. This field is used to pass event information.

#details=

def details=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
  • value (::Google::Protobuf::Map{::String => ::String}) — Optional. Event details. This field is used to pass event information.
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Optional. Event details. This field is used to pass event information.

#report_time

def report_time() -> ::Google::Protobuf::Timestamp
Returns

#report_time=

def report_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#type

def type() -> ::Google::Cloud::Notebooks::V1::Event::EventType

#type=

def type=(value) -> ::Google::Cloud::Notebooks::V1::Event::EventType
Parameter