Package com.google.cloud.datacatalog.v1
Interface ReconcileTagsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReconcileTagsResponse,ReconcileTagsResponse.Builder
@Generated
public interface ReconcileTagsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongNumber of tags created in the request.longNumber of tags deleted in the request.longNumber of tags updated in the request.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getCreatedTagsCount
long getCreatedTagsCount()Number of tags created in the request.
int64 created_tags_count = 1;- Returns:
- The createdTagsCount.
-
getUpdatedTagsCount
long getUpdatedTagsCount()Number of tags updated in the request.
int64 updated_tags_count = 2;- Returns:
- The updatedTagsCount.
-
getDeletedTagsCount
long getDeletedTagsCount()Number of tags deleted in the request.
int64 deleted_tags_count = 3;- Returns:
- The deletedTagsCount.
-