Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::CreateDataAttributeRequest.
Create DataAttribute request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#data_attribute
def data_attribute() -> ::Google::Cloud::Dataplex::V1::DataAttribute Returns 
 - (::Google::Cloud::Dataplex::V1::DataAttribute) — Required. DataAttribute resource.
#data_attribute=
def data_attribute=(value) -> ::Google::Cloud::Dataplex::V1::DataAttribute Parameter 
 - value (::Google::Cloud::Dataplex::V1::DataAttribute) — Required. DataAttribute resource.
 Returns 
 - (::Google::Cloud::Dataplex::V1::DataAttribute) — Required. DataAttribute resource.
#data_attribute_id
def data_attribute_id() -> ::String Returns 
 -  (::String) — Required. DataAttribute identifier. - Must contain only lowercase letters, numbers and hyphens.
- Must start with a letter.
- Must be between 1-63 characters.
- Must end with a number or a letter.
- Must be unique within the DataTaxonomy.
 
#data_attribute_id=
def data_attribute_id=(value) -> ::String Parameter 
 -  value (::String) — Required. DataAttribute identifier. - Must contain only lowercase letters, numbers and hyphens.
- Must start with a letter.
- Must be between 1-63 characters.
- Must end with a number or a letter.
- Must be unique within the DataTaxonomy.
 
 Returns 
 -  (::String) — Required. DataAttribute identifier. - Must contain only lowercase letters, numbers and hyphens.
- Must start with a letter.
- Must be between 1-63 characters.
- Must end with a number or a letter.
- Must be unique within the DataTaxonomy.
 
#parent
def parent() -> ::String Returns 
 - (::String) — Required. The resource name of the parent data taxonomy projects/{project_number}/locations/{location_id}/dataTaxonomies/{data_taxonomy_id}
#parent=
def parent=(value) -> ::String Parameter 
 - value (::String) — Required. The resource name of the parent data taxonomy projects/{project_number}/locations/{location_id}/dataTaxonomies/{data_taxonomy_id}
 Returns 
 - (::String) — Required. The resource name of the parent data taxonomy projects/{project_number}/locations/{location_id}/dataTaxonomies/{data_taxonomy_id}
#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.