Interface DeleteFeatureValuesResponseOrBuilder

    • Method Detail

      • hasSelectEntity

        boolean hasSelectEntity()
         Response for request specifying the entities to delete
         
        .google.cloud.aiplatform.v1beta1.DeleteFeatureValuesResponse.SelectEntity select_entity = 1;
        Returns:
        Whether the selectEntity field is set.
      • getSelectEntity

        DeleteFeatureValuesResponse.SelectEntity getSelectEntity()
         Response for request specifying the entities to delete
         
        .google.cloud.aiplatform.v1beta1.DeleteFeatureValuesResponse.SelectEntity select_entity = 1;
        Returns:
        The selectEntity.
      • getSelectEntityOrBuilder

        DeleteFeatureValuesResponse.SelectEntityOrBuilder getSelectEntityOrBuilder()
         Response for request specifying the entities to delete
         
        .google.cloud.aiplatform.v1beta1.DeleteFeatureValuesResponse.SelectEntity select_entity = 1;
      • hasSelectTimeRangeAndFeature

        boolean hasSelectTimeRangeAndFeature()
         Response for request specifying time range and feature
         
        .google.cloud.aiplatform.v1beta1.DeleteFeatureValuesResponse.SelectTimeRangeAndFeature select_time_range_and_feature = 2;
        Returns:
        Whether the selectTimeRangeAndFeature field is set.
      • getSelectTimeRangeAndFeature

        DeleteFeatureValuesResponse.SelectTimeRangeAndFeature getSelectTimeRangeAndFeature()
         Response for request specifying time range and feature
         
        .google.cloud.aiplatform.v1beta1.DeleteFeatureValuesResponse.SelectTimeRangeAndFeature select_time_range_and_feature = 2;
        Returns:
        The selectTimeRangeAndFeature.
      • getSelectTimeRangeAndFeatureOrBuilder

        DeleteFeatureValuesResponse.SelectTimeRangeAndFeatureOrBuilder getSelectTimeRangeAndFeatureOrBuilder()
         Response for request specifying time range and feature
         
        .google.cloud.aiplatform.v1beta1.DeleteFeatureValuesResponse.SelectTimeRangeAndFeature select_time_range_and_feature = 2;