Class DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder (3.44.0)

public static final class DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder extends GeneratedMessageV3.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

Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder
Overrides

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

clearField(Descriptors.FieldDescriptor field)

public DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
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.

clearOneof(Descriptors.OneofDescriptor oneof)

public DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder
Overrides

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.

clone()

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

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 GeneratedMessageV3.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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
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.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder
Overrides