public static interface DeleteFeatureValuesResponse.SelectEntityOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getOfflineStorageDeletedEntityRowCount()
The count of deleted entity rows in the offline storage.
|
long |
getOnlineStorageDeletedEntityCount()
The count of deleted entities in the online storage.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getOfflineStorageDeletedEntityRowCount()
The count of deleted entity rows in the offline storage. Each row corresponds to the combination of an entity ID and a timestamp. One entity ID can have multiple rows in the offline storage.
int64 offline_storage_deleted_entity_row_count = 1;long getOnlineStorageDeletedEntityCount()
The count of deleted entities in the online storage. Each entity ID corresponds to one entity.
int64 online_storage_deleted_entity_count = 2;Copyright © 2024 Google LLC. All rights reserved.