Reference documentation and code samples for the Google Cloud Dataplex V1 Client class Entry.
An entry is a representation of a data asset which 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, of the form: projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}.
↳ entry_type
string
Required. Immutable. The resource name of the EntryType used to create this Entry.
↳ create_time
↳ update_time
↳ aspects
array| Google\Protobuf\Internal\MapField
Optional. The Aspects attached to the Entry. The format for the key can be one of the following: 1. {projectId}.{locationId}.{aspectTypeId} (if the aspect is attached directly to the entry) 2. {projectId}.{locationId}.{aspectTypeId}@{path} (if the aspect is attached to an entry's path)
↳ parent_entry
string
Optional. Immutable. The resource name of the parent entry.
↳ fully_qualified_name
string
Optional. A name for the entry that can reference it in an external system. The maximum size of the field is 4000 characters.
↳ entry_source
getName
Identifier. The relative resource name of the Entry, of the form: projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}.
string
setName
Identifier. The relative resource name of the Entry, of the form: projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}.
var
string
$this
getEntryType
Required. Immutable. The resource name of the EntryType used to create this Entry.
string
setEntryType
Required. Immutable. The resource name of the EntryType used to create this Entry.
var
string
$this
getCreateTime
Output only. The time when the Entry was created.
hasCreateTime
clearCreateTime
setCreateTime
Output only. The time when the Entry was created.
$this
getUpdateTime
Output only. The time when the Entry was last updated.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. The time when the Entry was last updated.
$this
getAspects
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)
setAspects
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)
$this
getParentEntry
Optional. Immutable. The resource name of the parent entry.
string
setParentEntry
Optional. Immutable. The resource name of the parent entry.
var
string
$this
getFullyQualifiedName
Optional. A name for the entry that can reference it in an external system.
The maximum size of the field is 4000 characters.
string
setFullyQualifiedName
Optional. A name for the entry that can reference it in an external system.
The maximum size of the field is 4000 characters.
var
string
$this
getEntrySource
Optional. Source system related information for an entry.
hasEntrySource
clearEntrySource
setEntrySource
Optional. Source system related information for an entry.
$this