Reference documentation and code samples for the Data Catalog V1 API class Google::Cloud::DataCatalog::V1::ReplaceTaxonomyRequest.
Request message for ReplaceTaxonomy.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
- (::String) — Required. Resource name of the taxonomy to update.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Required. Resource name of the taxonomy to update.
Returns
- (::String) — Required. Resource name of the taxonomy to update.
#serialized_taxonomy
def serialized_taxonomy() -> ::Google::Cloud::DataCatalog::V1::SerializedTaxonomy
Returns
- (::Google::Cloud::DataCatalog::V1::SerializedTaxonomy) — Required. Taxonomy to update along with its child policy tags.
#serialized_taxonomy=
def serialized_taxonomy=(value) -> ::Google::Cloud::DataCatalog::V1::SerializedTaxonomy
Parameter
- value (::Google::Cloud::DataCatalog::V1::SerializedTaxonomy) — Required. Taxonomy to update along with its child policy tags.
Returns
- (::Google::Cloud::DataCatalog::V1::SerializedTaxonomy) — Required. Taxonomy to update along with its child policy tags.