public interface ReconcileTagsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getCreatedTagsCount()
Number of tags created in the request.
|
long |
getDeletedTagsCount()
Number of tags deleted in the request.
|
long |
getUpdatedTagsCount()
Number of tags updated in the request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getCreatedTagsCount()
Number of tags created in the request.
int64 created_tags_count = 1;long getUpdatedTagsCount()
Number of tags updated in the request.
int64 updated_tags_count = 2;long getDeletedTagsCount()
Number of tags deleted in the request.
int64 deleted_tags_count = 3;Copyright © 2023 Google LLC. All rights reserved.