Dataplex V1 API - Class Google::Cloud::Dataplex::V1::Entry (v1.1.0)

Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::Entry.

An entry is a representation of a data resource that can be described by various metadata.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#aspects

def aspects() -> ::Google::Protobuf::Map{::String => ::Google::Cloud::Dataplex::V1::Aspect}
Returns
  • (::Google::Protobuf::Map{::String => ::Google::Cloud::Dataplex::V1::Aspect}) —

    Optional. The aspects that are attached to the entry. Depending on how the aspect is attached to the entry, the format of the aspect key can be one of the following:

    • If the aspect is attached directly to the entry: {project_id_or_number}.{location_id}.{aspect_type_id}
    • If the aspect is attached to an entry's path: {project_id_or_number}.{location_id}.{aspect_type_id}@{path}

#aspects=

def aspects=(value) -> ::Google::Protobuf::Map{::String => ::Google::Cloud::Dataplex::V1::Aspect}
Parameter
  • value (::Google::Protobuf::Map{::String => ::Google::Cloud::Dataplex::V1::Aspect}) —

    Optional. The aspects that are attached to the entry. Depending on how the aspect is attached to the entry, the format of the aspect key can be one of the following:

    • If the aspect is attached directly to the entry: {project_id_or_number}.{location_id}.{aspect_type_id}
    • If the aspect is attached to an entry's path: {project_id_or_number}.{location_id}.{aspect_type_id}@{path}
Returns
  • (::Google::Protobuf::Map{::String => ::Google::Cloud::Dataplex::V1::Aspect}) —

    Optional. The aspects that are attached to the entry. Depending on how the aspect is attached to the entry, the format of the aspect key can be one of the following:

    • If the aspect is attached directly to the entry: {project_id_or_number}.{location_id}.{aspect_type_id}
    • If the aspect is attached to an entry's path: {project_id_or_number}.{location_id}.{aspect_type_id}@{path}

#create_time

def create_time() -> ::Google::Protobuf::Timestamp
Returns

#entry_source

def entry_source() -> ::Google::Cloud::Dataplex::V1::EntrySource
Returns

#entry_source=

def entry_source=(value) -> ::Google::Cloud::Dataplex::V1::EntrySource
Parameter
Returns

#entry_type

def entry_type() -> ::String
Returns
  • (::String) — Required. Immutable. The relative resource name of the entry type that was used to create this entry, in the format projects/{project_id_or_number}/locations/{location_id}/entryTypes/{entry_type_id}.

#entry_type=

def entry_type=(value) -> ::String
Parameter
  • value (::String) — Required. Immutable. The relative resource name of the entry type that was used to create this entry, in the format projects/{project_id_or_number}/locations/{location_id}/entryTypes/{entry_type_id}.
Returns
  • (::String) — Required. Immutable. The relative resource name of the entry type that was used to create this entry, in the format projects/{project_id_or_number}/locations/{location_id}/entryTypes/{entry_type_id}.

#fully_qualified_name

def fully_qualified_name() -> ::String
Returns
  • (::String) — Optional. A name for the entry that can be referenced by an external system. For more information, see Fully qualified names. The maximum size of the field is 4000 characters.

#fully_qualified_name=

def fully_qualified_name=(value) -> ::String
Parameter
  • value (::String) — Optional. A name for the entry that can be referenced by an external system. For more information, see Fully qualified names. The maximum size of the field is 4000 characters.
Returns
  • (::String) — Optional. A name for the entry that can be referenced by an external system. For more information, see Fully qualified names. The maximum size of the field is 4000 characters.

#name

def name() -> ::String
Returns
  • (::String) — Identifier. The relative resource name of the entry, in the format projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Identifier. The relative resource name of the entry, in the format projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}.
Returns
  • (::String) — Identifier. The relative resource name of the entry, in the format projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}.

#parent_entry

def parent_entry() -> ::String
Returns
  • (::String) — Optional. Immutable. The resource name of the parent entry.

#parent_entry=

def parent_entry=(value) -> ::String
Parameter
  • value (::String) — Optional. Immutable. The resource name of the parent entry.
Returns
  • (::String) — Optional. Immutable. The resource name of the parent entry.

#update_time

def update_time() -> ::Google::Protobuf::Timestamp
Returns