Reference documentation and code samples for the Data Catalog V1 API class Google::Cloud::DataCatalog::V1::CreateTaxonomyRequest.
Request message for CreateTaxonomy.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
    Returns
    
  - (::String) — Required. Resource name of the project that the taxonomy will belong to.
#parent=
def parent=(value) -> ::String
    Parameter
    
  - value (::String) — Required. Resource name of the project that the taxonomy will belong to.
    Returns
    
  - (::String) — Required. Resource name of the project that the taxonomy will belong to.
#taxonomy
def taxonomy() -> ::Google::Cloud::DataCatalog::V1::Taxonomy
    Returns
    
  - (::Google::Cloud::DataCatalog::V1::Taxonomy) — The taxonomy to create.
#taxonomy=
def taxonomy=(value) -> ::Google::Cloud::DataCatalog::V1::Taxonomy
    Parameter
    
  - value (::Google::Cloud::DataCatalog::V1::Taxonomy) — The taxonomy to create.
    Returns
    
- (::Google::Cloud::DataCatalog::V1::Taxonomy) — The taxonomy to create.