enterpriseDatastore = $enterpriseDatastore; } /** * @return string */ public function getEnterpriseDatastore() { return $this->enterpriseDatastore; } /** * @param string */ public function setInlineContext($inlineContext) { $this->inlineContext = $inlineContext; } /** * @return string */ public function getInlineContext() { return $this->inlineContext; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } /** * @param string */ public function setVertexAiSearchDatastore($vertexAiSearchDatastore) { $this->vertexAiSearchDatastore = $vertexAiSearchDatastore; } /** * @return string */ public function getVertexAiSearchDatastore() { return $this->vertexAiSearchDatastore; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1SchemaPredictParamsGroundingConfigSourceEntry::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1SchemaPredictParamsGroundingConfigSourceEntry');