attributeType = $attributeType; } /** * @return string */ public function getAttributeType() { return $this->attributeType; } /** * @param GoogleCloudDiscoveryengineV1SearchRequestBoostSpecConditionBoostSpecBoostControlSpecControlPoint[] */ public function setControlPoints($controlPoints) { $this->controlPoints = $controlPoints; } /** * @return GoogleCloudDiscoveryengineV1SearchRequestBoostSpecConditionBoostSpecBoostControlSpecControlPoint[] */ public function getControlPoints() { return $this->controlPoints; } /** * @param string */ public function setFieldName($fieldName) { $this->fieldName = $fieldName; } /** * @return string */ public function getFieldName() { return $this->fieldName; } /** * @param string */ public function setInterpolationType($interpolationType) { $this->interpolationType = $interpolationType; } /** * @return string */ public function getInterpolationType() { return $this->interpolationType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDiscoveryengineV1SearchRequestBoostSpecConditionBoostSpecBoostControlSpec::class, 'Google_Service_DiscoveryEngine_GoogleCloudDiscoveryengineV1SearchRequestBoostSpecConditionBoostSpecBoostControlSpec');