Cloud Dataplex API . projects . locations . entryGroups . entries

Instance Methods

close()

Close httplib2 connections.

create(parent, body=None, entryId=None, x__xgafv=None)

Creates an Entry.

delete(name, x__xgafv=None)

Deletes an Entry.

get(name, aspectTypes=None, paths=None, view=None, x__xgafv=None)

Gets a single entry.

list(parent, filter=None, pageSize=None, pageToken=None, x__xgafv=None)

Lists entries within an entry group.

list_next()

Retrieves the next page of results.

patch(name, allowMissing=None, aspectKeys=None, body=None, deleteMissingAspects=None, updateMask=None, x__xgafv=None)

Updates an Entry.

Method Details

close()
Close httplib2 connections.
create(parent, body=None, entryId=None, x__xgafv=None)
Creates an Entry.

Args:
  parent: string, Required. The resource name of the parent Entry Group: projects/{project}/locations/{location}/entryGroups/{entry_group}. (required)
  body: object, The request body.
    The object takes the form of:

{ # An entry is a representation of a data asset which can be described by various metadata.
  "aspects": { # 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)
    "a_key": { # An aspect is a single piece of metadata describing an entry.
      "aspectSource": { # AspectSource contains source system related information for the aspect.
        "createTime": "A String", # The create time of the aspect in the source system.
        "updateTime": "A String", # The update time of the aspect in the source system.
      },
      "aspectType": "A String", # Output only. The resource name of the type used to create this Aspect.
      "createTime": "A String", # Output only. The time when the Aspect was created.
      "data": { # Required. The content of the aspect, according to its aspect type schema. This will replace content. The maximum size of the field is 120KB (encoded as UTF-8).
        "a_key": "", # Properties of the object.
      },
      "path": "A String", # Output only. The path in the entry under which the aspect is attached.
      "updateTime": "A String", # Output only. The time when the Aspect was last updated.
    },
  },
  "createTime": "A String", # Output only. The time when the Entry was created.
  "entrySource": { # EntrySource contains source system related information for the entry. # Optional. Source system related information for an entry.
    "ancestors": [ # Immutable. The ancestors of the Entry in the source system.
      { # Ancestor contains information about individual items in the hierarchy of an Entry.
        "name": "A String", # Optional. The name of the ancestor resource.
        "type": "A String", # Optional. The type of the ancestor resource.
      },
    ],
    "createTime": "A String", # The create time of the resource in the source system.
    "description": "A String", # Description of the Entry. The maximum size of the field is 2000 characters.
    "displayName": "A String", # User friendly display name. The maximum size of the field is 500 characters.
    "labels": { # User-defined labels. The maximum size of keys and values is 128 characters each.
      "a_key": "A String",
    },
    "platform": "A String", # The platform containing the source system. The maximum size of the field is 64 characters.
    "resource": "A String", # The name of the resource in the source system. The maximum size of the field is 4000 characters.
    "system": "A String", # The name of the source system. The maximum size of the field is 64 characters.
    "updateTime": "A String", # The update time of the resource in the source system.
  },
  "entryType": "A String", # Required. Immutable. The resource name of the EntryType used to create this Entry.
  "fullyQualifiedName": "A 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": "A String", # Identifier. The relative resource name of the Entry, of the form: projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}.
  "parentEntry": "A String", # Optional. Immutable. The resource name of the parent entry.
  "updateTime": "A String", # Output only. The time when the Entry was last updated.
}

  entryId: string, Required. Entry identifier. It has to be unique within an Entry Group.Entries corresponding to Google Cloud resources use Entry ID format based on Full Resource Names (https://cloud.google.com/apis/design/resource_names#full_resource_name). The format is a Full Resource Name of the resource without the prefix double slashes in the API Service Name part of Full Resource Name. This allows retrieval of entries using their associated resource name.For example if the Full Resource Name of a resource is //library.googleapis.com/shelves/shelf1/books/book2, then the suggested entry_id is library.googleapis.com/shelves/shelf1/books/book2.It is also suggested to follow the same convention for entries corresponding to resources from other providers or systems than Google Cloud.The maximum size of the field is 4000 characters.
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # An entry is a representation of a data asset which can be described by various metadata.
  "aspects": { # 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)
    "a_key": { # An aspect is a single piece of metadata describing an entry.
      "aspectSource": { # AspectSource contains source system related information for the aspect.
        "createTime": "A String", # The create time of the aspect in the source system.
        "updateTime": "A String", # The update time of the aspect in the source system.
      },
      "aspectType": "A String", # Output only. The resource name of the type used to create this Aspect.
      "createTime": "A String", # Output only. The time when the Aspect was created.
      "data": { # Required. The content of the aspect, according to its aspect type schema. This will replace content. The maximum size of the field is 120KB (encoded as UTF-8).
        "a_key": "", # Properties of the object.
      },
      "path": "A String", # Output only. The path in the entry under which the aspect is attached.
      "updateTime": "A String", # Output only. The time when the Aspect was last updated.
    },
  },
  "createTime": "A String", # Output only. The time when the Entry was created.
  "entrySource": { # EntrySource contains source system related information for the entry. # Optional. Source system related information for an entry.
    "ancestors": [ # Immutable. The ancestors of the Entry in the source system.
      { # Ancestor contains information about individual items in the hierarchy of an Entry.
        "name": "A String", # Optional. The name of the ancestor resource.
        "type": "A String", # Optional. The type of the ancestor resource.
      },
    ],
    "createTime": "A String", # The create time of the resource in the source system.
    "description": "A String", # Description of the Entry. The maximum size of the field is 2000 characters.
    "displayName": "A String", # User friendly display name. The maximum size of the field is 500 characters.
    "labels": { # User-defined labels. The maximum size of keys and values is 128 characters each.
      "a_key": "A String",
    },
    "platform": "A String", # The platform containing the source system. The maximum size of the field is 64 characters.
    "resource": "A String", # The name of the resource in the source system. The maximum size of the field is 4000 characters.
    "system": "A String", # The name of the source system. The maximum size of the field is 64 characters.
    "updateTime": "A String", # The update time of the resource in the source system.
  },
  "entryType": "A String", # Required. Immutable. The resource name of the EntryType used to create this Entry.
  "fullyQualifiedName": "A 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": "A String", # Identifier. The relative resource name of the Entry, of the form: projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}.
  "parentEntry": "A String", # Optional. Immutable. The resource name of the parent entry.
  "updateTime": "A String", # Output only. The time when the Entry was last updated.
}
delete(name, x__xgafv=None)
Deletes an Entry.

