Data Catalog V1 API - Class Google::Cloud::DataCatalog::V1::ReconcileTagsRequest (v0.23.0)

Reference documentation and code samples for the Data Catalog V1 API class Google::Cloud::DataCatalog::V1::ReconcileTagsRequest.

Request message for ReconcileTags.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#force_delete_missing

def force_delete_missing() -> ::Boolean
Returns
  • (::Boolean) — If set to true, deletes entry tags related to a tag template not listed in the tags source from an entry. If set to false, unlisted tags are retained.

#force_delete_missing=

def force_delete_missing=(value) -> ::Boolean
Parameter
  • value (::Boolean) — If set to true, deletes entry tags related to a tag template not listed in the tags source from an entry. If set to false, unlisted tags are retained.
Returns
  • (::Boolean) — If set to true, deletes entry tags related to a tag template not listed in the tags source from an entry. If set to false, unlisted tags are retained.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. Name of Entry to be tagged.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. Name of Entry to be tagged.
Returns
  • (::String) — Required. Name of Entry to be tagged.

#tag_template

def tag_template() -> ::String
Returns
  • (::String) — Required. The name of the tag template, which is used for reconciliation.

#tag_template=

def tag_template=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the tag template, which is used for reconciliation.
Returns
  • (::String) — Required. The name of the tag template, which is used for reconciliation.

#tags

def tags() -> ::Array<::Google::Cloud::DataCatalog::V1::Tag>
Returns
  • (::Array<::Google::Cloud::DataCatalog::V1::Tag>) — A list of tags to apply to an entry. A tag can specify a tag template, which must be the template specified in the ReconcileTagsRequest. The sole entry and each of its columns must be mentioned at most once.

#tags=

def tags=(value) -> ::Array<::Google::Cloud::DataCatalog::V1::Tag>
Parameter
  • value (::Array<::Google::Cloud::DataCatalog::V1::Tag>) — A list of tags to apply to an entry. A tag can specify a tag template, which must be the template specified in the ReconcileTagsRequest. The sole entry and each of its columns must be mentioned at most once.
Returns
  • (::Array<::Google::Cloud::DataCatalog::V1::Tag>) — A list of tags to apply to an entry. A tag can specify a tag template, which must be the template specified in the ReconcileTagsRequest. The sole entry and each of its columns must be mentioned at most once.