Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::CreateDataProductRequest.
Request message for creating a data product.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#data_product
def data_product() -> ::Google::Cloud::Dataplex::V1::DataProduct- (::Google::Cloud::Dataplex::V1::DataProduct) — Required. The data product to create.
#data_product=
def data_product=(value) -> ::Google::Cloud::Dataplex::V1::DataProduct- value (::Google::Cloud::Dataplex::V1::DataProduct) — Required. The data product to create.
- (::Google::Cloud::Dataplex::V1::DataProduct) — Required. The data product to create.
#data_product_id
def data_product_id() -> ::String-
(::String) — Optional. The ID of the data product to create.
The ID must conform to RFC-1034 and contain only lower-case letters (a-z), numbers (0-9), or hyphens, with the first character a letter, the last a letter or a number, and a 63 character maximum. Characters outside of ASCII are not permitted. Valid format regex:
^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$If not provided, a system generated ID will be used.
#data_product_id=
def data_product_id=(value) -> ::String-
value (::String) — Optional. The ID of the data product to create.
The ID must conform to RFC-1034 and contain only lower-case letters (a-z), numbers (0-9), or hyphens, with the first character a letter, the last a letter or a number, and a 63 character maximum. Characters outside of ASCII are not permitted. Valid format regex:
^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$If not provided, a system generated ID will be used.
-
(::String) — Optional. The ID of the data product to create.
The ID must conform to RFC-1034 and contain only lower-case letters (a-z), numbers (0-9), or hyphens, with the first character a letter, the last a letter or a number, and a 63 character maximum. Characters outside of ASCII are not permitted. Valid format regex:
^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$If not provided, a system generated ID will be used.
#parent
def parent() -> ::String- (::String) — Required. The parent resource where this data product will be created. Format: projects/{project_id_or_number}/locations/{location_id}
#parent=
def parent=(value) -> ::String- value (::String) — Required. The parent resource where this data product will be created. Format: projects/{project_id_or_number}/locations/{location_id}
- (::String) — Required. The parent resource where this data product will be created. Format: projects/{project_id_or_number}/locations/{location_id}
#validate_only
def validate_only() -> ::Boolean- (::Boolean) — Optional. Validates the request without actually creating the data product. Default: false.
#validate_only=
def validate_only=(value) -> ::Boolean- value (::Boolean) — Optional. Validates the request without actually creating the data product. Default: false.
- (::Boolean) — Optional. Validates the request without actually creating the data product. Default: false.