Args:
  name: string, Required. The resource name of the Entry: projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}. (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # An entry is a representation of a data asset which can be described by various metadata.
  "aspects": { # 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)
    "a_key": { # An aspect is a single piece of metadata describing an entry.
      "aspectSource": { # AspectSource contains source system related information for the aspect.
        "createTime": "A String", # The create time of the aspect in the source system.
        "updateTime": "A String", # The update time of the aspect in the source system.
      },
      "aspectType": "A String", # Output only. The resource name of the type used to create this Aspect.
      "createTime": "A String", # Output only. The time when the Aspect was created.
      "data": { # Required. The content of the aspect, according to its aspect type schema. This will replace content. The maximum size of the field is 120KB (encoded as UTF-8).
        "a_key": "", # Properties of the object.
      },
      "path": "A String", # Output only. The path in the entry under which the aspect is attached.
      "updateTime": "A String", # Output only. The time when the Aspect was last updated.
    },
  },
  "createTime": "A String", # Output only. The time when the Entry was created.
  "entrySource": { # EntrySource contains source system related information for the entry. # Optional. Source system related information for an entry.
    "ancestors": [ # Immutable. The ancestors of the Entry in the source system.
      { # Ancestor contains information about individual items in the hierarchy of an Entry.
        "name": "A String", # Optional. The name of the ancestor resource.
        "type": "A String", # Optional. The type of the ancestor resource.
      },
    ],
    "createTime": "A String", # The create time of the resource in the source system.
    "description": "A String", # Description of the Entry. The maximum size of the field is 2000 characters.
    "displayName": "A String", # User friendly display name. The maximum size of the field is 500 characters.
    "labels": { # User-defined labels. The maximum size of keys and values is 128 characters each.
      "a_key": "A String",
    },
    "platform": "A String", # The platform containing the source system. The maximum size of the field is 64 characters.
    "resource": "A String", # The name of the resource in the source system. The maximum size of the field is 4000 characters.
    "system": "A String", # The name of the source system. The maximum size of the field is 64 characters.
    "updateTime": "A String", # The update time of the resource in the source system.
  },
  "entryType": "A String", # Required. Immutable. The resource name of the EntryType used to create this Entry.
  "fullyQualifiedName": "A 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": "A String", # Identifier. The relative resource name of the Entry, of the form: projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}.
  "parentEntry": "A String", # Optional. Immutable. The resource name of the parent entry.
  "updateTime": "A String", # Output only. The time when the Entry was last updated.
}
get(name, aspectTypes=None, paths=None, view=None, x__xgafv=None)
Gets a single entry.

