Reference documentation and code samples for the Google Cloud Data Catalog V1BETA1 API class Google::Cloud::DataCatalog::V1beta1::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::V1beta1::Taxonomy
Returns
- (::Google::Cloud::DataCatalog::V1beta1::Taxonomy) — The taxonomy to be created.
#taxonomy=
def taxonomy=(value) -> ::Google::Cloud::DataCatalog::V1beta1::Taxonomy
Parameter
- value (::Google::Cloud::DataCatalog::V1beta1::Taxonomy) — The taxonomy to be created.
Returns
- (::Google::Cloud::DataCatalog::V1beta1::Taxonomy) — The taxonomy to be created.