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 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

       Select feature values to be deleted by specifying entities.
       
      .google.cloud.aiplatform.v1.DeleteFeatureValuesRequest.SelectEntity select_entity = 2;
      Returns:
      The selectEntity.
    • 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

       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