Class: Google::Cloud::DataCatalog::V1::UpdateTaxonomyRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#taxonomy::Google::Cloud::DataCatalog::V1::Taxonomy

Returns The taxonomy to update. You can update only its description, display name, and activated policy types.

Returns:



196
197
198
199
# File 'proto_docs/google/cloud/datacatalog/v1/policytagmanager.rb', line 196

class UpdateTaxonomyRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_mask::Google::Protobuf::FieldMask

Returns Specifies fields to update. If not set, defaults to all fields you can update.

For more information, see FieldMask.

Returns:



196
197
198
199
# File 'proto_docs/google/cloud/datacatalog/v1/policytagmanager.rb', line 196

class UpdateTaxonomyRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end