Cloud Dataplex v1 API - Class Lake (2.8.0)

public sealed class Lake : IMessage<Lake>, IEquatable<Lake>, IDeepCloneable<Lake>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Dataplex v1 API 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.

Inheritance

object > Lake

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

Lake()

public Lake()

Lake(Lake)

public Lake(Lake other)
Parameter
NameDescription
otherLake

Properties

AssetStatus

public AssetStatus AssetStatus { get; set; }

Output only. Aggregated status of the underlying assets of the lake.

Property Value
TypeDescription
AssetStatus

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The time when the lake was created.

Property Value
TypeDescription
Timestamp

Description

public string Description { get; set; }

Optional. Description of the lake.

Property Value
TypeDescription
string

DisplayName

public string DisplayName { get; set; }

Optional. User friendly display name.

Property Value
TypeDescription
string

Labels

public MapField<string, string> Labels { get; }

Optional. User-defined labels for the lake.

Property Value
TypeDescription
MapFieldstringstring

LakeName

public LakeName LakeName { get; set; }

LakeName-typed view over the Name resource name property.

Property Value
TypeDescription
LakeName

Metastore

public Lake.Types.Metastore Metastore { get; set; }

Optional. Settings to manage lake and Dataproc Metastore service instance association.

Property Value
TypeDescription
LakeTypesMetastore

MetastoreStatus

public Lake.Types.MetastoreStatus MetastoreStatus { get; set; }

Output only. Metastore status of the lake.

Property Value
TypeDescription
LakeTypesMetastoreStatus

Name

public string Name { get; set; }

Output only. The relative resource name of the lake, of the form: projects/{project_number}/locations/{location_id}/lakes/{lake_id}.

Property Value
TypeDescription
string

ServiceAccount

public string ServiceAccount { get; set; }

Output only. Service account associated with this lake. This service account must be authorized to access or operate on resources managed by the lake.

Property Value
TypeDescription
string

State

public State State { get; set; }

Output only. Current state of the lake.

Property Value
TypeDescription
State

Uid

public string Uid { get; set; }

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.

Property Value
TypeDescription
string

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. The time when the lake was last updated.

Property Value
TypeDescription
Timestamp