Class DeleteFeatureValuesRequest.Builder (3.44.0)

public static final class DeleteFeatureValuesRequest.Builder extends GeneratedMessageV3.Builder<DeleteFeatureValuesRequest.Builder> implements DeleteFeatureValuesRequestOrBuilder

Request message for FeaturestoreService.DeleteFeatureValues.

Protobuf type google.cloud.aiplatform.v1.DeleteFeatureValuesRequest

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public DeleteFeatureValuesRequest build()
Returns
Type Description
DeleteFeatureValuesRequest

buildPartial()

public DeleteFeatureValuesRequest buildPartial()
Returns
Type Description
DeleteFeatureValuesRequest

clear()

public DeleteFeatureValuesRequest.Builder clear()
Returns
Type Description
DeleteFeatureValuesRequest.Builder
Overrides

clearDeleteOption()

public DeleteFeatureValuesRequest.Builder clearDeleteOption()
Returns
Type Description
DeleteFeatureValuesRequest.Builder

clearEntityType()

public DeleteFeatureValuesRequest.Builder clearEntityType()

Required. The resource name of the EntityType grouping the Features for which values are being deleted from. Format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}

string entity_type = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
DeleteFeatureValuesRequest.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

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

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearSelectEntity()

public DeleteFeatureValuesRequest.Builder clearSelectEntity()

Select feature values to be deleted by specifying entities.

.google.cloud.aiplatform.v1.DeleteFeatureValuesRequest.SelectEntity select_entity = 2;

Returns
Type Description
DeleteFeatureValuesRequest.Builder

clearSelectTimeRangeAndFeature()

public DeleteFeatureValuesRequest.Builder clearSelectTimeRangeAndFeature()

Select feature values to be deleted by specifying time range and features.

.google.cloud.aiplatform.v1.DeleteFeatureValuesRequest.SelectTimeRangeAndFeature select_time_range_and_feature = 3;

Returns
Type Description
DeleteFeatureValuesRequest.Builder

clone()

public DeleteFeatureValuesRequest.Builder clone()
Returns
Type Description
DeleteFeatureValuesRequest.Builder
Overrides

getDefaultInstanceForType()

public DeleteFeatureValuesRequest getDefaultInstanceForType()
Returns
Type Description
DeleteFeatureValuesRequest

getDeleteOptionCase()

public DeleteFeatureValuesRequest.DeleteOptionCase getDeleteOptionCase()
Returns
Type Description
DeleteFeatureValuesRequest.DeleteOptionCase

getDescriptorForType()

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

getEntityType()

public String getEntityType()

Required. The resource name of the EntityType grouping the Features for which values are being deleted from. Format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}

string entity_type = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The entityType.

getEntityTypeBytes()

public ByteString getEntityTypeBytes()

Required. The resource name of the EntityType grouping the Features for which values are being deleted from. Format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}

string entity_type = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for entityType.

getSelectEntity()

public DeleteFeatureValuesRequest.SelectEntity getSelectEntity()

Select feature values to be deleted by specifying entities.

.google.cloud.aiplatform.v1.DeleteFeatureValuesRequest.SelectEntity select_entity = 2;

Returns
Type Description
DeleteFeatureValuesRequest.SelectEntity

The selectEntity.

getSelectEntityBuilder()

public DeleteFeatureValuesRequest.SelectEntity.Builder getSelectEntityBuilder()

Select feature values to be deleted by specifying entities.

.google.cloud.aiplatform.v1.DeleteFeatureValuesRequest.SelectEntity select_entity = 2;

Returns
Type Description
DeleteFeatureValuesRequest.SelectEntity.Builder

getSelectEntityOrBuilder()

public DeleteFeatureValuesRequest.SelectEntityOrBuilder getSelectEntityOrBuilder()

Select feature values to be deleted by specifying entities.

.google.cloud.aiplatform.v1.DeleteFeatureValuesRequest.SelectEntity select_entity = 2;

Returns
Type Description
DeleteFeatureValuesRequest.SelectEntityOrBuilder

getSelectTimeRangeAndFeature()

public DeleteFeatureValuesRequest.SelectTimeRangeAndFeature getSelectTimeRangeAndFeature()

Select feature values to be deleted by specifying time range and features.

.google.cloud.aiplatform.v1.DeleteFeatureValuesRequest.SelectTimeRangeAndFeature select_time_range_and_feature = 3;

Returns
Type Description
DeleteFeatureValuesRequest.SelectTimeRangeAndFeature

The selectTimeRangeAndFeature.

getSelectTimeRangeAndFeatureBuilder()

public DeleteFeatureValuesRequest.SelectTimeRangeAndFeature.Builder getSelectTimeRangeAndFeatureBuilder()

Select feature values to be deleted by specifying time range and features.

.google.cloud.aiplatform.v1.DeleteFeatureValuesRequest.SelectTimeRangeAndFeature select_time_range_and_feature = 3;

Returns
Type Description
DeleteFeatureValuesRequest.SelectTimeRangeAndFeature.Builder

getSelectTimeRangeAndFeatureOrBuilder()

public DeleteFeatureValuesRequest.SelectTimeRangeAndFeatureOrBuilder getSelectTimeRangeAndFeatureOrBuilder()

Select feature values to be deleted by specifying time range and features.

