Class: Google::Cloud::Dataplex::V1::CreateLakeRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::CreateLakeRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/service.rb
Overview
Create lake request.
Instance Attribute Summary collapse
-
#lake ⇒ ::Google::Cloud::Dataplex::V1::Lake
Required.
-
#lake_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
-
#validate_only ⇒ ::Boolean
Optional.
Instance Attribute Details
#lake ⇒ ::Google::Cloud::Dataplex::V1::Lake
Returns Required. Lake resource.
47 48 49 50 |
# File 'proto_docs/google/cloud/dataplex/v1/service.rb', line 47 class CreateLakeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#lake_id ⇒ ::String
Returns 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.
47 48 49 50 |
# File 'proto_docs/google/cloud/dataplex/v1/service.rb', line 47 class CreateLakeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns 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.
47 48 49 50 |
# File 'proto_docs/google/cloud/dataplex/v1/service.rb', line 47 class CreateLakeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
Returns Optional. Only validate the request, but do not perform mutations. The default is false.
47 48 49 50 |
# File 'proto_docs/google/cloud/dataplex/v1/service.rb', line 47 class CreateLakeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |