Resource: Entry
An entry is a representation of a data resource that can be described by various metadata.
JSON representation |
---|
{ "name": string, "entryType": string, "createTime": string, "updateTime": string, "aspects": { string: { object ( |
Fields | |
---|---|
name |
Identifier. The relative resource name of the entry, in the format |
entryType |
Required. Immutable. The relative resource name of the entry type that was used to create this entry, in the format |
createTime |
Output only. The time when the entry was created in Dataplex. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. The time when the entry was last updated in Dataplex. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
aspects |
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:
An object containing a list of |
parentEntry |
Optional. Immutable. The resource name of the parent entry. |
fullyQualifiedName |
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. |
entrySource |
Optional. Information related to the source system of the data resource that is represented by the entry. |
Aspect
An aspect is a single piece of metadata describing an entry.
JSON representation |
---|
{
"aspectType": string,
"path": string,
"createTime": string,
"updateTime": string,
"data": {
object
},
"aspectSource": {
object ( |
Fields | |
---|---|
aspectType |
Output only. The resource name of the type used to create this Aspect. |
path |
Output only. The path in the entry under which the aspect is attached. |
createTime |
Output only. The time when the Aspect was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. The time when the Aspect was last updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
data |
Required. The content of the aspect, according to its aspect type schema. The maximum size of the field is 120KB (encoded as UTF-8). |
aspectSource |
Optional. Information related to the source system of the aspect. |
AspectSource
Information related to the source system of the aspect.
JSON representation |
---|
{ "createTime": string, "updateTime": string, "dataVersion": string } |
Fields | |
---|---|
createTime |
The time the aspect was created in the source system. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
The time the aspect was last updated in the source system. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
dataVersion |
The version of the data format used to produce this data. This field is used to indicated when the underlying data format changes (e.g., schema modifications, changes to the source URL format definition, etc). |
EntrySource
Information related to the source system of the data resource that is represented by the entry.
JSON representation |
---|
{
"resource": string,
"system": string,
"platform": string,
"displayName": string,
"description": string,
"labels": {
string: string,
...
},
"ancestors": [
{
object ( |
Fields | |
---|---|
resource |
The name of the resource in the source system. Maximum length is 4,000 characters. |
system |
The name of the source system. Maximum length is 64 characters. |
platform |
The platform containing the source system. Maximum length is 64 characters. |
displayName |
A user-friendly display name. Maximum length is 500 characters. |
description |
A description of the data resource. Maximum length is 2,000 characters. |
labels |
User-defined labels. The maximum size of keys and values is 128 characters each. An object containing a list of |
ancestors[] |
Immutable. The entries representing the ancestors of the data resource in the source system. |
createTime |
The time when the resource was created in the source system. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
The time when the resource was last updated in the source system. If the entry exists in the system and its A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
location |
Output only. Location of the resource in the source system. You can search the entry by this location. By default, this should match the location of the entry group containing this entry. A different value allows capturing the source location for data external to Google Cloud. |
Ancestor
Information about individual items in the hierarchy that is associated with the data resource.
JSON representation |
---|
{ "name": string, "type": string } |
Fields | |
---|---|
name |
Optional. The name of the ancestor resource. |
type |
Optional. The type of the ancestor resource. |
Methods |
|
---|---|
|
Creates an Entry. |
|
Deletes an Entry. |
|
Gets an Entry. |
|
Lists Entries within an EntryGroup. |
|
Updates an Entry. |