Skip to main content

content

Overview

Namecontent
TypeResource
Idgoogle.dataplex.content

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_content_getSELECTcontentId, lakesId, locationsId, projectsIdGet a content resource.
projects_locations_lakes_content_listSELECTlakesId, locationsId, projectsIdList content.
projects_locations_lakes_content_createINSERTlakesId, locationsId, projectsIdCreate a content.
projects_locations_lakes_content_deleteDELETEcontentId, lakesId, locationsId, projectsIdDelete a content.
_projects_locations_lakes_content_listEXEClakesId, locationsId, projectsIdList content.
projects_locations_lakes_content_patchEXECcontentId, lakesId, locationsId, projectsIdUpdate a content. Only supports full resource update.