name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * Feature value. A user provided timestamp may be set in the * `FeatureValue.metadata.generate_time` field. * * @param GoogleCloudAiplatformV1FeatureValue $value */ public function setValue(GoogleCloudAiplatformV1FeatureValue $value) { $this->value = $value; } /** * @return GoogleCloudAiplatformV1FeatureValue */ public function getValue() { return $this->value; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1FeatureViewDirectWriteRequestDataKeyAndFeatureValuesFeature::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1FeatureViewDirectWriteRequestDataKeyAndFeatureValuesFeature');