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

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

Long-running operation response message returned by ReconcileTags.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#created_tags_count

def created_tags_count() -> ::Integer
Returns
  • (::Integer) — Number of tags created in the request.

#created_tags_count=

def created_tags_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Number of tags created in the request.
Returns
  • (::Integer) — Number of tags created in the request.

#deleted_tags_count

def deleted_tags_count() -> ::Integer
Returns
  • (::Integer) — Number of tags deleted in the request.

#deleted_tags_count=

def deleted_tags_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Number of tags deleted in the request.
Returns
  • (::Integer) — Number of tags deleted in the request.

#updated_tags_count

def updated_tags_count() -> ::Integer
Returns
  • (::Integer) — Number of tags updated in the request.

#updated_tags_count=

def updated_tags_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Number of tags updated in the request.
Returns
  • (::Integer) — Number of tags updated in the request.