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