Class: Google::Cloud::Dataplex::V1::EntryLinkEvent

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataplex/v1/logs.rb

Overview

Payload associated with Entry related log events.

Defined Under Namespace

Modules: EventType

Instance Attribute Summary collapse

Instance Attribute Details

#event_type::Google::Cloud::Dataplex::V1::EntryLinkEvent::EventType

Returns The type of the event.

Returns:



938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
# File 'proto_docs/google/cloud/dataplex/v1/logs.rb', line 938

class EntryLinkEvent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Type of entry link log event.
  module EventType
    # An unspecified event type.
    EVENT_TYPE_UNSPECIFIED = 0

    # EntryLink create event.
    ENTRY_LINK_CREATE = 1

    # EntryLink delete event.
    ENTRY_LINK_DELETE = 2
  end
end

#message::String

Returns The log message.

Returns:

  • (::String)

    The log message.



938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
# File 'proto_docs/google/cloud/dataplex/v1/logs.rb', line 938

class EntryLinkEvent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Type of entry link log event.
  module EventType
    # An unspecified event type.
    EVENT_TYPE_UNSPECIFIED = 0

    # EntryLink create event.
    ENTRY_LINK_CREATE = 1

    # EntryLink delete event.
    ENTRY_LINK_DELETE = 2
  end
end

#resource::String

Returns Name of the resource.

Returns:

  • (::String)

    Name of the resource.



938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
# File 'proto_docs/google/cloud/dataplex/v1/logs.rb', line 938

class EntryLinkEvent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Type of entry link log event.
  module EventType
    # An unspecified event type.
    EVENT_TYPE_UNSPECIFIED = 0

    # EntryLink create event.
    ENTRY_LINK_CREATE = 1

    # EntryLink delete event.
    ENTRY_LINK_DELETE = 2
  end
end