Close httplib2 connections.
create(parent, body=None, entryId=None, x__xgafv=None)
Creates an Entry.
Deletes an Entry.
get(name, aspectTypes=None, paths=None, view=None, x__xgafv=None)
Gets an Entry.Caution: The BigQuery metadata that is stored in Dataplex Catalog is changing. For more information, see Changes to BigQuery metadata stored in Dataplex Catalog (https://cloud.google.com/dataplex/docs/biqquery-metadata-changes).
list(parent, filter=None, pageSize=None, pageToken=None, x__xgafv=None)
Lists Entries within an EntryGroup.
Retrieves the next page of results.
Updates an Entry.
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 resource that can be described by various metadata. "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: 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} "a_key": { # An aspect is a single piece of metadata describing an entry. "aspectSource": { # Information related to the source system of the aspect. # Optional. Information related to the source system of the aspect. "createTime": "A String", # The time the aspect was created in the source system. "dataVersion": "A String", # 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). "updateTime": "A String", # The time the aspect was last updated 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. 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 in Dataplex. "entrySource": { # Information related to the source system of the data resource that is represented by the entry. # Optional. Information related to the source system of the data resource that is represented by the entry. "ancestors": [ # Immutable. The entries representing the ancestors of the data resource in the source system. { # Information about individual items in the hierarchy that is associated with the data resource. "name": "A String", # Optional. The name of the ancestor resource. "type": "A String", # Optional. The type of the ancestor resource. }, ], "createTime": "A String", # The time when the resource was created in the source system. "description": "A String", # A description of the data resource. Maximum length is 2,000 characters. "displayName": "A String", # A user-friendly display name. Maximum length is 500 characters. "labels": { # User-defined labels. The maximum size of keys and values is 128 characters each. "a_key": "A String", }, "location": "A String", # 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. "platform": "A String", # The platform containing the source system. Maximum length is 64 characters. "resource": "A String", # The name of the resource in the source system. Maximum length is 4,000 characters. "system": "A String", # The name of the source system. Maximum length is 64 characters. "updateTime": "A String", # The time when the resource was last updated in the source system. If the entry exists in the system and its EntrySource has update_time populated, further updates to the EntrySource of the entry must provide incremental updates to its update_time. }, "entryType": "A 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}. "fullyQualifiedName": "A String", # Optional. A name for the entry that can be referenced by an external system. For more information, see Fully qualified names (https://cloud.google.com/data-catalog/docs/fully-qualified-names). The maximum size of the field is 4000 characters. "name": "A 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}. "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 in Dataplex. } entryId: string, Required. Entry identifier. It has to be unique within an Entry Group.Entries corresponding to Google Cloud resources use an 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 the 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 providers or systems other 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 resource that can be described by various metadata. "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: 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} "a_key": { # An aspect is a single piece of metadata describing an entry. "aspectSource": { # Information related to the source system of the aspect. # Optional. Information related to the source system of the aspect. "createTime": "A String", # The time the aspect was created in the source system. "dataVersion": "A String", # 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). "updateTime": "A String", # The time the aspect was last updated 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. 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 in Dataplex. "entrySource": { # Information related to the source system of the data resource that is represented by the entry. # Optional. Information related to the source system of the data resource that is represented by the entry. "ancestors": [ # Immutable. The entries representing the ancestors of the data resource in the source system. { # Information about individual items in the hierarchy that is associated with the data resource. "name": "A String", # Optional. The name of the ancestor resource. "type": "A String", # Optional. The type of the ancestor resource. }, ], "createTime": "A String", # The time when the resource was created in the source system. "description": "A String", # A description of the data resource. Maximum length is 2,000 characters. "displayName": "A String", # A user-friendly display name. Maximum length is 500 characters. "labels": { # User-defined labels. The maximum size of keys and values is 128 characters each. "a_key": "A String", }, "location": "A String", # 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. "platform": "A String", # The platform containing the source system. Maximum length is 64 characters. "resource": "A String", # The name of the resource in the source system. Maximum length is 4,000 characters. "system": "A String", # The name of the source system. Maximum length is 64 characters. "updateTime": "A String", # The time when the resource was last updated in the source system. If the entry exists in the system and its EntrySource has update_time populated, further updates to the EntrySource of the entry must provide incremental updates to its update_time. }, "entryType": "A 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}. "fullyQualifiedName": "A String", # Optional. A name for the entry that can be referenced by an external system. For more information, see Fully qualified names (https://cloud.google.com/data-catalog/docs/fully-qualified-names). The maximum size of the field is 4000 characters. "name": "A 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}. "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 in Dataplex. }
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 resource that can be described by various metadata. "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: 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} "a_key": { # An aspect is a single piece of metadata describing an entry. "aspectSource": { # Information related to the source system of the aspect. # Optional. Information related to the source system of the aspect. "createTime": "A String", # The time the aspect was created in the source system. "dataVersion": "A String", # 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). "updateTime": "A String", # The time the aspect was last updated 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. 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 in Dataplex. "entrySource": { # Information related to the source system of the data resource that is represented by the entry. # Optional. Information related to the source system of the data resource that is represented by the entry. "ancestors": [ # Immutable. The entries representing the ancestors of the data resource in the source system. { # Information about individual items in the hierarchy that is associated with the data resource. "name": "A String", # Optional. The name of the ancestor resource. "type": "A String", # Optional. The type of the ancestor resource. }, ], "createTime": "A String", # The time when the resource was created in the source system. "description": "A String", # A description of the data resource. Maximum length is 2,000 characters. "displayName": "A String", # A user-friendly display name. Maximum length is 500 characters. "labels": { # User-defined labels. The maximum size of keys and values is 128 characters each. "a_key": "A String", }, "location": "A String", # 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. "platform": "A String", # The platform containing the source system. Maximum length is 64 characters. "resource": "A String", # The name of the resource in the source system. Maximum length is 4,000 characters. "system": "A String", # The name of the source system. Maximum length is 64 characters. "updateTime": "A String", # The time when the resource was last updated in the source system. If the entry exists in the system and its EntrySource has update_time populated, further updates to the EntrySource of the entry must provide incremental updates to its update_time. }, "entryType": "A 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}. "fullyQualifiedName": "A String", # Optional. A name for the entry that can be referenced by an external system. For more information, see Fully qualified names (https://cloud.google.com/data-catalog/docs/fully-qualified-names). The maximum size of the field is 4000 characters. "name": "A 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}. "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 in Dataplex. }
get(name, aspectTypes=None, paths=None, view=None, x__xgafv=None)
Gets an Entry.Caution: The BigQuery metadata that is stored in Dataplex Catalog is changing. For more information, see Changes to BigQuery metadata stored in Dataplex Catalog (https://cloud.google.com/dataplex/docs/biqquery-metadata-changes). 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. It only works for CUSTOM view. (repeated) paths: string, Optional. Limits the aspects returned to those associated with the provided paths within the Entry. It only works for CUSTOM view. (repeated) view: string, Optional. View to control which parts of an entry the service should return. 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 exceeds 100, the first 100 will be returned. ALL - Returns all aspects. If the number of aspects exceeds 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 resource that can be described by various metadata. "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: 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} "a_key": { # An aspect is a single piece of metadata describing an entry. "aspectSource": { # Information related to the source system of the aspect. # Optional. Information related to the source system of the aspect. "createTime": "A String", # The time the aspect was created in the source system. "dataVersion": "A String", # 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). "updateTime": "A String", # The time the aspect was last updated 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. 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 in Dataplex. "entrySource": { # Information related to the source system of the data resource that is represented by the entry. # Optional. Information related to the source system of the data resource that is represented by the entry. "ancestors": [ # Immutable. The entries representing the ancestors of the data resource in the source system. { # Information about individual items in the hierarchy that is associated with the data resource. "name": "A String", # Optional. The name of the ancestor resource. "type": "A String", # Optional. The type of the ancestor resource. }, ], "createTime": "A String", # The time when the resource was created in the source system. "description": "A String", # A description of the data resource. Maximum length is 2,000 characters. "displayName": "A String", # A user-friendly display name. Maximum length is 500 characters. "labels": { # User-defined labels. The maximum size of keys and values is 128 characters each. "a_key": "A String", }, "location": "A String", # 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. "platform": "A String", # The platform containing the source system. Maximum length is 64 characters. "resource": "A String", # The name of the resource in the source system. Maximum length is 4,000 characters. "system": "A String", # The name of the source system. Maximum length is 64 characters. "updateTime": "A String", # The time when the resource was last updated in the source system. If the entry exists in the system and its EntrySource has update_time populated, further updates to the EntrySource of the entry must provide incremental updates to its update_time. }, "entryType": "A 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}. "fullyQualifiedName": "A String", # Optional. A name for the entry that can be referenced by an external system. For more information, see Fully qualified names (https://cloud.google.com/data-catalog/docs/fully-qualified-names). The maximum size of the field is 4000 characters. "name": "A 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}. "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 in Dataplex. }
list(parent, filter=None, pageSize=None, pageToken=None, x__xgafv=None)
Lists Entries within an EntryGroup. 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. You can filter the request by the following fields: entry_type entry_source.display_nameThe comparison operators are =, !=, <, >, <=, >=. The service compares strings according to lexical order.You can use the logical operators AND, OR, NOT in the filter.You can use Wildcard "*", but for entry_type you need to provide the full project id or number.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, Optional. Number of items to return per page. If there are remaining results, the service returns a next_page_token. If unspecified, the service returns at most 10 Entries. The maximum value is 100; values above 100 will be coerced to 100. pageToken: string, Optional. Page token received from a previous ListEntries call. Provide this to retrieve the subsequent page. x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # List Entries response. "entries": [ # The list of entries under the given parent location. { # An entry is a representation of a data resource that can be described by various metadata. "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: 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} "a_key": { # An aspect is a single piece of metadata describing an entry. "aspectSource": { # Information related to the source system of the aspect. # Optional. Information related to the source system of the aspect. "createTime": "A String", # The time the aspect was created in the source system. "dataVersion": "A String", # 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). "updateTime": "A String", # The time the aspect was last updated 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. 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 in Dataplex. "entrySource": { # Information related to the source system of the data resource that is represented by the entry. # Optional. Information related to the source system of the data resource that is represented by the entry. "ancestors": [ # Immutable. The entries representing the ancestors of the data resource in the source system. { # Information about individual items in the hierarchy that is associated with the data resource. "name": "A String", # Optional. The name of the ancestor resource. "type": "A String", # Optional. The type of the ancestor resource. }, ], "createTime": "A String", # The time when the resource was created in the source system. "description": "A String", # A description of the data resource. Maximum length is 2,000 characters. "displayName": "A String", # A user-friendly display name. Maximum length is 500 characters. "labels": { # User-defined labels. The maximum size of keys and values is 128 characters each. "a_key": "A String", }, "location": "A String", # 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. "platform": "A String", # The platform containing the source system. Maximum length is 64 characters. "resource": "A String", # The name of the resource in the source system. Maximum length is 4,000 characters. "system": "A String", # The name of the source system. Maximum length is 64 characters. "updateTime": "A String", # The time when the resource was last updated in the source system. If the entry exists in the system and its EntrySource has update_time populated, further updates to the EntrySource of the entry must provide incremental updates to its update_time. }, "entryType": "A 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}. "fullyQualifiedName": "A String", # Optional. A name for the entry that can be referenced by an external system. For more information, see Fully qualified names (https://cloud.google.com/data-catalog/docs/fully-qualified-names). The maximum size of the field is 4000 characters. "name": "A 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}. "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 in Dataplex. }, ], "nextPageToken": "A String", # Token to retrieve the next page of results, or empty if there are no more results in the list. }
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, in the format projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}. (required) body: object, The request body. The object takes the form of: { # An entry is a representation of a data resource that can be described by various metadata. "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: 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} "a_key": { # An aspect is a single piece of metadata describing an entry. "aspectSource": { # Information related to the source system of the aspect. # Optional. Information related to the source system of the aspect. "createTime": "A String", # The time the aspect was created in the source system. "dataVersion": "A String", # 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). "updateTime": "A String", # The time the aspect was last updated 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. 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 in Dataplex. "entrySource": { # Information related to the source system of the data resource that is represented by the entry. # Optional. Information related to the source system of the data resource that is represented by the entry. "ancestors": [ # Immutable. The entries representing the ancestors of the data resource in the source system. { # Information about individual items in the hierarchy that is associated with the data resource. "name": "A String", # Optional. The name of the ancestor resource. "type": "A String", # Optional. The type of the ancestor resource. }, ], "createTime": "A String", # The time when the resource was created in the source system. "description": "A String", # A description of the data resource. Maximum length is 2,000 characters. "displayName": "A String", # A user-friendly display name. Maximum length is 500 characters. "labels": { # User-defined labels. The maximum size of keys and values is 128 characters each. "a_key": "A String", }, "location": "A String", # 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. "platform": "A String", # The platform containing the source system. Maximum length is 64 characters. "resource": "A String", # The name of the resource in the source system. Maximum length is 4,000 characters. "system": "A String", # The name of the source system. Maximum length is 64 characters. "updateTime": "A String", # The time when the resource was last updated in the source system. If the entry exists in the system and its EntrySource has update_time populated, further updates to the EntrySource of the entry must provide incremental updates to its update_time. }, "entryType": "A 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}. "fullyQualifiedName": "A String", # Optional. A name for the entry that can be referenced by an external system. For more information, see Fully qualified names (https://cloud.google.com/data-catalog/docs/fully-qualified-names). The maximum size of the field is 4000 characters. "name": "A 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}. "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 in Dataplex. } allowMissing: boolean, Optional. If set to true and the entry doesn't exist, the service will create it. aspectKeys: string, Optional. The map keys of the Aspects which the service should modify. It supports the following syntaxes: - matches an aspect of the given type and empty path. @path - matches an aspect of the given type and specified path. For example, to attach an aspect to a field that is specified by the schema aspect, the path should have the format Schema.. * - matches aspects of the given type for all paths. *@path - matches aspects of all types on the given path.The service will not remove existing aspects matching the syntax unless delete_missing_aspects is set to true.If this field is left empty, the service treats it as specifying exactly those Aspects present in the request. (repeated) deleteMissingAspects: boolean, Optional. If set to true and the aspect_keys specify aspect ranges, the service deletes any existing aspects from that range that weren't provided in the request. 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, the service will update all modifiable fields present in the request. 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 resource that can be described by various metadata. "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: 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} "a_key": { # An aspect is a single piece of metadata describing an entry. "aspectSource": { # Information related to the source system of the aspect. # Optional. Information related to the source system of the aspect. "createTime": "A String", # The time the aspect was created in the source system. "dataVersion": "A String", # 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). "updateTime": "A String", # The time the aspect was last updated 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. 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 in Dataplex. "entrySource": { # Information related to the source system of the data resource that is represented by the entry. # Optional. Information related to the source system of the data resource that is represented by the entry. "ancestors": [ # Immutable. The entries representing the ancestors of the data resource in the source system. { # Information about individual items in the hierarchy that is associated with the data resource. "name": "A String", # Optional. The name of the ancestor resource. "type": "A String", # Optional. The type of the ancestor resource. }, ], "createTime": "A String", # The time when the resource was created in the source system. "description": "A String", # A description of the data resource. Maximum length is 2,000 characters. "displayName": "A String", # A user-friendly display name. Maximum length is 500 characters. "labels": { # User-defined labels. The maximum size of keys and values is 128 characters each. "a_key": "A String", }, "location": "A String", # 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. "platform": "A String", # The platform containing the source system. Maximum length is 64 characters. "resource": "A String", # The name of the resource in the source system. Maximum length is 4,000 characters. "system": "A String", # The name of the source system. Maximum length is 64 characters. "updateTime": "A String", # The time when the resource was last updated in the source system. If the entry exists in the system and its EntrySource has update_time populated, further updates to the EntrySource of the entry must provide incremental updates to its update_time. }, "entryType": "A 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}. "fullyQualifiedName": "A String", # Optional. A name for the entry that can be referenced by an external system. For more information, see Fully qualified names (https://cloud.google.com/data-catalog/docs/fully-qualified-names). The maximum size of the field is 4000 characters. "name": "A 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}. "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 in Dataplex. }