Dataplex V1 API - Class Google::Cloud::Dataplex::V1::CreateDataTaxonomyRequest (v0.20.0)

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

Create DataTaxonomy request.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#data_taxonomy

def data_taxonomy() -> ::Google::Cloud::Dataplex::V1::DataTaxonomy
Returns

#data_taxonomy=

def data_taxonomy=(value) -> ::Google::Cloud::Dataplex::V1::DataTaxonomy
Parameter
Returns

#data_taxonomy_id

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

    Required. DataTaxonomy 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 Project.

#data_taxonomy_id=

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

    Required. DataTaxonomy 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 Project.
Returns
  • (::String) —

    Required. DataTaxonomy 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 Project.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The resource name of the data taxonomy 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 data taxonomy 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 data taxonomy 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.