Class: Google::Cloud::DataCatalog::V1beta1::CreateTaxonomyRequest

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

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.



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.

Returns:



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