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].
Implements
IMessageReconcileTagsResponse, IEquatableReconcileTagsResponse, IDeepCloneableReconcileTagsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
ReconcileTagsResponse()
public ReconcileTagsResponse()
ReconcileTagsResponse(ReconcileTagsResponse)
public ReconcileTagsResponse(ReconcileTagsResponse other)
Parameter | |
---|---|
Name | Description |
other | ReconcileTagsResponse |
Properties
CreatedTagsCount
public long CreatedTagsCount { get; set; }
Number of tags created in the request.
Property Value | |
---|---|
Type | Description |
long |
DeletedTagsCount
public long DeletedTagsCount { get; set; }
Number of tags deleted in the request.
Property Value | |
---|---|
Type | Description |
long |
UpdatedTagsCount
public long UpdatedTagsCount { get; set; }
Number of tags updated in the request.
Property Value | |
---|---|
Type | Description |
long |