Class: Google::Cloud::DataCatalog::V1::CreateTaxonomyRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#parent::String

Returns 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.



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.

Returns:



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