Class DeleteFeatureValuesResponse.SelectEntity.Builder (3.44.0)

public static final class DeleteFeatureValuesResponse.SelectEntity.Builder extends GeneratedMessageV3.Builder<DeleteFeatureValuesResponse.SelectEntity.Builder> implements DeleteFeatureValuesResponse.SelectEntityOrBuilder

Response message if the request uses the SelectEntity option.

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

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public DeleteFeatureValuesResponse.SelectEntity.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
DeleteFeatureValuesResponse.SelectEntity.Builder
Overrides

build()

public DeleteFeatureValuesResponse.SelectEntity build()
Returns
Type Description
DeleteFeatureValuesResponse.SelectEntity

buildPartial()

public DeleteFeatureValuesResponse.SelectEntity buildPartial()
Returns
Type Description
DeleteFeatureValuesResponse.SelectEntity

clear()

public DeleteFeatureValuesResponse.SelectEntity.Builder clear()
Returns
Type Description
DeleteFeatureValuesResponse.SelectEntity.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public DeleteFeatureValuesResponse.SelectEntity.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
DeleteFeatureValuesResponse.SelectEntity.Builder
Overrides

clearOfflineStorageDeletedEntityRowCount()

public DeleteFeatureValuesResponse.SelectEntity.Builder clearOfflineStorageDeletedEntityRowCount()

The count of deleted 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.

int64 offline_storage_deleted_entity_row_count = 1;

Returns
Type Description
DeleteFeatureValuesResponse.SelectEntity.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public DeleteFeatureValuesResponse.SelectEntity.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
DeleteFeatureValuesResponse.SelectEntity.Builder
Overrides

clearOnlineStorageDeletedEntityCount()

public DeleteFeatureValuesResponse.SelectEntity.Builder clearOnlineStorageDeletedEntityCount()

The count of deleted entities in the online storage. Each entity ID corresponds to one entity.

int64 online_storage_deleted_entity_count = 2;

Returns
Type Description
DeleteFeatureValuesResponse.SelectEntity.Builder

This builder for chaining.

clone()

public DeleteFeatureValuesResponse.SelectEntity.Builder clone()
Returns
Type Description
DeleteFeatureValuesResponse.SelectEntity.Builder
Overrides

getDefaultInstanceForType()

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

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getOfflineStorageDeletedEntityRowCount()

public long getOfflineStorageDeletedEntityRowCount()

The count of deleted 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.

int64 offline_storage_deleted_entity_row_count = 1;

Returns
Type Description
long

The offlineStorageDeletedEntityRowCount.

getOnlineStorageDeletedEntityCount()

public long getOnlineStorageDeletedEntityCount()

The count of deleted entities in the online storage. Each entity ID corresponds to one entity.

int64 online_storage_deleted_entity_count = 2;

Returns
Type Description
long

The onlineStorageDeletedEntityCount.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(DeleteFeatureValuesResponse.SelectEntity other)

public DeleteFeatureValuesResponse.SelectEntity.Builder mergeFrom(DeleteFeatureValuesResponse.SelectEntity other)
Parameter
Name Description
other DeleteFeatureValuesResponse.SelectEntity
Returns
Type Description
DeleteFeatureValuesResponse.SelectEntity.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public DeleteFeatureValuesResponse.SelectEntity.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DeleteFeatureValuesResponse.SelectEntity.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public DeleteFeatureValuesResponse.SelectEntity.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
DeleteFeatureValuesResponse.SelectEntity.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final DeleteFeatureValuesResponse.SelectEntity.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
DeleteFeatureValuesResponse.SelectEntity.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public DeleteFeatureValuesResponse.SelectEntity.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
DeleteFeatureValuesResponse.SelectEntity.Builder
Overrides

setOfflineStorageDeletedEntityRowCount(long value)

public DeleteFeatureValuesResponse.SelectEntity.Builder setOfflineStorageDeletedEntityRowCount(long value)

The count of deleted 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.

int64 offline_storage_deleted_entity_row_count = 1;

Parameter
Name Description
value long

The offlineStorageDeletedEntityRowCount to set.

Returns
Type Description
DeleteFeatureValuesResponse.SelectEntity.Builder

This builder for chaining.

setOnlineStorageDeletedEntityCount(long value)

public DeleteFeatureValuesResponse.SelectEntity.Builder setOnlineStorageDeletedEntityCount(long value)

The count of deleted entities in the online storage. Each entity ID corresponds to one entity.

int64 online_storage_deleted_entity_count = 2;

Parameter
Name Description
value long

The onlineStorageDeletedEntityCount to set.

Returns
Type Description
DeleteFeatureValuesResponse.SelectEntity.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public DeleteFeatureValuesResponse.SelectEntity.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
DeleteFeatureValuesResponse.SelectEntity.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final DeleteFeatureValuesResponse.SelectEntity.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
DeleteFeatureValuesResponse.SelectEntity.Builder
Overrides