Data Catalog V1 API - Class Google::Cloud::DataCatalog::V1::CreateTaxonomyRequest (v0.23.0)

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

#taxonomy=

def taxonomy=(value) -> ::Google::Cloud::DataCatalog::V1::Taxonomy
Parameter
Returns