Args:
  name: string, Required. The resource name of the Entry: projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}. (required)
  aspectTypes: string, Optional. Limits the aspects returned to the provided aspect types. Only works if the CUSTOM view is selected. (repeated)
  paths: string, Optional. Limits the aspects returned to those associated with the provided paths within the Entry. Only works if the CUSTOM view is selected. (repeated)
  view: string, Optional. View for controlling which parts of an entry are to be returned.
    Allowed values
      ENTRY_VIEW_UNSPECIFIED - Unspecified EntryView. Defaults to FULL.
      BASIC - Returns entry only, without aspects.
      FULL - Returns all required aspects as well as the keys of all non-required aspects.
      CUSTOM - Returns aspects matching custom fields in GetEntryRequest. If the number of aspects would exceed 100, the first 100 will be returned.
      ALL - Returns all aspects. If the number of aspects would exceed 100, the first 100 will be returned.
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # An entry is a representation of a data asset which can be described by various metadata.
  "aspects": { # 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)
    "a_key": { # An aspect is a single piece of metadata describing an entry.
      "aspectSource": { # AspectSource contains source system related information for the aspect.
        "createTime": "A String", # The create time of the aspect in the source system.
        "updateTime": "A String", # The update time of the aspect in the source system.
      },
      "aspectType": "A String", # Output only. The resource name of the type used to create this Aspect.
      "createTime": "A String", # Output only. The time when the Aspect was created.
      "data": { # Required. The content of the aspect, according to its aspect type schema. This will replace content. The maximum size of the field is 120KB (encoded as UTF-8).
        "a_key": "", # Properties of the object.
      },
      "path": "A String", # Output only. The path in the entry under which the aspect is attached.
      "updateTime": "A String", # Output only. The time when the Aspect was last updated.
    },
  },
  "createTime": "A String", # Output only. The time when the Entry was created.
  "entrySource": { # EntrySource contains source system related information for the entry. # Optional. Source system related information for an entry.
    "ancestors": [ # Immutable. The ancestors of the Entry in the source system.
      { # Ancestor contains information about individual items in the hierarchy of an Entry.
        "name": "A String", # Optional. The name of the ancestor resource.
        "type": "A String", # Optional. The type of the ancestor resource.
      },
    ],
    "createTime": "A String", # The create time of the resource in the source system.
    "description": "A String", # Description of the Entry. The maximum size of the field is 2000 characters.
    "displayName": "A String", # User friendly display name. The maximum size of the field is 500 characters.
    "labels": { # User-defined labels. The maximum size of keys and values is 128 characters each.
      "a_key": "A String",
    },
    "platform": "A String", # The platform containing the source system. The maximum size of the field is 64 characters.
    "resource": "A String", # The name of the resource in the source system. The maximum size of the field is 4000 characters.
    "system": "A String", # The name of the source system. The maximum size of the field is 64 characters.
    "updateTime": "A String", # The update time of the resource in the source system.
  },
  "entryType": "A String", # Required. Immutable. The resource name of the EntryType used to create this Entry.
  "fullyQualifiedName": "A 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": "A String", # Identifier. The relative resource name of the Entry, of the form: projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}.
  "parentEntry": "A String", # Optional. Immutable. The resource name of the parent entry.
  "updateTime": "A String", # Output only. The time when the Entry was last updated.
}
list(parent, filter=None, pageSize=None, pageToken=None, x__xgafv=None)
Lists entries within an entry group.

