selectEntity = $selectEntity; } /** * @return GoogleCloudAiplatformV1DeleteFeatureValuesResponseSelectEntity */ public function getSelectEntity() { return $this->selectEntity; } /** * @param GoogleCloudAiplatformV1DeleteFeatureValuesResponseSelectTimeRangeAndFeature */ public function setSelectTimeRangeAndFeature(GoogleCloudAiplatformV1DeleteFeatureValuesResponseSelectTimeRangeAndFeature $selectTimeRangeAndFeature) { $this->selectTimeRangeAndFeature = $selectTimeRangeAndFeature; } /** * @return GoogleCloudAiplatformV1DeleteFeatureValuesResponseSelectTimeRangeAndFeature */ public function getSelectTimeRangeAndFeature() { return $this->selectTimeRangeAndFeature; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1DeleteFeatureValuesResponse::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1DeleteFeatureValuesResponse');