Interface DeleteFeatureValuesRequestOrBuilder

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