public sealed class ReconcileTagsResponse : IMessage<ReconcileTagsResponse>, IEquatable<ReconcileTagsResponse>, IDeepCloneable<ReconcileTagsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class ReconcileTagsResponse.
[Long-running operation][google.longrunning.Operation]
response message returned by
[ReconcileTags][google.cloud.datacatalog.v1.DataCatalog.ReconcileTags].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[[["The `ReconcileTagsResponse` class in the Google.Cloud.DataCatalog.V1 API provides a response message for the long-running `ReconcileTags` operation."],["This class is found within the `Google.Cloud.DataCatalog.V1` namespace and is part of the Google.Cloud.DataCatalog.V1.dll assembly."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities like deep cloning and protocol buffer message handling."],["The `ReconcileTagsResponse` class has three properties: `CreatedTagsCount`, `DeletedTagsCount`, and `UpdatedTagsCount`, which provide information on the number of tags affected by the reconcile operation."],["Version 2.14.0 is the most recent version, while various previous versions are also available for the `ReconcileTagsResponse` class, dating back to 1.2.0."]]],[]]