Class DeleteFeatureValuesResponse.SelectTimeRangeAndFeature (3.42.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
TypeDescription
int

OFFLINE_STORAGE_MODIFIED_ENTITY_ROW_COUNT_FIELD_NUMBER

public static final int OFFLINE_STORAGE_MODIFIED_ENTITY_ROW_COUNT_FIELD_NUMBER
Field Value
TypeDescription
int

ONLINE_STORAGE_MODIFIED_ENTITY_COUNT_FIELD_NUMBER

public static final int ONLINE_STORAGE_MODIFIED_ENTITY_COUNT_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static DeleteFeatureValuesResponse.SelectTimeRangeAndFeature getDefaultInstance()
Returns
TypeDescription
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder newBuilder()
Returns
TypeDescription
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder

newBuilder(DeleteFeatureValuesResponse.SelectTimeRangeAndFeature prototype)

public static DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder newBuilder(DeleteFeatureValuesResponse.SelectTimeRangeAndFeature prototype)
Parameter
NameDescription
prototypeDeleteFeatureValuesResponse.SelectTimeRangeAndFeature
Returns
TypeDescription
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder

parseDelimitedFrom(InputStream input)

public static DeleteFeatureValuesResponse.SelectTimeRangeAndFeature parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static DeleteFeatureValuesResponse.SelectTimeRangeAndFeature parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static DeleteFeatureValuesResponse.SelectTimeRangeAndFeature parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static DeleteFeatureValuesResponse.SelectTimeRangeAndFeature parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static DeleteFeatureValuesResponse.SelectTimeRangeAndFeature parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static DeleteFeatureValuesResponse.SelectTimeRangeAndFeature parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static DeleteFeatureValuesResponse.SelectTimeRangeAndFeature parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static DeleteFeatureValuesResponse.SelectTimeRangeAndFeature parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static DeleteFeatureValuesResponse.SelectTimeRangeAndFeature parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static DeleteFeatureValuesResponse.SelectTimeRangeAndFeature parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static DeleteFeatureValuesResponse.SelectTimeRangeAndFeature parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static DeleteFeatureValuesResponse.SelectTimeRangeAndFeature parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

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

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public DeleteFeatureValuesResponse.SelectTimeRangeAndFeature getDefaultInstanceForType()
Returns
TypeDescription
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
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.

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder newBuilderForType()
Returns
TypeDescription
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder toBuilder()
Returns
TypeDescription
DeleteFeatureValuesResponse.SelectTimeRangeAndFeature.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException