renderedContent = $renderedContent; } /** * @return string */ public function getRenderedContent() { return $this->renderedContent; } /** * @param string */ public function setSdkBlob($sdkBlob) { $this->sdkBlob = $sdkBlob; } /** * @return string */ public function getSdkBlob() { return $this->sdkBlob; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1SearchEntryPoint::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1SearchEntryPoint');