fieldPath = $fieldPath; } /** * @return string */ public function getFieldPath() { return $this->fieldPath; } /** * @param float[] */ public function setVector($vector) { $this->vector = $vector; } /** * @return float[] */ public function getVector() { return $this->vector; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDiscoveryengineV1betaSearchRequestEmbeddingSpecEmbeddingVector::class, 'Google_Service_DiscoveryEngine_GoogleCloudDiscoveryengineV1betaSearchRequestEmbeddingSpecEmbeddingVector');