public static interface DeleteFeatureValuesResponse.SelectTimeRangeAndFeatureOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getImpactedFeatureCount()
The count of the features or columns impacted.
|
long |
getOfflineStorageModifiedEntityRowCount()
The count of modified entity rows in the offline storage.
|
long |
getOnlineStorageModifiedEntityCount()
The count of modified entities in the online storage.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getImpactedFeatureCount()
The count of the features or columns impacted. This is the same as the feature count in the request.
int64 impacted_feature_count = 1;long getOfflineStorageModifiedEntityRowCount()
The count of modified 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. Within each row, only the features specified in the request are deleted.
int64 offline_storage_modified_entity_row_count = 2;long getOnlineStorageModifiedEntityCount()
The count of modified entities in the online storage. Each entity ID corresponds to one entity. Within each entity, only the features specified in the request are deleted.
int64 online_storage_modified_entity_count = 3;Copyright © 2023 Google LLC. All rights reserved.