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
- (::Google::Protobuf::Timestamp) — Event report time.
#report_time=
def report_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Event report time.
Returns
- (::Google::Protobuf::Timestamp) — Event report time.
#type
def type() -> ::Google::Cloud::Notebooks::V1::Event::EventType
Returns
- (::Google::Cloud::Notebooks::V1::Event::EventType) — Event type.
#type=
def type=(value) -> ::Google::Cloud::Notebooks::V1::Event::EventType
Parameter
- value (::Google::Cloud::Notebooks::V1::Event::EventType) — Event type.
Returns
- (::Google::Cloud::Notebooks::V1::Event::EventType) — Event type.