Args:
  parent: string, Required. The resource name of the parent Entry Group: projects/{project}/locations/{location}/entryGroups/{entry_group}. (required)
  filter: string, Optional. A filter on the entries to return. Filters are case-sensitive. The request can be filtered by the following fields: entry_type, entry_source.display_name. The comparison operators are =, !=, <, >, <=, >= (strings are compared according to lexical order) The logical operators AND, OR, NOT can be used in the filter. Wildcard "*" can be used, but for entry_type the full project id or number needs to be provided. Example filter expressions: "entry_source.display_name=AnExampleDisplayName" "entry_type=projects/example-project/locations/global/entryTypes/example-entry_type" "entry_type=projects/example-project/locations/us/entryTypes/a* OR entry_type=projects/another-project/locations/*" "NOT entry_source.display_name=AnotherExampleDisplayName"
  pageSize: integer, A parameter
  pageToken: string, Optional. The pagination token returned by a previous request.
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    {
  "entries": [ # The list of entries.
    { # An entry is a representation of a data asset which can be described by various metadata.
      "aspects": { # 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)
        "a_key": { # An aspect is a single piece of metadata describing an entry.
          "aspectSource": { # AspectSource contains source system related information for the aspect.
            "createTime": "A String", # The create time of the aspect in the source system.
            "updateTime": "A String", # The update time of the aspect in the source system.
          },
          "aspectType": "A String", # Output only. The resource name of the type used to create this Aspect.
          "createTime": "A String", # Output only. The time when the Aspect was created.
          "data": { # Required. The content of the aspect, according to its aspect type schema. This will replace content. The maximum size of the field is 120KB (encoded as UTF-8).
            "a_key": "", # Properties of the object.
          },
          "path": "A String", # Output only. The path in the entry under which the aspect is attached.
          "updateTime": "A String", # Output only. The time when the Aspect was last updated.
        },
      },
      "createTime": "A String", # Output only. The time when the Entry was created.
      "entrySource": { # EntrySource contains source system related information for the entry. # Optional. Source system related information for an entry.
        "ancestors": [ # Immutable. The ancestors of the Entry in the source system.
          { # Ancestor contains information about individual items in the hierarchy of an Entry.
            "name": "A String", # Optional. The name of the ancestor resource.
            "type": "A String", # Optional. The type of the ancestor resource.
          },
        ],
        "createTime": "A String", # The create time of the resource in the source system.
        "description": "A String", # Description of the Entry. The maximum size of the field is 2000 characters.
        "displayName": "A String", # User friendly display name. The maximum size of the field is 500 characters.
        "labels": { # User-defined labels. The maximum size of keys and values is 128 characters each.
          "a_key": "A String",
        },
        "platform": "A String", # The platform containing the source system. The maximum size of the field is 64 characters.
        "resource": "A String", # The name of the resource in the source system. The maximum size of the field is 4000 characters.
        "system": "A String", # The name of the source system. The maximum size of the field is 64 characters.
        "updateTime": "A String", # The update time of the resource in the source system.
      },
      "entryType": "A String", # Required. Immutable. The resource name of the EntryType used to create this Entry.
      "fullyQualifiedName": "A 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": "A String", # Identifier. The relative resource name of the Entry, of the form: projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}.
      "parentEntry": "A String", # Optional. Immutable. The resource name of the parent entry.
      "updateTime": "A String", # Output only. The time when the Entry was last updated.
    },
  ],
  "nextPageToken": "A String", # Pagination token.
}
list_next()
Retrieves the next page of results.

        Args:
          previous_request: The request for the previous page. (required)
          previous_response: The response from the request for the previous page. (required)

        Returns:
          A request object that you can call 'execute()' on to request the next
          page. Returns None if there are no more items in the collection.
        
patch(name, allowMissing=None, aspectKeys=None, body=None, deleteMissingAspects=None, updateMask=None, x__xgafv=None)
Updates an Entry.

Args:
  name: string, Identifier. The relative resource name of the Entry, of the form: projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}. (required)
  body: object, The request body.
    The object takes the form of:

