Reference documentation and code samples for the Google Cloud Data Catalog V1BETA1 API class Google::Cloud::DataCatalog::V1beta1::UpdateTaxonomyRequest.
Request message for UpdateTaxonomy.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#taxonomy
def taxonomy() -> ::Google::Cloud::DataCatalog::V1beta1::Taxonomy
Returns
- (::Google::Cloud::DataCatalog::V1beta1::Taxonomy) — The taxonomy to update. Only description, display_name, and activated policy types can be updated.
#taxonomy=
def taxonomy=(value) -> ::Google::Cloud::DataCatalog::V1beta1::Taxonomy
Parameter
- value (::Google::Cloud::DataCatalog::V1beta1::Taxonomy) — The taxonomy to update. Only description, display_name, and activated policy types can be updated.
Returns
- (::Google::Cloud::DataCatalog::V1beta1::Taxonomy) — The taxonomy to update. Only description, display_name, and activated policy types can be updated.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
-
(::Google::Protobuf::FieldMask) — 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.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
-
value (::Google::Protobuf::FieldMask) — 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
-
(::Google::Protobuf::FieldMask) — 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.