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}-  (::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} 
 - If the aspect is attached directly to the entry: 
 
#aspects=
def aspects=(value) -> ::Google::Protobuf::Map{::String => ::Google::Cloud::Dataplex::V1::Aspect}-  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} 
 - If the aspect is attached directly to the entry: 
 
-  (::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} 
 - If the aspect is attached directly to the entry: 
 
#create_time
def create_time() -> ::Google::Protobuf::Timestamp- (::Google::Protobuf::Timestamp) — Output only. The time when the entry was created in Dataplex Universal Catalog.
 
#entry_source
def entry_source() -> ::Google::Cloud::Dataplex::V1::EntrySource- (::Google::Cloud::Dataplex::V1::EntrySource) — Optional. Information related to the source system of the data resource that is represented by the entry.
 
#entry_source=
def entry_source=(value) -> ::Google::Cloud::Dataplex::V1::EntrySource- value (::Google::Cloud::Dataplex::V1::EntrySource) — Optional. Information related to the source system of the data resource that is represented by the entry.
 
- (::Google::Cloud::Dataplex::V1::EntrySource) — Optional. Information related to the source system of the data resource that is represented by the entry.
 
#entry_type
def entry_type() -> ::String-  (::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-  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}. 
-  (::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- (::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- 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.
 
- (::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-  (::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-  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}. 
-  (::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-  (::String) — Optional. Immutable. The resource name of the parent entry, in the format 
projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}. 
#parent_entry=
def parent_entry=(value) -> ::String-  value (::String) — Optional. Immutable. The resource name of the parent entry, in the format 
projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}. 
-  (::String) — Optional. Immutable. The resource name of the parent entry, in the format 
projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}. 
#update_time
def update_time() -> ::Google::Protobuf::Timestamp- (::Google::Protobuf::Timestamp) — Output only. The time when the entry was last updated in Dataplex Universal Catalog.