Class: Google::Cloud::DataCatalog::V1beta1::UpdateTaxonomyRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#taxonomy::Google::Cloud::DataCatalog::V1beta1::Taxonomy

Returns The taxonomy to update. Only description, display_name, and activated policy types can be updated.

Returns:



161
162
163
164
# File 'proto_docs/google/cloud/datacatalog/v1beta1/policytagmanager.rb', line 161

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

#update_mask::Google::Protobuf::FieldMask

Returns The update mask applies to the resource. For the FieldMask definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask If not set, defaults to all of the fields that are allowed to update.

Returns:



161
162
163
164
# File 'proto_docs/google/cloud/datacatalog/v1beta1/policytagmanager.rb', line 161

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