Class DeleteFeatureValuesResponse.SelectEntity.Builder (3.84.0)

public static final class DeleteFeatureValuesResponse.SelectEntity.Builder extends GeneratedMessage.Builder<DeleteFeatureValuesResponse.SelectEntity.Builder> implements DeleteFeatureValuesResponse.SelectEntityOrBuilder

Response message if the request uses the SelectEntity option.

Protobuf type google.cloud.aiplatform.v1beta1.DeleteFeatureValuesResponse.SelectEntity

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public DeleteFeatureValuesResponse.SelectEntity build()
Returns
Type Description
DeleteFeatureValuesResponse.SelectEntity

buildPartial()

public DeleteFeatureValuesResponse.SelectEntity buildPartial()
Returns
Type Description
DeleteFeatureValuesResponse.SelectEntity

clear()

public DeleteFeatureValuesResponse.SelectEntity.Builder clear()
Returns
Type Description
DeleteFeatureValuesResponse.SelectEntity.Builder
Overrides

clearOfflineStorageDeletedEntityRowCount()

public DeleteFeatureValuesResponse.SelectEntity.Builder clearOfflineStorageDeletedEntityRowCount()

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
Type Description
DeleteFeatureValuesResponse.SelectEntity.Builder

This builder for chaining.

clearOnlineStorageDeletedEntityCount()

public DeleteFeatureValuesResponse.SelectEntity.Builder clearOnlineStorageDeletedEntityCount()

The count of deleted entities in the online storage. Each entity ID corresponds to one entity.

int64 online_storage_deleted_entity_count = 2;

Returns
Type Description
DeleteFeatureValuesResponse.SelectEntity.Builder

This builder for chaining.

getDefaultInstanceForType()

public DeleteFeatureValuesResponse.SelectEntity getDefaultInstanceForType()
Returns
Type Description
DeleteFeatureValuesResponse.SelectEntity

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getOfflineStorageDeletedEntityRowCount()

public 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
Type Description
long

The offlineStorageDeletedEntityRowCount.

getOnlineStorageDeletedEntityCount()

public 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
Type Description
long

The onlineStorageDeletedEntityCount.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(DeleteFeatureValuesResponse.SelectEntity other)

public DeleteFeatureValuesResponse.SelectEntity.Builder mergeFrom(DeleteFeatureValuesResponse.SelectEntity other)
Parameter
Name Description
other DeleteFeatureValuesResponse.SelectEntity
Returns
Type Description
DeleteFeatureValuesResponse.SelectEntity.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public DeleteFeatureValuesResponse.SelectEntity.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DeleteFeatureValuesResponse.SelectEntity.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public DeleteFeatureValuesResponse.SelectEntity.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
DeleteFeatureValuesResponse.SelectEntity.Builder
Overrides

setOfflineStorageDeletedEntityRowCount(long value)

public DeleteFeatureValuesResponse.SelectEntity.Builder setOfflineStorageDeletedEntityRowCount(long value)

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;

Parameter
Name Description
value long

The offlineStorageDeletedEntityRowCount to set.

Returns
Type Description
DeleteFeatureValuesResponse.SelectEntity.Builder

This builder for chaining.

setOnlineStorageDeletedEntityCount(long value)

public DeleteFeatureValuesResponse.SelectEntity.Builder setOnlineStorageDeletedEntityCount(long value)

The count of deleted entities in the online storage. Each entity ID corresponds to one entity.

int64 online_storage_deleted_entity_count = 2;

Parameter
Name Description
value long

The onlineStorageDeletedEntityCount to set.

Returns
Type Description
DeleteFeatureValuesResponse.SelectEntity.Builder

This builder for chaining.