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}
Returns
- (::Google::Protobuf::Map{::String => ::Google::Cloud::Dataplex::V1::Aspect}) — Optional. The Aspects attached to the Entry. The key is either the resource name of the aspect type (if the aspect is attached directly to the entry) or "aspectType@path" if the aspect is attached to an entry's 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 attached to the Entry. The key is either the resource name of the aspect type (if the aspect is attached directly to the entry) or "aspectType@path" if the aspect is attached to an entry's path.
Returns
- (::Google::Protobuf::Map{::String => ::Google::Cloud::Dataplex::V1::Aspect}) — Optional. The Aspects attached to the Entry. The key is either the resource name of the aspect type (if the aspect is attached directly to the entry) or "aspectType@path" if the aspect is attached to an entry's path.
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The time when the Entry was created.
#entry_source
def entry_source() -> ::Google::Cloud::Dataplex::V1::EntrySource
Returns
- (::Google::Cloud::Dataplex::V1::EntrySource) — Optional. Source system related information for an entry.
#entry_source=
def entry_source=(value) -> ::Google::Cloud::Dataplex::V1::EntrySource
Parameter
- value (::Google::Cloud::Dataplex::V1::EntrySource) — Optional. Source system related information for an entry.
Returns
- (::Google::Cloud::Dataplex::V1::EntrySource) — Optional. Source system related information for an entry.
#entry_type
def entry_type() -> ::String
Returns
- (::String) — Required. Immutable. The resource name of the EntryType used to create this Entry.
#entry_type=
def entry_type=(value) -> ::String
Parameter
- value (::String) — Required. Immutable. The resource name of the EntryType used to create this Entry.
Returns
- (::String) — Required. Immutable. The resource name of the EntryType used to create this Entry.
#fully_qualified_name
def fully_qualified_name() -> ::String
Returns
- (::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
Parameter
- 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.
Returns
- (::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
Returns
- (::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
Parameter
- value (::String) — Identifier. The relative resource name of the Entry, of the form: projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}.
Returns
- (::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
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
- (::Google::Protobuf::Timestamp) — Output only. The time when the Entry was last updated.