.google.cloud.aiplatform.v1.DeleteFeatureValuesRequest.SelectTimeRangeAndFeature select_time_range_and_feature = 3;

Returns
Type Description
DeleteFeatureValuesRequest.SelectTimeRangeAndFeatureOrBuilder

hasSelectEntity()

public boolean hasSelectEntity()

Select feature values to be deleted by specifying entities.

.google.cloud.aiplatform.v1.DeleteFeatureValuesRequest.SelectEntity select_entity = 2;

Returns
Type Description
boolean

Whether the selectEntity field is set.

hasSelectTimeRangeAndFeature()

public boolean hasSelectTimeRangeAndFeature()

Select feature values to be deleted by specifying time range and features.

.google.cloud.aiplatform.v1.DeleteFeatureValuesRequest.SelectTimeRangeAndFeature select_time_range_and_feature = 3;

Returns
Type Description
boolean

Whether the selectTimeRangeAndFeature field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(DeleteFeatureValuesRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeSelectEntity(DeleteFeatureValuesRequest.SelectEntity value)

public DeleteFeatureValuesRequest.Builder mergeSelectEntity(DeleteFeatureValuesRequest.SelectEntity value)

Select feature values to be deleted by specifying entities.

.google.cloud.aiplatform.v1.DeleteFeatureValuesRequest.SelectEntity select_entity = 2;

Parameter
Name Description
value DeleteFeatureValuesRequest.SelectEntity
Returns
Type Description
DeleteFeatureValuesRequest.Builder

mergeSelectTimeRangeAndFeature(DeleteFeatureValuesRequest.SelectTimeRangeAndFeature value)

public DeleteFeatureValuesRequest.Builder mergeSelectTimeRangeAndFeature(DeleteFeatureValuesRequest.SelectTimeRangeAndFeature value)

Select feature values to be deleted by specifying time range and features.

.google.cloud.aiplatform.v1.DeleteFeatureValuesRequest.SelectTimeRangeAndFeature select_time_range_and_feature = 3;

Parameter
Name Description
value DeleteFeatureValuesRequest.SelectTimeRangeAndFeature
Returns
Type Description
DeleteFeatureValuesRequest.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setEntityType(String value)

public DeleteFeatureValuesRequest.Builder setEntityType(String value)

Required. The resource name of the EntityType grouping the Features for which values are being deleted from. Format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}

string entity_type = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The entityType to set.

Returns
Type Description
DeleteFeatureValuesRequest.Builder

This builder for chaining.

setEntityTypeBytes(ByteString value)

public DeleteFeatureValuesRequest.Builder setEntityTypeBytes(ByteString value)

Required. The resource name of the EntityType grouping the Features for which values are being deleted from. Format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}

string entity_type = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for entityType to set.

Returns
Type Description
DeleteFeatureValuesRequest.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

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

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

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

setSelectEntity(DeleteFeatureValuesRequest.SelectEntity value)

public DeleteFeatureValuesRequest.Builder setSelectEntity(DeleteFeatureValuesRequest.SelectEntity value)

Select feature values to be deleted by specifying entities.

.google.cloud.aiplatform.v1.DeleteFeatureValuesRequest.SelectEntity select_entity = 2;

Parameter
Name Description
value DeleteFeatureValuesRequest.SelectEntity
Returns
Type Description
DeleteFeatureValuesRequest.Builder

setSelectEntity(DeleteFeatureValuesRequest.SelectEntity.Builder builderForValue)

public DeleteFeatureValuesRequest.Builder setSelectEntity(DeleteFeatureValuesRequest.SelectEntity.Builder builderForValue)

Select feature values to be deleted by specifying entities.

.google.cloud.aiplatform.v1.DeleteFeatureValuesRequest.SelectEntity select_entity = 2;

Parameter
Name Description
builderForValue DeleteFeatureValuesRequest.SelectEntity.Builder
Returns
Type Description
DeleteFeatureValuesRequest.Builder

setSelectTimeRangeAndFeature(DeleteFeatureValuesRequest.SelectTimeRangeAndFeature value)

public DeleteFeatureValuesRequest.Builder setSelectTimeRangeAndFeature(DeleteFeatureValuesRequest.SelectTimeRangeAndFeature value)

Select feature values to be deleted by specifying time range and features.

.google.cloud.aiplatform.v1.DeleteFeatureValuesRequest.SelectTimeRangeAndFeature select_time_range_and_feature = 3;

Parameter
Name Description
value DeleteFeatureValuesRequest.SelectTimeRangeAndFeature
Returns
Type Description
DeleteFeatureValuesRequest.Builder

setSelectTimeRangeAndFeature(DeleteFeatureValuesRequest.SelectTimeRangeAndFeature.Builder builderForValue)

public DeleteFeatureValuesRequest.Builder setSelectTimeRangeAndFeature(DeleteFeatureValuesRequest.SelectTimeRangeAndFeature.Builder builderForValue)

Select feature values to be deleted by specifying time range and features.

.google.cloud.aiplatform.v1.DeleteFeatureValuesRequest.SelectTimeRangeAndFeature select_time_range_and_feature = 3;

Parameter
Name Description
builderForValue DeleteFeatureValuesRequest.SelectTimeRangeAndFeature.Builder
Returns
Type Description
DeleteFeatureValuesRequest.Builder

setUnknownFields(UnknownFieldSet unknownFields)

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