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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#asset_status
def asset_status() -> ::Google::Cloud::Dataplex::V1::AssetStatus
- (::Google::Cloud::Dataplex::V1::AssetStatus) — Output only. Aggregated status of the underlying assets of the lake.
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — Output only. The time when the lake was created.
#description
def description() -> ::String
- (::String) — Optional. Description of the lake.
#description=
def description=(value) -> ::String
- value (::String) — Optional. Description of the lake.
- (::String) — Optional. Description of the lake.
#display_name
def display_name() -> ::String
- (::String) — Optional. User friendly display name.
#display_name=
def display_name=(value) -> ::String
- value (::String) — Optional. User friendly display name.
- (::String) — Optional. User friendly display name.
#labels
def labels() -> ::Google::Protobuf::Map{::String => ::String}
- (::Google::Protobuf::Map{::String => ::String}) — Optional. User-defined labels for the lake.
#labels=
def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
- value (::Google::Protobuf::Map{::String => ::String}) — Optional. User-defined labels for the lake.
- (::Google::Protobuf::Map{::String => ::String}) — Optional. User-defined labels for the lake.
#metastore
def metastore() -> ::Google::Cloud::Dataplex::V1::Lake::Metastore
- (::Google::Cloud::Dataplex::V1::Lake::Metastore) — Optional. Settings to manage lake and Dataproc Metastore service instance association.
#metastore=
def metastore=(value) -> ::Google::Cloud::Dataplex::V1::Lake::Metastore
- value (::Google::Cloud::Dataplex::V1::Lake::Metastore) — Optional. Settings to manage lake and Dataproc Metastore service instance association.
- (::Google::Cloud::Dataplex::V1::Lake::Metastore) — Optional. Settings to manage lake and Dataproc Metastore service instance association.
#metastore_status
def metastore_status() -> ::Google::Cloud::Dataplex::V1::Lake::MetastoreStatus
- (::Google::Cloud::Dataplex::V1::Lake::MetastoreStatus) — Output only. Metastore status of the lake.
#name
def name() -> ::String
-
(::String) — Output only. The relative resource name of the lake, of the form:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}
.
#service_account
def service_account() -> ::String
- (::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.
#state
def state() -> ::Google::Cloud::Dataplex::V1::State
- (::Google::Cloud::Dataplex::V1::State) — Output only. Current state of the lake.
#uid
def uid() -> ::String
- (::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.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — Output only. The time when the lake was last updated.