Class: Google::Cloud::DataCatalog::V1::ReplaceTaxonomyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::ReplaceTaxonomyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/v1/policytagmanagerserialization.rb
Overview
Request message for ReplaceTaxonomy.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#serialized_taxonomy ⇒ ::Google::Cloud::DataCatalog::V1::SerializedTaxonomy
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Resource name of the taxonomy to update.
78 79 80 81 |
# File 'proto_docs/google/cloud/datacatalog/v1/policytagmanagerserialization.rb', line 78 class ReplaceTaxonomyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#serialized_taxonomy ⇒ ::Google::Cloud::DataCatalog::V1::SerializedTaxonomy
Returns Required. Taxonomy to update along with its child policy tags.
78 79 80 81 |
# File 'proto_docs/google/cloud/datacatalog/v1/policytagmanagerserialization.rb', line 78 class ReplaceTaxonomyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |