Send feedback
Class DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder (3.52.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.52.0 keyboard_arrow_down
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
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
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]