Skip to main content

assets

Overview

Nameassets
TypeResource
Idgoogle.dataplex.assets

Fields

NameDatatypeDescription
namestringOutput only. The relative resource name of the asset, of the form: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/assets/{asset_id}.
descriptionstringOptional. Description of the asset.
createTimestringOutput only. The time when the asset was created.
discoverySpecobjectSettings to manage the metadata discovery and publishing for an asset.
discoveryStatusobjectStatus of discovery for an asset.
displayNamestringOptional. User friendly display name.
labelsobjectOptional. User defined labels for the asset.
resourceSpecobjectIdentifies the cloud resource that is referenced by this asset.
resourceStatusobjectStatus of the resource referenced by an asset.
securityStatusobjectSecurity policy status of the asset. Data security policy, i.e., readers, writers & owners, should be specified in the lake/zone/asset IAM policy.
statestringOutput only. Current state of the asset.
uidstringOutput only. System generated globally unique ID for the asset. This ID will be different if the asset is deleted and re-created with the same name.
updateTimestringOutput only. The time when the asset was last updated.

Methods

NameAccessible byRequired ParamsDescription
projects_locations_lakes_zones_assets_getSELECTassetsId, lakesId, locationsId, projectsId, zonesIdRetrieves an asset resource.
projects_locations_lakes_zones_assets_listSELECTlakesId, locationsId, projectsId, zonesIdLists asset resources in a zone.
projects_locations_lakes_zones_assets_createINSERTlakesId, locationsId, projectsId, zonesIdCreates an asset resource.
projects_locations_lakes_zones_assets_deleteDELETEassetsId, lakesId, locationsId, projectsId, zonesIdDeletes an asset resource. The referenced storage resource is detached (default) or deleted based on the associated Lifecycle policy.
_projects_locations_lakes_zones_assets_listEXEClakesId, locationsId, projectsId, zonesIdLists asset resources in a zone.
projects_locations_lakes_zones_assets_patchEXECassetsId, lakesId, locationsId, projectsId, zonesIdUpdates an asset resource.