Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::Entry.
An entry is a representation of a data asset which 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 attached to the Entry. The format for the key can be one of the following:
- {projectId}.{locationId}.{aspectTypeId} (if the aspect is attached directly to the entry)
- {projectId}.{locationId}.{aspectTypeId}@{path} (if the aspect is attached to an entry's path)
#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 attached to the Entry. The format for the key can be one of the following:
- {projectId}.{locationId}.{aspectTypeId} (if the aspect is attached directly to the entry)
- {projectId}.{locationId}.{aspectTypeId}@{path} (if the aspect is attached to an entry's path)
-
(::Google::Protobuf::Map{::String => ::Google::Cloud::Dataplex::V1::Aspect}) —
Optional. The Aspects attached to the Entry. The format for the key can be one of the following:
- {projectId}.{locationId}.{aspectTypeId} (if the aspect is attached directly to the entry)
- {projectId}.{locationId}.{aspectTypeId}@{path} (if the aspect is attached to an entry's path)
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — Output only. The time when the Entry was created.
#entry_source
def entry_source() -> ::Google::Cloud::Dataplex::V1::EntrySource
- (::Google::Cloud::Dataplex::V1::EntrySource) — Optional. Source system related information for an entry.
#entry_source=
def entry_source=(value) -> ::Google::Cloud::Dataplex::V1::EntrySource
- value (::Google::Cloud::Dataplex::V1::EntrySource) — Optional. Source system related information for an entry.
- (::Google::Cloud::Dataplex::V1::EntrySource) — Optional. Source system related information for an entry.
#entry_type
def entry_type() -> ::String
- (::String) — Required. Immutable. The resource name of the EntryType used to create this Entry.
#entry_type=
def entry_type=(value) -> ::String
- value (::String) — Required. Immutable. The resource name of the EntryType used to create this Entry.
- (::String) — Required. Immutable. The resource name of the EntryType used to create this Entry.
#fully_qualified_name
def fully_qualified_name() -> ::String
- (::String) — Optional. A name for the entry that can reference it in an external system. 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 reference it in an external system. The maximum size of the field is 4000 characters.
- (::String) — Optional. A name for the entry that can reference it in an external system. The maximum size of the field is 4000 characters.
#name
def name() -> ::String
- (::String) — Identifier. The relative resource name of the Entry, of the form: projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}.
#name=
def name=(value) -> ::String
- value (::String) — Identifier. The relative resource name of the Entry, of the form: projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}.
- (::String) — Identifier. The relative resource name of the Entry, of the form: projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}.
#parent_entry
def parent_entry() -> ::String
- (::String) — Optional. Immutable. The resource name of the parent entry.
#parent_entry=
def parent_entry=(value) -> ::String
- value (::String) — Optional. Immutable. The resource name of the parent entry.
- (::String) — Optional. Immutable. The resource name of the parent entry.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — Output only. The time when the Entry was last updated.