Reference documentation and code samples for the Google Cloud Dataplex V1 Client class Entry.
An entry is a representation of a data resource that can be described by various metadata.
Generated from protobuf message google.cloud.dataplex.v1.Entry
Namespace
Google \ Cloud \ Dataplex \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
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}
.
↳ entry_type
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}
.
↳ create_time
↳ update_time
↳ aspects
array| Google\Protobuf\Internal\MapField
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}
↳ parent_entry
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}
.
↳ fully_qualified_name
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.
↳ entry_source
EntrySource
Optional. Information related to the source system of the data resource that is represented by the entry.
getName
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
setName
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}
.
var
string
$this
getEntryType
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
setEntryType
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}
.
var
string
$this
getCreateTime
Output only. The time when the entry was created in Dataplex.
hasCreateTime
clearCreateTime
setCreateTime
Output only. The time when the entry was created in Dataplex.
$this
getUpdateTime
Output only. The time when the entry was last updated in Dataplex.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. The time when the entry was last updated in Dataplex.
$this
getAspects
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}
setAspects
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}
$this
getParentEntry
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
setParentEntry
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}
.
var
string
$this
getFullyQualifiedName
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
setFullyQualifiedName
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.
var
string
$this
getEntrySource
Optional. Information related to the source system of the data resource that is represented by the entry.
hasEntrySource
clearEntrySource
setEntrySource
Optional. Information related to the source system of the data resource that is represented by the entry.
$this