Class: Google::Cloud::Dataplex::V1::GovernanceEvent::Entity

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

Overview

Information about Entity resource that the log event is associated with.

Defined Under Namespace

Modules: EntityType

Instance Attribute Summary collapse

Instance Attribute Details

#entity::String

Returns The Entity resource the log event is associated with. Format: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}.

Returns:

  • (::String)

    The Entity resource the log event is associated with. Format: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}



413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
# File 'proto_docs/google/cloud/dataplex/v1/logs.rb', line 413

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

  # Type of entity.
  module EntityType
    # An unspecified Entity type.
    ENTITY_TYPE_UNSPECIFIED = 0

    # Table entity type.
    TABLE = 1

    # Fileset entity type.
    FILESET = 2
  end
end

#entity_type::Google::Cloud::Dataplex::V1::GovernanceEvent::Entity::EntityType

Returns Type of entity.



413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
# File 'proto_docs/google/cloud/dataplex/v1/logs.rb', line 413

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

  # Type of entity.
  module EntityType
    # An unspecified Entity type.
    ENTITY_TYPE_UNSPECIFIED = 0

    # Table entity type.
    TABLE = 1

    # Fileset entity type.
    FILESET = 2
  end
end