Package com.google.cloud.aiplatform.v1
Interface DeleteFeatureValuesResponse.SelectEntityOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DeleteFeatureValuesResponse.SelectEntity,DeleteFeatureValuesResponse.SelectEntity.Builder
- Enclosing class:
- DeleteFeatureValuesResponse
public static interface DeleteFeatureValuesResponse.SelectEntityOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetOfflineStorageDeletedEntityRowCount()The count of deleted entity rows in the offline storage.longgetOnlineStorageDeletedEntityCount()The count of deleted entities in the online storage.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getOfflineStorageDeletedEntityRowCount
long 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;- Returns:
- The offlineStorageDeletedEntityRowCount.
-
getOnlineStorageDeletedEntityCount
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;- Returns:
- The onlineStorageDeletedEntityCount.
-
-