Class: Google::Cloud::DataCatalog::V1::CreateTaxonomyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::CreateTaxonomyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/v1/policytagmanager.rb
Overview
Request message for CreateTaxonomy.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#taxonomy ⇒ ::Google::Cloud::DataCatalog::V1::Taxonomy
The taxonomy to create.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. Resource name of the project that the taxonomy will belong to.
166 167 168 169 |
# File 'proto_docs/google/cloud/datacatalog/v1/policytagmanager.rb', line 166 class CreateTaxonomyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#taxonomy ⇒ ::Google::Cloud::DataCatalog::V1::Taxonomy
Returns The taxonomy to create.
166 167 168 169 |
# File 'proto_docs/google/cloud/datacatalog/v1/policytagmanager.rb', line 166 class CreateTaxonomyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |