Package com.google.cloud.aiplatform.v1
Interface DeleteFeatureValuesRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DeleteFeatureValuesRequest,DeleteFeatureValuesRequest.Builder
@Generated
public interface DeleteFeatureValuesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionRequired.com.google.protobuf.ByteStringRequired.Select feature values to be deleted by specifying entities.Select feature values to be deleted by specifying entities.Select feature values to be deleted by specifying time range and features.Select feature values to be deleted by specifying time range and features.booleanSelect feature values to be deleted by specifying entities.booleanSelect feature values to be deleted by specifying time range and features.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasSelectEntity
boolean hasSelectEntity()Select feature values to be deleted by specifying entities.
.google.cloud.aiplatform.v1.DeleteFeatureValuesRequest.SelectEntity select_entity = 2;- Returns:
- Whether the selectEntity field is set.
-
getSelectEntity
DeleteFeatureValuesRequest.SelectEntity getSelectEntity()Select feature values to be deleted by specifying entities.
.google.cloud.aiplatform.v1.DeleteFeatureValuesRequest.SelectEntity select_entity = 2;- Returns:
- The selectEntity.
-
getSelectEntityOrBuilder
DeleteFeatureValuesRequest.SelectEntityOrBuilder getSelectEntityOrBuilder()Select feature values to be deleted by specifying entities.
.google.cloud.aiplatform.v1.DeleteFeatureValuesRequest.SelectEntity select_entity = 2; -
hasSelectTimeRangeAndFeature
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:
- Whether the selectTimeRangeAndFeature field is set.
-
getSelectTimeRangeAndFeature
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:
- The selectTimeRangeAndFeature.
-
getSelectTimeRangeAndFeatureOrBuilder
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; -
getEntityType
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:
- The entityType.
-
getEntityTypeBytes
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) = { ... }- Returns:
- The bytes for entityType.
-
getDeleteOptionCase
DeleteFeatureValuesRequest.DeleteOptionCase getDeleteOptionCase()
-