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
Inherited Members
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
public static final Descriptors.Descriptor getDescriptor()
Methods
public DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public DeleteFeatureValuesResponse.SelectTimeRangeAndFeature build()
public DeleteFeatureValuesResponse.SelectTimeRangeAndFeature buildPartial()
public DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder clear()
Overrides
public DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
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;
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;
public DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
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;
public DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder clone()
Overrides
public DeleteFeatureValuesResponse.SelectTimeRangeAndFeature getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
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.
|
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.
|
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.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder mergeFrom(DeleteFeatureValuesResponse.SelectTimeRangeAndFeature other)
public DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public final DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
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.
|
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.
|
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.
|
public DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides