Reference documentation and code samples for the Google Cloud Dataplex V1 Client class Lake.
A lake is a centralized repository for managing enterprise data across the organization distributed across many cloud projects, and stored in a variety of storage services such as Google Cloud Storage and BigQuery. The resources attached to a lake are referred to as managed resources. Data within these managed resources can be structured or unstructured. A lake provides data admins with tools to organize, secure and manage their data at scale, and provides data scientists and data engineers an integrated experience to easily search, discover, analyze and transform data and associated metadata.
Generated from protobuf message google.cloud.dataplex.v1.Lake
Namespace
Google \ Cloud \ Dataplex \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Output only. The relative resource name of the lake, of the form: projects/{project_number}/locations/{location_id}/lakes/{lake_id}
.
↳ display_name
string
Optional. User friendly display name.
↳ uid
string
Output only. System generated globally unique ID for the lake. This ID will be different if the lake is deleted and re-created with the same name.
↳ create_time
↳ update_time
↳ labels
↳ description
string
Optional. Description of the lake.
↳ state
int
Output only. Current state of the lake.
↳ service_account
string
Output only. Service account associated with this lake. This service account must be authorized to access or operate on resources managed by the lake.
↳ metastore
Lake\Metastore
Optional. Settings to manage lake and Dataproc Metastore service instance association.
↳ asset_status
↳ metastore_status
getName
Output only. The relative resource name of the lake, of the form: projects/{project_number}/locations/{location_id}/lakes/{lake_id}
.
string
setName
Output only. The relative resource name of the lake, of the form: projects/{project_number}/locations/{location_id}/lakes/{lake_id}
.
var
string
$this
getDisplayName
Optional. User friendly display name.
string
setDisplayName
Optional. User friendly display name.
var
string
$this
getUid
Output only. System generated globally unique ID for the lake. This ID will be different if the lake is deleted and re-created with the same name.
string
setUid
Output only. System generated globally unique ID for the lake. This ID will be different if the lake is deleted and re-created with the same name.
var
string
$this
getCreateTime
Output only. The time when the lake was created.
hasCreateTime
clearCreateTime
setCreateTime
Output only. The time when the lake was created.
$this
getUpdateTime
Output only. The time when the lake was last updated.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. The time when the lake was last updated.
$this
getLabels
Optional. User-defined labels for the lake.
setLabels
Optional. User-defined labels for the lake.
$this
getDescription
Optional. Description of the lake.
string
setDescription
Optional. Description of the lake.
var
string
$this
getState
Output only. Current state of the lake.
int
setState
Output only. Current state of the lake.
var
int
$this
getServiceAccount
Output only. Service account associated with this lake. This service account must be authorized to access or operate on resources managed by the lake.
string
setServiceAccount
Output only. Service account associated with this lake. This service account must be authorized to access or operate on resources managed by the lake.
var
string
$this
getMetastore
Optional. Settings to manage lake and Dataproc Metastore service instance association.
hasMetastore
clearMetastore
setMetastore
Optional. Settings to manage lake and Dataproc Metastore service instance association.
$this
getAssetStatus
Output only. Aggregated status of the underlying assets of the lake.
hasAssetStatus
clearAssetStatus
setAssetStatus
Output only. Aggregated status of the underlying assets of the lake.
$this
getMetastoreStatus
Output only. Metastore status of the lake.
hasMetastoreStatus
clearMetastoreStatus
setMetastoreStatus
Output only. Metastore status of the lake.
$this