value = $value; } /** * @return GoogleCloudAiplatformV1FeatureValue */ public function getValue() { return $this->value; } /** * @param GoogleCloudAiplatformV1FeatureValueList */ public function setValues(GoogleCloudAiplatformV1FeatureValueList $values) { $this->values = $values; } /** * @return GoogleCloudAiplatformV1FeatureValueList */ public function getValues() { return $this->values; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1ReadFeatureValuesResponseEntityViewData::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1ReadFeatureValuesResponseEntityViewData');