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