Class DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder (3.55.0)

See more code actions.
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.v1beta1.DeleteFeatureValuesResponse.SelectTimeRangeAndFeature

Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.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
Overrides

build()

public DeleteFeatureValuesResponse.SelectTimeRangeAndFeature build()

buildPartial()

public DeleteFeatureValuesResponse.SelectTimeRangeAndFeature buildPartial()

clear()

public DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder clear()
Overrides

clearField(Descriptors.FieldDescriptor field)

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

getDefaultInstanceForType()

public DeleteFeatureValuesResponse.SelectTimeRangeAndFeature getDefaultInstanceForType()

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)

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

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

setUnknownFields(UnknownFieldSet unknownFields)

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