Skip to main content

contentitems

Overview

Namecontentitems
TypeResource
Idgoogle.dataplex.contentitems

Fields

NameDatatypeDescription
namestringOutput only. The relative resource name of the content, of the form: projects/{project_id}/locations/{location_id}/lakes/{lake_id}/content/{content_id}
descriptionstringOptional. Description of the content.
createTimestringOutput only. Content creation time.
dataTextstringRequired. Content data in string format.
labelsobjectOptional. User defined labels for the content.
notebookobjectConfiguration for Notebook content.
pathstringRequired. The path for the Content file, represented as directory structure. Unique within a lake. Limited to alphanumerics, hyphens, underscores, dots and slashes.
sqlScriptobjectConfiguration for the Sql Script content.
uidstringOutput only. System generated globally unique ID for the content. This ID will be different if the content is deleted and re-created with the same name.
updateTimestringOutput only. The time when the content was last updated.

Methods

NameAccessible byRequired ParamsDescription
projects_locations_lakes_contentitems_getSELECTcontentitemsId, lakesId, locationsId, projectsIdGet a content resource.
projects_locations_lakes_contentitems_listSELECTlakesId, locationsId, projectsIdList content.
projects_locations_lakes_contentitems_createINSERTlakesId, locationsId, projectsIdCreate a content.
projects_locations_lakes_contentitems_deleteDELETEcontentitemsId, lakesId, locationsId, projectsIdDelete a content.
_projects_locations_lakes_contentitems_listEXEClakesId, locationsId, projectsIdList content.
projects_locations_lakes_contentitems_patchEXECcontentitemsId, lakesId, locationsId, projectsIdUpdate a content. Only supports full resource update.