Class: Google::Cloud::DataCatalog::V1::ReconcileTagsResponse

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

Overview

Long-running operation response message returned by ReconcileTags.

Instance Attribute Summary collapse

Instance Attribute Details

#created_tags_count::Integer

Returns Number of tags created in the request.

Returns:

  • (::Integer)

    Number of tags created in the request.



1364
1365
1366
1367
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1364

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

#deleted_tags_count::Integer

Returns Number of tags deleted in the request.

Returns:

  • (::Integer)

    Number of tags deleted in the request.



1364
1365
1366
1367
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1364

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

#updated_tags_count::Integer

Returns Number of tags updated in the request.

Returns:

  • (::Integer)

    Number of tags updated in the request.



1364
1365
1366
1367
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1364

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