Class DeleteFeatureValuesResponse.SelectTimeRangeAndFeature (3.44.0)

public static final class DeleteFeatureValuesResponse.SelectTimeRangeAndFeature extends GeneratedMessageV3 implements DeleteFeatureValuesResponse.SelectTimeRangeAndFeatureOrBuilder

Response message if the request uses the SelectTimeRangeAndFeature option.

Protobuf type google.cloud.aiplatform.v1.DeleteFeatureValuesResponse.SelectTimeRangeAndFeature

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > DeleteFeatureValuesResponse.SelectTimeRangeAndFeature

Static Fields

IMPACTED_FEATURE_COUNT_FIELD_NUMBER

public static final int IMPACTED_FEATURE_COUNT_FIELD_NUMBER
Field Value
Type Description
int

OFFLINE_STORAGE_MODIFIED_ENTITY_ROW_COUNT_FIELD_NUMBER

public static final int OFFLINE_STORAGE_MODIFIED_ENTITY_ROW_COUNT_FIELD_NUMBER
Field Value
Type Description
int

ONLINE_STORAGE_MODIFIED_ENTITY_COUNT_FIELD_NUMBER

public static final int ONLINE_STORAGE_MODIFIED_ENTITY_COUNT_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static DeleteFeatureValuesResponse.SelectTimeRangeAndFeature getDefaultInstance()
Returns
Type Description
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder newBuilder()
Returns
Type Description
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder

newBuilder(DeleteFeatureValuesResponse.SelectTimeRangeAndFeature prototype)

public static DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder newBuilder(DeleteFeatureValuesResponse.SelectTimeRangeAndFeature prototype)
Parameter
Name Description
prototype DeleteFeatureValuesResponse.SelectTimeRangeAndFeature
Returns
Type Description
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder

parseDelimitedFrom(InputStream input)

public static DeleteFeatureValuesResponse.SelectTimeRangeAndFeature parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static DeleteFeatureValuesResponse.SelectTimeRangeAndFeature parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static DeleteFeatureValuesResponse.SelectTimeRangeAndFeature parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static DeleteFeatureValuesResponse.SelectTimeRangeAndFeature parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static DeleteFeatureValuesResponse.SelectTimeRangeAndFeature parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static DeleteFeatureValuesResponse.SelectTimeRangeAndFeature parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static DeleteFeatureValuesResponse.SelectTimeRangeAndFeature parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static DeleteFeatureValuesResponse.SelectTimeRangeAndFeature parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static DeleteFeatureValuesResponse.SelectTimeRangeAndFeature parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static DeleteFeatureValuesResponse.SelectTimeRangeAndFeature parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static DeleteFeatureValuesResponse.SelectTimeRangeAndFeature parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static DeleteFeatureValuesResponse.SelectTimeRangeAndFeature parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<DeleteFeatureValuesResponse.SelectTimeRangeAndFeature> parser()
Returns
Type Description
Parser<SelectTimeRangeAndFeature>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public DeleteFeatureValuesResponse.SelectTimeRangeAndFeature getDefaultInstanceForType()
Returns
Type Description
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature

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.

getParserForType()

public Parser<DeleteFeatureValuesResponse.SelectTimeRangeAndFeature> getParserForType()
Returns
Type Description
Parser<SelectTimeRangeAndFeature>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder newBuilderForType()
Returns
Type Description
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder toBuilder()
Returns
Type Description
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException