Class DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder (3.84.0)

public static final class DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder extends GeneratedMessage.Builder<DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder> implements DeleteFeatureValuesResponse.SelectTimeRangeAndFeatureOrBuilder

Response message if the request uses the SelectTimeRangeAndFeature option.

Protobuf type google.cloud.aiplatform.v1.DeleteFeatureValuesResponse.SelectTimeRangeAndFeature

Inheritance

java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder

Static Methods

getDescriptor()

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

Methods

build()

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

buildPartial()

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

clear()

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

clearImpactedFeatureCount()

public DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder clearImpactedFeatureCount()

The count of the features or columns impacted. This is the same as the feature count in the request.

int64 impacted_feature_count = 1;

Returns
Type Description
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder

This builder for chaining.

clearOfflineStorageModifiedEntityRowCount()

public DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder clearOfflineStorageModifiedEntityRowCount()

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;

Returns
Type Description
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder

This builder for chaining.

clearOnlineStorageModifiedEntityCount()

public DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder clearOnlineStorageModifiedEntityCount()

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;

Returns
Type Description
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder

This builder for chaining.

getDefaultInstanceForType()

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

getDescriptorForType()

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

getImpactedFeatureCount()

public long 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;

Returns
Type Description
long

The impactedFeatureCount.

getOfflineStorageModifiedEntityRowCount()

public 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;

Returns
Type Description
long

The offlineStorageModifiedEntityRowCount.

getOnlineStorageModifiedEntityCount()

public 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;

Returns
Type Description
long

The onlineStorageModifiedEntityCount.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(DeleteFeatureValuesResponse.SelectTimeRangeAndFeature other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setImpactedFeatureCount(long value)

public DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder setImpactedFeatureCount(long value)

The count of the features or columns impacted. This is the same as the feature count in the request.

int64 impacted_feature_count = 1;

Parameter
Name Description
value long

The impactedFeatureCount to set.

Returns
Type Description
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder

This builder for chaining.

setOfflineStorageModifiedEntityRowCount(long value)

public DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder setOfflineStorageModifiedEntityRowCount(long value)

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;

Parameter
Name Description
value long

The offlineStorageModifiedEntityRowCount to set.

Returns
Type Description
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder

This builder for chaining.

setOnlineStorageModifiedEntityCount(long value)

public DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder setOnlineStorageModifiedEntityCount(long value)

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;

Parameter
Name Description
value long

The onlineStorageModifiedEntityCount to set.

Returns
Type Description
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder

This builder for chaining.