Data Catalog v1 API - Class ReconcileTagsResponse (2.11.0)

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

Inheritance

object > ReconcileTagsResponse

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

ReconcileTagsResponse()

public ReconcileTagsResponse()

ReconcileTagsResponse(ReconcileTagsResponse)

public ReconcileTagsResponse(ReconcileTagsResponse other)
Parameter
NameDescription
otherReconcileTagsResponse

Properties

CreatedTagsCount

public long CreatedTagsCount { get; set; }

Number of tags created in the request.

Property Value
TypeDescription
long

DeletedTagsCount

public long DeletedTagsCount { get; set; }

Number of tags deleted in the request.

Property Value
TypeDescription
long

UpdatedTagsCount

public long UpdatedTagsCount { get; set; }

Number of tags updated in the request.

Property Value
TypeDescription
long