Class DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder (3.14.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
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
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
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

getDefaultInstanceForType()

public DeleteFeatureValuesResponse.SelectTimeRangeAndFeature getDefaultInstanceForType()

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)

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

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

setUnknownFields(UnknownFieldSet unknownFields)

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