Send feedback
Class ReconcileTagsResponse (1.64.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.64.0keyboard_arrow_down
public final class ReconcileTagsResponse extends GeneratedMessageV3 implements ReconcileTagsResponseOrBuilder
Long-running operation
response message returned by
ReconcileTags .
Protobuf type google.cloud.datacatalog.v1.ReconcileTagsResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int CREATED_TAGS_COUNT_FIELD_NUMBER
Field Value
Type
Description
int
public static final int DELETED_TAGS_COUNT_FIELD_NUMBER
Field Value
Type
Description
int
public static final int UPDATED_TAGS_COUNT_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
public static ReconcileTagsResponse getDefaultInstance ()
public static final Descriptors . Descriptor getDescriptor ()
public static ReconcileTagsResponse . Builder newBuilder ()
public static ReconcileTagsResponse . Builder newBuilder ( ReconcileTagsResponse prototype )
public static ReconcileTagsResponse parseDelimitedFrom ( InputStream input )
public static ReconcileTagsResponse parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static ReconcileTagsResponse parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
public static ReconcileTagsResponse parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
public static ReconcileTagsResponse parseFrom ( ByteString data )
public static ReconcileTagsResponse parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static ReconcileTagsResponse parseFrom ( CodedInputStream input )
public static ReconcileTagsResponse parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static ReconcileTagsResponse parseFrom ( InputStream input )
public static ReconcileTagsResponse parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static ReconcileTagsResponse parseFrom ( ByteBuffer data )
public static ReconcileTagsResponse parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
public static Parser<ReconcileTagsResponse> parser ()
Methods
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
public long getCreatedTagsCount ()
Number of tags created in the request.
int64 created_tags_count = 1;
Returns
Type
Description
long
The createdTagsCount.
public ReconcileTagsResponse getDefaultInstanceForType ()
public long getDeletedTagsCount ()
Number of tags deleted in the request.
int64 deleted_tags_count = 3;
Returns
Type
Description
long
The deletedTagsCount.
public Parser<ReconcileTagsResponse> getParserForType ()
Overrides
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
public long getUpdatedTagsCount ()
Number of tags updated in the request.
int64 updated_tags_count = 2;
Returns
Type
Description
long
The updatedTagsCount.
Returns
Type
Description
int
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public ReconcileTagsResponse . Builder newBuilderForType ()
protected ReconcileTagsResponse . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
public ReconcileTagsResponse . Builder toBuilder ()
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-12 UTC.
Need to tell us more?
[[["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-06-12 UTC."],[],[]]