Interface DeleteFeatureValuesResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DeleteFeatureValuesResponse, DeleteFeatureValuesResponse.Builder

@Generated public interface DeleteFeatureValuesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasSelectEntity

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

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

       Response for request specifying the entities to delete
       
      .google.cloud.aiplatform.v1.DeleteFeatureValuesResponse.SelectEntity select_entity = 1;
    • hasSelectTimeRangeAndFeature

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

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

       Response for request specifying time range and feature
       
      .google.cloud.aiplatform.v1.DeleteFeatureValuesResponse.SelectTimeRangeAndFeature select_time_range_and_feature = 2;
    • getResponseCase