inputUris = $inputUris; } /** * @return string[] */ public function getInputUris() { return $this->inputUris; } /** * @param string */ public function setJsonSchema($jsonSchema) { $this->jsonSchema = $jsonSchema; } /** * @return string */ public function getJsonSchema() { return $this->jsonSchema; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRecommendationengineV1beta1GcsSource::class, 'Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1GcsSource');