{ # An entry is a representation of a data asset which can be described by various metadata.
  "aspects": { # 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)
    "a_key": { # An aspect is a single piece of metadata describing an entry.
      "aspectSource": { # AspectSource contains source system related information for the aspect.
        "createTime": "A String", # The create time of the aspect in the source system.
        "updateTime": "A String", # The update time of the aspect in the source system.
      },
      "aspectType": "A String", # Output only. The resource name of the type used to create this Aspect.
      "createTime": "A String", # Output only. The time when the Aspect was created.
      "data": { # Required. The content of the aspect, according to its aspect type schema. This will replace content. The maximum size of the field is 120KB (encoded as UTF-8).
        "a_key": "", # Properties of the object.
      },
      "path": "A String", # Output only. The path in the entry under which the aspect is attached.
      "updateTime": "A String", # Output only. The time when the Aspect was last updated.
    },
  },
  "createTime": "A String", # Output only. The time when the Entry was created.
  "entrySource": { # EntrySource contains source system related information for the entry. # Optional. Source system related information for an entry.
    "ancestors": [ # Immutable. The ancestors of the Entry in the source system.
      { # Ancestor contains information about individual items in the hierarchy of an Entry.
        "name": "A String", # Optional. The name of the ancestor resource.
        "type": "A String", # Optional. The type of the ancestor resource.
      },
    ],
    "createTime": "A String", # The create time of the resource in the source system.
    "description": "A String", # Description of the Entry. The maximum size of the field is 2000 characters.
    "displayName": "A String", # User friendly display name. The maximum size of the field is 500 characters.
    "labels": { # User-defined labels. The maximum size of keys and values is 128 characters each.
      "a_key": "A String",
    },
    "platform": "A String", # The platform containing the source system. The maximum size of the field is 64 characters.
    "resource": "A String", # The name of the resource in the source system. The maximum size of the field is 4000 characters.
    "system": "A String", # The name of the source system. The maximum size of the field is 64 characters.
    "updateTime": "A String", # The update time of the resource in the source system.
  },
  "entryType": "A String", # Required. Immutable. The resource name of the EntryType used to create this Entry.
  "fullyQualifiedName": "A 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": "A String", # Identifier. The relative resource name of the Entry, of the form: projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}.
  "parentEntry": "A String", # Optional. Immutable. The resource name of the parent entry.
  "updateTime": "A String", # Output only. The time when the Entry was last updated.
}

  allowMissing: boolean, Optional. If set to true and the entry does not exist, it will be created.
  aspectKeys: string, Optional. The map keys of the Aspects which should be modified. Supports the following syntaxes: * - matches aspect on given type and empty path * @path - matches aspect on given type and specified path * * - matches aspects on given type for all paths * *@path - matches aspects of all types on the given pathExisting aspects matching the syntax will not be removed unless delete_missing_aspects is set to true.If this field is left empty, it will be treated as specifying exactly those Aspects present in the request. (repeated)
  deleteMissingAspects: boolean, Optional. If set to true and the aspect_keys specify aspect ranges, any existing aspects from that range not provided in the request will be deleted.
  updateMask: string, Optional. Mask of fields to update. To update Aspects, the update_mask must contain the value "aspects".If the update_mask is empty, all modifiable fields present in the request will be updated.
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # An entry is a representation of a data asset which can be described by various metadata.
  "aspects": { # 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)
    "a_key": { # An aspect is a single piece of metadata describing an entry.
      "aspectSource": { # AspectSource contains source system related information for the aspect.
        "createTime": "A String", # The create time of the aspect in the source system.
        "updateTime": "A String", # The update time of the aspect in the source system.
      },
      "aspectType": "A String", # Output only. The resource name of the type used to create this Aspect.
      "createTime": "A String", # Output only. The time when the Aspect was created.
      "data": { # Required. The content of the aspect, according to its aspect type schema. This will replace content. The maximum size of the field is 120KB (encoded as UTF-8).
        "a_key": "", # Properties of the object.
      },
      "path": "A String", # Output only. The path in the entry under which the aspect is attached.
      "updateTime": "A String", # Output only. The time when the Aspect was last updated.
    },
  },
  "createTime": "A String", # Output only. The time when the Entry was created.
  "entrySource": { # EntrySource contains source system related information for the entry. # Optional. Source system related information for an entry.
    "ancestors": [ # Immutable. The ancestors of the Entry in the source system.
      { # Ancestor contains information about individual items in the hierarchy of an Entry.
        "name": "A String", # Optional. The name of the ancestor resource.
        "type": "A String", # Optional. The type of the ancestor resource.
      },
    ],
    "createTime": "A String", # The create time of the resource in the source system.
    "description": "A String", # Description of the Entry. The maximum size of the field is 2000 characters.
    "displayName": "A String", # User friendly display name. The maximum size of the field is 500 characters.
    "labels": { # User-defined labels. The maximum size of keys and values is 128 characters each.
      "a_key": "A String",
    },
    "platform": "A String", # The platform containing the source system. The maximum size of the field is 64 characters.
    "resource": "A String", # The name of the resource in the source system. The maximum size of the field is 4000 characters.
    "system": "A String", # The name of the source system. The maximum size of the field is 64 characters.
    "updateTime": "A String", # The update time of the resource in the source system.
  },
  "entryType": "A String", # Required. Immutable. The resource name of the EntryType used to create this Entry.
  "fullyQualifiedName": "A 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": "A String", # Identifier. The relative resource name of the Entry, of the form: projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}.
  "parentEntry": "A String", # Optional. Immutable. The resource name of the parent entry.
  "updateTime": "A String", # Output only. The time when the Entry was last updated.
}