public interface DeleteFeatureValuesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DeleteFeatureValuesRequest.DeleteOptionCase |
getDeleteOptionCase() |
String |
getEntityType()
Required.
|
com.google.protobuf.ByteString |
getEntityTypeBytes()
Required.
|
DeleteFeatureValuesRequest.SelectEntity |
getSelectEntity()
Select feature values to be deleted by specifying entities.
|
DeleteFeatureValuesRequest.SelectEntityOrBuilder |
getSelectEntityOrBuilder()
Select feature values to be deleted by specifying entities.
|
DeleteFeatureValuesRequest.SelectTimeRangeAndFeature |
getSelectTimeRangeAndFeature()
Select feature values to be deleted by specifying time range and
features.
|
DeleteFeatureValuesRequest.SelectTimeRangeAndFeatureOrBuilder |
getSelectTimeRangeAndFeatureOrBuilder()
Select feature values to be deleted by specifying time range and
features.
|
boolean |
hasSelectEntity()
Select feature values to be deleted by specifying entities.
|
boolean |
hasSelectTimeRangeAndFeature()
Select feature values to be deleted by specifying time range and
features.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSelectEntity()
Select feature values to be deleted by specifying entities.
.google.cloud.aiplatform.v1beta1.DeleteFeatureValuesRequest.SelectEntity select_entity = 2;
DeleteFeatureValuesRequest.SelectEntity getSelectEntity()
Select feature values to be deleted by specifying entities.
.google.cloud.aiplatform.v1beta1.DeleteFeatureValuesRequest.SelectEntity select_entity = 2;
DeleteFeatureValuesRequest.SelectEntityOrBuilder getSelectEntityOrBuilder()
Select feature values to be deleted by specifying entities.
.google.cloud.aiplatform.v1beta1.DeleteFeatureValuesRequest.SelectEntity select_entity = 2;
boolean hasSelectTimeRangeAndFeature()
Select feature values to be deleted by specifying time range and features.
.google.cloud.aiplatform.v1beta1.DeleteFeatureValuesRequest.SelectTimeRangeAndFeature select_time_range_and_feature = 3;
DeleteFeatureValuesRequest.SelectTimeRangeAndFeature getSelectTimeRangeAndFeature()
Select feature values to be deleted by specifying time range and features.
.google.cloud.aiplatform.v1beta1.DeleteFeatureValuesRequest.SelectTimeRangeAndFeature select_time_range_and_feature = 3;
DeleteFeatureValuesRequest.SelectTimeRangeAndFeatureOrBuilder getSelectTimeRangeAndFeatureOrBuilder()
Select feature values to be deleted by specifying time range and features.
.google.cloud.aiplatform.v1beta1.DeleteFeatureValuesRequest.SelectTimeRangeAndFeature select_time_range_and_feature = 3;
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) = { ... }
com.google.protobuf.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) = { ... }
DeleteFeatureValuesRequest.DeleteOptionCase getDeleteOptionCase()
Copyright © 2025 Google LLC. All rights reserved.