Interface DeleteFeatureValuesRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DeleteFeatureValuesRequest
,DeleteFeatureValuesRequest.Builder
public interface DeleteFeatureValuesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasSelectEntity
boolean hasSelectEntity()
Select feature values to be deleted by specifying entities.
.google.cloud.aiplatform.v1beta1.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.v1beta1.DeleteFeatureValuesRequest.SelectEntity select_entity = 2;
- Returns:
- The selectEntity.
-
getSelectEntityOrBuilder
DeleteFeatureValuesRequest.SelectEntityOrBuilder getSelectEntityOrBuilder()
Select feature values to be deleted by specifying entities.
.google.cloud.aiplatform.v1beta1.DeleteFeatureValuesRequest.SelectEntity select_entity = 2;
-
hasSelectTimeRangeAndFeature
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;
- 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.v1beta1.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.v1beta1.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()
-
-