Dataplex V1 API - Class Google::Cloud::Dataplex::V1::CreateLakeRequest (v0.2.1)

Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::CreateLakeRequest.

Create lake request.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#lake

def lake() -> ::Google::Cloud::Dataplex::V1::Lake
Returns

#lake=

def lake=(value) -> ::Google::Cloud::Dataplex::V1::Lake
Parameter
Returns

#lake_id

def lake_id() -> ::String
Returns
  • (::String) —

    Required. Lake identifier. This ID will be used to generate names such as database and dataset names when publishing metadata to Hive Metastore and BigQuery.

    • Must contain only lowercase letters, numbers and hyphens.
    • Must start with a letter.
    • Must end with a number or a letter.
    • Must be between 1-63 characters.
    • Must be unique within the customer project / location.

#lake_id=

def lake_id=(value) -> ::String
Parameter
  • value (::String) —

    Required. Lake identifier. This ID will be used to generate names such as database and dataset names when publishing metadata to Hive Metastore and BigQuery.

    • Must contain only lowercase letters, numbers and hyphens.
    • Must start with a letter.
    • Must end with a number or a letter.
    • Must be between 1-63 characters.
    • Must be unique within the customer project / location.
Returns
  • (::String) —

    Required. Lake identifier. This ID will be used to generate names such as database and dataset names when publishing metadata to Hive Metastore and BigQuery.

    • Must contain only lowercase letters, numbers and hyphens.
    • Must start with a letter.
    • Must end with a number or a letter.
    • Must be between 1-63 characters.
    • Must be unique within the customer project / location.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The resource name of the lake location, of the form: projects/{project_number}/locations/{location_id} where location_id refers to a GCP region.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the lake location, of the form: projects/{project_number}/locations/{location_id} where location_id refers to a GCP region.
Returns
  • (::String) — Required. The resource name of the lake location, of the form: projects/{project_number}/locations/{location_id} where location_id refers to a GCP region.

#validate_only

def validate_only() -> ::Boolean
Returns
  • (::Boolean) — Optional. Only validate the request, but do not perform mutations. The default is false.

#validate_only=

def validate_only=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. Only validate the request, but do not perform mutations. The default is false.
Returns
  • (::Boolean) — Optional. Only validate the request, but do not perform mutations. The default is false.