Class: Google::Cloud::DataCatalog::V1::ReconcileTagsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datacatalog/v1/datacatalog.rb

Overview

Request message for ReconcileTags.

Instance Attribute Summary collapse

Instance Attribute Details

#force_delete_missing::Boolean

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



1347
1348
1349
1350
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1347

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

#parent::String

Returns Required. Name of Entry to be tagged.

Returns:

  • (::String)

    Required. Name of Entry to be tagged.



1347
1348
1349
1350
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1347

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

#tag_template::String

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



1347
1348
1349
1350
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1347

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

#tags::Array<::Google::Cloud::DataCatalog::V1::Tag>

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



1347
1348
1349
1350
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1347

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