Class DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder (3.42.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
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder
Overrides

build()

public DeleteFeatureValuesResponse.SelectTimeRangeAndFeature build()
Returns
TypeDescription
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature

buildPartial()

public DeleteFeatureValuesResponse.SelectTimeRangeAndFeature buildPartial()
Returns
TypeDescription
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature

clear()

public DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder clear()
Returns
TypeDescription
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
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
TypeDescription
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder

This builder for chaining.

clone()

public DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder clone()
Returns
TypeDescription
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder
Overrides

getDefaultInstanceForType()

public DeleteFeatureValuesResponse.SelectTimeRangeAndFeature getDefaultInstanceForType()
Returns
TypeDescription
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
long

The onlineStorageModifiedEntityCount.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(DeleteFeatureValuesResponse.SelectTimeRangeAndFeature other)

public DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder mergeFrom(DeleteFeatureValuesResponse.SelectTimeRangeAndFeature other)
Parameter
NameDescription
otherDeleteFeatureValuesResponse.SelectTimeRangeAndFeature
Returns
TypeDescription
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
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
NameDescription
valuelong

The impactedFeatureCount to set.

Returns
TypeDescription
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
NameDescription
valuelong

The offlineStorageModifiedEntityRowCount to set.

Returns
TypeDescription
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
NameDescription
valuelong

The onlineStorageModifiedEntityCount to set.

Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder
Overrides