Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::GovernanceEvent.
Payload associated with Governance related log events.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#entity
def entity() -> ::Google::Cloud::Dataplex::V1::GovernanceEvent::Entity
    Returns
    
  - (::Google::Cloud::Dataplex::V1::GovernanceEvent::Entity) — Entity resource information if the log event is associated with a specific entity.
#entity=
def entity=(value) -> ::Google::Cloud::Dataplex::V1::GovernanceEvent::Entity
    Parameter
    
  - value (::Google::Cloud::Dataplex::V1::GovernanceEvent::Entity) — Entity resource information if the log event is associated with a specific entity.
    Returns
    
  - (::Google::Cloud::Dataplex::V1::GovernanceEvent::Entity) — Entity resource information if the log event is associated with a specific entity.
#event_type
def event_type() -> ::Google::Cloud::Dataplex::V1::GovernanceEvent::EventType
    Returns
    
  - (::Google::Cloud::Dataplex::V1::GovernanceEvent::EventType) — The type of the event.
#event_type=
def event_type=(value) -> ::Google::Cloud::Dataplex::V1::GovernanceEvent::EventType
    Parameter
    
  - value (::Google::Cloud::Dataplex::V1::GovernanceEvent::EventType) — The type of the event.
    Returns
    
  - (::Google::Cloud::Dataplex::V1::GovernanceEvent::EventType) — The type of the event.
#message
def message() -> ::String
    Returns
    
  - (::String) — The log message.
#message=
def message=(value) -> ::String
    Parameter
    
  - value (::String) — The log message.
    Returns
    
- (::String) — The log message.