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}



365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
# File 'proto_docs/google/cloud/dataplex/v1/logs.rb', line 365

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.



365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
# File 'proto_docs/google/cloud/dataplex/v1/logs.rb', line 365

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